Weather.gov · Example Payload

Weather Gov Alert Atom Feed Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

idgeneratorupdatedauthortitleentry

Example Payload

Raw ↑
{
  "id": "example-value",
  "generator": "example-value",
  "updated": "example-value",
  "author": {
    "name": "Example Name"
  },
  "title": "example-value",
  "entry": [
    null
  ]
}