Get Schedules Endpoint With Extra Information (DEPRECATED - V1)
⚠️ DEPRECATION NOTICE: This endpoint is deprecated and supports only Timed Schedules. Please use the new V2 endpoint which supports both Timed Schedules and Random Schedules.
Understanding Schedule Types
Timed Schedules (Supported by This Endpoint)
Random Schedules (Not Supported by This Endpoint)
Endpoint Overview
Key Features
Limitations
Migrating to V2
Get bus schedules by route, departure and arrival city, terminal ID, business ID and departure date
get
Query parameters
route_idintegerOptional
ID of the route to fetch schedules for.
departure_datestring · dateOptional
Departure date for which to retrieve schedules (format YYYY-MM-DD).
from_city_idintegerOptionalExample:
ID of the city where the trip originates.
12to_city_idintegerOptionalExample:
ID of the destination city.
3business_idstringOptionalExample:
ID of the business offering the schedule (UUID format).
6e9d9432-2a1d-4a8a-a5e4-3ddfaf832523terminal_idintegerOptionalExample:
ID of the terminal associated with the departure.
7Responses
200
List of bus schedules.
application/json
successbooleanOptionalExample:
truestatusintegerOptionalExample:
200messagestringOptionalExample:
List of bus schedulesget
/api/v1/merpi/transport/schedules/packages200
List of bus schedules.
Last updated