Get Single Bus Endpoint
Retrieves all details about a single bus when you pass the bus ID as a path parameter. You'll find extra details below.
Path parameters
bus_idintegerRequired
The ID of the bus.
Responses
200
Bus details retrieved successfully.
application/json
successbooleanOptionalExample:
Indicates whether the request was successful.
truestatusintegerOptionalExample:
HTTP status code representing the response status.
200messagestringOptionalExample:
Human-readable description of the response.
Haice bus400
Bad request due to invalid input.
404
Bus not found.
500
Server error.
get
/api/v1/merpi/transport/buses/{bus_id}Last updated