Secure websites use HTTPS
Scam alert
Liquor Control Zone (Little India) declared under Public Order (Additional Temporary Measures) Act 2014 for the period between 1st April 2014 to 3O April 2014.
Data from Feb 2015
Last updated 10 months ago (13 Nov 2025)
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID_1 | Numeric | - |
| LIQUOR_CONTROL_ZONE | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| SHAPE_1.AREA | Numeric | - |
| SHAPE_1.LEN | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for Liquor Control Zone under Public Order (Additional Temporary Measures) Act 2014 (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "LIQUOR_CONTROL_ZONE",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.84864947852408,
1.3106925885560932
],
[
103.84851222941121,
1.310278452508181
],
[
103.85034988249171,
1.3087598032948742
],
[
103.84821363112901,
1.3057262668988645
],
[
103.85034648487448,
1.304251419195639
],
[
103.85017441110601,
1.3038623625945802
],
[
103.8500501365827,
1.3030828923665343
],
[
103.85003071847021,
1.301614564732173
],
[
103.85204498227179,
1.3041734867859753
],
[
103.85250347627814,
1.303991858752781
],
[
103.85300175384297,
1.3038615730480272
],
[
103.85398645378443,
1.3033944885317548
],
[
103.85459104116018,
1.3042747090427715
],
[
103.8553514817622,
1.304474659737998
],
[
103.855718835915,
1.3047575011857093
],
[
103.85601616069538,
1.305229895075768
],
[
103.85599267141994,
1.3056697597900189
],
[
103.85590183450239,
1.3060179388058666
],
[
103.85611426592862,
1.306502924062526
],
[
103.85750351434137,
1.3087851345619728
],
[
103.85916764326662,
1.3113467832715655
],
[
103.85799558299797,
1.3123631097323551
],
[
103.85898910451587,
1.3136026948937527
],
[
103.85762681337174,
1.3146595052329881
],
[
103.85646705312179,
1.3155592006523305
],
[
103.85575923885763,
1.314901219692386
],
[
103.85556566781979,
1.315092763594299
],
[
103.85465124903803,
1.3156144378957635
],
[
103.85424487583236,
1.3154904375978034
],
[
103.85399668105548,
1.3159855522157942
],
[
103.85344548115063,
1.3158087994517718
],
[
103.85146696629377,
1.3142288757867113
],
[
103.849575392632,
1.3128847319911403
],
[
103.84832836387862,
1.3121322153643562
],
[
103.84892305052614,
1.3113853452979631
],
[
103.84864947852408,
1.3106925885560932
]
]
]
},
"properties": {
"OBJECTID_1": 1,
"LIQUOR_CONTROL_ZONE": "Special Zone",
"INC_CRC": "7A80AEBE5C61990A",
"FMEL_UPD_D": "20150209234630",
"SHAPE_1.AREA": 1123805.06170003,
"SHAPE_1.LEN": 5022.54045597234
}
}
]
}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_b44b09cc3d80d65e34c2bde6e80b5b6b"
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.
08 Feb 2015
Free forever for personal or commercial use, under the Open Data Licence.