Weather.gov · Example Payload

Weather Gov Alert Atom Entry Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

idupdatedpublishedauthorsummaryeventsenteffectiveexpiresstatusmsgTypecategoryurgencyseveritycertaintyareaDescpolygongeocodeparameter

Example Payload

Raw ↑
{
  "id": "example-value",
  "updated": "example-value",
  "published": "example-value",
  "author": {
    "name": "Example Name"
  },
  "summary": "example-value",
  "event": "Winter Storm Warning",
  "sent": "example-value",
  "effective": "example-value",
  "expires": "example-value",
  "status": "active",
  "msgType": "land",
  "category": "example-value",
  "urgency": "Expected",
  "severity": "Moderate",
  "certainty": "Likely",
  "areaDesc": "example-value",
  "polygon": "example-value",
  "geocode": [
    null
  ],
  "parameter": [
    null
  ]
}