← Back to catalog
sg.weather_forecast
mock data$0.001 / callSG 2-Hour Weather Forecast
Real-time 2-hour weather forecast for 51 Singapore zones (showers/cloudy/etc.) from NEA. Singapore 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.weather_forecast \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"date":"<date>"}'