UnifyAPI
← Back to catalog

sg.rainfall

mock data$0.001 / call

SG Rainfall Stations

5-minute rainfall readings (mm) from 60 NEA weather stations across Singapore with station coords. SG Open Data Licence v1.0

Government & Legalprovider: Sg#sg#government

Input schema

date

Optional ISO 8601 date (YYYY-MM-DD) or datetime to query historical data. If omitted, returns the latest snapshot.

string

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

Try it

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