Weather.gov · Example Payload

Weather Gov Text Product Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

Weather Gov Text Product 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

@ididwmoCollectiveIdissuingOfficeissuanceTimeproductCodeproductNameproductText

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "id": "example-value",
  "wmoCollectiveId": "example-value",
  "issuingOffice": "TOP",
  "issuanceTime": "2026-05-03T14:30:00Z",
  "productCode": "example-value",
  "productName": "Example Name",
  "productText": "Example weather description text."
}