← Back to catalog
sg.rainfall
mock data$0.001 / callSG Rainfall Stations
5-minute rainfall readings (mm) from 60 NEA weather stations across Singapore with station coords. SG Open Data Licence v1.0
Input schema
date
stringOptional ISO 8601 date (YYYY-MM-DD) or datetime to query historical data. If omitted, returns the latest snapshot.
Call via REST
curl -X POST https://unifyapi.pro/api/call/sg.rainfall \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"date":"<date>"}'