Interne EFA-API
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
  1. Dokumentation
  • Ortssuche (SF)
    GET
  • Routen an Haltestelle (SL)
    GET
  • Verbindungsabfrage (TRIP2)
    GET
  • Abfahrten/Ankünfte (DM)
    GET
  • Meldungen (ADDINFO)
    GET
  • Systeminformation (SYSTEMINFO)
    GET
  • Haltestellen einer Fahrt (TRIPSTOPTIMES)
    GET
  • Haltestellen-Info (STOPSTRUCTURE)
    GET
  • DMTTP
    GET
  • Verbindung(en) aktualisieren (GETRTFORTRIP)
    POST
  • Verbindung: Datenmodifikation
    POST
  • Schemas
    • Requests/Responses
      • SF
      • SL
      • TRIP2
      • DM
      • ADDINFO
      • GETRTFORTRIP-Single
      • GETRTFORTRIP-Multiple
      • SYSTEMINFO
      • TRIPSTOPTIMES
    • Abstract Objects
      • ProductTypes
      • LocationTypes
      • InfoTypes
    • Journey
    • JourneyLeg
    • FareContainer
    • Ticket
    • Zone
    • TicketValidityCondition
    • DaysOfService
    • LocationAccessContainer
    • LocationStopPointAccess
    • Trip
    • TripHint
    • TripHintProperties
    • ShortInformation
    • InformationProperties
    • InformationAffection
    • Infrastructure
    • PathDescription
    • PathDescriptionProperties
    • LegInterchange
    • LegProperties
    • VehicleAccess
    • VehicleAccessEquipmentContainer
    • VehicleAccessVehicleEquipment
    • FootPathInfo
    • FootPathElement
    • FootPathElementAttributes
    • CoordDistance
    • StopEvent
    • StopEventProperties
    • ServerInfo
    • UntimedLocationProperties
    • TimedLocation
    • UntimedLocation
    • UntimedLocationSearchResult
    • TicketProperties
    • FootpathLocation
    • FootpathLocationProperties
    • ShortTrip
    • Information
    • ShortInformationLink
    • ShortInformationProperties
    • ServingLine
    • KernelInformation
    • SystemMessage
    • ShortLocation
    • TimedLocationProperties
    • Operator
    • TimePeriod
    • TripStopTimeLeg
    • InformationSource
    • InformationLink
    • InformationTimestamps
    • Product
    • InformationContainer
    • TripProperties
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
  1. Dokumentation

Verbindung(en) aktualisieren (GETRTFORTRIP)

Obsolete
POST
RJSON_GETRTFORTRIP_REQUEST
Last modified:2025-12-16 17:04:09

Wird in Zukunft mit der parameterbasierten Anfrage XML_GETRTFORTRIP_REQUEST ersetzt.#

Über diesen Endpunkt wird ein Array von Verbindungen gesendet und diese Verbindungen in aktualisierter Form zurückgegeben - insbesondere betrifft das die Echtzeitdaten (vsl. Abfahrt/Ankunft, vsl. Gleis/Steig, Ausfall von Zwischenhalten oder der gesamten Verbindung), jedoch werden auch weitere Daten (z.B. Namen von Haltestellen) aktualisiert.
Dazu zählen leider nicht Dinge wie geplante Gleise/Steige oder Hinweise zu einer Route. Also ist dieser Endpunkt gut für simple Echtzeitaktualisierungen geeignet, für längerfristig gespeicherte und aktualisierbare Verbindungen sollte jedoch auf eine manuelle, leg-weise Aktualisierung per Direkt-Verbindungsabfrage (Einstellung ohne Umstiege) oder Abruf des Routeverlaufes gesetzt werden.
Achtung: Damit das System die entsprechende Verbindung mit ihren Legs identifizieren kann, werden bestimmte Parameter bei der Übergabe benötigt. Dazu zählen insbesondere:
IDs von jeglichen wichtigen Objekten (z.B. Start-/Endpunkt, Trips, Transportmitteln)
geplante Abfahrts- und Ankunftszeiten
Generellt gilt: Man bekommt, was man gibt: Schickt man z.B. ein Objekt, welches eine Fahrt ohne Beschreibung der Koordinaten enthält, bekommt man diese Fahrt auch ohen Koordinaten wieder. Bzgl. der Root-Objekte wird nur - und immer - die vom Server zur Berechnung verwendete Versionsnummer und ein Journey-Objekt bzw. ein Journey-Array zurpckgegeben.
Die Beeinflussung der vom Server zur Berechnung verwendeten Version ist hier nicht möglich, es wird stets die aktuellste Version genutzt. Gerne wirft der Endpunkt auch 2-3 mal nacheinander ein HTTP 500, dann einfach nochmal versuchen. Das ganze scheint noch etwas experimentell zu sein.

