{
  "id": "dcd760ce-40c7-4916-8752-8cadf9fb179a",
  "slug": "nea-24hr-weather-forecast",
  "name": "NEA 24-Hour Weather Forecast",
  "provider": "NEA via data.gov.sg",
  "category_slug": "weather-environment",
  "description": "General 24-hour outlook for Singapore with per-region (north, south, east, west, central) forecasts in time blocks, plus temperature, humidity and wind ranges. Updated multiple times a day.",
  "base_url": "https://api-open.data.gov.sg/v2/real-time/api/twenty-four-hr-forecast",
  "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/twenty-four-hr-forecast'",
  "example_response_snippet": "{\"code\":0,\"data\":{\"records\":[{\"date\":\"2026-07-05\",\"periods\":[{\"regions\":{\"north\":{\"text\":\"Thundery Showers\",\"code\":\"TL\"}}}]}]}}",
  "agent_notes": "Use this for day-planning answers; use the 2-hour endpoint for right-now weather. Response nests periods by timePeriod blocks.",
  "status": "live",
  "tags": [
    "weather",
    "forecast",
    "nea",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:11.833Z",
  "updated_at": "2026-07-05T09:15:26.496Z",
  "page_url": "https://singaporeapi.com/apis/nea-24hr-weather-forecast"
}