Weather.gov · Example Payload

Weather Gov Center Weather Advisory Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

idissueTimesequencestartendobservedPropertytext

Example Payload

Raw ↑
{
  "id": "example-value",
  "issueTime": "2026-05-03T14:30:00Z",
  "sequence": 106,
  "start": "2026-05-03T14:30:00Z",
  "end": "2026-05-03T14:30:00Z",
  "observedProperty": "example-value",
  "text": "Example weather description text."
}