Get a stop by ID
curl --request GET \
--url https://staging.api.prexsell.com/v2/stops/{id}{
"data": {
"stop": {
"id": "cst1a2b3c4d5e6f7g8h9",
"place": "Центральний автовокзал",
"type": "BUS_STATION",
"latitude": 50.4501,
"longitude": 30.5234,
"city": {
"id": "cld1a2b3c4d5e6f7g8h9i0j1",
"name": "Київ",
"slug": "kyiv",
"country": "UA",
"timeZone": "Europe/Kyiv"
}
}
}
}Stops
Get a stop by ID
Returns a single bus stop record including coordinates and an embedded city summary.
GET
/
v2
/
stops
/
{id}
Get a stop by ID
curl --request GET \
--url https://staging.api.prexsell.com/v2/stops/{id}{
"data": {
"stop": {
"id": "cst1a2b3c4d5e6f7g8h9",
"place": "Центральний автовокзал",
"type": "BUS_STATION",
"latitude": 50.4501,
"longitude": 30.5234,
"city": {
"id": "cld1a2b3c4d5e6f7g8h9i0j1",
"name": "Київ",
"slug": "kyiv",
"country": "UA",
"timeZone": "Europe/Kyiv"
}
}
}
}⌘I
