UnifyAPI
← Back to catalog

sg.weather_forecast

mock data$0.001 / call

SG 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

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.weather_forecast \
  -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.