Weather.gov · Example Payload

Weather Gov Zone Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

@id@typenameeffectiveDateexpirationDateforecastOfficegridIdentifierawipsLocationIdentifiercwaforecastOfficestimeZoneobservationStations

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "@type": "wx:Zone",
  "name": "Example Name",
  "effectiveDate": "2026-05-03T14:30:00Z",
  "expirationDate": "2026-05-03T14:30:00Z",
  "forecastOffice": "https://api.weather.gov/resource/example",
  "gridIdentifier": "example-value",
  "awipsLocationIdentifier": "example-value",
  "cwa": [
    null
  ],
  "forecastOffices": [
    "https://api.weather.gov/resource/example"
  ],
  "timeZone": [
    "NWZ001",
    "NWZ001"
  ],
  "observationStations": [
    "https://api.weather.gov/resource/example"
  ]
}