WeatherAPI · Example Payload

Weatherapi Alert Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Alert Example is an example object payload from WeatherAPI, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

headlinemsgtypeseverityurgencyareascategorycertaintyeventnoteeffectiveexpiresdescinstruction

Example Payload

Raw ↑
{
  "headline": "sample value",
  "msgtype": "sample value",
  "severity": "sample value",
  "urgency": "sample value",
  "areas": "sample value",
  "category": "sample value",
  "certainty": "sample value",
  "event": "Severe Thunderstorm Warning",
  "note": "sample value",
  "effective": "2026-05-28T13:00:00Z",
  "expires": "2026-05-28T13:00:00Z",
  "desc": "Severe thunderstorms with damaging winds expected in the warning area.",
  "instruction": "sample value"
}