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-24T01: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-24T01: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-24T01:51:00+00:00",
    "rawMessage": "KNYC 240151Z AUTO 04013G20KT 10SM CLR 16/06 A3049 RMK AO2 PK WND 07027/0131 SLP315 T01560061",
    "textDescription": "Clear",
    "icon": "https://api.weather.gov/icons/land/night/skc?size=medium",
    "presentWeather": [],
    "temperature": {
      "unitCode": "wmoUnit:degC",
      "value": 15.6,
      "qualityControl": "V"
    },
    "dewpoint": {
      "unitCode": "wmoUnit:degC",
      "value": 6.1,
      "qualityControl": "V"
    },
    "windDirection": {
      "unitCode": "wmoUnit:degree_(angle)",
      "value": 40,
      "qualityControl": "V"
    },
    "windSpeed": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 24.12,
      "qualityControl": "V"
    },
    "windGust": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 37.08,
      "qualityControl": "S"
    },
    "barometricPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 103250,
      "qualityControl": "V"
    },
    "seaLevelPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 103150,
      "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": 53.177960797379,
      "qualityControl": "V"
    },
    "windChill": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "heatIndex": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "cloudLayers": [
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": null
        },
        "amount": "CLR"
      }
    ]
  }
}