Deutschebahn Stada
Connector for the deutschebahn-stada API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deutschebahn.com/stada/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_stations— GET /stations — This operation provides the master data for german railway stations.get_stations_id— GET /stations/{id} — This operation provides the master data for a german railway station selected by its station-id.get_szentralen— GET /szentralen — This operation provides the master data for 3-S-Zentralen.get_szentralen_id— GET /szentralen/{id} — This operation provides the master data for 3-S-Zentralen select by its id.
Inputs
apiKey— your deutschebahn-stada 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_stations
apiKey: <your key>