Weather.gov · Example Payload

Weather Gov Observation Station Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

Weather Gov Observation Station Example is an example object payload from Weather.gov, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@id@typestationIdentifiernametimeZoneprovidersubProviderforecastcountyfireWeatherZone

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "@type": "wx:ObservationStation",
  "stationIdentifier": "KTOP",
  "name": "Example Name",
  "timeZone": "NWZ001",
  "provider": "example-value",
  "subProvider": "example-value",
  "forecast": "https://api.weather.gov/resource/example",
  "county": "https://api.weather.gov/resource/example",
  "fireWeatherZone": "https://api.weather.gov/resource/example"
}