Weather.gov · Example Payload

Weather Gov Nws Connect Document Metadata Example

Example weather description text.

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

idstartTimeendTimeupdateTimetitledescriptionprioritydownload

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "startTime": "2026-05-03T14:30:00Z",
  "endTime": "2026-05-03T14:30:00Z",
  "updateTime": "2026-05-03T14:30:00Z",
  "title": "example-value",
  "description": "Example weather description text.",
  "priority": false,
  "download": "https://api.weather.gov/resource/example"
}