Get Buses Endpoint
Retrieves all buses available for either a route(Lagos->Abuja), the schedule(the day the user wants to travel), etc. It can also be customized to filter out exact information using path parameters.
Filter buses by a specific schedule ID (departure time).
List of buses based on a schedule.
Indicates whether the request was successful.
trueHTTP status code representing the response status.
200Human-readable description of the response.
List of buses based on a scheduleBad request due to invalid input
Internal server error
This endpoint allows users to search for available buses based on route, schedule, or transport company using query parameters. This endpoint offers flexibility for users to find available buses based on their travel plans. Filtering by route, schedule, or transport company allows for targeted searches.
Filter buses by a specific route ID.
Filter buses by a specific schedule ID (departure time).
Filter buses by a specific transport company ID.
List of buses based on a schedule.
Indicates whether the request was successful.
trueHTTP status code representing the response status.
200Human-readable description of the response.
List of buses based on a scheduleBad request due to invalid input.
Server error.
Last updated