Schedule and Search Engines

Travelmanager Team
May 15, 2026
2 min read
Travelmanager

Schedule and Search Engine API

The Schedule and Search Engine API provides controlled access to search results for external systems, search portals, and directories.

Requirements

RequirementDescription
TokenAPI token provided by the account owner.
URLTarget URL to which the GET parameters are appended.

Available Parameters

ParameterDescription
xml_tokenToken received for API access.
datumStart date for results as Unix timestamp.
bis_datumEnd date for results as Unix timestamp, maximum 1 month.
max_daysNumber of displayed days, maximum 31 days.
linie_region_idOptional restriction to a specific line region.
linie_typ_idOptional restriction to a specific line type.
linie_idOptional restriction to one line.
station_idOptional restriction to one departure station.
zielstation_idOptional restriction to one destination station.
ressource_idOptional restriction to one resource.
personen_idOptional person identifier.
kapazitaetOptional output of trip capacity. This can affect performance.

Search Result

The result is returned as JSON and grouped into the following sections:

SectionDescription
metaGeneration date.
shopsTenant and target URL information.
stationsAvailable stations.
relationsTrip combinations with price type and line operator.

Booking Screen Integration

The booking screen URL is returned in the shop section of the search result. To open the booking screen directly with selected search results, use these optional parameters:

ParameterDescription
hafen_idDeparture station as integer.
zielhafen_idDestination station as integer.
linie_idRestriction to a specific line.
hinfahrt_datumOutbound trip date as Unix timestamp.
anzeige_tageNumber of preview days for the search result.
einfache_fahrtString value true for one-way trips only.
rueckfahrt_datumReturn trip date as Unix timestamp, optional.
vermittler_idCommission recipient ID of the connected portal.

Booking Screen Example

Use the returned URL to open the booking screen with prefilled values.

Last updated on May 15, 2026