LTA DataMall Train Service Alerts
Governmentby 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.
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/TrainServiceAlerts'Example response
{"value":{"Status":1,"AffectedSegments":[],"Message":[]}}Notes for AI agents
Status 1 means normal service, 2 means disruption. Poll sparingly; disruptions are rare and the payload is tiny.
Machine-readable version: /api/apis/lta-datamall-train-service-alerts
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 Traffic Incidents
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.
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.