timetable

Get all routes/lines serving a stop (without time-based queries)

get/api/v6/stop

Query parameters

stopIdstring

stop ID as returned by /api/v1/geocode or /api/v1/map/stops

centerstring

latitude,longitude pair used as center for a radius search (used when stopId is not provided; required together with radius if stopId is not given)

radiusinteger

Optional. Radius in meters.

Default is that only routes of the parent of the stop itself and all stops with the same name (+ their child stops) are returned.

If set, all stops at parent stations and their child stops in the specified radius are returned. Required if stopId is not given.

exactRadiusboolean

Optional. Default is false.

If set to true, only stations that are physically in the radius are considered. If set to false, additionally to the stations in the radius, equivalences with the same name and children are considered.

languagestring[]

language tags as used in OpenStreetMap / GTFS (usually BCP-47 / ISO 639-1, or ISO 639-2 if there's no ISO 639-1)

Response

stop information including routes/lines serving the stop(s)

Changes

Changed in 3 of the 52 revisions of this API.121

    • added the new HGV enum value to the place/modes/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new HGV enum value to the routes/items/mode response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog