{
  "id": "16b2ef7d-e32c-47a1-ab1e-a5b523c8dd36",
  "slug": "nea-uv-index",
  "name": "NEA UV Index",
  "provider": "NEA via data.gov.sg",
  "category_slug": "weather-environment",
  "description": "Hourly UV index readings for Singapore covering each hour of the current day. Returns a simple hour and value series.",
  "base_url": "https://api-open.data.gov.sg/v2/real-time/api/uv",
  "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/uv'",
  "example_response_snippet": "{\"code\":0,\"data\":{\"records\":[{\"index\":[{\"hour\":\"2026-07-05T16:00:00+08:00\",\"value\":4},{\"value\":6,\"hour\":\"2026-07-05T15:00:00+08:00\"}]}]}}",
  "agent_notes": "UV only reads non-zero during daylight hours. The index array is newest-first.",
  "status": "live",
  "tags": [
    "uv",
    "weather",
    "nea",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:11.967Z",
  "updated_at": "2026-07-05T09:15:26.541Z",
  "page_url": "https://singaporeapi.com/apis/nea-uv-index"
}