NEA Real-Time Rainfall Readings

Government

by NEA via data.gov.sg

Precipitation readings in mm from NEA weather stations across Singapore, updated every 5 minutes. Each record carries station id, coordinates and the latest reading.

How to authenticate

  1. 1No key needed; the endpoint is public.
  2. 2Optional: request a data.gov.sg API key for higher rate limits and send it as x-api-key.

Example request

Request
curl 'https://api-open.data.gov.sg/v2/real-time/api/rainfall'

Example response

Response (truncated)
{"code":0,"data":{"stations":[{"id":"S218","name":"Bukit Batok Street 34","location":{"longitude":103.75065,"latitude":1.36491}}]}}

Notes for AI agents

Sister endpoints on the same base: air-temperature, relative-humidity, wind-speed, wind-direction. Match readings to stations via station id.

Machine-readable version: /api/apis/nea-rainfall-realtime

Related APIs