LTA DataMall Traffic Incidents

Government

by Land Transport Authority (LTA)

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.

How to authenticate

  1. 1Request API access at datamall.lta.gov.sg (free, automated form).
  2. 2Receive your AccountKey by email.
  3. 3Send it as the AccountKey header on each request.

Example request

Request
curl -H 'AccountKey: YOUR_ACCOUNT_KEY' -H 'accept: application/json' 'https://datamall2.mytransport.sg/ltaodataservice/TrafficIncidents'

Example response

Response (truncated)
{"value":[{"Type":"Accident","Latitude":1.30398,"Longitude":103.919182,"Message":"(5/7)16:00 Accident on ECP (towards City) after Marine Parade."}]}

Notes for AI agents

Results are paged 500 at a time via $skip. Same AccountKey works across all DataMall endpoints including EstimatedTravelTimes and Traffic-Imagesv2.

Machine-readable version: /api/apis/lta-datamall-traffic-incidents

Related APIs