Retrieving Schedule and Capacity

Travelmanager Team
May 15, 2026
1 min read
Travelmanager

Retrieving Schedule and Capacity

To retrieve schedule data, you need a valid token. The request is sent through GET parameters and returns trips for a specific date, including available rates, prices, equipment, extras, and add-ons. The response is returned in JSON format.

GET Parameters

ParameterDescription
aktionAction, required value: fahrplan.
appversionAPI version, required value: 3.
recht_idPermission of the requesting user, required value: 1.
user_idID of the requesting user or agent, optional and provided by the operator.
station_idStation ID for the request. Multiple stations can be separated with ;, maximum 10 stations.
zielstation_idDestination station ID, optional integer, one station per parameter.
linie_idOptional restriction to a specific line.
datumDate for the request as Unix timestamp.
tokenXML token provided by the operator.
schiff_idOptional restriction to a specific resource.
Last updated on May 15, 2026