This demo website shows a storefront UI and a REST API backend inspired by FakeStoreAPI. Use the UI, inspect the API endpoints, and call them directly from your tools.
../util/store-data.json. The API endpoint is /api/store-api.php.GET /api/store-api.php/productsGET /api/store-api.php/products/{id}GET /api/store-api.php/products/categoriesGET /api/store-api.php/products/category/{category}GET /api/store-api.php/cartsGET /api/store-api.php/carts/{id}GET /api/store-api.php/usersPOST /api/store-api.php/cartsDELETE /api/store-api.php/carts/{id}