Emissions Data
By harnessing the connections to many different types of carrier systems (schedule, availability, real-time, etc.), Distribusion is able to generate CO2e emissions in trip-level granularity. This data can help consumers make more sustainably conscious decisions and is made available within the /connections/find endpoint.
Please note that this is an enterprise API feature. Reach out to your Partnership Manager for more information about unlocking this and other advanced features.
How It Works
Our partners commonly display emissions data on search result pages and tickets, or use it for customer loyalty programmes and corporate reporting purposes. Emissions data is also available in static exports upon request.
Calculations follow common industry standards and full documentation can be provided upon request.
API Examples
Partial Sample Response from /connections/find
{
"attributes": {
"arrival_time": "2023-09-13T16:00",
"booked_out": false,
"cheapest_fare_class_code": "FARE-2",
"cheapest_total_adult_price": 2433,
"co2_kg": 17.422523498535156,
"co2e_kg": 19.978971481323242,
"co2e_savings": 3.167266845703125,
"departure_time": "2023-09-13T10:30",
"duration": 19800,
"electronic_ticket_available": true,
"total_seats_left": null
}For more sample responses, check the /connections/find endpoint page.
What made this section helpful for you?
What made this section unhelpful for you?
On this page
- Emissions Data