{
  "id": "b2507895-23cf-45e6-baa7-7e8bb783d07d",
  "slug": "hdb-carpark-availability",
  "name": "HDB Carpark Availability",
  "provider": "HDB via data.gov.sg",
  "category_slug": "transport",
  "description": "Live lot availability for HDB carparks across Singapore, updated every minute. Each carpark reports total lots and available lots per lot type (car, motorcycle, heavy vehicle).",
  "base_url": "https://api.data.gov.sg/v1/transport/carpark-availability",
  "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.data.gov.sg/v1/transport/carpark-availability'",
  "example_response_snippet": "{\"items\":[{\"timestamp\":\"2026-07-05T16:27:38+08:00\",\"carpark_data\":[{\"carpark_number\":\"HE12\",\"carpark_info\":[{\"total_lots\":\"105\",\"lots_available\":\"101\",\"lot_type\":\"C\"}]}]}]}",
  "agent_notes": "Covers HDB carparks only; LTA DataMall CarParkAvailabilityv2 adds malls and URA carparks. Carpark numbers map to locations via the HDB Carpark Information dataset on data.gov.sg.",
  "status": "live",
  "tags": [
    "carpark",
    "parking",
    "hdb",
    "realtime",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:11.992Z",
  "updated_at": "2026-07-05T09:15:26.566Z",
  "page_url": "https://singaporeapi.com/apis/hdb-carpark-availability"
}