CO₂ on every itinerary
Each itinerary carries an estimated CO₂ footprint per passenger per leg — the bedrock of climate-tech products that need to compare modes, routes or carriers.
Build climate-aware booking, employee commuting platforms and carbon-budget products on top of European rail and bus inventory.
Most sustainability tools start with emission factors — but a useful product needs to connect those numbers to actual bookable journeys. That's where Tictactrip fits.
We expose 250+ European train and bus carriers through one REST API. Every itinerary returns CO₂ emissions per passenger per leg, alongside price, duration and carrier metadata — the raw material green-tech products need to compute alternatives, score business trips or run carbon budgets.
The capabilities partners ship on day one.
Each itinerary carries an estimated CO₂ footprint per passenger per leg — the bedrock of climate-tech products that need to compare modes, routes or carriers.
Compare a short-haul flight to high-speed rail on the same origin-destination pair. Build product flows that nudge users toward the lower-emission option.
Aggregate booking-level emissions into corporate Scope 3 reports, ESG dashboards or carbon-budget products. The data structure is consistent and audit-ready.
Tictactrip is a French company operating in compliance with the GDPR. A natural fit for European sustainability and government-adjacent climate programs.
The same endpoint powers every Tictactrip integration. Authenticate, send a search payload, and receive itineraries with price, duration, carrier and CO₂ emissions. Then book through /book and deliver tickets to your users.
# Compare alternatives for a business trip
curl -X POST 'https://api.tictactrip.eu/v2/results' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"originGpuid": "c|FRpari____@u09tu",
"destinationGpuid": "c|FRmars____@spey8",
"outboundDate": "2026-06-12T00:00:00Z",
"passengers": [{"age": 30}]
}'The points product and engineering teams check before integrating.
Emissions are estimated per passenger per leg based on the mode (train or bus), the carrier-specific operational profile and the leg distance. The methodology is consistent across operators so values are directly comparable.
Yes. Many climate-tech partners use the search endpoint to surface emissions for decision-support flows even when the actual booking is handled by another channel.
Yes. Several green-tech partners build employee-commuting platforms on top of Tictactrip — combining home-to-office routing with the CO₂ data the API returns.
The emissions returned per booking are designed to feed into Scope 3 (category 6 business travel and category 7 employee commuting) workflows. Our team can walk through methodology details on request.
Tell us about your project and we'll come back within one business day with a tailored plan.