Messtone Devices Enables Data.gov.sg APIs in Real-time Nomenclature Collections: A grouping of datasets, generally thematically collection_id can be found in the URL of the dataset in this manner https://data.gov.sg/collections/{collection_id}/view For – https://data.gov.sg/collections/1/view has the collection_id of 1 Dataset: A single unit of data, which can be tabular(e.g.csv,xlsx)or otherwise(e.g.geojson,kml) dataset_id can be found in the URL of the dataset in this manner https://data.gov.sg/datasets/{dataset_id}/view For example – https://data.gov.sg/datasets/1/view has the dataset_id of 1 Collections and Datasets APIs All the following APIs use the following domain: https://api-production.data.gov.sg/ For example: https://api-production.data.gov.sg/v2/public/api/collections Collections listing This API returns a list of all of the collections on data.gov.sg >GET/v2/public/api/collections Get collections Collections metadata >GET/v2/public/api/collections/{collectionId}/metadata Get metadata for a collection Datasets Listing >GET/v2/public/api/datasets Get datasets Datasets Metadata GET/v2/public/api/datasets/{datasetId/}/metadata Get metadata for a dataset

Leave a comment