Navitia
The open API for building cool stuff with transport data
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://doc.navitia.io/
Overview
Navitia provides public transport data — token-based (a missing token returns 401, verified).
Quick Start
Coverage (add your token):
curl "https://api.navitia.io/v1/coverage/sncf" \
-H "Authorization: YOUR_TOKEN"
{ "message": "no token. You can get one at http://www.navitia.io" }
Authentication
- Register at navitia.io → API token.
- Send it as
Authorizationheader (missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs).
- Routing, schedules, realtime.
FAQ
Is Navitia free? Free tier with limits; more is paid.
Why 401? A token is required (verified) — register for one.
What’s the auth style?
Authorization header token.
More in Transportation
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| ADS-B Exchange Access real-time and historical data of any and all airborne aircraft | No auth | Yes | Unknown | ↗ |
| airportsapi Get name and website-URL for airports by ICAO code | No auth | Yes | Unknown | ↗ |
| AIS Hub Real-time data of any marine and inland vessel equipped with AIS tracking system | API Key | No | Unknown | ↗ |
| Amadeus for Developers Travel Search - Limited usage | OAuth | Yes | Unknown | ↗ |
| apilayer aviationstack Real-time Flight Status & Global Aviation Data API | OAuth | Yes | Unknown | ↗ |