Own Stationsdatenbereitstellung? Customize your docs with AI search, analytics, and more.
Own Stationsdatenbereitstellung? Customize your docs with AI search, analytics, and more.
https://deutschebahn.com/facilitiesAccess to public facilities (escalators and elevators) in railway stations
Type of the facility.
Operational state of the facility.
List of equipmentnumbers to select.
Number of the station the facilities belong to.
Geo coordinate rectangle in WGS84-format to filter facilities by geographical position. Parameters must be 4 numbers exactly as follows: longitudeWest, latitudeSouth, longitudeEast, latitudeNorth.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://deutschebahn.com/facilities' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://deutschebahn.com/facilitiesAccess to public facilities (escalators and elevators) in railway stations
Type of the facility.
Operational state of the facility.
List of equipmentnumbers to select.
Number of the station the facilities belong to.
Geo coordinate rectangle in WGS84-format to filter facilities by geographical position. Parameters must be 4 numbers exactly as follows: longitudeWest, latitudeSouth, longitudeEast, latitudeNorth.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://deutschebahn.com/facilities' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}