BlaBlaCar Bus API · Schema

Trip

A specific coach departure on a route with pricing and availability

BookingBusesCoachEuropeMobilityTicketingTransportationTravel

Properties

Name Type Description
id string Unique trip identifier
route_id string Associated route identifier
departure_datetime string Departure date and time
arrival_datetime string Arrival date and time
available_seats integer Number of seats currently available
price object Price with amount and currency
View JSON Schema on GitHub