Simple fake store API for your e-commerce website prototype
fetch('https://simpleapistore.vercel.app/api/products/1')
.then(res=>res.json())
.then(json=>console.log(json))
This simple api comes with only 1 resource:
Products
30 products
HTTP methods supported:
GET
/api/products
/api/products/1
Made with ❤ by
Pablo Ramos