API Description
Air Quality
Ambee Air Quality API helps you to get real-time hyper local air quality data for over a million postal codes across 90+ countries, cities, and latitude & longitude. Air quality data helps quantify ambient air pollution.
It provides actionable insights on air quality index, particulate matter, nitrogen oxides, sulphur dioxide, carbon monoxide, ammonia and ozone. Air quality affects the planetary well-being, aggravates existing health conditions and leads to a myriad of health issues.
Headers
Content-type | application/json |
x-api-key | Unique key obtained after sigunp |
RESPONSE PARAMETERS
PM2.5 | Particulate matter < 2.5um (ug/m3) |
PM10 | Particulate matter < 10um (ug/m3) |
SO2 | Sulphur dioxide conc (ppb) |
NO2 | Nitrogen dioxide conc (ppb) |
OZONE | OZONE conc (ppb) |
CO | Carbon monoxide conc (ppm) |
AQI | Air quality index |
updatedAt | ISO timestamp of event in UTC |
aqiInfo | Breif info about the effects of the AQI returned |
Air quality current- Geospatial search
GET
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the geographic coordinates.
The API also provides location information about the latitude, longitude passed like countryCode, division, postalCode, placename, state, city, etc.
Endpoint
|
PARAMETERS
lat | Latitude of the place to search |
lng | Longitude of the place to search |
Sample response
|
Air quality current- Postalcode search
GET
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the postalcode of the respective area.
The API also provides location information about the latitude, longitude passed like countryCode, division, postalCode, placename, state, city, etc.
Endpoint
|
PARAMETERS
postalCode | Postalcode of the place to search |
countryCode | ISO country code of the postalcode entered |
Sample response
|
Air quality current- Citywise search
GET
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any city by passing the name of the city.
The API also provides location information about the latitude, longitude passed like countryCode, division, postalCode, placename, state, city, etc.
Endpoint
|
PARAMETERS
city | Name of the city to search |
limit (optional) | Specifies the number of records to be returned |
Sample response
|
Air quality current- Countrywise search
GET
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any country by passing the ISO country code.
The API also provides location information about the latitude, longitude passed like countryCode, division, postalCode, placename, state, city, etc.
Endpoint
|
PARAMETERS
countryCode | ISO country code of the country to search |
limit (optional) | Specifies the number of records to be returned |
Sample response
|