ConsoleCatalog
Sign in
MBTA logo

MBTA

mbta.comTravelno auth

Boston MBTA transit - schedules, stops, routes, real-time departures, and alerts.

Line Schedule Map

ASYNCREADNo auth

Returns map markers and geometry for stops on an MBTA line and direction.

ParametersFormJSON

Subway/commuter line id for schedule map API

Direction id (0 or 1) for line schedule map

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mbta_line_schedule_map",
    "params": {
      "line_id": "Red",
      "direction_id": "0"
    }
  }'