QuavernQuavsit

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.

NetworkModesLive departuresVehicle positionsAlertsStatic data
TBMBordeauxTram, Bus, FerryYesGPSYes8 Sept 2026
TisséoToulouseMetro, Tram, Bus, Cable carYesEstimatedYes8 Sept 2026
Île-de-France MobilitésParisMetro, Train, Tram, Bus, Funicular, OtherYesNoneYes8 Sept 2026
SNCFFranceTrain, Tram, Bus, CoachYesNoneYes8 Sept 2026
STARRennesMetro, BusYesGPSYes8 Sept 2026
TaMMontpellierTram, BusYesGPSYes8 Sept 2026
Lignes d'AzurNiceTram, BusYesGPSNo8 Sept 2026
IléviaLilleMetro, Tram, BusYesNoneNo8 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