Quavsit · api.quavern.net/v1
Eight networks, one transit API.
An API for public transport in real time.
Quavsit gathers timetables, next departures, vehicle positions and service alerts from eight French public transport networks into one data model, served by an API and by this app. Real-time where the network publishes it, timetable otherwise, and every row says which.
Networks
What each network publishes today. Capabilities come from the operators' open feeds; the refresh date is the last static import.
| Network | Modes | Live departures | Vehicle positions | Alerts | Static data |
|---|---|---|---|---|---|
| TBMBordeaux | Tram, Bus, Ferry | Yes | GPS | Yes | 8 Sept 2026 |
| TisséoToulouse | Metro, Tram, Bus, Cable car | Yes | Estimated | Yes | 8 Sept 2026 |
| Île-de-France MobilitésParis | Metro, Train, Tram, Bus, Funicular, Other | Yes | None | Yes | 8 Sept 2026 |
| SNCFFrance | Train, Tram, Bus, Coach | Yes | None | Yes | 8 Sept 2026 |
| STARRennes | Metro, Bus | Yes | GPS | Yes | 8 Sept 2026 |
| TaMMontpellier | Tram, Bus | Yes | GPS | Yes | 8 Sept 2026 |
| Lignes d'AzurNice | Tram, Bus | Yes | GPS | No | 8 Sept 2026 |
| IléviaLille | Metro, Tram, Bus | Yes | None | No | 8 Sept 2026 |
For developers
One base URL, one bearer key, JSON answers with a meta block that states freshness and attribution.
- Base URL
https://api.quavern.net/v1- Authentication
Authorization: Bearer qv_p_…- Format
- JSON, RFC 3339 times with the network offset, opaque ids
curl -H "Authorization: Bearer $QUAVSIT_KEY" \
https://api.quavern.net/v1/stops/tbm:stop:3824/departures