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-13T09: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-13T09: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-13T09:51:00+00:00",
    "rawMessage": "KNYC 130951Z AUTO VRB03KT 3SM -RA BR OVC010 20/20 A2997 RMK AO2 SLP139 P0027 T02000200",
    "textDescription": "Light Rain and Fog/Mist",
    "icon": "https://api.weather.gov/icons/land/night/rain?size=medium",
    "presentWeather": [
      {
        "intensity": "light",
        "modifier": null,
        "weather": "rain",
        "rawString": "-RA"
      },
      {
        "intensity": null,
        "modifier": null,
        "weather": "fog_mist",
        "rawString": "BR"
      }
    ],
    "temperature": {
      "unitCode": "wmoUnit:degC",
      "value": 20,
      "qualityControl": "V"
    },
    "dewpoint": {
      "unitCode": "wmoUnit:degC",
      "value": 20,
      "qualityControl": "V"
    },
    "windDirection": {
      "unitCode": "wmoUnit:degree_(angle)",
      "value": null,
      "qualityControl": "Z"
    },
    "windSpeed": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 5.4,
      "qualityControl": "V"
    },
    "windGust": {
      "unitCode": "wmoUnit:km_h-1",
      "value": null,
      "qualityControl": "Z"
    },
    "barometricPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 101490,
      "qualityControl": "V"
    },
    "seaLevelPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 101390,
      "qualityControl": "V"
    },
    "visibility": {
      "unitCode": "wmoUnit:m",
      "value": 4830,
      "qualityControl": "C"
    },
    "maxTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "minTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "precipitationLastHour": {
      "unitCode": "wmoUnit:mm",
      "value": 6.9,
      "qualityControl": "C"
    },
    "precipitationLast3Hours": {
      "unitCode": "wmoUnit:mm",
      "value": null,
      "qualityControl": "Z"
    },
    "precipitationLast6Hours": {
      "unitCode": "wmoUnit:mm",
      "value": null,
      "qualityControl": "Z"
    },
    "relativeHumidity": {
      "unitCode": "wmoUnit:percent",
      "value": 100,
      "qualityControl": "V"
    },
    "windChill": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "heatIndex": {
      "unitCode": "wmoUnit:degC",
      "value": null,
      "qualityControl": "V"
    },
    "cloudLayers": [
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": 300
        },
        "amount": "OVC"
      }
    ]
  }
}