PASAR API
Keyless real-time NEA feeds: 2-hour nowcast, 24-hour and 4-day forecasts, plus air temperature, humidity, rainfall and wind by station across Singapore. SG-first.
View docs ↗ More Data & enrichment APIscurl 'https://api.data.gov.sg/v1/environment'
I'm building an app using a free Singapore API (no auth needed). API: NEA Weather Forecast (data.gov.sg) ~ 2hr / 24hr / 4-day SG forecasts Provider: National Environment Agency (NEA) via data.gov.sg Endpoint: GET https://api.data.gov.sg/v1/environment It returns JSON (live data). Source: National Environment Agency (NEA) via data.gov.sg (https://guide.data.gov.sg/developer-guide/api-overview) Source type: Official public feed Endpoint type: Direct public JSON endpoint Integration difficulty: Copy-paste ready Production caveat: Still handle downtime, changing fields, empty responses, and rate limits before shipping user-facing alerts. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.