Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Data from Jul 2023
Last updated: 13 Nov 2025, 11:25 SGT
NDP SZ
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| NAME | Numeric | - |
| REMARKS | Numeric | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| SHAPE.AREA | Numeric | - |
| SHAPE.LEN | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for Singapore Police Force - National Day Parade (NDP) 2023 Special Zone. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "NDP_23_SZ",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.8683342450965,
1.3031038832281512
],
[
103.86787198420191,
1.3041341237270494
],
[
103.86249801375367,
1.3003622046946712
],
[
103.85891536838277,
1.2974293980458214
],
[
103.85802675442184,
1.2983813629536547
],
[
103.85622967322107,
1.2963199583038532
],
[
103.85551822523038,
1.295390178218947
],
[
103.85412976952844,
1.2965405601456519
],
[
103.85311293988642,
1.2951747423951936
],
[
103.8518973517136,
1.2960096431323485
],
[
103.85052099740106,
1.2944937747239285
],
[
103.84953112275444,
1.2924931363980898
],
[
103.84886979586669,
1.291058058271772
],
[
103.84824670485663,
1.290000036556725
],
[
103.8492482239705,
1.2893267308269656
],
[
103.84867865071932,
1.288334103486291
],
[
103.84885448823351,
1.2871875848233552
],
[
103.8490800172916,
1.286437340429154
],
[
103.8496533959621,
1.2853677625629942
],
[
103.85019238306218,
1.2850599675000107
],
[
103.8514767814459,
1.284882974440424
],
[
103.85248978086334,
1.2853908221284598
],
[
103.85295613982937,
1.285236922797893
],
[
103.85304023337038,
1.2851330467990925
],
[
103.85302493760204,
1.2847906272521616
],
[
103.85192231172128,
1.2821688456234503
],
[
103.85104309996552,
1.2807709660391002
],
[
103.85236379026007,
1.2796673329023114
],
[
103.85619257845615,
1.277221248557129
],
[
103.85717940684533,
1.2788117822240708
],
[
103.85927298419163,
1.277403646705257
],
[
103.86088544258824,
1.2797271963394174
],
[
103.86146329593717,
1.2808903569458525
],
[
103.86195860079793,
1.282028603078324
],
[
103.86244829546493,
1.2836292056646172
],
[
103.86264093203566,
1.285886299012688
],
[
103.86187048127421,
1.286094013258305
],
[
103.8619530573181,
1.288531130711868
],
[
103.86423689591268,
1.2884757115209515
],
[
103.86480097815368,
1.2889049703429702
],
[
103.86500736069048,
1.2893619251850392
],
[
103.86472123365813,
1.2926520347725483
],
[
103.86429476169252,
1.2951362394734764
],
[
103.86450114550213,
1.2963963334807531
],
[
103.86412968126577,
1.2966178893180045
],
[
103.86412968812807,
1.2971856313852956
],
[
103.86434982572273,
1.2981964732639268
],
[
103.86506527014002,
1.2993596310409479
],
[
103.86668874373736,
1.3008135751272338
],
[
103.86722531625365,
1.301284371118499
],
[
103.86747296488467,
1.3013259142691314
],
[
103.86773437663201,
1.3018382603875722
],
[
103.86758303629485,
1.3019628839063462
],
[
103.86769861277372,
1.3023727584584321
],
[
103.86767385785308,
1.3030374306190433
],
[
103.86801230552445,
1.3031371231084532
],
[
103.86821868367424,
1.3031454313515494
],
[
103.86823518516108,
1.3027964820357347
],
[
103.86831773468147,
1.3028047829508231
],
[
103.8683342450965,
1.3031038832281512
]
]
]
},
"properties": {
"OBJECTID": 1,
"NAME": null,
"REMARKS": null,
"INC_CRC": "FF28782C",
"FMEL_UPD_D": "20230706184516",
"SHAPE.AREA": 3123679.71327962,
"SHAPE.LEN": 9658.18880437714
}
}
]
}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_da8881d30ee6d0a6176a090819e8eef9"
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.
31 Jul 2023
Free forever for personal or commercial use, under the Open Data Licence.