---
title: "Gets the list of arrival and departure predictions for the given stop point id (overground, Elizabeth line and thameslink only)"
method: GET
path: "/StopPoint/{id}/ArrivalDepartures"
tags: ["StopPoint"]
---

# Gets the list of arrival and departure predictions for the given stop point id (overground, Elizabeth line and thameslink only)

`GET /StopPoint/{id}/ArrivalDepartures`

## Path parameters

- `id` string, required

## Query parameters

- `lineIds` string[], required

## Response `200`

OK

- TflApiPresentationEntitiesArrivalDeparture[]
  - `platformName` string — Platform name (for bus, this is the stop letter)
  - `destinationNaptanId` string — Naptan Identifier for the prediction's destination
  - `destinationName` string — Name of the destination
  - `naptanId` string — Identifier for the prediction
  - `stationName` string — Station name
  - `estimatedTimeOfArrival` string, date-time — Estimated time of arrival
  - `scheduledTimeOfArrival` string, date-time — Estimated time of arrival
  - `estimatedTimeOfDeparture` string, date-time — Estimated time of arrival
  - `scheduledTimeOfDeparture` string, date-time — Estimated time of arrival
  - `minutesAndSecondsToArrival` string — Estimated time of arrival
  - `minutesAndSecondsToDeparture` string — Estimated time of arrival
  - `cause` string — Reason for cancellation or delay
  - `departureStatus` 'OnTime' | 'Delayed' | 'Cancelled' | 'NotStoppingAtStation' — Status of departure
  - `timing` TflApiPresentationEntitiesPredictionTiming
    - `countdownServerAdjustment` string
    - `source` string, date-time
    - `insert` string, date-time
    - `read` string, date-time
    - `sent` string, date-time
    - `received` string, date-time

---

[API](https://skmtc.net/tfl/apis/transport-for-london-unified-api.md) · [All operations](https://skmtc.net/tfl/apis/transport-for-london-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tfl/transport-for-london-unified-api/revisions/266abe0486b0/schema)
