{
  "id": "d6d7f8c5-a754-4257-b3a6-428efac5cb0d",
  "slug": "lta-datamall-traffic-incidents",
  "name": "LTA DataMall Traffic Incidents",
  "provider": "Land Transport Authority (LTA)",
  "category_slug": "transport",
  "description": "Current road incidents (accidents, roadworks, vehicle breakdowns, heavy traffic) with type, coordinates and a human-readable message. Companion endpoints cover travel times, traffic images and carpark lots.",
  "base_url": "https://datamall2.mytransport.sg/ltaodataservice/TrafficIncidents",
  "docs_url": "https://datamall.lta.gov.sg/content/datamall/en.html",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Request API access at datamall.lta.gov.sg (free, automated form).",
    "Receive your AccountKey by email.",
    "Send it as the AccountKey header on each request."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl -H 'AccountKey: YOUR_ACCOUNT_KEY' -H 'accept: application/json' 'https://datamall2.mytransport.sg/ltaodataservice/TrafficIncidents'",
  "example_response_snippet": "{\"value\":[{\"Type\":\"Accident\",\"Latitude\":1.30398,\"Longitude\":103.919182,\"Message\":\"(5/7)16:00 Accident on ECP (towards City) after Marine Parade.\"}]}",
  "agent_notes": "Results are paged 500 at a time via $skip. Same AccountKey works across all DataMall endpoints including EstimatedTravelTimes and Traffic-Imagesv2.",
  "status": "live",
  "tags": [
    "traffic",
    "incidents",
    "roads",
    "datamall"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:12.035Z",
  "updated_at": "2026-07-05T09:15:26.607Z",
  "page_url": "https://singaporeapi.com/apis/lta-datamall-traffic-incidents"
}