Transit
Transit (the Transit App) is a real-time public transit trip planning and departures platform covering 1,100+ cities in 37 countries. The Transit REST API delivers real-time departures, nearby routes and stops, route details, multimodal trip planning, and service alerts, plus shared-mobility availability for bikes, scooters, and carshare. The API is publicly documented at api-doc.transitapp.com but access is key-gated - developers request a key that grants a free tier (5 requests/minute, 1,500 requests/month), and higher volumes are arranged with the partnerships team. Requests are authenticated with an apiKey header against https://external.transitapp.com/v3.
APIs
Transit Nearby Routes API
Returns the public transit routes near a latitude/longitude, each with upcoming real-time departures, direction and headsign, wheelchair accessibility, and network branding. Thi...
Transit Nearby Stops API
Returns the transit stops near a latitude/longitude within a maximum distance, each with a stable global_stop_id, coordinates, and the routes that serve it. The stop identifiers...
Transit Stop Departures API
Returns the upcoming departures for a specific stop identified by its global_stop_id, grouped by route and direction, blending real-time predictions with scheduled times. Powers...
Transit Route Details API
Returns the detail for a specific route identified by its global_route_id - its itineraries/directions, the ordered list of stops, path geometry, and branding. Used to render a ...
Transit Trip Planning API
Multimodal trip planning between an origin and a destination, returning ranked itineraries that combine public transit with walking, biking, and shared mobility. Built on an Ope...
Transit Service Alerts API
Returns service alerts and disruptions - delays, detours, elevator outages, and cancellations - scoped to a route, stop, or network, following the GTFS-realtime service-alert mo...
Transit Locations API
Discovers the transit networks and coverage available near a latitude/longitude - the agencies and systems Transit has data for in that location - so a client can determine whic...