---
title: "GET /journey-search-leg-calling-points/{searchId}/{journeyId}/{legId}"
method: GET
path: "/journey-search-leg-calling-points/{searchId}/{journeyId}/{legId}"
tags: ["Calling Points"]
---

# GET /journey-search-leg-calling-points/{searchId}/{journeyId}/{legId}

`GET /journey-search-leg-calling-points/{searchId}/{journeyId}/{legId}`

Gets all the calling points for a specific leg.

## Path parameters

- `searchId` string, required
- `journeyId` string, required
- `legId` string, required

## Response `200`

OK

- object
  - `requestId` string, required
  - `isRealTimeDataAvailable` boolean, required
  - `service` object, required
    - `serviceUid` string, required
    - `serviceOperator` string, required
    - `transportMode` string, required
    - `serviceOrigins` string[], required
    - `serviceDestinations` string[], required
    - `stops` object[], required
      - `location` string, required
      - `arrival` object
        - `notApplicable` boolean
        - `scheduled` object
          - `scheduledTime` string, required
          - `scheduledPlatform` string
        - `realTime` object
          - `realTimeServiceInfo` object
            - `hasArrived` boolean
            - `hasDeparted` boolean
            - `realTime` string
            - `realTimePlatform` string
            - `realTimeFlag` string
          - `cancelled` object
            - `isCancelled` boolean, required
      - `departure` object
        - `notApplicable` boolean
        - `scheduled` object
          - `scheduledTime` string, required
          - `scheduledPlatform` string
        - `realTime` object
          - `realTimeServiceInfo` object
            - `hasArrived` boolean
            - `hasDeparted` boolean
            - `realTime` string
            - `realTimePlatform` string
            - `realTimeFlag` string
          - `cancelled` object
            - `isCancelled` boolean, required
      - `callingType` string
  - `locations` object, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/thetrainline/apis/trainline-desktop-api.md) · [All operations](https://skmtc.net/thetrainline/apis/trainline-desktop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetrainline/trainline-desktop-api/revisions/45a894ec56f4/schema)
