GET /points/{latitude},{longitude}/stations
weather.gov:national-weather-service-api
Summary: —
Operation ID: point_stations
Auth: unknown
Operation ID: point_stations
Auth: unknown
Description
Returns a list of observation stations for a given point
Parameters (2)
latitude
(number, path, required)
Latitude
Constraints: {'minimum': -90, 'maximum': 90, 'multipleOf': 0.0001}
longitude
(number, path, required)
Longitude
Constraints: {'minimum': -180, 'maximum': 180, 'multipleOf': 0.0001}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Observation stations near New York City | curl |
https://api.weather.gov/points/40.7128,-74.0060/stations |
|
| Observation stations near Los Angeles | curl |
https://api.weather.gov/points/34.0522,-118.2437/stations |
|
| Observation stations near Chicago | curl |
https://api.weather.gov/points/41.8781,-87.6298/stations |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:49:28.476380 | 200 | 995ms | |
| 2026-03-23 01:49:26.378554 | 200 | 616ms | |
| 2026-03-22 21:41:31.124217 | 200 | 241ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 01:49:26.378554 | 8bf94645fa60 |
127711e81619 |
| 2026-03-23 09:49:28.476380 | 127711e81619 |
ced9fdbb564c |