Air quality-Station specific data
Number of APIs: 3
-
List supported stations in a city GET {{urlExternalAPI}}v2/stations
-
Get nearest station data (GPS coodinates) GET {{urlExternalAPI}}v2/nearest_station?lat={{LATITUDE}}&lon={{LONGITUDE}}&key={{YOUR_API_KEY}}
-
Get specified station data GET {{urlExternalAPI}}v2/station?station={{STATION_NAME}}&city={{CITY_NAME}}&state={{STATE_NAME}}&country={{COUNTRY_NAME}}&key={{YOUR_API_KEY}}