---
title: "Regional Rail Schedules"
method: GET
path: "/RRSchedules/index.php"
tags: ["Static Data"]
---

# Regional Rail Schedules

`GET /RRSchedules/index.php`

Returns the schedule for a train by the train's number. For train numbers please check the GTFS data.

## Query parameters

- `req1` string, required

## Response `200`

success

- object[]
  - `station` string — Stop names of the regional rail number passed as parameter
  - `sched_tm` string — Scheduled time of arrival for the regionall rail at the station
  - `est_tm` string — Estimated time of arrival for the regionall rail at the station
  - `act_tm` string — Actual time of arrival for the regionall rail at the station

---

[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)
