{
  "id": "0cb84c0e-6770-4e7b-a88b-8eee2d9a2f5f",
  "slug": "nea-air-temperature-realtime",
  "name": "NEA Real-Time Air Temperature",
  "provider": "NEA via data.gov.sg",
  "category_slug": "weather-environment",
  "description": "Air temperature readings in degrees Celsius from island-wide NEA stations, updated every minute. Useful for hyperlocal current conditions.",
  "base_url": "https://api-open.data.gov.sg/v2/real-time/api/air-temperature",
  "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/air-temperature'",
  "example_response_snippet": "{\"code\":0,\"data\":{\"stations\":[{\"id\":\"S109\",\"name\":\"Ang Mo Kio Avenue 5\",\"location\":{\"longitude\":103.85,\"latitude\":1.3793}}]}}",
  "agent_notes": "Pick the nearest station by haversine distance to the user's coordinates; readings array pairs stationId with value.",
  "status": "live",
  "tags": [
    "temperature",
    "weather",
    "sensors",
    "realtime",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:11.944Z",
  "updated_at": "2026-07-05T09:15:26.518Z",
  "page_url": "https://singaporeapi.com/apis/nea-air-temperature-realtime"
}