More than 25 years experience in business

Visit Us :

Call Us :

+123456789

E-MAIL Us :

example@gmail.com

Bus Ticket Booking with Seat Reservation Plugin comes with the Rest API support. So you can easily get the event-related data via Rest API. Here are the Details of the Rest API URL.

 

Get the latest 10 Bus List. You can change the value of the per_page attribute to increase the event list.

https://your-site.com/wp-json/wp/v2/wbtm_bus?per_page=10&page=1

 

Get the Bus Category List.

https://your-site.com/wp-json/wp/v2/bus_cat

 

Get the Bus Pick Point List.

https://your-site.com/wp-json/wp/v2/bus_pickpoint

 

Get the Bus Stops List.

https://your-site.com/wp-json/wp/v2/bus_stops

 

Get the latest 10 Bus List of Bus Category id 44.

https://your-site.com/wp-json/wp/v2/wbtm_bus?bus_cat=44&per_page=10&page=1

 

Get the latest 10 Bus List of Bus Stops id 44.

https://your-site.com/wp-json/wp/v2/wbtm_bus?bus_stops=44&per_page=10&page=1

 

Get the latest 10 Bus Booking Passenger List. You can change the value of the per_page attribute to increase the passenger list.

https://your-site.com/wp-json/wp/v2/wbtm_bus_booking?per_page=10&page=1