FlixBus API
## FlixBus API Access real-time FlixBus travel data with the most comprehensive FlixBus API on RapidAPI — **2x more endpoints** than the only competitor, with dramatically richer trip data. ## Key Endpoints | Endpoint | Description | |----------|-------------| | `GET /search` | Search available trips between two cities — returns fares, amenities (WiFi, power), seat counts, brand logos,…
FlixBus API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchTrips /search |
Search for available FlixBus trips between two cities on a given date. |
| GET |
autocomplete /autocomplete |
Search for FlixBus cities and stations by name. Use the returned UUID as `fromCityId` / `toCityId` in /search. |
| Cities | ||
| GET |
listCities /cities |
Paginated list of all FlixBus-served cities with location, search volume, and transport categories. |
| GET |
getCityById /cities/{id} |
Get full details for a specific FlixBus city including activities and description. |
| GET |
getReachableCities /cities/{id}/reachable |
List of cities reachable from a given city with min/avg/max ticket prices. The "Where can I go from X?" feature. |
| Timetable | ||
| GET |
getTimetable /timetable |
Get all scheduled departures from a city on a given day. Returns trips to all reachable destinations, sorted by departure time. |
FlixBus API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $25 / month | — |
|
| MEGA | $45 / month | — |
|