-
Notifications
You must be signed in to change notification settings - Fork 4
Description
v1 AirQuality API seems to be deprecated.
I have tried to poll the V1 AirQuality API that i2ME and Legacy polls, and it seems it's dead across the board. All API polls return 400 or 401, which indicates issues with the API. This is EXTREMELY similar to how the likely deprecated v1 AirportDelays API responds to all requests.
Judging how there's now a AirQuality-Global API endpoint on the TWC API now, I have reason to believe that the v1 API has either been deprecated or broken in some other way.
I unfortunately do not have v1 API documentation access, so I cannot confirm if we're just polling the API wrong, but it seems that the API is rejecting all requests.
The documentation on the NEW API is here:
https://developer.weather.com/airquality-environment/docs/air-quality-global-v-3-0#/Air%20Quality/get_v3_wx_globalAirQuality?geocode
In case the API can be migrated.