Mbta: Get Route Details
Mbta via Parse · maps_geo
Retrieve detailed stop and station information for a specific route in a given direction. Returns a stop tree with station features (accessibility, parking, bike storage, connections to other lines), route metadata, and branch information. The stop tree includes edges for ordered traversal. API for MBTA (Massachusetts Bay Transportation Authority) subway, bus, and rail information in Greater Boston. Provides real-time departures, schedules, station details, and service alerts. Fulfilled by Parse from mbta.com.
- government-public
- maps-geo
- mbta
- mbta-com
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d20edddc-f498-4ec2-afaf-f3b075eef2af/get_route_details
- Interface artifact
- sha256:235308108b00ef5d0d98325f28017ad7c1c23814abd70c88b8c8b1b048b6aa9c
- Manifest digest
- sha256:78673c9f4edc4e9ad36573a9f136753ddf3eae5f8d640da8976d75f77a71b87b
Request fields
- route_id (string, required): Route ID as returned by get_subway_lines, get_bus_routes, or get_commuter_rail_lines (e.g. 'Red', '1', 'CR-Fitchburg').
- direction_id (integer): Direction of travel: 0 for southbound/outbound, 1 for northbound/inbound.: Allowed values: 0, 1
Example queries
- {"route_id":"Red","direction_id":"0"}