APIHub
Back to Explore

Reisezentren-API

This REST-API enables you to query information about travel centers in Germany.

Transportation
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

126ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/reisezentren/loc/{lat}/{lon}/{dist}

Get stations in a given radius

  • lat (path, required) — Latitude
  • lon (path, required) — Longitude
  • dist (path, required) — Radius
GET

/reisezentren/{id}

Get information about a specific station

  • id (path, required) — Station id
GET

/reisezentren/loc/{lat}/{lon}

Get information about a station near a location

  • lat (path, required) — Latitude
  • lon (path, required) — Longitude
GET

/reisezentren

Get all station infos

  • name (query) — A station name or part of it

4 endpoints auto-detected

curl -X GET \
  "https://api.deutschebahn.com/reisezentren/v1/reisezentren/loc/{lat}/{lon}/{dist}"

api.deutschebahn.com · HTTPS only