API for finding and booking train trips across Europe.
This API was created by Bump.sh for the entire OpenAPI community, for educational and demonstrative purposes.
https://phronesis-quantiverse.redocly.app/_mock/products/api-hub/train/train-travel/
https://tain.dev-site.io/
https://phronesis-quantiverse.redocly.app/_mock/products/api-hub/train/train-travel/stations
https://tain.dev-site.io/stations
curl -i -X GET \
https://phronesis-quantiverse.redocly.app/_mock/products/api-hub/train/train-travel/stations \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "data": [ { … }, { … } ], "links": { "self": "https://api.example.com/stations&page=2", "next": "https://api.example.com/stations?page=3", "prev": "https://api.example.com/stations?page=1" } }