Skip to content

Stations

Find and filter train stations across Europe, including their location and local timezone.

Operations

Get a list of train stations

Request

Returns a list of all train stations in the system.

Security
OAuth2(Required scopes: read)
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/train-travel/openapi/stations \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

A list of train stations

Headers
RateLimitstring

The RateLimit header communicates quota policies. It contains a limit to convey the expiring limit, remaining to convey the remaining quota units, and reset to convey the time window reset time.

Body
dataArray of objects(Station)

The wrapper for a collection is an array of objects.

Response
{ "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" } }