List all datasets
Datasets Listing
This API returns a list of all the datasets available on data.gov.sg
Last updated
Was this helpful?
This API returns a list of all the datasets available on data.gov.sg
Last updated
Was this helpful?
Was this helpful?
GET /v2/public/api/datasets HTTP/1.1
Host: api-production.data.gov.sg
Accept: */*
{
"code": 1,
"data": {
"datasets": [
{
"datasetId": "text",
"createdAt": "2023-02-17T18:54:57+08:00",
"name": "text",
"status": "text",
"format": "text",
"lastUpdatedAt": "2023-02-17T18:54:57+08:00",
"managedByAgencyName": "text",
"coverageStart": "2023-02-17T18:54:57+08:00",
"coverageEnd": "2023-02-17T18:54:57+08:00"
}
],
"pages": 1
},
"errorMsg": "text"
}