application/geo+json — rendered as text (this source is not an HTML page)
{
  "@context": [
    "https://geojson.org/geojson-ld/geojson-context.jsonld",
    {
      "@version": "1.1",
      "wx": "https://api.weather.gov/ontology#",
      "s": "https://schema.org/",
      "geo": "http://www.opengis.net/ont/geosparql#",
      "unit": "http://codes.wmo.int/common/unit/",
      "@vocab": "https://api.weather.gov/ontology#",
      "geometry": {
        "@id": "s:GeoCoordinates",
        "@type": "geo:wktLiteral"
      },
      "city": "s:addressLocality",
      "state": "s:addressRegion",
      "distance": {
        "@id": "s:Distance",
        "@type": "s:QuantitativeValue"
      },
      "bearing": {
        "@type": "s:QuantitativeValue"
      },
      "value": {
        "@id": "s:value"
      },
      "unitCode": {
        "@id": "s:unitCode",
        "@type": "@id"
      },
      "forecastOffice": {
        "@type": "@id"
      },
      "forecastGridData": {
        "@type": "@id"
      },
      "publicZone": {
        "@type": "@id"
      },
      "county": {
        "@type": "@id"
      }
    }
  ],
  "id": "https://api.weather.gov/stations/KNYC/observations/2026-09-24T08:51:00+00:00",
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      -73.98,
      40.77
    ]
  },
  "properties": {
    "@id": "https://api.weather.gov/stations/KNYC/observations/2026-09-24T08:51:00+00:00",
    "@type": "wx:ObservationStation",
    "elevation": {
      "unitCode": "wmoUnit:m",
      "value": 27
    },
    "station": "https://api.weather.gov/stations/KNYC",
    "stationId": "KNYC",
    "stationName": "New York City, Central Park",
    "timestamp": "2026-09-24T08:51:00+00:00",
    "rawMessage": "KNYC 240851Z AUTO 05011G24KT 010V090 10SM OVC026 12/07 A3043 RMK AO2 SLP296 T01170072 56010",
    "textDescription": "Cloudy",
    "icon": "https://api.weather.gov/icons/land/night/ovc?size=medium",
    "presentWeather": [],
    "temperature": {
      "unitCode": "wmoUnit:degC",
      "value": 11.7,
      "qualityControl": "V"
    },
    "dewpoint": {
      "unitCode": "wmoUnit:degC",
      "value": 7.2,
      "qualityControl": "V"
    },
    "windDirection": {
      "unitCode": "wmoUnit:degree_(angle)",
      "value": 50,
      "qualityControl": "V"
    },
    "windSpeed": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 20.52,
      "qualityControl": "V"
    },
    "windGust": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 44.64,
      "qualityControl": "S"
    },
    "barometricPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 103050,
      "qualityControl": "V"
    },
    "seaLevelPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 102960,
      "qualityControl": "V"
    },
    "visibility": {
      "unitCode": "wmoUnit:m",
      "value": 16090,
      "qualityControl": "C"
    },
    "maxTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "minTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "precipitationLastHour": {
      "unitCode": "wmoUnit:mm",
      "value": null,
      "qualityControl": "Z"
    },
    "precipitationLast3Hours": {
      "unitCode": "wmoUnit:mm",
      "value": null,
      "qualityControl": "Z"
    },
    "precipitationLast6Hours": {
      "unitCode": "wmoUnit:mm",
      "value": null,
      "qualityControl": "Z"
    },
    "relativeHumidity": {
      "unitCode": "wmoUnit:percent",
      "value": 73.905075949333,
      "qualityControl": "V"
    },
    "windChill": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "heatIndex": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "cloudLayers": [
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": 790
        },
        "amount": "OVC"
      }
    ]
  }
}