Temperature Forecast API v2

Seoul-region bias-correction dataset — 7,750 records, 25 stations, 2013-06-30 → 2017-08-30.

Data endpoints

GET/stations — list all station IDs with coordinates & elevation
GET/stations/{id}/metadata — lat, lon, DEM, slope, solar radiation for one station
GET/stations/{id}/bias — per-station LDAPS model bias & RMSE vs observed temperature
GET/records — query records with filters
ParamExampleDescription
station1Filter by station
year2015Filter by year
month7Filter by month (6, 7, or 8)
date_from2015-06-01Start date (inclusive)
date_to2015-08-31End date (inclusive)
tmax_min35Minimum Present_Tmax (heat events)
tmax_max25Maximum Present_Tmax
rain_onlytrueOnly days with any precipitation
limit100Max rows (default 100, max 1000)
offset0Pagination offset
GET/forecast/{station}/{date} — next-day Tmax/Tmin forecast for a station on a given date
Example: /forecast/1/2015-06-01
GET/date/{date} — cross-station snapshot: all 25 stations on one date
Example: /date/2016-08-01
GET/summary — per-station averages & LDAPS RMSE. Add ?year=2015 to scope by year.
GET/health — data quality report (null counts, consistency checks, load stats)