---
title: "Get departure board of a location"
method: GET
path: "/departureBoard/{id}"
---

# Get departure board of a location

`GET /departureBoard/{id}`

Get departure board at a given location at a given daten and time.

## Path parameters

- `id` string, required

## Query parameters

- `date` string, required

## Response `200`

departure board

- BoardResponse
  - `boards` Board[], required
    - `boardId` string, required
    - `dateTime` string, required
    - `detailsId` string, required
    - `name` string, required — Name of train
    - `origin` string, required
    - `stopId` string, required
    - `stopName` string, required
    - `track` string, required
    - `type` string, required

## Other responses

- `400` — Invalid date/time specification.
- `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/versions/d36614800de2/schema)
