Create a key
Sign in at my.quavern.com/account/quavsit and create a key on the Free plan. No card is needed. Keys start with qv_p_, are shown once, stored hashed and can be revoked at any time.
Quavsit · quavsit.quavern.com
Quavsit is Quavern's public transit API for French networks: eight networks at launch, one data model, real-time departures where the operator publishes them and timetables otherwise. Every answer states its source and its age.
Quavsit reads the open data of French transit operators — GTFS timetables, GTFS-RT feeds and the operators' own real-time services — and answers with one set of identifiers and one JSON shape. Lines, stops, departures, vehicle positions, alerts, places and journeys are served from api.quavern.net/v1.
Each departure carries a realtime flag. A scheduled time is never presented as a live one, and a response served from an expired cache says so. Journeys come from the operators' own planners where they exist and from Quavsit's timetable router elsewhere; the API does not call Google.
Keys are issued by myQuavern. Usage is counted in units per calendar month: one unit per read, five per journey. The web app at quavsit.quavern.com runs on the same API.
What each network answers with today. Timetables, lines, stops and places are available on all of them.
Three steps: create a key, make one request, read the reference.
Sign in at my.quavern.com/account/quavsit and create a key on the Free plan. No card is needed. Keys start with qv_p_, are shown once, stored hashed and can be revoked at any time.
Next departures at a stop, with the key as a bearer token:
curl -H "Authorization: Bearer qv_p_…" \
https://api.quavern.net/v1/stops/tbm:stop:3824/departures
Every route, parameter, error code and data licence is documented at quavsit.quavern.com/docs, in English and French.
Units are counted per calendar month. One read is one unit; one journey is five.
The full plan ledger, overage settings and a spend cap live on quavsit.quavern.com/pricing
Questions about a network or a plan? Write to the founder