Air travel

Calculate the carbon emissions generated from air travel, whether it’s for business or leisure. Our API estimates emissions based on flight distance, class, and other factors, helping you make informed decisions and offset your impact.

Learn more

How we estimate flight emissions

Our API utilises world leading Google backed technology to estimate emissions for air travel. This advanced model is widely recognized as one of the most reliable and authoritative methods for calculating air travel emissions, taking into account various factors like flight distance, aircraft type, and seating class. By leveraging this industry-leading approach, we provide you with precise and trustworthy data for your sustainability efforts.

API Request

Easily send data such as passenger count, flight class, and more to our API to receive accurate emissions estimates for your activities.

                  
{
  "number_of_passengers": 2,
  "cabin_class": "ECONOMY",
  "departure_legs": [
    {
      "origin": "LGW",
      "destination": "LAX",
      "date": "2000-01-15",
      "flight_number": 123,
      "carrier": "BA"
    }
  ],
  "return_legs": [
    {
      "origin": "LAX",
      "destination": "LGW",
      "date": "2000-02-15",
      "flight_number": 456,
      "carrier": "BA"
    }
  ]
}
                
API Response

Get instant emissions estimates in response to your request, providing actionable insights for tracking or offsetting carbon impact.

                  
{
  "emissions_in_kg": 1000
}
                
FAQ

Frequently asked questions

Have questions? We have answers. Email us at support@greener-choice.com