Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Data from Mar 2018
Last updated: 13 Nov 2025, 11:25 SGT
The area described in the Third Schedule of the Public Order (32nd ASEAN Summit) Notification 2018.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| EVENT_NAME | Text | - |
| DESCRIPTIO | Text | - |
| 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 - 32nd ASEAN Summit Shangri-La Hotel Special Zone. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "AS_SHANGRILA_CORE",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.827380602,
1.3139215709999803
],
[
103.82639066600001,
1.3148844460000078
],
[
103.82367866599998,
1.3137171729999864
],
[
103.823339917,
1.3128524179999772
],
[
103.82349968099999,
1.3121777630000224
],
[
103.82318995100002,
1.3122981320000235
],
[
103.822520081,
1.3127196539999773
],
[
103.82173870700001,
1.3115092489999824
],
[
103.82044911499997,
1.310584891000019
],
[
103.82085130799999,
1.3099187380000217
],
[
103.822339398,
1.3091258889999722
],
[
103.822894254,
1.3086085950000097
],
[
103.825216194,
1.3078802279999877
],
[
103.82551801699998,
1.3077103890000217
],
[
103.82611689999999,
1.3071960789999935
],
[
103.82641297200001,
1.3070802299999968
],
[
103.82694482199997,
1.3070086970000148
],
[
103.82698723499999,
1.3067034740000167
],
[
103.82742716299998,
1.3069931429999997
],
[
103.82788191700001,
1.3070418890000042
],
[
103.82876716700002,
1.3066076150000185
],
[
103.82935095200003,
1.307780847999993
],
[
103.82961000300003,
1.3078836750000278
],
[
103.83136253100002,
1.3070195560000002
],
[
103.83187020999998,
1.308211961999973
],
[
103.83221597,
1.3096809209999947
],
[
103.83136144999997,
1.3100775749999798
],
[
103.83083588800002,
1.3114403619999848
],
[
103.83087389600001,
1.3116915040000094
],
[
103.831378341,
1.3127108140000132
],
[
103.82855851199997,
1.3134010210000042
],
[
103.827380602,
1.3139215709999803
]
]
]
},
"properties": {
"OBJECTID": 1,
"EVENT_NAME": "Asean_Summit 2018",
"DESCRIPTIO": "Shangri La Special Zone",
"INC_CRC": "94ABBCB1F0E8A66B",
"FMEL_UPD_D": "20180316133339",
"SHAPE.AREA": 0.0000580170098854305,
"SHAPE.LEN": 0.0343647637784199
}
}
]
}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_cf2854b27fa68dc22514c232c03a12d2"
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.