API Reference

This API endpoint offers the possibility to calculate co2 emissions and co2 efficiency score in three different maneers

  1. Based on AWB
    1. This will allow you to get the co2 emissions and co2 efficiency score for a specific booking journey
      1. ex: /co2calculation?awb=123-12345675
  2. Based on flight path and load info
    1. This will allow you to get the co2 emissions and co2 efficiency score for a specific flight on a specific date based on a weight
      1. ex: /co2calculation?flightnumber=QR8268&date=2023-04-03&weight=100
    2. You can also get the co2 emissions and co2 efficiency score on a specific route based on aircraft and weight
      1. ex: /co2calculation?origin=SIN&destination=CDG&aircraft=333&weight=100
Query Params
string

Booking's AWB prefix and number

int32

Flight Number of a specific flight

string

Flight departure date in local time at origin

int32

Shipment's total weight (kg)

string

Flight origin

string

Flight destination

string

Flight Aircraft IATA code (ex: 73Y)

Responses

Language
Credentials
Choose an example:
application/json