Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Data from Aug 2017
Last updated: 13 Nov 2025, 11:24 SGT
Contains the locations of Individual Physical Proficiency Test (IPPT) Fitness Conditioning Centres (FCC) in Singapore.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| BLK | Numeric | - |
| ROAD_NAME | Text | - |
| POSTAL_COD | Numeric | - |
| REMARKS | Numeric | - |
| TYPE_NAME | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| NAME | Text | - |
Dataset preview
This code can be used to view the raw JSON dataset for Fitness and Conditioning Centres (FCC). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "HSGB_FCC",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.9529599451223,
1.316007760428894
]
},
"properties": {
"OBJECTID": 321,
"BLK": "762",
"ROAD_NAME": "UPPER EAST COAST RD",
"POSTAL_COD": "466634",
"REMARKS": null,
"TYPE_NAME": "Fitness Conditioning Centre",
"INC_CRC": "D7F5ECF98764C352",
"FMEL_UPD_D": "20170801144356",
"NAME": "BEDOK CAMP"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.77355278798171,
1.328934101090806
]
},
"properties": {
"OBJECTID": 322,
"BLK": "39",
"ROAD_NAME": "MAJU DR",
"POSTAL_COD": "596303",
"REMARKS": null,
"TYPE_NAME": "Fitness Conditioning Centre",
"INC_CRC": "CBAFA93BDE35BB3F",
"FMEL_UPD_D": "20170801144356",
"NAME": "MAJU CAMP"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.82746472769989,
1.4221690366827098
]
},
"properties": {
"OBJECTID": 323,
"BLK": "302",
"ROAD_NAME": "SEMBAWANG RD",
"POSTAL_COD": "758534",
"REMARKS": null,
"TYPE_NAME": "Fitness Conditioning Centre",
"INC_CRC": "2E45B7120226BBBD",
"FMEL_UPD_D": "20170801144356",
"NAME": "KHATIB CAMP"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
103.73908439228,
1.3971947873582211
]
},
"properties": {
"OBJECTID": 324,
"BLK": "503",
"ROAD_NAME": "LOR KEBASI",
"POSTAL_COD": "688792",
"REMARKS": "<Null>",
"TYPE_NAME": "Fitness Conditioning Centre",
"INC_CRC": "44EA454CD8F36DDE",
"FMEL_UPD_D": "20170801144356",
"NAME": "KRANJI CAMP"
}
}
]
}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_263beaeee450c77eb95c949df5bd274c"
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.