Interne EFA-API
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
    • 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

    TimedLocation

    {
        "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
    }
    Built with