Weather.gov · Example Payload

Weather Gov Office Headline Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

@ididofficeimportantissuanceTimelinknametitlecontent

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "id": "example-value",
  "office": "https://api.weather.gov/resource/example",
  "important": false,
  "issuanceTime": "2026-05-03T14:30:00Z",
  "link": "https://api.weather.gov/resource/example",
  "name": "Example Name",
  "title": "example-value",
  "content": "example-value"
}