Secure websites use HTTPS
Scam alert
The area described in the First Schedule of the Public Order (32nd ASEAN Summit) Declaration 2018.
Data from Mar 2018
Last updated 10 months ago (13 Nov 2025)
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 Istana Special Event Area. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "AS_ISTANA_BUFFER",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.84541144299999,
1.3136754710000105
],
[
103.84522292700001,
1.3137175250000155
],
[
103.83951309100001,
1.313024712000015
],
[
103.83875794900001,
1.312925053000015
],
[
103.835400876,
1.310715603999995
],
[
103.83621981200002,
1.3095213899999862
],
[
103.83644139400002,
1.3090084340000203
],
[
103.837528991,
1.305937751999977
],
[
103.83713039499997,
1.3055355820000045
],
[
103.835887792,
1.3030977779999944
],
[
103.835700175,
1.3022559049999813
],
[
103.83469344299999,
1.300344621000022
],
[
103.83532053800002,
1.3001301959999978
],
[
103.83755414000001,
1.2995884790000218
],
[
103.83965556599998,
1.2991458779999903
],
[
103.840650794,
1.299231247000023
],
[
103.84186796099999,
1.298809719000019
],
[
103.84221363099999,
1.2985738599999763
],
[
103.84264555800002,
1.2978487380000274
],
[
103.84304567700002,
1.2969477180000126
],
[
103.84326653800002,
1.2967105930000002
],
[
103.84338586400003,
1.2965888649999897
],
[
103.8436964,
1.296421285000008
],
[
103.84406255699997,
1.2964124200000242
],
[
103.84437929400002,
1.2965169639999772
],
[
103.84492219600003,
1.2969765589999724
],
[
103.845771861,
1.2973084569999855
],
[
103.84658774000002,
1.2975120259999926
],
[
103.847649908,
1.2974231210000085
],
[
103.84917572400002,
1.2970749309999974
],
[
103.84890077099999,
1.2973962539999775
],
[
103.84849876499999,
1.2977384679999773
],
[
103.848371982,
1.298011587000019
],
[
103.84955375599998,
1.2994526850000057
],
[
103.85008418000001,
1.3013283340000044
],
[
103.85014017100002,
1.303112193000004
],
[
103.85023290599997,
1.3038317049999932
],
[
103.85038341400002,
1.3041497689999915
],
[
103.851039539,
1.3050845160000222
],
[
103.84958776500002,
1.3062628220000079
],
[
103.85039053600002,
1.3076348289999942
],
[
103.85093101799998,
1.3083705249999866
],
[
103.848010751,
1.3107108589999825
],
[
103.84801767099998,
1.3109275450000268
],
[
103.84786240400001,
1.3113022239999736
],
[
103.846053364,
1.3131435209999722
],
[
103.84541144299999,
1.3136754710000105
]
]
]
},
"properties": {
"OBJECTID": 1,
"EVENT_NAME": "Asean Summit 2018",
"DESCRIPTIO": "Istana Special Event Area",
"INC_CRC": "7F90501E96977B5E",
"FMEL_UPD_D": "20180316133001",
"SHAPE.AREA": 0.00019674793669534,
"SHAPE.LEN": 0.0598224383617949
}
}
]
}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_5814f8740f3fad66de723c6feef055ce"
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.