Boston MBTA Transit
Stations and predicted arrivals for MBTA
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://www.mbta.com/developers/v3-api
Overview
Boston MBTA Transit provides station/arrival data — key-based (a missing key returns 403, verified).
Quick Start
Stops (replace YOUR_KEY):
curl "https://api-v3.mbta.com/stops?api_key=YOUR_KEY"
{ "errors": [ { "code": "forbidden", "status": "403" } ] }
Authentication
- Register at mbta.com → API key.
- Send it as the
api_keyquery parameter (missing → 403, verified).
Rate Limits & Notes
- Key-based with a free tier (check the docs).
- Stops, predictions, vehicles.
FAQ
Is MBTA free? Key-based with a free tier per the docs.
Why 403? A key is required (verified) — register for one.
What’s the auth style?
api_key query parameter.
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 | ↗ |