Request

Body Params application/json

Example
{
    "journeys": [
        {
            "rating": 0,
            "isAdditional": false,
            "interchanges": 0,
            "legs": [
                {
                    "duration": 6420,
                    "origin": {
                        "isGlobalId": true,
                        "id": "de:03241:31:93:6",
                        "name": "Hannover Hauptbahnhof",
                        "disassembledName": "8 A-C",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            52.377257,
                            9.74143
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03241:31",
                            "name": "Hannover Hauptbahnhof",
                            "disassembledName": "Hauptbahnhof",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3241001:18",
                                "name": "Hannover",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "25000031"
                            },
                            "coord": [
                                52.37649,
                                9.74107
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            0,
                            1,
                            3,
                            13,
                            16
                        ],
                        "departureTimeBaseTimetable": "2025-11-09T20:45:00Z",
                        "departureTimePlanned": "2025-11-09T20:45:00Z",
                        "departureTimeEstimated": "2025-11-09T21:45:00Z",
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "stoppingPointPlanned": "8 A-C",
                            "areaGid": "de:03241:31:93",
                            "area": "93",
                            "platform": "8",
                            "platformName": "8 A-C",
                            "plannedPlatformName": "8 A-C"
                        }
                    },
                    "destination": {
                        "isGlobalId": true,
                        "id": "de:03403:16750:93:7",
                        "name": "Oldenburg, Hauptbahnhof",
                        "disassembledName": "7",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            53.144304,
                            8.223277
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03403:16750",
                            "name": "Oldenburg, Hauptbahnhof",
                            "disassembledName": "Hauptbahnhof",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3403000:14",
                                "name": "Oldenburg (Oldenbg)",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "28016750"
                            },
                            "coord": [
                                53.144223,
                                8.222684
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            0,
                            13
                        ],
                        "arrivalTimeBaseTimetable": "2025-11-09T22:32:00Z",
                        "arrivalTimePlanned": "2025-11-09T22:32:00Z",
                        "arrivalTimeEstimated": "2025-11-09T22:32:00Z",
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "stoppingPointPlanned": "7",
                            "areaGid": "de:03403:16750:93",
                            "area": "93",
                            "platform": "7",
                            "platformName": "7",
                            "plannedPlatformName": "7",
                            "accessArray": [
                                {
                                    "stoppointAccess": {
                                        "equipment": 0,
                                        "maxWeight": 0,
                                        "distanceTrack": 0,
                                        "lengthAvail": 0,
                                        "widthAvail": 0,
                                        "attributes": 0,
                                        "stepFromStreet": 0
                                    }
                                }
                            ]
                        }
                    },
                    "transportation": {
                        "id": "ddb:98X25: :R:j25",
                        "name": "ICE 532 InterCityExpress",
                        "number": "532",
                        "product": {
                            "id": 0,
                            "class": 16,
                            "name": "Zug",
                            "iconId": 6
                        },
                        "operator": {
                            "code": "DB",
                            "id": "00",
                            "name": "DB AG"
                        },
                        "destination": {
                            "id": "28016750",
                            "name": "Oldenburg, Hauptbahnhof",
                            "type": "stop"
                        },
                        "properties": {
                            "trainName": "InterCityExpress",
                            "trainType": "ICE",
                            "trainNumber": "532",
                            "tripCode": 285,
                            "timetablePeriod": "Jahresfahrplan 2025",
                            "specialFares": "ICE_ROUTE",
                            "lineDisplay": "TRAIN",
                            "AVMSTripID": "532-80-8000261-171600#!ADD!#DB#",
                            "OperatorURL": "https://www.bahn.de"
                        }
                    },
                    "hints": [
                        {
                            "content": "Bordrestaurant",
                            "providerCode": "BR",
                            "type": "Timetable",
                            "properties": {
                                "subnet": "ddb"
                            }
                        },
                        {
                            "content": "Komfort Check-in verfügbar - wenn möglich bitte einchecken",
                            "providerCode": "CK",
                            "type": "Timetable",
                            "properties": {
                                "subnet": "ddb"
                            }
                        }
                    ],
                    "stopSequence": [
                        {
                            "isGlobalId": true,
                            "id": "de:03241:31:93:6",
                            "name": "Hannover Hauptbahnhof",
                            "disassembledName": "8 A-C",
                            "type": "platform",
                            "pointType": "TRACK",
                            "coord": [
                                52.377257,
                                9.74143
                            ],
                            "niveau": 1,
                            "parent": {
                                "isGlobalId": true,
                                "id": "de:03241:31",
                                "name": "Hannover Hauptbahnhof",
                                "disassembledName": "Hauptbahnhof",
                                "type": "stop",
                                "parent": {
                                    "id": "placeID:3241001:18",
                                    "name": "Hannover",
                                    "type": "locality"
                                },
                                "properties": {
                                    "stopId": "25000031"
                                },
                                "coord": [
                                    52.37649,
                                    9.74107
                                ],
                                "niveau": 0
                            },
                            "productClasses": [
                                0,
                                1,
                                3,
                                13,
                                16
                            ],
                            "properties": {
                                "AREA_NIVEAU_DIVA": "1",
                                "stoppingPointPlanned": "8 A-C",
                                "areaGid": "de:03241:31:93",
                                "area": "93",
                                "platform": "8",
                                "platformName": "8 A-C",
                                "plannedPlatformName": "8 A-C",
                                "zone": "gvh:101"
                            },
                            "departureTimePlanned": "2025-11-09T20:45:00Z"
                        },
                        {
                            "isGlobalId": true,
                            "id": "de:03256:67639",
                            "name": "Nienburg (Weser)",
                            "type": "stop",
                            "pointType": "TRACK",
                            "coord": [
                                52.645051,
                                9.216868
                            ],
                            "niveau": 0,
                            "parent": {
                                "id": "placeID:3256022:3",
                                "name": "Nienburg (Weser)",
                                "type": "locality"
                            },
                            "productClasses": [
                                0,
                                1,
                                13
                            ],
                            "properties": {
                                "stopId": "25009538",
                                "AREA_NIVEAU_DIVA": "0",
                                "stoppingPointPlanned": "2",
                                "area": "0",
                                "platformName": "2",
                                "plannedPlatformName": "2",
                                "zone": "gvh:907"
                            },
                            "arrivalTimePlanned": "2025-11-09T21:12:00Z",
                            "departureTimePlanned": "2025-11-09T21:13:00Z"
                        },
                        {
                            "isGlobalId": true,
                            "id": "de:03361:93627",
                            "name": "Verden",
                            "disassembledName": "Bahnhof Verden",
                            "type": "stop",
                            "pointType": "TRACK",
                            "coord": [
                                52.920868,
                                9.237717
                            ],
                            "niveau": 0,
                            "parent": {
                                "id": "placeID:3361012:14",
                                "name": "Verden (Aller)",
                                "type": "locality"
                            },
                            "productClasses": [
                                0,
                                13
                            ],
                            "properties": {
                                "stopId": "28218007",
                                "AREA_NIVEAU_DIVA": "0",
                                "stoppingPointPlanned": "2",
                                "area": "0",
                                "platformName": "2",
                                "plannedPlatformName": "2",
                                "zone": "gvh:900"
                            },
                            "arrivalTimePlanned": "2025-11-09T21:31:00Z",
                            "departureTimePlanned": "2025-11-09T21:33:00Z"
                        },
                        {
                            "isGlobalId": true,
                            "id": "de:04011:13927::3",
                            "name": "Bremen Hbf",
                            "disassembledName": "3",
                            "type": "platform",
                            "pointType": "TRACK",
                            "coord": [
                                53.083321,
                                8.813102
                            ],
                            "niveau": 1,
                            "parent": {
                                "isGlobalId": true,
                                "id": "de:04011:13927",
                                "name": "Bremen Hbf",
                                "disassembledName": "Hauptbahnhof",
                                "type": "stop",
                                "parent": {
                                    "id": "placeID:4011000:1",
                                    "name": "Bremen",
                                    "type": "locality"
                                },
                                "properties": {
                                    "stopId": "28218000"
                                },
                                "coord": [
                                    53.083278,
                                    8.813659
                                ],
                                "niveau": 0
                            },
                            "productClasses": [
                                0,
                                13,
                                16
                            ],
                            "properties": {
                                "AREA_NIVEAU_DIVA": "1",
                                "stoppingPointPlanned": "3",
                                "areaGid": "de:04011:13927:90",
                                "area": "86",
                                "platform": "3",
                                "platformName": "3",
                                "plannedPlatformName": "3",
                                "accessArray": [
                                    {
                                        "stoppointAccess": {
                                            "equipment": 0,
                                            "maxWeight": 0,
                                            "distanceTrack": 0,
                                            "lengthAvail": 0,
                                            "widthAvail": 0,
                                            "attributes": 0,
                                            "stepFromStreet": 0
                                        }
                                    }
                                ]
                            },
                            "arrivalTimePlanned": "2025-11-09T21:59:00Z",
                            "departureTimePlanned": "2025-11-09T22:03:00Z"
                        },
                        {
                            "isGlobalId": true,
                            "id": "de:03401:19646",
                            "name": "Delmenhorst",
                            "type": "stop",
                            "pointType": "TRACK",
                            "coord": [
                                53.052792,
                                8.629756
                            ],
                            "niveau": 0,
                            "parent": {
                                "id": "placeID:3401000:4",
                                "name": "Delmenhorst",
                                "type": "locality"
                            },
                            "productClasses": [
                                0,
                                13
                            ],
                            "properties": {
                                "stopId": "28218045",
                                "AREA_NIVEAU_DIVA": "0",
                                "stoppingPointPlanned": "3",
                                "area": "0",
                                "platformName": "3",
                                "plannedPlatformName": "3"
                            },
                            "arrivalTimePlanned": "2025-11-09T22:13:00Z",
                            "departureTimePlanned": "2025-11-09T22:15:00Z"
                        },
                        {
                            "isGlobalId": true,
                            "id": "de:03403:16750:93:7",
                            "name": "Oldenburg, Hauptbahnhof",
                            "disassembledName": "7",
                            "type": "platform",
                            "pointType": "TRACK",
                            "coord": [
                                53.144304,
                                8.223277
                            ],
                            "niveau": 1,
                            "parent": {
                                "isGlobalId": true,
                                "id": "de:03403:16750",
                                "name": "Oldenburg, Hauptbahnhof",
                                "disassembledName": "Hauptbahnhof",
                                "type": "stop",
                                "parent": {
                                    "id": "placeID:3403000:14",
                                    "name": "Oldenburg (Oldenbg)",
                                    "type": "locality"
                                },
                                "properties": {
                                    "stopId": "28016750"
                                },
                                "coord": [
                                    53.144223,
                                    8.222684
                                ],
                                "niveau": 0
                            },
                            "productClasses": [
                                0,
                                13
                            ],
                            "properties": {
                                "AREA_NIVEAU_DIVA": "1",
                                "stoppingPointPlanned": "7",
                                "areaGid": "de:03403:16750:93",
                                "area": "93",
                                "platform": "7",
                                "platformName": "7",
                                "plannedPlatformName": "7",
                                "accessArray": [
                                    {
                                        "stoppointAccess": {
                                            "equipment": 0,
                                            "maxWeight": 0,
                                            "distanceTrack": 0,
                                            "lengthAvail": 0,
                                            "widthAvail": 0,
                                            "attributes": 0,
                                            "stepFromStreet": 0
                                        }
                                    }
                                ]
                            },
                            "arrivalTimePlanned": "2025-11-09T22:32:00Z"
                        }
                    ],
                    "infos": [
                        {
                            "priority": "normal",
                            "id": "UESTRA-B-Hb.80",
                            "version": 10,
                            "type": "infrastructure",
                            "properties": {
                                "publisher": "ems.comm.addinfo",
                                "infoType": "infrastructure",
                                "incidentDateTime": "03/11/2025 16:15 - 16/11/2025 16:50"
                            },
                            "infoLinks": [
                                {
                                    "urlText": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb.",
                                    "url": "http://ems.connect-info.net",
                                    "content": "In der Station Hannover Hauptbahnhof ist der Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts bis auf Weiteres außer Betrieb.",
                                    "subtitle": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb.",
                                    "title": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb."
                                }
                            ]
                        }
                    ],
                    "properties": {
                        "lineType": [
                            "HIGHSPEEDTRAIN",
                            "LONG_DISTANCE_TRAIN",
                            "SUPPLEMENT"
                        ]
                    }
                }
            ],
            "daysOfService": {
                "rvb": "39BFFC207BFC000F3F8003E300001F88"
            }
        }
    ]
}

