A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Getting ready for the upcoming elections? Check out the new electoral boundaries in our interactive elections map.

Length of Roads Maintained by LTA

Updated 10 months ago

LTA (Land Transport Authority)

Whole Roads or Section of Roads including lane maintained by LTA.

Collector roads are built primarily to feed traffic from local onto arterial roads. It also provides access to adjacent land uses. Local access roads provide access to various types of land uses. These roads are generally smaller, in terms of width, than collector roads. All public roads maintained by LTA are paved.

Road Length in lane-km data includes all public roads maintained by the Land Transport Authority. It does not include certain roads such as those maintained by the National Parks Board (Nparks), Housing and Development Board (HDB) and Urban Redevelopment Authority (URA), JTC Corporation (JTC) - including roads in Jurong Island , National Environment Agency (NEA) , Ministry of Home Affairs (ISD), Ministry of Home Affairs (POLICE), Singapore General Hospital (SGH) , Public Utilities Board (PUB), Singapore Land Authority (SLA) , AGRI-Food and Veterinary Authority of Singapore (AVA) as well as roads within Sentosa Island (SDC), airports (CAAS), seaports (PSA), universities (NTU, NUS), Community Improvement Project Committee (CIPC) , Private, Ministry of Home Affairs (prisons), Immigration & Checkpoints Authority (ICA) and military (MINDEF) areas.

The road length is shorter than the as build roads due to re-alignment of Changi Coast Road (Major Road) and Changi Ferry Road (Collector Road).

2 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collection_id = 360          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
        
response = requests.get(url)
print(response.json())