Transit
communityReal-time public transit app with departure times, trip planning, and multimodal routing.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://external.transitapp.com/v3/public/stop_departuresGet nearby transit departures
Parameters
latlatitude (numberrequiredlonlongitude (numberrequiredmax_distancemeters (integeroptionalReturns
route_departures[] with route.short_name, route.route_type, itineraries[] with direction_headsign, schedule_items[] with departure_time, is_real_timeGET
https://external.transitapp.com/v3/public/nearby_routesGet transit routes near location
Parameters
latlatitude (numberrequiredlonlongitude (numberrequiredmax_distancemeters (integeroptionalReturns
routes[] with route_short_name, route_long_name, route_type, route_color, stops[]GET
https://external.transitapp.com/v3/public/route_plansPlan a transit trip
Parameters
to_latdest lat (numberrequiredto_londest lon (numberrequiredfrom_latorigin lat (numberrequiredfrom_lonorigin lon (numberrequiredReturns
plans[] with duration, walk_distance, legs[] with route, departure_time, arrival_time, stops