BlaBlaCar
搜索拼车行程
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 交通运输
- 文档 / URL
- https://dev.blablacar.com
简介
BlaBlaCar 提供拼车行程搜索——基于密钥(未认证请求返回 401,已实测)。
快速开始
行程(替换 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" } } ] }
认证方式
- 在 dev.blablacar.com 注册 → API 密钥。
- 通过
Authorization请求头携带(缺失 → 401,已实测)。
速率限制与注意事项
- 免费层带限额(看文档);付费档可扩展。
- 欧洲拼车行程搜索。
常见问题
BlaBlaCar 免费吗? 免费层带限额;更多需要付费。
为什么 401? 缺失认证返回 401(已实测)——请注册拿密钥。
认证风格是什么?
Authorization 请求头。
交通运输 分类更多
| 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 | ↗ |