Deutschebahn Fasta
Connector for the deutschebahn-fasta API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deutschebahn.com/fasta/v2 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
findfacilities— GET /facilities — Access to public facilities (escalators and elevators) in railway stationsgetfacilitybyequipmentnumber— GET /facilities/{equipmentnumber} — Returns the facility identified by its equipmentnumber.findstationbystationnumber— GET /stations/{stationnumber} — Returns information about a station (and its corresponding facilities) identifie
Inputs
apiKey— your deutschebahn-fasta 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: findfacilities
apiKey: <your key>