UnifyAPI
← Back to catalog

ncei.stations

mock data$0.002 / call

NCEI 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.

Weatherprovider: Ncei#ncei#weather

Input schema

limit

Number of stations to return (1-25, default 10)

integer
location_idrequired

Location ID: FIPS:06 (California), FIPS:36 (New York), ZIP:10001, CITY:US360019, or CNTRY:US

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.