Welcome to the LoopBack sample application!
LoopBack is an open source API Server built with Node.js for connecting enterprise data to devices and browsers. This sample application simulates an (imaginary) car rental dealer with locations in major cities around the world. They need to replace their existing desktop reservation system with a new mobile app. The app exposes a set of REST APIs for inventory data.
Click around and explore the APIs!
Click on the friendly GET buttons below to try out a few example requests!
Actual request: GET /api/cars?filter[order]=make&filter[where][carClass]=fullsize&filter[limit]=3
(The three full size cars ordered by make)
Actual request: GET /api/locations/nearby?here[lat]=37.587409&here[lng]=-122.338225
The API Explorer is a great resource to check out the rest of the methods available to you through the LoopBack's default REST API.