{ "opencollection": "1.0.0", "info": { "name": "BlaBlaCar Bus Bookings Trips API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Trips", "type": "folder" }, "items": [ { "info": { "name": "BlaBlaCar Bus Search Available Trips", "type": "http" }, "http": { "method": "GET", "url": "https://bus-api.blablacar.com/v1/trips", "params": [ { "name": "from_station_id", "value": "FRTLS", "type": "query", "description": "Origin station identifier" }, { "name": "to_station_id", "value": "FRLYO", "type": "query", "description": "Destination station identifier" }, { "name": "departure_date", "value": "2025-06-15", "type": "query", "description": "Departure date in YYYY-MM-DD format" }, { "name": "passengers", "value": "2", "type": "query", "description": "Number of passengers" }, { "name": "currency", "value": "EUR", "type": "query", "description": "Currency code for pricing (ISO 4217)" } ] }, "docs": "Search for available coach trips between two stations on a given date, returning departure times, seat availability, pricing, and trip identifiers." } ] } ], "bundled": true }