Secure websites use HTTPS
Scam alert
A symbolic point representation of a pole for mounting street lighting equipment. Attributes include Lamp Post Number.
Data from Oct 2025
Last updated 1 month ago (7 Jul 2026)
A symbolic point representation of a pole for mounting street lighting equipment. Attributes include Lamp Post Number.
Data from Oct 2025
Last updated 1 month ago (7 Jul 2026)
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
Adding an API key gives you higher rate limits and priority support. Log in to create your API key.
import requests
dataset_id = "d_ca109de3e83efdd9a10bc5f3dda70a98"
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)31 Jul 2023
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 | - |
| LAMPPOST_NUM | Numeric | - |
| UNIQUE_ID | Numeric | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for LTA Lamp Post. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type" : "FeatureCollection",
"name" : "LAMPPOST",
"features" : [
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97497537392975, 1.3765973914360814 ]
},
"properties" : {
"OBJECTID_1" : 4315666,
"LAMPPOST_NUM" : "59",
"UNIQUE_ID" : 40279,
"INC_CRC" : "8037C492045315D1",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97510341653982, 1.3769466101882168 ]
},
"properties" : {
"OBJECTID_1" : 4315667,
"LAMPPOST_NUM" : "58",
"UNIQUE_ID" : 40280,
"INC_CRC" : "D8A945B719AD0D65",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97543132593151, 1.3770451044427447 ]
},
"properties" : {
"OBJECTID_1" : 4315668,
"LAMPPOST_NUM" : "57",
"UNIQUE_ID" : 40281,
"INC_CRC" : "3EEC18DCC55A45CD",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97570228848188, 1.3773258010552814 ]
},
"properties" : {
"OBJECTID_1" : 4315669,
"LAMPPOST_NUM" : "56",
"UNIQUE_ID" : 40282,
"INC_CRC" : "0BBE0E76247D3E4C",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.9766015359474, 1.379063228523214 ]
},
"properties" : {
"OBJECTID_1" : 4315670,
"LAMPPOST_NUM" : "51",
"UNIQUE_ID" : 40283,
"INC_CRC" : "350644977528768C",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.90315227187462, 1.3369350572139527 ]
},
"properties" : {
"OBJECTID_1" : 4315671,
"LAMPPOST_NUM" : "3",
"UNIQUE_ID" : 40806,
"INC_CRC" : "02C040931BEA23C9",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.6793075478508, 1.3037559701695762 ]
},
"properties" : {
"OBJECTID_1" : 4315672,
"LAMPPOST_NUM" : "144",
"UNIQUE_ID" : 40807,
"INC_CRC" : "B77D3AACE2214B87",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.67899389630553, 1.3008428017249514 ]
},
"properties" : {
"OBJECTID_1" : 4315673,
"LAMPPOST_NUM" : "154",
"UNIQUE_ID" : 40808,
"INC_CRC" : "494F46D0BA682BB8",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.67576431248506, 1.3074789101414686 ]
},
"properties" : {
"OBJECTID_1" : 4315674,
"LAMPPOST_NUM" : "178",
"UNIQUE_ID" : 40809,
"INC_CRC" : "D42457F05E482368",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.89186555458535, 1.3801825140570887 ]
},
"properties" : {
"OBJECTID_1" : 4315675,
"LAMPPOST_NUM" : "25",
"UNIQUE_ID" : 40810,
"INC_CRC" : "49D10E350A893211",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.89247439967805, 1.3801934136665626 ]
},
"properties" : {
"OBJECTID_1" : 4315676,
"LAMPPOST_NUM" : "29",
"UNIQUE_ID" : 40811,
"INC_CRC" : "0BE636030BCA2374",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97240005217631, 1.3239143008266012 ]
},
"properties" : {
"OBJECTID_1" : 4315677,
"LAMPPOST_NUM" : "13S",
"UNIQUE_ID" : 40812,
"INC_CRC" : "11AD875ACEF9CA91",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97209393823476, 1.323831377240865 ]
},
"properties" : {
"OBJECTID_1" : 4315678,
"LAMPPOST_NUM" : "14S",
"UNIQUE_ID" : 40813,
"INC_CRC" : "422E16FBB4968D7E",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97187455709772, 1.3237676610059046 ]
},
"properties" : {
"OBJECTID_1" : 4315679,
"LAMPPOST_NUM" : "15S",
"UNIQUE_ID" : 40814,
"INC_CRC" : "FBDD5477D554E67E",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97155752301927, 1.323667105617955 ]
},
"properties" : {
"OBJECTID_1" : 4315680,
"LAMPPOST_NUM" : "16S",
"UNIQUE_ID" : 40815,
"INC_CRC" : "31F8DA9E23C9076F",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.97285648262256, 1.3240401712472254 ]
},
"properties" : {
"OBJECTID_1" : 4315681,
"LAMPPOST_NUM" : "12S",
"UNIQUE_ID" : 40816,
"INC_CRC" : "010A2E5DD3EC2C4C",
"FMEL_UPD_D" : "20240107231123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.96511362228763, 1.361374998596662 ]
},
"properties" : {
"OBJECTID_1" : 4315682,
"LAMPPOST_NUM" : "10",
"UNIQUE_ID" : 41130,
"INC_CRC" : "63EFF94B8BA94C3D",
"FMEL_UPD_D" : "20240107231122"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.86606443478718, 1.4003041268610457 ]
},
"properties" : {
"OBJECTID_1" : 4315683,
"LAMPPOST_NUM" : "688S10",
"UNIQUE_ID" : 41131,
"INC_CRC" : "20762ECA6025396A",
"FMEL_UPD_D" : "20240107231122"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.77809667108264, 1.3736588863445893 ]
},
"properties" : {
"OBJECTID_1" : 4315684,
"LAMPPOST_NUM" : "116",
"UNIQUE_ID" : 5420,
"INC_CRC" : "F232404F1794F382",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.76728549915822, 1.43276148863874 ]
},
"properties" : {
"OBJECTID_1" : 4315685,
"LAMPPOST_NUM" : "19",
"UNIQUE_ID" : 5473,
"INC_CRC" : "A921F102EF2E5DF3",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.78546926620093, 1.4406714230471234 ]
},
"properties" : {
"OBJECTID_1" : 4315686,
"LAMPPOST_NUM" : "1",
"UNIQUE_ID" : 5474,
"INC_CRC" : "70F4B4B7A242D846",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.7713159778505, 1.431764749486041 ]
},
"properties" : {
"OBJECTID_1" : 4315687,
"LAMPPOST_NUM" : "52",
"UNIQUE_ID" : 5475,
"INC_CRC" : "D51A6FA7B72A7C79",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.76641301357284, 1.4386192078142068 ]
},
"properties" : {
"OBJECTID_1" : 4315688,
"LAMPPOST_NUM" : "368",
"UNIQUE_ID" : 5476,
"INC_CRC" : "742657D0EC2BD151",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.782476874561, 1.4363873061153243 ]
},
"properties" : {
"OBJECTID_1" : 4315689,
"LAMPPOST_NUM" : "30",
"UNIQUE_ID" : 5477,
"INC_CRC" : "907F0BF469BC4EE6",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.78123803907691, 1.4433330572932033 ]
},
"properties" : {
"OBJECTID_1" : 4315690,
"LAMPPOST_NUM" : "25",
"UNIQUE_ID" : 5478,
"INC_CRC" : "EDF5F5C3CA097BD7",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.8828341420264, 1.3597924787415876 ]
},
"properties" : {
"OBJECTID_1" : 4315691,
"LAMPPOST_NUM" : "38",
"UNIQUE_ID" : 4356,
"INC_CRC" : "E6402BEE3AB6D43F",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.89792396292073, 1.3655063640581937 ]
},
"properties" : {
"OBJECTID_1" : 4315692,
"LAMPPOST_NUM" : "16-1",
"UNIQUE_ID" : 4357,
"INC_CRC" : "F01089AE6AC6C0E3",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.89314431282666, 1.3604645470346028 ]
},
"properties" : {
"OBJECTID_1" : 4315693,
"LAMPPOST_NUM" : "20-20/A",
"UNIQUE_ID" : 4358,
"INC_CRC" : "3F9CB03EABDFC67A",
"FMEL_UPD_D" : "20240107231050"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.83034273219613, 1.3755559560872708 ]
},
"properties" : {
"OBJECTID_1" : 4315694,
"LAMPPOST_NUM" : "14",
"UNIQUE_ID" : 15936,
"INC_CRC" : "6D2F2CA73FF33C96",
"FMEL_UPD_D" : "20240107231056"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [ 103.83034986481793, 1.3757545590055715 ]
},
"properties" : {
"OBJECTID_1" : 4315695,
"LAMPPOST_NUM" : "15",
"UNIQUE_ID" : 15937,
"INC_CRC" : "6C1D59D757721F7F",
"FMEL_UPD_D" :