Deutschebahn Reisezentren
Connector for the deutschebahn-reisezentren API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deutschebahn.com/reisezentren/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_reisezentren— GET /reisezentren — Get all station infosget_reisezentren_loc_lat_lon— GET /reisezentren/loc/{lat}/{lon} — Get information about a station near a locationget_reisezentren_loc_lat_lon_dist— GET /reisezentren/loc/{lat}/{lon}/{dist} — Get stations in a given radiusget_reisezentren_id— GET /reisezentren/{id} — Get information about a specific station
Inputs
apiKey— your deutschebahn-reisezentren 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_reisezentren
apiKey: <your key>