Weather.gov · Example Payload

Weather Gov Gridpoint Hourly Forecast Period Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

numbernamestartTimeendTimeisDaytimetemperatureUnittemperatureTrendwindDirectioniconshortForecastdetailedForecast

Example Payload

Raw ↑
{
  "number": 7,
  "name": "Example Name",
  "startTime": "2026-05-03T14:30:00Z",
  "endTime": "2026-05-03T14:30:00Z",
  "isDaytime": false,
  "temperatureUnit": "F",
  "temperatureTrend": "falling",
  "windDirection": "SSE",
  "icon": "https://api.weather.gov/resource/example",
  "shortForecast": "example-value",
  "detailedForecast": "example-value"
}