Land Transport Authority DataMall, Singapore
APIOfficial Singapore transport data API for real-time transit, traffic, and mobility insights
Overview
The Land Transport Authority (LTA) DataMall API provides RESTful access to official Singapore transport data, including real-time bus arrival times, MRT/LRT station details, traffic speed updates, taxi availability, parking rates, and public transport routes. Responses are in JSON format. Use cases include building commuter navigation apps, integrating traffic data into logistics platforms, conducting urban mobility research, and developing smart city solutions tailored to Singapore's transport ecosystem.
Example Integration (JavaScript)
fetch('https://datamall.lta.gov.sg/content/dam/datamall/datasets/LTA_DataMall_API_User_Guide.pdf')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Real-time & static transport data
- Covers bus, MRT/LRT, taxi, traffic, parking
- Requires API key authentication
Frequently Asked Questions
? Is the Land Transport Authority DataMall API free to use?
Yes, it offers a free tier with daily rate limits (up to 5000 requests/day for free users). Paid plans are available for higher usage volumes.
? Does the API require an API key?
Yes, you need to register for an API key via the LTA DataMall portal to authenticate all requests.
? What is the response format of the API?
The API returns data in JSON format, which is widely compatible with most programming languages and applications.
Top Alternatives
People Also Ask about Land Transport Authority DataMall, Singapore
Tool Info
Pros
- ⊕ Official & reliable data source
- ⊕ Comprehensive transport datasets
- ⊕ Supports real-time & static data
- ⊕ Well-documented with user guides
Cons
- ⊖ Rate-limited free tier
- ⊖ Requires API key registration
- ⊖ Singapore-exclusive coverage
- ⊖ Some datasets have delayed updates