TransitLand
Transit Aggregation
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://www.transit.land/documentation/datastore/api-endpoints.html
Overview
TransitLand aggregates transit feeds — now token-based (unauthenticated requests return 401, verified).
Quick Start
Operators (replace YOUR_TOKEN):
curl "https://transit.land/api/v2/rest/operators?per_page=1" \
-H "Authorization: apikey YOUR_TOKEN"
{ "error": "Unauthorized" }
Authentication
- Register at transit.land → API token.
- Send it via
Authorization(missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs).
- Feeds/operators/routes aggregation.
FAQ
Is TransitLand free? Free tier with limits; more is paid.
Why 401? Auth is now required (verified) — register for a token.
What’s the auth style?
Authorization header.
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 | ↗ |