Interne EFA-API
Dokumentation
Inhaltliche Hinweise
Dokumentation
Inhaltliche Hinweise
GitHub
  1. Requests/Responses
  • 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. Requests/Responses

SF

{
    "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": [
        {
            "id": "string",
            "name": "string",
            "disassembledName": "string",
            "coord": [
                0
            ],
            "streetName": "string",
            "buildingNumber": "string",
            "postCode": "string",
            "type": "locality",
            "matchQuality": 0,
            "isBest": false,
            "parent": {
                "id": "string",
                "name": "string",
                "type": "locality"
            },
            "isGlobalId": true,
            "productClasses": [
                0
            ],
            "properties": {
                "stopId": "string",
                "mainLocality": "string"
            },
            "distance": "string",
            "duration": "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
                }
            ]
        }
    ]
}
Built with