HAFAS-WebAPI
    HAFAS-WebAPI
    • LocMatch
      POST
    • Schemas
      • Responses
        • GenericResponseConstructor
        • LocMatchResponse
      • Abstract Objects
        • ProductTypes
      • IconReference
      • Color
      • Line
      • LineProperties
      • LocactionProposal
      • Position
      • GlobalId

      LocMatch

      Developing
      POST

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://fahrplaner.vbn.de/gate' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "ver": "1.66",
          "lang": "deu",
          "auth": {
              "type": "AID",
              "aid": "vbn89n98n908cv"
          },
          "client": {
              "type": "WEB"
          },
          "svcReqL": [
              {
                  "req": {
                      "input": {
                          "field": "S",
                          "loc": {
                              "type": "S",
                              "dist": 1000,
                              "name": "Kröpcke"
                          },
                          "maxLoc": 7
                      }
                  },
                  "meth": "LocMatch"
              }
          ]
      }'
      Response Response Example
      {}
      Modified at 2026-03-14 18:06:19
      Next
      GenericResponseConstructor
      Built with