Computes the CO2 emissions per trip for a given vehicle and then aggregates the emissions for each day.

This endpoint performs CO2 emission calculations in grams for a vehicle's trips and provides cumulative daily emissions.
The process involves extracting WLTP (Worldwide Harmonized Light Vehicles Test Procedure) value using the Vehicle Identification Number (VIN),
followed by multiplying WLTP value by the distance traveled during each trip undertaken to determine the associated CO2 emissions for that particular trip.

The response contains the start date and time, distances, and CO2 emissions for the trips (emissions_per_trip).
In addition, It contains a compilation of the distances traveled and emissions produced each day (emissions_per_day).

The call must include the tracker_oid. By default, all the available data is used for calculation.
By providing the optional parameters start_date and/or end_date, only the data within the specified time range is considered.
This can be useful, for example, to track the Co2 emissions over time.

Note: For models that are not commercialized in Spain, data availability may be limited.

Recipes
😶‍🌫️
CO2 Emissions
Open Recipe
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!