Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Ura parking places and their capacity
Data from Oct 2025
Last updated 1 month ago (3 Jul 2026)
Ura parking places and their capacity
Data from Oct 2025
This code can be used to test a sample API query. It retrieves the data catalogue of this dataset. For a complete guide on query parameters and syntax, please refer to the API documentation
import requests
dataset_id = "d_9bf8620ecfdc8a5f8f77e3f02160af5c"
url = "https://api-open.data.gov.sg/v1/public/api/datasets/" + dataset_id + "/poll-download"
response = requests.get(url)
json_data = response.json()
if json_data['code'] != 0:
print(json_data['errMsg'])
exit(1)
url = json_data['data']['url']
response = requests.get(url)
print(response.text)23 Mar 2020
Free forever for personal or commercial use, under the Open Data Licence.
This dataset can be reused and cited in research publications.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID_1 | Numeric | - |
| PP_CODE | Text | - |
| PARKING_PL | Text | - |
| NO_CAR | Numeric | - |
| NO_H_VEHIC | Numeric | - |
| NO_MCYCLE | Numeric | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for Capacity of URA Parking Places (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "URA_PARKING_CAPACITY_PT",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.84181451502596,
1.2800513967486464
]
},
"properties": {
"OBJECTID_1": 40039,
"PP_CODE": "BL077",
"PARKING_PL": "Backlane Bet Jiak Chuan Road / Teck Lim Road",
"NO_CAR": 0,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 7,
"INC_CRC": "AE22700922919EFE",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.85454823300746,
1.2964304701376315
]
},
"properties": {
"OBJECTID_1": 40040,
"PP_CODE": "BL092",
"PARKING_PL": "Backlane Off Seah Street",
"NO_CAR": 0,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 3,
"INC_CRC": "59B5821E09F3F591",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.85568947716801,
1.2963540323904115
]
},
"properties": {
"OBJECTID_1": 40041,
"PP_CODE": "BL093",
"PARKING_PL": "Backlane Off Purvis Street",
"NO_CAR": 0,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 9,
"INC_CRC": "6E82E37CFACEC7F4",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.80898160672687,
1.3231628729440275
]
},
"properties": {
"OBJECTID_1": 40042,
"PP_CODE": "C0039",
"PARKING_PL": "Coronation Walk",
"NO_CAR": 10,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "D646D31570165C1D",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.71647237547427,
1.3367751397515646
]
},
"properties": {
"OBJECTID_1": 40043,
"PP_CODE": "C0045",
"PARKING_PL": "Chin Bee Drive",
"NO_CAR": 29,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "6DC19A18EAF77FC6",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.8371987955854,
1.3081021302500238
]
},
"properties": {
"OBJECTID_1": 40044,
"PP_CODE": "C0053",
"PARKING_PL": "Cairnhill Road Service Road",
"NO_CAR": 12,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "E56F3D8AFE8F97AD",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.82799912989468,
1.3769162333500635
]
},
"properties": {
"OBJECTID_1": 40045,
"PP_CODE": "C0057",
"PARKING_PL": "Casuarina Road",
"NO_CAR": 10,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 8,
"INC_CRC": "831ED16B4ED91CA6",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.91244362336633,
1.30839415544696
]
},
"properties": {
"OBJECTID_1": 40046,
"PP_CODE": "T0115",
"PARKING_PL": "Telok Kurau Road",
"NO_CAR": 22,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 3,
"INC_CRC": "6583F35390FA2E79",
"FMEL_UPD_D": "20230714182248"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.81323080810664,
1.270562082755561
]
},
"properties": {
"OBJECTID_1": 40047,
"PP_CODE": "W0021",
"PARKING_PL": "Wishart Road",
"NO_CAR": 37,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "953C1248C4F30CE5",
"FMEL_UPD_D": "20230714182248"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.87939749057668,
1.3103500834975474
]
},
"properties": {
"OBJECTID_1": 40048,
"PP_CODE": "L0021",
"PARKING_PL": "Lorong 14 Geylang",
"NO_CAR": 44,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 8,
"INC_CRC": "BF32733810E4C86E",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.85443345400833,
1.308216697522601
]
},
"properties": {
"OBJECTID_1": 40049,
"PP_CODE": "H0006",
"PARKING_PL": "Hindoo Road",
"NO_CAR": 33,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 7,
"INC_CRC": "AA7590BDF265E70D",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.89829433941384,
1.3143463076477417
]
},
"properties": {
"OBJECTID_1": 40050,
"PP_CODE": "S0110",
"PARKING_PL": "Service Road Off Onan Road",
"NO_CAR": 2,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 10,
"INC_CRC": "0C6992DA46D114C6",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.84294516957864,
1.3271850447267766
]
},
"properties": {
"OBJECTID_1": 40051,
"PP_CODE": "S0159",
"PARKING_PL": "Service Road Off Balestier Road",
"NO_CAR": 10,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "8C0B3B962D50E8A9",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.8498716643147,
1.3235589336754348
]
},
"properties": {
"OBJECTID_1": 40052,
"PP_CODE": "M0049",
"PARKING_PL": "Minbu Road",
"NO_CAR": 3,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "79B60A0210DD2B45",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.84619278761848,
1.2792747468970538
]
},
"properties": {
"OBJECTID_1": 40053,
"PP_CODE": "M0050",
"PARKING_PL": "Mnd Complex (surface)",
"NO_CAR": 104,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 77,
"INC_CRC": "1265EFED1161F54C",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.9020230167932,
1.3167365680101726
]
},
"properties": {
"OBJECTID_1": 40054,
"PP_CODE": "L0098",
"PARKING_PL": "Lorong 104 Changi",
"NO_CAR": 11,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "7B6B1A6D2CB5340D",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.9027654039847,
1.3159400024801886
]
},
"properties": {
"OBJECTID_1": 40055,
"PP_CODE": "L0099",
"PARKING_PL": "Lorong 105 Changi",
"NO_CAR": 2,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "4769D438A8F5038E",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.86670202933517,
1.3269326179009204
]
},
"properties": {
"OBJECTID_1": 40056,
"PP_CODE": "M0055",
"PARKING_PL": "Moonstone Lane",
"NO_CAR": 29,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "FFA776C1AF676AC9",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.88419971232713,
1.3323984537793478
]
},
"properties": {
"OBJECTID_1": 40057,
"PP_CODE": "M0058",
"PARKING_PL": "Macpherson Road",
"NO_CAR": 28,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 8,
"INC_CRC": "116FB48D766A35F7",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.88516398541204,
1.3346765558801983
]
},
"properties": {
"OBJECTID_1": 40058,
"PP_CODE": "M0066",
"PARKING_PL": "Mactaggart Road",
"NO_CAR": 10,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 0,
"INC_CRC": "7BFA561AC490D46B",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.84873857819335,
1.325236843917805
]
},
"properties": {
"OBJECTID_1": 40059,
"PP_CODE": "M0076",
"PARKING_PL": "Minbu Road Off Street",
"NO_CAR": 111,
"NO_H_VEHIC": 0,
"NO_MCYCLE": 12,
"INC_CRC": "8DB88A9D3E7F45F2",
"FMEL_UPD_D": "20220210124746"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [