Get Bus Routes Endpoint
Retrieves the bus routes available on Syticks. It can also be customized to filter out exact information using query parameters.
Search for routes by city name, state name, or address. Returns routes matching the search criteria in origin or destination.
LagosFilter routes departing from a specific city by its unique ID.
Filter routes arriving in a specific city by its unique ID.
Filter routes by price. You can specify a range using commas (e.g., price=100,200).
Filter routes by a specific business offering the route (e.g., bus company).
List of bus routes.
Indicates whether the request was successful.
trueHTTP status code representing the response status.
200Human-readable description of the response.
List of bus routesBad request due to invalid input parameters.
No routes found matching the criteria.
Internal server error.
Last updated