Secure websites use HTTPS
Weather APIs may be unavailable from 13 June 2025 6pm to 15 June 2025 8pm due to NEA's system maintenance.
Singapore Police Force - 32nd ASEAN Summit Shangri-La Hotel Special Event Area
Last updated: 06 Jun 2024, 14:51 SGT
Attribute Legend
Attributes | Data Type | Description |
---|---|---|
Name | Text | - |
Description | Text | - |
Dataset preview
This code can be used to view the raw JSON dataset for Singapore Police Force - 32nd ASEAN Summit Shangri-La Hotel Special Event Area. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"Name": "kml_1",
"Description": "<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor=\"#E3E3F3\"> <th>EVENT_NAME</th> <td>Asean_Summit 2018</td> </tr><tr bgcolor=\"\"> <th>DESCRIPTIO</th> <td>Shangri La Special Event Area</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>INC_CRC</th> <td>983F9E66A09C81C4</td> </tr><tr bgcolor=\"\"> <th>FMEL_UPD_D</th> <td>20180316115643</td> </tr></table></center>"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.822984145,
1.32141729300002,
0
],
[
103.835157464,
1.31735716899999,
0
],
[
103.838923822,
1.31313296600001,
0
],
[
103.838855441,
1.31268159799998,
0
],
[
103.834092858,
1.30950665,
0
],
[
103.83220501,
1.30527901599999,
0
],
[
103.830835357,
1.30377632300002,
0
],
[
103.829236572,
1.30450858500001,
0
],
[
103.827968723,
1.30447693000002,
0
],
[
103.826295003,
1.30340498200002,
0
],
[
103.825552985,
1.30293407699997,
0
],
[
103.823223147,
1.30237897000001,
0
],
[
103.823408602,
1.303527514,
0
],
[
103.82299347,
1.30456400499997,
0
],
[
103.821368982,
1.30560157500003,
0
],
[
103.818723924,
1.30658541899999,
0
],
[
103.818667219,
1.30782819699999,
0
],
[
103.817892211,
1.30940802700002,
0
],
[
103.817756977,
1.309910672,
0
],
[
103.817674934,
1.31080816299999,
0
],
[
103.817077931,
1.31184284300002,
0
],
[
103.816986275,
1.31245600099999,
0
],
[
103.817207034,
1.31484298300001,
0
],
[
103.817435622,
1.31525745499999,
0
],
[
103.818927927,
1.31653831599999,
0
],
[
103.821180838,
1.32191640299999,
0
],
[
103.822984145,
1.32141729300002,
0
]
]
]
}
}
]
}
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_a15fe465b2c90adbace41d55b266219d"
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.