---
title: "Bus or trolley schedules"
method: GET
path: "/BusSchedules/index.php"
tags: ["Static Data"]
---

# Bus or trolley schedules

`GET /BusSchedules/index.php`

Returns a list of times that a bus or trolley will stop at a particular stop.

## Query parameters

- `stop_id` integer, required

## Response `200`

success

- BusSchedule
  - `*` object[]
    - `StopName` string — Septa bus/trolley stop name
    - `Route` string — Septa bus/trolley route number
    - `date` string — Arrival time of Septa bus/trolley at the stop passed as parameter
    - `day` string — Arrival day in three letter format of the Septa bus/trolley at the stop passed as parameter
    - `Direction` '0' | '1' — The direction of the Septa bus/trolley. 0 for inbound and 1 for outbound
    - `DateCalender` string — Arrival date and time of the Septa bus/trolley at stop passed as parameter
    - `DirectionDesc` string — Septa bus/trolley destination

---

[API](https://skmtc.net/septa/apis/septa-developers.md) · [All operations](https://skmtc.net/septa/apis/septa-developers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/septa/septa-developers/revisions/e0575f41ded3/schema)
