Every endpoint on api.weather.gov, grouped and explained for people who don’t already
speak NWS — what it returns, who wants it, and a worked example you can run.
Built from the live OpenAPI spec (version 3.11.0) on
2026-08-22. New here?
Start with how it thinks.
69 endpoints shown
Observations & Stations
What the weather is doing right now, as measured by thousands of ground stations — mostly at airports.
GEThttps://api.weather.gov/stations
The full directory of observation stations: identifier, name, coordinates, elevation and time zone. It is a long list — thousands of entries — so it is paginated.
The most recent observation from one station: temperature, dewpoint, wind, pressure, visibility and present weather. Most of these stations sit at airports and report automatically about once an hour, sometimes more often when conditions change quickly.
Anyone showing “current conditions”. Also pilots, and anyone verifying whether a forecast actually verified.