Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications. Rate limits will be enforced on 31 December 2025.
Last updated: 30 Oct 2025, 10:06 SGT
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| CONTRACTNO | Numeric | - |
| PROJECTTITLE | Text | - |
| DESCRIPTION | Text | - |
| CONTRACTOR | Text | - |
| CONSULTANT | Text | - |
| STARTQUARTER | Text | - |
| ENDQUARTER | Text | - |
| CATEGORY | Text | - |
| INFRATYPE | Text | - |
| DEVELOPMENTSTATUS | Text | - |
| IMPLEMENTOR | Text | - |
| QSMCONTACT | Text | - |
| OFFICERNAME | Text | - |
| OFFICEREMAIL | Text (Email) | - |
| DATEOFLASTUPDATE | Numeric | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| SHAPE.LEN | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for ABC Waters Construction. Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "ABCWATERSCONSTRUCTION",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
103.72681016579796,
1.3537131833107723
],
[
103.7278028801678,
1.3532325789261805
],
[
103.72784050787764,
1.351704225399268
],
[
103.72786202682798,
1.3504080961624152
],
[
103.72780845094316,
1.3484908996448508
],
[
103.72784609671834,
1.3465143012848988
],
[
103.72779788599158,
1.3445971058509907
],
[
103.72797496224365,
1.3445593093679729
],
[
103.72798024433881,
1.3465197079778133
],
[
103.72796942654097,
1.3485071083232283
],
[
103.72794251548754,
1.3504080996754155
],
[
103.72793709249031,
1.3517258321356125
],
[
103.7278887304721,
1.3533405934539067
],
[
103.7268745499794,
1.3538698019036615
]
]
},
"properties": {
"OBJECTID": 8961,
"CONTRACTNO": "1220068",
"PROJECTTITLE": "ABC Waters Project at Jurong Canal (PIE to Boon Lay Way)",
"DESCRIPTION": "Under the Active, Beautiful, Clean (ABC) Waters Programme, the stretch along the western bank of Jurong Canal between PIE to Boon Lay Way will be enhanced with greenery and ABC Waters design features such as rain gardens and vegetated swales which help to detain and cleanse stormwater runoff. Besides upgrading of existing lookout decks along the canal, a communal space with a plaza, pavilion and water cascade features that integrate with the surrounding environment will also be created for all to enjoy.",
"CONTRACTOR": "Techno CE Pte Ltd",
"CONSULTANT": "AECOM Singapore Pte Ltd",
"STARTQUARTER": "2Q 2022",
"ENDQUARTER": "4Q 2023",
"CATEGORY": "ABC Waters ",
"INFRATYPE": "ABC Waters Projects",
"DEVELOPMENTSTATUS": "U/C",
"IMPLEMENTOR": "PUB",
"QSMCONTACT": "pub_qsm@pub.gov.sg",
"OFFICERNAME": "Jovin Choong",
"OFFICEREMAIL": "jovin_choong@pub.gov.sg",
"DATEOFLASTUPDATE": "20240411",
"INC_CRC": "10EE99B76E7A2834",
"FMEL_UPD_D": "20241211122144",
"SHAPE.LEN": 2196.10556730267
}
}
]
}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_e45aa3ec4053d81046060bab03579281"
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.
23 Oct 2025
Free forever for personal or commercial use, under the Open Data Licence.