Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Dataset: CPF Service Centres
Data from Jun 2017
Last updated: 13 Nov 2025, 11:24 SGT
Location of the CPF Service Centre in Singapore.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| UNIT_NO | Numeric | - |
| FLOOR_NO | Numeric | - |
| ROAD_NAME | Text | - |
| HOUSE_NO | Numeric | - |
| BUILDING_NAME | Text | - |
| POSTAL_CODE | Numeric | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| NAME | Text | - |
Dataset preview
This code can be used to view the raw JSON dataset for CPF Service Centres. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "CPFB_LOCATION",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.84520938697314,
1.2795512811403746
]
},
"properties": {
"OBJECTID": 321,
"UNIT_NO": "11",
"FLOOR_NO": "1",
"ROAD_NAME": "Maxwell Road",
"HOUSE_NO": "45",
"BUILDING_NAME": "The URA Centre East Wing",
"POSTAL_CODE": "69118",
"INC_CRC": "91D703C8E9D494A9",
"FMEL_UPD_D": "20170629105550",
"NAME": "CPF Maxwell Service Centre"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.8491675568544,
1.3496325057317065
]
},
"properties": {
"OBJECTID": 322,
"UNIT_NO": "1",
"FLOOR_NO": "1",
"ROAD_NAME": "Bishan Place",
"HOUSE_NO": "3",
"BUILDING_NAME": "CPF Bishan Service Centre",
"POSTAL_CODE": "579838",
"INC_CRC": "FB17C74FE2AE06BC",
"FMEL_UPD_D": "20170629105550",
"NAME": "CPF Bishan Service Centre"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.73967017058987,
1.3350360052048442
]
},
"properties": {
"OBJECTID": 323,
"UNIT_NO": "1",
"FLOOR_NO": "1",
"ROAD_NAME": "Jurong Gateway Road",
"HOUSE_NO": "21",
"BUILDING_NAME": "CPF Jurong Service Centre",
"POSTAL_CODE": "608546",
"INC_CRC": "D8CB0B971F145608",
"FMEL_UPD_D": "20170629105550",
"NAME": "CPF Jurong Service Centre"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.94358693673419,
1.3530848569225504
]
},
"properties": {
"OBJECTID": 324,
"UNIT_NO": "1",
"FLOOR_NO": "1",
"ROAD_NAME": "Tampines Central 5",
"HOUSE_NO": "1",
"BUILDING_NAME": "CPF Tampines Service Centre",
"POSTAL_CODE": "529508",
"INC_CRC": "0E5BDF23FA6D9931",
"FMEL_UPD_D": "20170629105550",
"NAME": "CPF Tampines Service Centre"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.78661961568032,
1.4350778939768833
]
},
"properties": {
"OBJECTID": 325,
"UNIT_NO": "2",
"FLOOR_NO": "1",
"ROAD_NAME": "South Woodlands Drive",
"HOUSE_NO": "900",
"BUILDING_NAME": "Woodlands Civic Centre",
"POSTAL_CODE": "730900",
"INC_CRC": "6E838EA784802843",
"FMEL_UPD_D": "20170629105550",
"NAME": "CPF Woodlands Service Centre"
}
}
]
}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_fa1eb7f19d247f7fe660ac446a6ce6ec"
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.