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

Abfahrten/Ankünfte (DM)

GET
XML_DM_REQUEST
Last modified:2026-01-18 12:13:35
Dieser Endpunkt gibt Abfahrten oder Ankünfte von öffentlichen Verkehrsmitteln an einer bestimmten Haltestelle oder ausgehend von einer Position an mehreren Haltestellen aus. Entfallende Abfahrten/Ankünfte werden immer mit ausgegeben, sofern die Echtzeitdaten aktiviert sind.
Hinweis: Bei Mehrdeutigkeit des Suchstrings wird eine Antwort zurückgegeben, die dem Antwortschema des Endpunktes für die Ortssuche entspricht.

Request

Query Params

Responses

🟢200Success
application/json
Body

Example
{
    "serverInfo": {
        "controllerVersion": "string",
        "serverID": "string",
        "virtDir": "string",
        "serverTime": "string",
        "calcTime": 0,
        "logRequestId": "string"
    },
    "version": "string",
    "systemMessages": [
        {
            "type": "warning",
            "module": "string",
            "code": 0,
            "text": "string",
            "subType": "string"
        }
    ],
    "locations": [
        {
            "isGlobalId": true,
            "id": "string",
            "name": "Hannover Bf K.-Wiechert-Allee",
            "disassembledName": "Bahnhof Karl-Wiechert-Allee",
            "type": "locality",
            "coord": [
                0
            ],
            "parent": {
                "id": "string",
                "name": "string",
                "type": "locality"
            },
            "productClasses": [
                0
            ],
            "properties": {
                "stopId": "string",
                "mainLocality": "string"
            },
            "connectingMode": 0,
            "assignedStops": [
                {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Hannover Bf K.-Wiechert-Allee",
                    "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                    "type": "locality",
                    "coord": [
                        0
                    ],
                    "parent": {
                        "id": "string",
                        "name": "string",
                        "type": "locality"
                    },
                    "productClasses": [
                        0
                    ],
                    "properties": {
                        "stopId": "string",
                        "mainLocality": "string"
                    },
                    "connectingMode": 0
                }
            ]
        }
    ],
    "stopEvents": [
        {
            "realtimeStatus": [
                "MONITORED"
            ],
            "isRealtimeControlled": true,
            "location": {
                "isGlobalId": true,
                "id": "string",
                "name": "Hannover Bf K.-Wiechert-Allee",
                "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                "type": "locality",
                "coord": [
                    0
                ],
                "parent": {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Hannover Bf K.-Wiechert-Allee",
                    "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                    "type": "locality",
                    "coord": [
                        0
                    ],
                    "parent": {
                        "id": "string",
                        "name": "string",
                        "type": "locality"
                    },
                    "productClasses": [
                        0
                    ],
                    "properties": {
                        "stopId": "string",
                        "mainLocality": "string"
                    },
                    "connectingMode": 0
                },
                "productClasses": [
                    0
                ],
                "properties": {
                    "stopId": "string",
                    "mainLocality": "string"
                },
                "connectingMode": 0
            },
            "arrivalTimePlanned": "2019-08-24T14:15:22.123Z",
            "arrivalTimeBaseTimetable": "2019-08-24T14:15:22.123Z",
            "arrivalTimeEstimated": "2019-08-24T14:15:22.123Z",
            "departureTimePlanned": "2019-08-24T14:15:22.123Z",
            "departureTimeBaseTimetable": "2019-08-24T14:15:22.123Z",
            "departureTimeEstimated": "2019-08-24T14:15:22.123Z",
            "transportation": {
                "id": "string",
                "name": "R-Bahn RE3",
                "disassembledName": "RE3",
                "number": "RE3",
                "product": {
                    "id": 0,
                    "class": 0,
                    "name": "footpath",
                    "iconId": 0
                },
                "operator": {
                    "code": "string",
                    "id": "string",
                    "name": "string"
                },
                "origin": {
                    "id": "string",
                    "name": "string",
                    "type": "locality"
                },
                "destination": {
                    "id": "string",
                    "name": "string",
                    "type": "locality"
                },
                "properties": {
                    "trainName": "Regional-Express",
                    "trainType": "RE",
                    "trainNumber": "82133",
                    "tripCode": 0,
                    "timetablePeriod": "string",
                    "specialFares": "ROUTE_OUTSIDE_OF_TRANSPORT_AUTHORITY_AREA",
                    "lineDisplay": "TRAIN",
                    "OperatorURL": "string",
                    "globalId": "string",
                    "isTTB": true,
                    "isSTT": true,
                    "validity": {
                        "from": "2019-08-24T14:15:22.123Z",
                        "to": "2019-08-24T14:15:22.123Z",
                        "isOpenEnd": true
                    }
                },
                "description": "string"
            },
            "infos": [
                {
                    "priority": "normal",
                    "id": "string",
                    "version": 0,
                    "type": "string",
                    "infoLinks": [
                        {
                            "url": "string",
                            "content": "string",
                            "title": "string",
                            "subtitle": "string",
                            "urlText": "string",
                            "additionalContent": "string",
                            "properties": {
                                "publisher": "string",
                                "infoType": "string",
                                "incidentDateTime": "string"
                            }
                        }
                    ],
                    "properties": {
                        "publisher": "string",
                        "infoType": "string",
                        "incidentDateTime": "string"
                    }
                }
            ],
            "hints": [
                {
                    "content": "string",
                    "providerCode": "string",
                    "type": "Timetable",
                    "properties": {
                        "subnet": "string"
                    }
                }
            ],
            "previousLocations": [
                {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Hannover Bf K.-Wiechert-Allee",
                    "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                    "type": "locality",
                    "pointType": "TRACK",
                    "coord": [
                        0
                    ],
                    "niveau": 0,
                    "parent": {
                        "isGlobalId": true,
                        "id": "string",
                        "name": "Hannover Bf K.-Wiechert-Allee",
                        "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                        "type": "locality",
                        "coord": [
                            0
                        ],
                        "parent": {
                            "id": "string",
                            "name": "string",
                            "type": "locality"
                        },
                        "productClasses": [
                            0
                        ],
                        "properties": {
                            "stopId": "string",
                            "mainLocality": "string"
                        },
                        "connectingMode": 0
                    },
                    "productClasses": [
                        0
                    ],
                    "properties": {
                        "AREA_NIVEAU_DIVA": "-1",
                        "areaGid": "string",
                        "area": 0,
                        "platform": "string",
                        "platformName": "string",
                        "plannedPlatformName": "string",
                        "stoppingPointPlanned": "string",
                        "zone": "string",
                        "callType": [
                            "NOBOARDING"
                        ],
                        "realtimeStatus": [
                            "NO_CALL_AT_STOP"
                        ],
                        "accessArray": [
                            {
                                "stoppointAccess": {
                                    "height": 0,
                                    "equipment": 0,
                                    "maxWeight": 0,
                                    "distanceTrack": 0,
                                    "lengthAvail": 0,
                                    "widthAvail": 0,
                                    "attributes": 0,
                                    "stepFromStreet": 0
                                }
                            }
                        ],
                        "stopId": "string",
                        "AREA_NIVEAU_GIS": "-1.00",
                        "platformChange": "changed",
                        "DestinationText": "string"
                    },
                    "arrivalTimePlanned": "string",
                    "arrivalTimeBaseTimetable": "string",
                    "arrivalTimeEstimated": "string",
                    "departureTimePlanned": "string",
                    "departureTimeBaseTimetable": "string",
                    "departureTimeEstimated": "string",
                    "assignedStops": [
                        {
                            "isGlobalId": true,
                            "id": "string",
                            "name": "Hannover Bf K.-Wiechert-Allee",
                            "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                            "type": "locality",
                            "coord": [
                                0
                            ],
                            "parent": {
                                "id": "string",
                                "name": "string",
                                "type": "locality"
                            },
                            "productClasses": [
                                0
                            ],
                            "properties": {
                                "stopId": "string",
                                "mainLocality": "string"
                            },
                            "connectingMode": 0
                        }
                    ],
                    "connectingMode": 0,
                    "isCancelled": true
                }
            ],
            "onwardLocations": [
                {
                    "isGlobalId": true,
                    "id": "string",
                    "name": "Hannover Bf K.-Wiechert-Allee",
                    "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                    "type": "locality",
                    "pointType": "TRACK",
                    "coord": [
                        0
                    ],
                    "niveau": 0,
                    "parent": {
                        "isGlobalId": true,
                        "id": "string",
                        "name": "Hannover Bf K.-Wiechert-Allee",
                        "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                        "type": "locality",
                        "coord": [
                            0
                        ],
                        "parent": {
                            "id": "string",
                            "name": "string",
                            "type": "locality"
                        },
                        "productClasses": [
                            0
                        ],
                        "properties": {
                            "stopId": "string",
                            "mainLocality": "string"
                        },
                        "connectingMode": 0
                    },
                    "productClasses": [
                        0
                    ],
                    "properties": {
                        "AREA_NIVEAU_DIVA": "-1",
                        "areaGid": "string",
                        "area": 0,
                        "platform": "string",
                        "platformName": "string",
                        "plannedPlatformName": "string",
                        "stoppingPointPlanned": "string",
                        "zone": "string",
                        "callType": [
                            "NOBOARDING"
                        ],
                        "realtimeStatus": [
                            "NO_CALL_AT_STOP"
                        ],
                        "accessArray": [
                            {
                                "stoppointAccess": {
                                    "height": 0,
                                    "equipment": 0,
                                    "maxWeight": 0,
                                    "distanceTrack": 0,
                                    "lengthAvail": 0,
                                    "widthAvail": 0,
                                    "attributes": 0,
                                    "stepFromStreet": 0
                                }
                            }
                        ],
                        "stopId": "string",
                        "AREA_NIVEAU_GIS": "-1.00",
                        "platformChange": "changed",
                        "DestinationText": "string"
                    },
                    "arrivalTimePlanned": "string",
                    "arrivalTimeBaseTimetable": "string",
                    "arrivalTimeEstimated": "string",
                    "departureTimePlanned": "string",
                    "departureTimeBaseTimetable": "string",
                    "departureTimeEstimated": "string",
                    "assignedStops": [
                        {
                            "isGlobalId": true,
                            "id": "string",
                            "name": "Hannover Bf K.-Wiechert-Allee",
                            "disassembledName": "Bahnhof Karl-Wiechert-Allee",
                            "type": "locality",
                            "coord": [
                                0
                            ],
                            "parent": {
                                "id": "string",
                                "name": "string",
                                "type": "locality"
                            },
                            "productClasses": [
                                0
                            ],
                            "properties": {
                                "stopId": "string",
                                "mainLocality": "string"
                            },
                            "connectingMode": 0
                        }
                    ],
                    "connectingMode": 0,
                    "isCancelled": true
                }
            ],
            "properties": {
                "AVMSTripID": "string",
                "platformChange": "changed",
                "DIFFERENT_FARES": "1"
            }
        }
    ]
}
Modified at 2026-01-18 12:13:35
Previous
Verbindungsabfrage (TRIP2)
Next
Meldungen (ADDINFO)
Built with