Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Data from Oct 2025
Last updated 22 days ago (3 Jul 2026)
Indicative location of the various types of parking lots managed by URA.
Data from Oct 2025
Last updated 22 days ago (3 Jul 2026)
Indicative location of the various types of parking lots managed by URA.
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_d959102fa76d58f2de276bfbb7e8f68e"
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)This dataset can be reused and cited in research publications.
07 Jul 2019
Free forever for personal or commercial use, under the Open Data Licence.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID_1 | Numeric | - |
| TYPE | Text | - |
| LOT_NO | Numeric | - |
| PP_CODE | Text | - |
| PARKING_PL | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| SHAPE_1.AREA | Numeric | - |
| SHAPE_1.LEN | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for URA Parking Lot (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type" : "FeatureCollection",
"name" : "URA_PARKING_LOT",
"features" : [
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.77591041322351, 1.446183047079429 ],
[ 103.77588931849508, 1.446187562027974 ],
[ 103.7758874523271, 1.4461787145949154 ],
[ 103.77590854525822, 1.4461742014550654 ],
[ 103.77591041322351, 1.446183047079429 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327713,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : null,
"PP_CODE" : "M0079",
"PARKING_PL" : "Marsiling Crescent Heavy Vehicle Park ",
"INC_CRC" : "7008760EAD78B6CE",
"FMEL_UPD_D" : "20231010150150",
"SHAPE_1.AREA" : 2.39996044,
"SHAPE_1.LEN" : 6.79984250766444
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.70908713081522, 1.3565708157731444 ],
[ 103.7090704117872, 1.356595463302299 ],
[ 103.70898877927347, 1.3565393732489754 ],
[ 103.7090054992004, 1.3565147257204646 ],
[ 103.70908713081522, 1.3565708157731444 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327714,
"TYPE" : "Lorry Lots",
"LOT_NO" : "139",
"PP_CODE" : "B0004",
"PARKING_PL" : "Bulim Avenue Heavy Vehicle Park",
"INC_CRC" : "55495603DBC0F055",
"FMEL_UPD_D" : "20231010150148",
"SHAPE_1.AREA" : 36.29987671,
"SHAPE_1.LEN" : 28.5999277187312
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.70922607800355, 1.3567188453446073 ],
[ 103.70920935897568, 1.356743492874734 ],
[ 103.70912772645369, 1.3566874028254399 ],
[ 103.70914444638046, 1.356662755295957 ],
[ 103.70922607800355, 1.3567188453446073 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327715,
"TYPE" : "Lorry Lots",
"LOT_NO" : "185",
"PP_CODE" : "B0004",
"PARKING_PL" : "Bulim Avenue Heavy Vehicle Park",
"INC_CRC" : "4C810051FB41D8AB",
"FMEL_UPD_D" : "20231010150148",
"SHAPE_1.AREA" : 36.29987671,
"SHAPE_1.LEN" : 28.5999277187312
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.82097794649879, 1.2667386410846144 ],
[ 103.8209563816979, 1.2667385668231217 ],
[ 103.82095641318948, 1.2667295231730964 ],
[ 103.8209779779903, 1.266729597434588 ],
[ 103.82097794649879, 1.2667386410846144 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327716,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "473",
"PP_CODE" : "M0078",
"PARKING_PL" : "Maritime Square D Off Street ",
"INC_CRC" : "6775E5504F782075",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA" : 2.4000287,
"SHAPE_1.LEN" : 6.80004026654739
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.82097831900559, 1.266630117284228 ],
[ 103.82095675420561, 1.266630042118382 ],
[ 103.82095678479864, 1.2666209993727098 ],
[ 103.82097834870001, 1.2666210745385504 ],
[ 103.82097831900559, 1.266630117284228 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327717,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "485",
"PP_CODE" : "M0078",
"PARKING_PL" : "Maritime Square D Off Street ",
"INC_CRC" : "CE06990D24D4118E",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA" : 2.39973781,
"SHAPE_1.LEN" : 6.79973993076994
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.82097816334516, 1.266675336438763 ],
[ 103.8209565985448, 1.2666752612729124 ],
[ 103.82095662913784, 1.2666662176228782 ],
[ 103.82097819483666, 1.266666291884367 ],
[ 103.82097816334516, 1.266675336438763 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327718,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "480",
"PP_CODE" : "M0078",
"PARKING_PL" : "Maritime Square D Off Street ",
"INC_CRC" : "159FF6C9983FEE08",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA" : 2.400198465,
"SHAPE_1.LEN" : 6.80024026410133
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.82097746767417, 1.2665291485432497 ],
[ 103.82097806964876, 1.2665381713959338 ],
[ 103.8209565533631, 1.2665396227984789 ],
[ 103.82095595138857, 1.2665305999457905 ],
[ 103.82097746767417, 1.2665291485432497 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327719,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "495",
"PP_CODE" : "M0078",
"PARKING_PL" : "Maritime Square D Off Street ",
"INC_CRC" : "B6922B37409C45FC",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA" : 2.39984592,
"SHAPE_1.LEN" : 6.79983987439779
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.67200529192888, 1.2937907164918407 ],
[ 103.6719931257652, 1.2938040279107959 ],
[ 103.67198783547555, 1.2937991295517657 ],
[ 103.67200000163925, 1.293785818132836 ],
[ 103.67200529192888, 1.2937907164918407 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327720,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "89",
"PP_CODE" : "G0038",
"PARKING_PL" : "Gul Road",
"INC_CRC" : "0D9CE398385BCC09",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA" : 1.59998584,
"SHAPE_1.LEN" : 5.59993460396344
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.66698936665705, 1.3247301189603067 ],
[ 103.66697154040692, 1.3247423329571903 ],
[ 103.66694423526572, 1.3247019640641056 ],
[ 103.66696206241419, 1.3246897500674562 ],
[ 103.66698936665705, 1.3247301189603067 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327721,
"TYPE" : "Car Lots",
"LOT_NO" : "76",
"PP_CODE" : "J0027",
"PARKING_PL" : "Joo Koon Circle",
"INC_CRC" : "74D9358694B7B667",
"FMEL_UPD_D" : "20220210125000",
"SHAPE_1.AREA" : 12.959957695,
"SHAPE_1.LEN" : 15.599938021689
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.9031349346815, 1.3340853755057909 ],
[ 103.90316967730787, 1.3340512845173207 ],
[ 103.9031847321624, 1.3340668264849203 ],
[ 103.90314998863747, 1.3341009165692626 ],
[ 103.9031349346815, 1.3340853755057909 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327722,
"TYPE" : "Car Lots",
"LOT_NO" : "13",
"PP_CODE" : "K0115",
"PARKING_PL" : "Kaki Bukit Place",
"INC_CRC" : "25D268824B6BE8DE",
"FMEL_UPD_D" : "20220210125000",
"SHAPE_1.AREA" : 12.960179415,
"SHAPE_1.LEN" : 15.6000392419025
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.73345916534684, 1.3746436073285326 ],
[ 103.73338763034442, 1.3747248115803898 ],
[ 103.73336544275874, 1.3747050132382561 ],
[ 103.73343697776119, 1.3746238098914292 ],
[ 103.73345916534684, 1.3746436073285326 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327723,
"TYPE" : "Lorry Lots",
"LOT_NO" : "3",
"PP_CODE" : "F0011",
"PARKING_PL" : "Foresthill Hvp",
"INC_CRC" : "1A9C030320E7D3E9",
"FMEL_UPD_D" : "20220210124958",
"SHAPE_1.AREA" : 39.599107315,
"SHAPE_1.LEN" : 30.599952398877
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.73328166826663, 1.3744852169743553 ],
[ 103.73330385495106, 1.3745050162214332 ],
[ 103.73323231725264, 1.374586216851055 ],
[ 103.73321012966957, 1.3745664176032721 ],
[ 103.73328166826663, 1.3744852169743553 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327724,
"TYPE" : "Lorry Lots",
"LOT_NO" : "10",
"PP_CODE" : "F0011",
"PARKING_PL" : "Foresthill Hvp",
"INC_CRC" : "52615F2BB03FD24B",
"FMEL_UPD_D" : "20220210124958",
"SHAPE_1.AREA" : 39.599754415,
"SHAPE_1.LEN" : 30.6000171737848
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.73328166826663, 1.3744852169743553 ],
[ 103.73321012966957, 1.3745664176032721 ],
[ 103.73318794298548, 1.37454661745098 ],
[ 103.7332594815826, 1.3744654168227304 ],
[ 103.73328166826663, 1.3744852169743553 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327725,
"TYPE" : "Lorry Lots",
"LOT_NO" : "11",
"PP_CODE" : "F0011",
"PARKING_PL" : "Foresthill Hvp",
"INC_CRC" : "3B75DDB0D738866F",
"FMEL_UPD_D" : "20220210124958",
"SHAPE_1.AREA" : 39.60021102,
"SHAPE_1.LEN" : 30.6001413715964
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 103.83007940883422, 1.3049671226671755 ],
[ 103.83007152677635, 1.3049714617990475 ],
[ 103.83006117823778, 1.304952419481019 ],
[ 103.83006906209269, 1.304948080349181 ],
[ 103.83007940883422, 1.3049671226671755 ]
]
]
},
"properties" : {
"OBJECTID_1" : 2327726,
"TYPE" : "Motorcycle Lots",
"LOT_NO" : "53A",
"PP_CODE" : "A0007",
"PARKING_PL" : "Angullia Park Off Street",
"INC_CRC" : "01D54D6698A18CBC",
"FMEL_UPD_D" : "20231010150149",
"SHAPE_1.AREA"