---
title: "Regional Rail Station Arrivals & Departures"
method: GET
path: "/Arrivals/index.php"
tags: ["Real Time Data"]
---

# Regional Rail Station Arrivals & Departures

`GET /Arrivals/index.php`

Returns a list/queue of trains to arrive at a station in two/both directions. The direction is demarcated as either Northbound or Southbound. The direction are obviously not geographical references, but rather a reference to the old Reading and Pennsy Railroads. The key to understanding the directio                       n is by using Suburban Station as a starting point: Any trains that move eastbound towards Market East are all considered Northbound; trains going from suburban t                       o 30th St are all Southbound. The path field describes more accurately the path of travel along various branches. Every regional stop is a valid parameter.Please                        refer to the <a href='/VIRegionalRail.html'>Regional Rail Inputs</a> page to see all valid inputs

## Query parameters

- `station` string, required
- `results` integer
- `direction` 'N' | 'S'

## Response `200`

success

- Arrivals
  - `*` object[]
    - `Northbound` object[]
      - `direction` 'N' | 'S' — The direction of the regional rail. 'N' for Northbound and 'S' for Southbound
      - `path` string — Unique path to represent a regional rail line
      - `train_id` string, byte — Regional rail train number
      - `origin` string — Regional rail originating station
      - `destination` string — Regional rail terminating station
      - `line` string — Regional rail line name
      - `status` string, byte — The current status of the transiting trains
      - `service_type` string — Shows if the regional rail is an express or a local
      - `next_station` string — The next regional rail station of the transiting train
      - `sched_time` string — Scheduled time of arrival for regional rail at the station passed as parameter in the API
      - `depart_time` string — Scheduled time of departure for the regional rail at the station passed as parameter in the API
      - `track` string — The track where the regional rail is scheduled to arrive at the station passed as parameter in the API
      - `track_change` string — Shows if there is a change in track for the regional rail at the station passed as parameter in the API
      - `platform` string — Determines the scheduled part of the track where the regional rail will stop
      - `platform_change` string — Determines if there is a change from the scheduled part of the track where the regional rail will stop
    - `Southbound` object[]
      - `direction` 'N' | 'S' — Determines the direction of the regional rail. 'N' for Northbound and 'S' for Southbound
      - `path` string — Unique path to represent a regional rail line
      - `train_id` string, byte — A unique number to identify a regional rail
      - `origin` string — Regional rail originating station
      - `destination` string — Regional rail terminating station
      - `line` string — Regional rail lines
      - `status` string, byte — The current status of the transiting trains
      - `service_type` string — Shows if the regional rail is an express or a local
      - `next_station` string — The next regional rail station of the transiting train
      - `sched_time` string — Scheduled time of arrival for regional rail at the station passed as parameter in the API
      - `depart_time` string — Scheduled time of departure for the regional rail at the station passed as parameter in the API
      - `track` string — The track where the regional rail is scheduled to arrive at the station passed as parameter in the API
      - `track_change` string — Shows if there is a change in track for the regional rail at the station passed as parameter in the API
      - `platform` string — Determines the scheduled part of the track where the regional rail will stop
      - `platform_change` string — Determines if there is a change from the scheduled part of the track where the regional rail will stop

---

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