APIHub
Back to Explore

FaSta - Station Facilities Status

A RESTful webservice to retrieve data about the operational state of public elevators and escalators in german railway stations.

Transportation
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

1035ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/facilities

Access to public facilities (escalators and elevators) in railway stations

  • type (query) — Type of the facility.
  • state (query) — Operational state of the facility.
  • equipmentnumbers (query) — List of equipmentnumbers to select.
  • stationnumber (query) — Number of the station the facilities belong to.
  • area (query) — Geo coordinate rectangle in WGS84-format to filter facilities by geographical position. Parameters must be 4 numbers exactly as follows: longitudeWest, latitudeSouth, longitudeEast, latitudeNorth.
GET

/facilities/{equipmentnumber}

Returns the facility identified by its equipmentnumber.

  • equipmentnumber (path, required) — Equipmentnumber of the facility to fetch.
GET

/stations/{stationnumber}

Returns information about a station (and its corresponding facilities) identified by a stationnumber.

  • stationnumber (path, required) — Number of the station to fetch.

3 endpoints auto-detected

Authentication

This API uses an API key, passed in the "Authorization" header. No OAuth required.

curl -X GET \
  "https://api.deutschebahn.com/fasta/v2/facilities" \
  -H "Authorization: YOUR_API_KEY"

api.deutschebahn.com · HTTPS only