> ## Documentation Index
> Fetch the complete documentation index at: https://docs.londontransit.org.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Next Arrivals

> Get the next arrivals for a specific station

```
/nextarrivals <station>
```

## Overview

The `/nextarrivals` command provides real-time information about the next arrivals at a specified London transport station.

<Note>
  Be aware that you might see duplicate autocomplete results for a single when the a station is served by multiple modes. This is because the TfL systems treats them as seperate stations. Always choose the one that matches the mode you want to use.

  In the case of the Elizabeth Line, it will not have any suffix to the station name. Other modes will, such as "Stratford Underground Station" or "Stratford DLR Station".
</Note>

## Response

It returns an embed with the 4 closest upcoming arrivals for the specified station. Each arrival includes:

* **Line Name**: The name of the transport line.
* **Destination**: The final destination of the train.
* **Time Until Arrival**: The time remaining until the train arrives at the station.

For example, if you were to check the next arrivals at Leicester Square station, the response might look like this:

<Card title="Leicester Square Station" description="Next Arrivals" color="#FF0000">
  **Northern**\
  Destination: Morden via Bank\
  Time Until Arrival: Due now\
  \
  **Piccadilly**\
  Destination: Cockfosters\
  Time Until Arrival: 2 minutes\
  \
  **Northern**\
  Destination: High Barnet via Bank\
  Time Until Arrival: 3 minutes\
  \
  **Piccadilly**\
  Destination: Heathrow T2+3 & T5\
  Time Until Arrival: 5 minutes
</Card>

## Parameters

<ParamField path="station" type="string" required>
  The name of the station you want to check. This can be any London Underground station, such as "Baker Street", "Oxford Circus", or "Waterloo".
</ParamField>
