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.

Real-time APIs will be unavailable from September 19th, 2024, 06:00 pm to September 19th, 2024, 10:00 pm due to upstream service's system maintenance. We apologise for the inconvenience caused.

eServices for CCC+ Website - 110821

Updated 4 months ago

PA (People's Association)

List of eServices for CCC+ Website. Updated on 11 August 2021

4 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

e-Services for CCC+ Website

CSV4 months ago

Coverage: Jun 2022 to Jul 2023

eServices for CCC+ Website - 110821

CSV4 months ago

Coverage: Aug 2021 to Aug 2022

eServices for CCC+ Website - 110822

CSV4 months ago

Coverage: Nov 2022 to Nov 2024

eServices for CCC+ Website - 210622

CSV4 months ago

Coverage: Aug 2021 to Jun 2023

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collectionId = 1523          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collectionId)
        
response = requests.get(url)
print(response.json())