We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug PSI API had stopped returning data since 1 November 2023
To Reproduce The PSI endpoint https://api.data.gov.sg/v1/environment/psi returns:
{"items":[{}],"region_metadata":[],"api_info":{"status":"healthy","message":"No recent updates from the agency."}}
Expected behavior Data should return for the API instead of blank arrays.
The text was updated successfully, but these errors were encountered:
Adding on: Now the PM2.5 API endpoint is down too (5 Nov 2023).
https://api.data.gov.sg/v1/environment/pm25
It returns
{ "items": [ { } ], "region_metadata": [ ], "api_info": { "status": "healthy" } }
Expected behaviour: It should return data for various regions instead of blank array (and certainly not status: healthy)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
PSI API had stopped returning data since 1 November 2023
To Reproduce
The PSI endpoint https://api.data.gov.sg/v1/environment/psi returns:
{"items":[{}],"region_metadata":[],"api_info":{"status":"healthy","message":"No recent updates from the agency."}}
Expected behavior
Data should return for the API instead of blank arrays.
The text was updated successfully, but these errors were encountered: