---
title: "Get location information"
method: GET
path: "/location/{name}"
---

# Get location information

`GET /location/{name}`

Get information about locations matching the given name or name fragment

## Path parameters

- `name` string, required

## Response `200`

location information

- LocationResponse
  - `locations` Location[], required
    - `id` string, required — id of location (eva-number), example: 8000105
    - `lat` number, required — latitude, example: 50.107149
    - `lon` number, required — longitude, example: 8.663785
    - `name` string, required — Name of location, example: Frankfurt(Main)Hbf

## 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/versions/d36614800de2/schema)
