Deutschebahn Fahrplan
Connector for the deutschebahn-fahrplan API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deutschebahn.com/freeplan/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_arrivalboard_id— GET /arrivalBoard/{id} — Get arrival board of a locationget_departureboard_id— GET /departureBoard/{id} — Get departure board of a locationget_journeydetails_id— GET /journeyDetails/{id} — Get details about a single journeyget_location_name— GET /location/{name} — Get location information
Inputs
apiKey— your deutschebahn-fahrplan API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_arrivalboard_id
apiKey: <your key>