LTA DataMall Traffic Incidents
Governmentby 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
- 1Request API access at datamall.lta.gov.sg (free, automated form).
- 2Receive your AccountKey by email.
- 3Send it as the AccountKey header on each request.
Example request
curl -H 'AccountKey: YOUR_ACCOUNT_KEY' -H 'accept: application/json' 'https://datamall2.mytransport.sg/ltaodataservice/TrafficIncidents'Example response
{"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
HDB Carpark Availability
HDB via data.gov.sg
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).
LTA DataMall Bus Arrival
Land Transport Authority (LTA)
Real-time bus arrival estimates for any bus stop in Singapore, including load, deck type and wheelchair accessibility for the next three buses per service. The most-used SG transport API.
LTA DataMall Train Service Alerts
Land Transport Authority (LTA)
Real-time MRT and LRT service status, including disruption details, affected segments and free shuttle information. Returns an all-clear status when trains run normally.
Taxi Availability (Live Positions)
LTA via data.gov.sg
GeoJSON MultiPoint of every available taxi in Singapore right now, refreshed about every 30 seconds. Thousands of coordinates in a single keyless call.