BlaBlaCar
Search car sharing trips
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://dev.blablacar.com
Overview
BlaBlaCar provides ridesharing trip search — key-based (an unauthenticated request returns 401, verified).
Quick Start
Trips (replace YOUR_KEY):
curl "https://public-api.blablacar.com/api/v3/trips?from_coordinate=48.85,2.35&to_coordinate=45.75,4.85" \
-H "Authorization: YOUR_KEY"
{ "trips": [ { "id": "trip-123", "price": { "amount": 25, "currency": "EUR" } } ] }
Authentication
- Register at dev.blablacar.com → API key.
- Send it as the
Authorizationheader (missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Trip search across Europe.
FAQ
Is BlaBlaCar free? Free tier with limits; more is paid.
Why 401? Missing auth returns 401 (verified) — register for a key.
What’s the auth style?
Authorization header.
More in Transportation
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| ADS-B Exchange Access real-time and historical data of any and all airborne aircraft | No auth | Yes | Unknown | ↗ |
| airportsapi Get name and website-URL for airports by ICAO code | No auth | Yes | Unknown | ↗ |
| AIS Hub Real-time data of any marine and inland vessel equipped with AIS tracking system | API Key | No | Unknown | ↗ |
| Amadeus for Developers Travel Search - Limited usage | OAuth | Yes | Unknown | ↗ |
| apilayer aviationstack Real-time Flight Status & Global Aviation Data API | OAuth | Yes | Unknown | ↗ |