Secure websites use HTTPS
Scam alert
Location of Government and private dedicated columbaria where niches are housed. Do note that this dataset was last updated on 2024-03-13 and may be outdated. For further information, please reach out to NEA for further queries.
Data from Mar 2024
Last updated 10 months ago (13 Nov 2025)
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| LANDXADDRESSPOINT | Numeric | - |
| LANDYADDRESSPOINT | Numeric | - |
| NAME | Text | - |
| ADDRESSBLOCKHOUSENUMBER | Numeric | - |
| ADDRESSSTREETNAME | Text | - |
| ADDRESSFLOORNUMBER | Numeric | - |
| ADDRESSUNITNUMBER | Numeric | - |
| ADDRESSPOSTALCODE | Numeric | - |
| ADDRESSBUILDINGNAME | Numeric | - |
| DESCRIPTION | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for Dedicated Columbaria (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "COLUMBARIA",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.83355739981563,
1.4346683001362075
]
},
"properties": {
"OBJECTID": 641,
"LANDXADDRESSPOINT": 28026.57722,
"LANDYADDRESSPOINT": 46263.84849,
"NAME": "Yishun Columbarium",
"ADDRESSBLOCKHOUSENUMBER": null,
"ADDRESSSTREETNAME": "Yishun Ring Road",
"ADDRESSFLOORNUMBER": null,
"ADDRESSUNITNUMBER": null,
"ADDRESSPOSTALCODE": "768691",
"ADDRESSBUILDINGNAME": null,
"DESCRIPTION": "Government-Managed Columbaria",
"INC_CRC": "6018A68D2A2A4CFA",
"FMEL_UPD_D": "20240313143239"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.68661959962833,
1.3743222000857827
]
},
"properties": {
"OBJECTID": 642,
"LANDXADDRESSPOINT": 11674.19264,
"LANDYADDRESSPOINT": 39591.58329,
"NAME": "Choa Chu Kang Columbarium",
"ADDRESSBLOCKHOUSENUMBER": "51",
"ADDRESSSTREETNAME": "Chinese Cemetery Path 4",
"ADDRESSFLOORNUMBER": null,
"ADDRESSUNITNUMBER": null,
"ADDRESSPOSTALCODE": "698932",
"ADDRESSBUILDINGNAME": null,
"DESCRIPTION": "Government-Managed Columbaria",
"INC_CRC": "A69F7F743BE5CE27",
"FMEL_UPD_D": "20200417165813"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.80963209959741,
1.4139117000695083
]
},
"properties": {
"OBJECTID": 643,
"LANDXADDRESSPOINT": 25364.03064,
"LANDYADDRESSPOINT": 43968.70169,
"NAME": "Mandai Columbarium",
"ADDRESSBLOCKHOUSENUMBER": "300",
"ADDRESSSTREETNAME": "Mandai Road",
"ADDRESSFLOORNUMBER": null,
"ADDRESSUNITNUMBER": null,
"ADDRESSPOSTALCODE": "779393",
"ADDRESSBUILDINGNAME": null,
"DESCRIPTION": "Government-Managed Columbaria",
"INC_CRC": "315770393BC1CCA2",
"FMEL_UPD_D": "20200417165813"
}
}
]
}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_9b0752e9d3f1f9d957d5d8be2b58dfff"
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.
18 Apr 2020
Free forever for personal or commercial use, under the Open Data Licence.