{
  "id": "03137d7d-756e-47ad-9ffb-c20082696119",
  "slug": "nea-rainfall-realtime",
  "name": "NEA Real-Time Rainfall Readings",
  "provider": "NEA via data.gov.sg",
  "category_slug": "weather-environment",
  "description": "Precipitation readings in mm from NEA weather stations across Singapore, updated every 5 minutes. Each record carries station id, coordinates and the latest reading.",
  "base_url": "https://api-open.data.gov.sg/v2/real-time/api/rainfall",
  "docs_url": "https://guide.data.gov.sg/developer-guide/api-overview",
  "openapi_url": null,
  "auth_type": "none",
  "auth_guide": [
    "No key needed; the endpoint is public.",
    "Optional: request a data.gov.sg API key for higher rate limits and send it as x-api-key."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl 'https://api-open.data.gov.sg/v2/real-time/api/rainfall'",
  "example_response_snippet": "{\"code\":0,\"data\":{\"stations\":[{\"id\":\"S218\",\"name\":\"Bukit Batok Street 34\",\"location\":{\"longitude\":103.75065,\"latitude\":1.36491}}]}}",
  "agent_notes": "Sister endpoints on the same base: air-temperature, relative-humidity, wind-speed, wind-direction. Match readings to stations via station id.",
  "status": "live",
  "tags": [
    "rainfall",
    "weather",
    "sensors",
    "realtime",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:11.846Z",
  "updated_at": "2026-07-05T09:15:26.507Z",
  "page_url": "https://singaporeapi.com/apis/nea-rainfall-realtime"
}