PASAR API
Free developer token (register on the SNCF numerique site); HTTP Basic auth with the key as username. Navitia-powered journey planning, schedules, and stops for France.
View docs ↗ More Travel & mobility APIs# SNCF / Navitia ~ French transit & journey API needs an API key ~ get yours at: # https://doc.navitia.io/ curl 'https://api.sncf.com/v1/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a France API into my app. API: SNCF / Navitia ~ French transit & journey API Provider: SNCF (Navitia engine by Hove/Kisio) Auth: requires an API key (sign up: https://doc.navitia.io/) Pricing: free Base URL: https://api.sncf.com/v1/ Important note: Free developer token (register on the SNCF numerique site); HTTP Basic auth with the key as username. Navitia-powered journey planning, schedules, and stops for France. Source: SNCF (Navitia engine by Hove/Kisio) (https://doc.navitia.io/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.