Return the official air quality health index (1 to 10) bases on key parameters.The national AQHI is based on three-hour average concentrations of ground-level ozone (O3), nitrogen dioxide (NO2), and fine particulate matter (PM2.5). O3 and NO2 are measured in parts per billion (ppb) while PM2.5 is measured in micrograms per cubic metre (ug/m3).
Tree Equivalent
Calculate how many trees it took to create paper.
Traditional Energy
Calculate CO2e from the use of traditional hydro provider.
Clean Energy
Return the CO2e in Kg from the consumption of clean hydro energy.
Fuel To CO2e
Transform liters of Diesel, Petrol or LPG into CO2 Equivalent in Kg.
Car Travel
Returns the CO2e in Kg from a travel by car.
Flight
Calculate CO2e in Kg from a travel by air.
MotorBike
Returns the CO2e in Kg from a motorbike travel.
Public Transit
Return CO2e in Kg from the use of public transporation.
API Documentation
Air Quality Health Index
Return the official air quality health index (1 to 10) bases on key parameters.The national AQHI is based on three-hour average concentrations of ground-level ozone (O3), nitrogen dioxide (NO2), and fine particulate matter (PM2.5). O3 and NO2 are measured in parts per billion (ppb) while PM2.5 is measured in micrograms per cubic metre (ug/m3).
The type of flight (DomesticFlight, ShortEconomyClassFlight, ShortBusinessClassFlight, LongEconomyClassFlight, LongPremiumClassFlight, LongBusinessClassFlight, LongFirstClassFlight).
Example API Response:
{ "carbonEquivalent" : 201.24, "success" : true }
API Response Objects
Property
Description
carbonEquivalent
Carbon footprint.
success
Returns true or false depending on whether or not your query succeeds.