A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Scam alert

Government officers will never ask you to send money or share your details over the phone. When unsure, hang up and call Scamshield at 1799.

Sign up here for higher rate limits, priority support and maintenance notifications. Rate limits will be enforced on 31 December 2025.

 

ABC Waters Construction

Last updated: 30 Oct 2025, 10:06 SGT

PUB (PUB, Singapore's national water agency)

Attribute Legend

AttributesData TypeDescription
OBJECTIDNumeric-
CONTRACTNONumeric-
PROJECTTITLEText-
DESCRIPTIONText-
CONTRACTORText-
CONSULTANTText-
STARTQUARTERText-
ENDQUARTERText-
CATEGORYText-
INFRATYPEText-
DEVELOPMENTSTATUSText-
IMPLEMENTORText-
QSMCONTACTText-
OFFICERNAMEText-
OFFICEREMAILText (Email)-
DATEOFLASTUPDATENumeric-
INC_CRCText-
FMEL_UPD_DNumeric-
SHAPE.LENNumeric-

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
      }
    }
  ]
}

Sample OpenAPI query

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)

Citation

This dataset can be reused and cited in research publications.

PUB, Singapore's national water agency. (2025). ABC Waters Construction (2025) [Dataset]. data.gov.sg. Retrieved October 30, 2025 from https://data.gov.sg/datasets/d_e45aa3ec4053d81046060bab03579281/view

About this dataset

Contact

feedback@data.gov.sg

Created on

23 Oct 2025

Licence

Free forever for personal or commercial use, under the Open Data Licence.

Agency

PUB (PUB, Singapore's national water agency)