← Back to catalog
ncei.stations
mock data$0.002 / callNCEI Weather Stations
Search 100K+ global weather stations from NOAA NCEI by location (state FIPS, ZIP, country). Returns station ID, name, coordinates, elevation, and data coverage dates (some from 1700s). Use station IDs with ncei.daily_data for historical climate records.
Input schema
limit
integerNumber of stations to return (1-25, default 10)
location_idrequired
stringLocation ID: FIPS:06 (California), FIPS:36 (New York), ZIP:10001, CITY:US360019, or CNTRY:US
Call via REST
curl -X POST https://unifyapi.pro/api/call/ncei.stations \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"location_id":"<location_id>"}'