Back to catalog
🚌

Boston MBTA Transit

API Key

Stations and predicted arrivals for MBTA

🚌TransportationHTTPS

MBTA Stop

Boston MBTA Transit

NamePark Street
RouteRed Line
DirectionSouthbound
Next Arrival2 min
StatusOn Time

Sample Response

response.json
1{
2 "name": "Park Street",
3 "route": "Red Line",
4 "direction": "Southbound",
5 "nextArrival": "2 min",
6 "status": "On Time"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.mbta.com/developers/v3-api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs