Weather.gov · Example Payload

Weather Gov Zone Forecast Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

zoneupdatedperiods

Example Payload

Raw ↑
{
  "zone": "https://api.weather.gov/resource/example",
  "updated": "2026-05-03T14:30:00Z",
  "periods": [
    {
      "number": 25,
      "name": "Example Name",
      "detailedForecast": "example-value"
    }
  ]
}