Skip to content
New issue

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

PSI, PM2.5 API not working #1661

Open
jasonleow opened this issue Nov 1, 2023 · 1 comment
Open

PSI, PM2.5 API not working #1661

jasonleow opened this issue Nov 1, 2023 · 1 comment

Comments

@jasonleow
Copy link

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.

@jasonleow
Copy link
Author

jasonleow commented Nov 6, 2023

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)

@jasonleow jasonleow changed the title PSI API not working PSI, PM2.5 API not working Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant