# Emission estimates
Estimate CO2 emissions (caused by shipping goods for example).
# Create an electricity emission estimate
Estimate emissions produced by electricity consumption.
POST /estimates/electricity# Get an electricity emission estimate
GET /estimates/electricity/{id}# Update an electricity emission estimate
Estimate emissions produced by electricity consumption.
PUT /estimates/electricity/{id}# Create a flight emission estimate
Estimate emissions produced by passengers in a commercial airflight.
POST /estimates/flight# Create a passenger transportation emission estimate
Estimate emissions produced by passenger transportation, for instance commercial flight, rail, road.
POST /estimates/passenger-transportation# Create a shipping emission estimate
POST /estimates/shipping# Get a shipping emission estimate
GET /estimates/shipping/{id}# Update a shipping emission estimate
PUT /estimates/shipping/{id}# Create a multi-leg shipping emission estimate
Each leg can be fulfilled by a different method, eg a truck, a plane or other options.
POST /estimates/shipping/multi-leg# Get a multi-leg shipping emission estimate
GET /estimates/shipping/multi-leg/{id}# Update a multi-leg shipping emission estimate
PUT /estimates/shipping/multi-leg/{id}# Create a transaction emission estimate
POST /estimates/transactions# Create a batch transaction emission estimate
Perform multiple transaction emissions estimate in one request.
Each estimate is handled individually.
The response contains estimates or errors in the same orders as the request.
POST /estimates/transactions/batch# Get a transaction emission estimate
GET /estimates/transactions/{id}# Update a transaction emission estimate
PUT /estimates/transactions/{id}# Create a company emission estimate
Estimate emissions produced by a company. This includes office-related emissions, employee transportation, food, drinks, electronic equipment and computing/networking operations.
The result is an estimate of a year-worth of company emissions.
POST /estimates/company# Get a company emission estimate
GET /estimates/company/{id}# Update a company emissions estimate
PUT /estimates/company/{id}# Create an individual's emission estimate
Estimate emissions produced by an individual for a year. This includes travel emissions, food, drinks, energy and shopping activities.
The result is an estimate of a year-worth of emissions.
POST /estimates/individual