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-01T15:59:00+00:00",
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      -73.98,
      40.77
    ]
  },
  "properties": {
    "@id": "https://api.weather.gov/stations/KNYC/observations/2026-09-01T15:59: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-01T15:59:00+00:00",
    "rawMessage": "KNYC 011559Z AUTO 00000KT 1/2SM -RA FG FEW043 SCT060 OVC095 23/23 A3002 RMK AO2 P0000 T02280228 $",
    "textDescription": "Light Rain and Fog",
    "icon": "https://api.weather.gov/icons/land/day/rain?size=medium",
    "presentWeather": [
      {
        "intensity": "light",
        "modifier": null,
        "weather": "rain",
        "rawString": "-RA"
      },
      {
        "intensity": null,
        "modifier": null,
        "weather": "fog",
        "rawString": "FG"
      }
    ],
    "temperature": {
      "unitCode": "wmoUnit:degC",
      "value": 22.8,
      "qualityControl": "V"
    },
    "dewpoint": {
      "unitCode": "wmoUnit:degC",
      "value": 22.8,
      "qualityControl": "V"
    },
    "windDirection": {
      "unitCode": "wmoUnit:degree_(angle)",
      "value": 0,
      "qualityControl": "V"
    },
    "windSpeed": {
      "unitCode": "wmoUnit:km_h-1",
      "value": 0,
      "qualityControl": "V"
    },
    "windGust": {
      "unitCode": "wmoUnit:km_h-1",
      "value": null,
      "qualityControl": "Z"
    },
    "barometricPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": 101660,
      "qualityControl": "V"
    },
    "seaLevelPressure": {
      "unitCode": "wmoUnit:Pa",
      "value": null,
      "qualityControl": "Z"
    },
    "visibility": {
      "unitCode": "wmoUnit:m",
      "value": 800,
      "qualityControl": "C"
    },
    "maxTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "minTemperatureLast24Hours": {
      "unitCode": "wmoUnit:degC",
      "value": null
    },
    "precipitationLastHour": {
      "unitCode": "wmoUnit:mm",
      "value": 0,
      "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": 23.746666666666666,
      "qualityControl": "V"
    },
    "cloudLayers": [
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": 1310
        },
        "amount": "FEW"
      },
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": 1830
        },
        "amount": "SCT"
      },
      {
        "base": {
          "unitCode": "wmoUnit:m",
          "value": 2900
        },
        "amount": "OVC"
      }
    ]
  }
}