NEA Real-Time Air Temperature

Government

by NEA via data.gov.sg

Air temperature readings in degrees Celsius from island-wide NEA stations, updated every minute. Useful for hyperlocal current conditions.

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/air-temperature'

Example response

Response (truncated)
{"code":0,"data":{"stations":[{"id":"S109","name":"Ang Mo Kio Avenue 5","location":{"longitude":103.85,"latitude":1.3793}}]}}

Notes for AI agents

Pick the nearest station by haversine distance to the user's coordinates; readings array pairs stationId with value.

Machine-readable version: /api/apis/nea-air-temperature-realtime

Related APIs