Responses

🟢200Success
application/json
Body

Example
{
    "version": "11.0.6.72",
    "journey": {
        "rating": 0,
        "isAdditional": false,
        "tripImpossible": true,
        "interchanges": 0,
        "legs": [
            {
                "duration": 6420,
                "isRealtimeControlled": true,
                "realtimeStatus": [
                    "MONITORED"
                ],
                "origin": {
                    "isGlobalId": true,
                    "id": "de:03241:31:93:6",
                    "name": "Hannover Hauptbahnhof",
                    "disassembledName": "8 A-C",
                    "type": "platform",
                    "pointType": "TRACK",
                    "coord": [
                        52.37726,
                        9.74143
                    ],
                    "niveau": 1,
                    "parent": {
                        "isGlobalId": true,
                        "id": "de:03241:31",
                        "name": "Hannover Hauptbahnhof",
                        "disassembledName": "Hauptbahnhof",
                        "type": "stop",
                        "parent": {
                            "id": "placeID:3241001:18",
                            "name": "Hannover",
                            "type": "locality"
                        },
                        "properties": {
                            "stopId": "25000031"
                        },
                        "coord": [
                            52.37649,
                            9.74107
                        ],
                        "niveau": 0
                    },
                    "productClasses": [
                        0,
                        1,
                        3,
                        13,
                        16
                    ],
                    "departureTimeBaseTimetable": "2025-11-09T20:45:00Z",
                    "departureTimePlanned": "2025-11-09T20:45:00Z",
                    "departureTimeEstimated": "2025-11-09T20:45:00Z",
                    "properties": {
                        "AREA_NIVEAU_DIVA": "1",
                        "plannedPlatformName": "8 A-C",
                        "stoppingPointPlanned": "8 A-C",
                        "realtimeStatus": [
                            "DEPARTURE_CANCELLED"
                        ],
                        "areaGid": "de:03241:31:93",
                        "area": "93",
                        "platform": "8",
                        "platformName": "8 A-C",
                        "plannedPlatformName": "8 A-C"
                    }
                },
                "destination": {
                    "isGlobalId": true,
                    "id": "de:03403:16750:93:7",
                    "name": "Oldenburg, Hauptbahnhof",
                    "disassembledName": "7",
                    "type": "platform",
                    "pointType": "TRACK",
                    "coord": [
                        53.1443,
                        8.22328
                    ],
                    "niveau": 1,
                    "parent": {
                        "isGlobalId": true,
                        "id": "de:03403:16750",
                        "name": "Oldenburg, Hauptbahnhof",
                        "disassembledName": "Hauptbahnhof",
                        "type": "stop",
                        "parent": {
                            "id": "placeID:3403000:14",
                            "name": "Oldenburg (Oldenbg)",
                            "type": "locality"
                        },
                        "properties": {
                            "stopId": "28016750"
                        },
                        "coord": [
                            53.14422,
                            8.22268
                        ],
                        "niveau": 0
                    },
                    "productClasses": [
                        0,
                        13
                    ],
                    "arrivalTimeBaseTimetable": "2025-11-09T22:32:00Z",
                    "arrivalTimePlanned": "2025-11-09T22:32:00Z",
                    "arrivalTimeEstimated": "2025-11-09T22:32:00Z",
                    "properties": {
                        "AREA_NIVEAU_DIVA": "1",
                        "plannedPlatformName": "7",
                        "stoppingPointPlanned": "7",
                        "realtimeStatus": [
                            "ARRIVAL_CANCELLED"
                        ],
                        "areaGid": "de:03403:16750:93",
                        "area": "93",
                        "platform": "7",
                        "platformName": "7",
                        "plannedPlatformName": "7"
                    }
                },
                "transportation": {
                    "id": "ddb:98X25: :R:j25",
                    "name": "ICE 532 InterCityExpress",
                    "number": "532",
                    "product": {
                        "id": 0,
                        "class": 16,
                        "name": "Zug",
                        "iconId": 6
                    },
                    "operator": {
                        "code": "DB",
                        "id": "00",
                        "name": "DB AG"
                    },
                    "properties": {
                        "trainName": "InterCityExpress",
                        "trainType": "ICE",
                        "trainNumber": "532",
                        "tripCode": 285,
                        "lineDisplay": "TRAIN",
                        "OperatorURL": "https://www.bahn.de",
                        "AVMSTripID": "532-80-8000261-171600#!ADD!#DB#",
                        "specialFares": "ICE_ROUTE",
                        "timetablePeriod": "Jahresfahrplan 2025"
                    }
                },
                "hints": [
                    {
                        "content": "Bordrestaurant",
                        "providerCode": "BR",
                        "type": "Timetable",
                        "properties": {
                            "subnet": "ddb"
                        }
                    },
                    {
                        "content": "Komfort Check-in verfügbar - wenn möglich bitte einchecken",
                        "providerCode": "CK",
                        "type": "Timetable",
                        "properties": {
                            "subnet": "ddb"
                        }
                    }
                ],
                "stopSequence": [
                    {
                        "isGlobalId": true,
                        "id": "de:03241:31:93:6",
                        "name": "Hannover Hauptbahnhof",
                        "disassembledName": "8 A-C",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            52.37726,
                            9.74143
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03241:31",
                            "name": "Hannover Hauptbahnhof",
                            "disassembledName": "Hauptbahnhof",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3241001:18",
                                "name": "Hannover",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "25000031"
                            },
                            "coord": [
                                52.37649,
                                9.74107
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            0,
                            1,
                            3,
                            13,
                            16
                        ],
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "plannedPlatformName": "8 A-C",
                            "stoppingPointPlanned": "8 A-C",
                            "realtimeStatus": [
                                "DEPARTURE_CANCELLED"
                            ],
                            "areaGid": "de:03241:31:93",
                            "area": "93",
                            "platform": "8",
                            "platformName": "8 A-C",
                            "plannedPlatformName": "8 A-C",
                            "zone": "gvh:101"
                        },
                        "departureTimePlanned": "2025-11-09T20:45:00Z",
                        "isCancelled": true
                    },
                    {
                        "id": "25009538||2",
                        "name": "Nienburg (Weser)",
                        "disassembledName": "2",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            52.64505,
                            9.21687
                        ],
                        "niveau": 0,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03256:67639",
                            "name": "Nienburg (Weser)",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3256022:3",
                                "name": "Nienburg (Weser)",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "25009538"
                            }
                        },
                        "productClasses": [
                            0,
                            1,
                            13
                        ],
                        "properties": {
                            "stopId": "25009538",
                            "AREA_NIVEAU_DIVA": "0",
                            "plannedPlatformName": "2",
                            "stoppingPointPlanned": "2",
                            "realtimeStatus": [
                                "NO_CALL_AT_STOP"
                            ],
                            "platform": "2",
                            "platformName": "2",
                            "plannedPlatformName": "2",
                            "zone": "gvh:907"
                        },
                        "arrivalTimePlanned": "2025-11-09T21:12:00Z",
                        "departureTimePlanned": "2025-11-09T21:13:00Z",
                        "isCancelled": true
                    },
                    {
                        "id": "28218007||2",
                        "name": "Verden",
                        "disassembledName": "2",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            52.92087,
                            9.23772
                        ],
                        "niveau": 0,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03361:93627",
                            "name": "Verden",
                            "disassembledName": "Bahnhof Verden",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3361012:14",
                                "name": "Verden (Aller)",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "28218007"
                            }
                        },
                        "productClasses": [
                            0,
                            13
                        ],
                        "properties": {
                            "stopId": "28218007",
                            "AREA_NIVEAU_DIVA": "0",
                            "plannedPlatformName": "2",
                            "stoppingPointPlanned": "2",
                            "realtimeStatus": [
                                "NO_CALL_AT_STOP"
                            ],
                            "platform": "2",
                            "platformName": "2",
                            "plannedPlatformName": "2",
                            "zone": "gvh:900"
                        },
                        "arrivalTimePlanned": "2025-11-09T21:31:00Z",
                        "departureTimePlanned": "2025-11-09T21:33:00Z",
                        "isCancelled": true
                    },
                    {
                        "isGlobalId": true,
                        "id": "de:04011:13927::3",
                        "name": "Bremen Hbf",
                        "disassembledName": "3",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            53.08332,
                            8.8131
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:04011:13927",
                            "name": "Bremen Hbf",
                            "disassembledName": "Hauptbahnhof",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:4011000:1",
                                "name": "Bremen",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "28218000"
                            },
                            "coord": [
                                53.08328,
                                8.81366
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            0,
                            13,
                            16
                        ],
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "plannedPlatformName": "3",
                            "stoppingPointPlanned": "3",
                            "realtimeStatus": [
                                "NO_CALL_AT_STOP"
                            ],
                            "areaGid": "de:04011:13927:90",
                            "area": "86",
                            "platform": "3",
                            "platformName": "3",
                            "plannedPlatformName": "3"
                        },
                        "arrivalTimePlanned": "2025-11-09T21:59:00Z",
                        "departureTimePlanned": "2025-11-09T22:03:00Z",
                        "isCancelled": true
                    },
                    {
                        "id": "28218045||3",
                        "name": "Delmenhorst",
                        "disassembledName": "3",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            53.05279,
                            8.62976
                        ],
                        "niveau": 0,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03401:19646",
                            "name": "Delmenhorst",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3401000:4",
                                "name": "Delmenhorst",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "28218045"
                            }
                        },
                        "productClasses": [
                            0,
                            13
                        ],
                        "properties": {
                            "stopId": "28218045",
                            "AREA_NIVEAU_DIVA": "0",
                            "plannedPlatformName": "3",
                            "stoppingPointPlanned": "3",
                            "realtimeStatus": [
                                "NO_CALL_AT_STOP"
                            ],
                            "platform": "3",
                            "platformName": "3",
                            "plannedPlatformName": "3"
                        },
                        "arrivalTimePlanned": "2025-11-09T22:13:00Z",
                        "departureTimePlanned": "2025-11-09T22:15:00Z",
                        "isCancelled": true
                    },
                    {
                        "isGlobalId": true,
                        "id": "de:03403:16750:93:7",
                        "name": "Oldenburg, Hauptbahnhof",
                        "disassembledName": "7",
                        "type": "platform",
                        "pointType": "TRACK",
                        "coord": [
                            53.1443,
                            8.22328
                        ],
                        "niveau": 1,
                        "parent": {
                            "isGlobalId": true,
                            "id": "de:03403:16750",
                            "name": "Oldenburg, Hauptbahnhof",
                            "disassembledName": "Hauptbahnhof",
                            "type": "stop",
                            "parent": {
                                "id": "placeID:3403000:14",
                                "name": "Oldenburg (Oldenbg)",
                                "type": "locality"
                            },
                            "properties": {
                                "stopId": "28016750"
                            },
                            "coord": [
                                53.14422,
                                8.22268
                            ],
                            "niveau": 0
                        },
                        "productClasses": [
                            0,
                            13
                        ],
                        "properties": {
                            "AREA_NIVEAU_DIVA": "1",
                            "plannedPlatformName": "7",
                            "stoppingPointPlanned": "7",
                            "realtimeStatus": [
                                "ARRIVAL_CANCELLED"
                            ],
                            "areaGid": "de:03403:16750:93",
                            "area": "93",
                            "platform": "7",
                            "platformName": "7",
                            "plannedPlatformName": "7"
                        },
                        "arrivalTimePlanned": "2025-11-09T22:32:00Z",
                        "isCancelled": true
                    }
                ],
                "infos": [
                    {
                        "priority": "normal",
                        "id": "UESTRA-B-Hb.80",
                        "version": 10,
                        "type": "infrastructure",
                        "properties": {
                            "publisher": "ems.comm.addinfo",
                            "infoType": "infrastructure",
                            "incidentDateTime": "03/11/2025 16:15 - 16/11/2025 16:50"
                        },
                        "infoLinks": [
                            {
                                "urlText": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb.",
                                "url": "http://ems.connect-info.net",
                                "content": "In der Station Hannover Hauptbahnhof ist der Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts bis auf Weiteres außer Betrieb.",
                                "subtitle": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb.",
                                "title": "Hannover Hauptbahnhof: Aufzug Raschplatz (Rampe ListerMeile) - Bahnsteig stadtauswärts außer Betrieb."
                            }
                        ]
                    }
                ]
            }
        ],
        "daysOfService": {
            "rvb": ""
        }
    }
}
Modified at 2025-12-16 17:04:09
Previous
DMTTP
Next
Verbindung: Datenmodifikation
Built with