Secure websites use HTTPS
Updated 6 months ago
IMDA (Info-communications Media Development Authority)Attribute Legend
Attributes | Data Type | Description |
---|---|---|
Name | Text | - |
Description | Text | - |
Dataset preview
This code can be used to view the raw JSON dataset for Infocomm Accessibility. 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>ADDRESSBLOCKHOUSENUMBER</th> <td></td> </tr><tr bgcolor=\"\"> <th>ADDRESSBUILDINGNAME</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSFLOORNUMBER</th> <td></td> </tr><tr bgcolor=\"\"> <th>ADDRESSPOSTALCODE</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSSTREETNAME</th> <td></td> </tr><tr bgcolor=\"\"> <th>ADDRESSTYPE</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>DESCRIPTION</th> <td>trains people with disabilities to increase independence and employability 2 Peng Nguan Street SPD Ability Centre Singapore 168955 For phone enquiries, call 6579 0710</td> </tr><tr bgcolor=\"\"> <th>HYPERLINK</th> <td>http://www.iacentre.org.sg</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>LANDXADDRESSPOINT</th> <td>27752.18</td> </tr><tr bgcolor=\"\"> <th>LANDYADDRESSPOINT</th> <td>29372.010000000002</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>NAME</th> <td>Infocomm Accessibility Centre</td> </tr><tr bgcolor=\"\"> <th>PHOTOURL</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>INC_CRC</th> <td>E06F21E9077931D0</td> </tr><tr bgcolor=\"\"> <th>FMEL_UPD_D</th> <td>20120830172811</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSUNITNUMBER</th> <td></td> </tr></table></center>"
},
"geometry": {
"type": "Point",
"coordinates": [
103.831091820819,
1.28190453050504,
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_b11ee9a784f0f233565946398570f72a"
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.