Skip to main content
GET
List stops

Query Parameters

cityId
string

Filter stops by the parent city identifier.

Example:

"cld1a2b3c4d5e6f7g8h9i0j1"

country
enum<string>

ISO 3166-1 alpha-2 country code to filter stops.

Available options:
UA,
TR,
PL,
CZ,
IT,
DE,
SK,
HU,
BE,
NL,
RO,
BG,
FR,
AT,
LT,
LV,
EE,
ES,
LU,
CH,
GR,
MD,
SI
Example:

"UA"

take
integer
default:50

Maximum number of stops to return (1โ€“1000).

Required range: 1 <= x <= 1000
Example:

50

skip
integer | null
default:0

Number of items to skip for offset pagination.

Required range: x >= 0
Example:

0

Response

200 - application/json

Paginated list of bus stops, each embedding a summary of the parent city.

data
object
required