Land Transport Authority DataMall, Singapore

API

Official Singapore transport data API for real-time transit, traffic, and mobility insights

Visit Website

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)

script.js JS

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

Google Maps Platform (Singapore Transit) Search Google
Moovit API Search Google
Transitland API Compare

People Also Ask about Land Transport Authority DataMall, Singapore

Land Transport Authority DataMall, Singapore vs Google Maps Platform (Singapore Transit)Land Transport Authority DataMall, Singapore vs Moovit APILand Transport Authority DataMall, Singapore vs Transitland API Land Transport Authority DataMall, Singapore 2025 review

Tool Info

Pricing Freemium
Category Transportation
Platform Public API

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

More Transportation Tools