---
title: "Get details about a single journey"
method: GET
path: "/journeyDetails/{id}"
---

# Get details about a single journey

`GET /journeyDetails/{id}`

Retrieve details of a journey. The id of journey should come from an arrival board or a departure board.

## Path parameters

- `id` string, required

## Response `200`

journey details, locations of a journey

- JourneyResponse
  - `train_locs` TrainLocation[], required
    - `arrTime` string, required
    - `depTime` string, required
    - `lat` number, required
    - `lon` number, required
    - `operator` string, required
    - `stopId` string, required
    - `stopName` string, required
    - `train` string, required
    - `type` string, required

## Other responses

- `500` — Internal Server Error.
- `503` — The service has been disabled temporarily.

---

[API](https://skmtc.net/deutsche-bahn/apis/fahrplan.md) · [All operations](https://skmtc.net/deutsche-bahn/apis/fahrplan/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deutsche-bahn/fahrplan/revisions/d36614800de2/schema)
