Weather.gov · Example Payload

Weather Gov Metar Phenomenon Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

intensitymodifierweatherrawStringinVicinity

Example Payload

Raw ↑
{
  "intensity": "heavy",
  "modifier": "partial",
  "weather": "volcanic_ash",
  "rawString": "example-value",
  "inVicinity": true
}