UnifyAPI
← Back to catalog

ncei.daily_data

mock data$0.002 / call

NCEI Daily Climate Data

Retrieve historical daily weather observations from NOAA NCEI — max/min temperature, precipitation, snowfall, wind speed. 260+ years of records from global stations. Values in tenths of °C (temp) and tenths of mm (precip). Source: GHCND dataset.

Weatherprovider: Ncei#ncei#weather

Input schema

end_daterequired

End date in YYYY-MM-DD format (e.g. 2025-01-31). Max 1 year range.

string
datatypes

Comma-separated data types: TMAX (max temp), TMIN (min temp), PRCP (precipitation), SNOW, AWND (avg wind). Default: all.

string
start_daterequired

Start date in YYYY-MM-DD format (e.g. 2025-01-01)

string
station_idrequired

NCEI station ID (e.g. GHCND:USW00094728 for Central Park, NY). Get from ncei.stations tool.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ncei.daily_data \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"end_date":"<end_date>","datatypes":"<datatypes>","start_date":"<start_date>","station_id":"<station_id>"}'

Try it

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