ConsoleCatalog
Sign in
BART logo

BART

bart.govTravelno auth

Bay Area transit real-time departures, station directory, and trip planning.

Realtime Departures

ASYNCREADNo auth

Returns live departure board rows with train lines, destinations, and ETA minutes for a station code.

ParametersFormJSON

BART station code (e.g. EMBR for Embarcadero)

cost: 1 credit · 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_bart_gov_realtime_departures",
    "params": {
      "station_code": "EMBR"
    }
  }'