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

SL

{
    "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"
        }
    ],
    "lines": [
        {
            "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"
            },
            "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
                }
            }
        }
    ]
}
Built with