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 2023 SEA
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 Event Area. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "NDP_23_SEA",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.8683342450965,
1.3031038832281512
],
[
103.86787198420191,
1.3041341237270494
],
[
103.86249801375367,
1.3003622046946712
],
[
103.85891536838277,
1.2974293980458214
],
[
103.85506862879636,
1.3015503711468168
],
[
103.85318649930554,
1.2992323642658603
],
[
103.85158505924346,
1.300511862633829
],
[
103.85102372447619,
1.2998471947330859
],
[
103.85027253620305,
1.3004869475485972
],
[
103.84810148437417,
1.2980775345427717
],
[
103.84754015652331,
1.298393260569917
],
[
103.84720995910318,
1.2983351027159444
],
[
103.84660735712046,
1.2979196860048463
],
[
103.84400707197605,
1.2986591432280425
],
[
103.84351178654487,
1.2989831701469892
],
[
103.84403181678778,
1.2941144748032287
],
[
103.84399880269001,
1.2937239882965652
],
[
103.84190204975052,
1.2900433941370393
],
[
103.84267801082179,
1.2896612067971547
],
[
103.84231479126336,
1.2890380826317427
],
[
103.84168741873947,
1.2883900349993254
],
[
103.84287611428222,
1.2877968126579726
],
[
103.84240063108305,
1.2871138742210342
],
[
103.84230157491955,
1.286809790924599
],
[
103.84250464260306,
1.2861268409656097
],
[
103.84406479921623,
1.284795835816076
],
[
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": "025A1440",
"FMEL_UPD_D": "20230706184401",
"SHAPE.AREA": 4842732.60022398,
"SHAPE.LEN": 11301.4585696961
}
}
]
}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_2a5b20771bc7fca58c9e00b34438d4e4"
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.