Fake Tea products rest API for your e-commerce or Tea website prototype
Hello and thank you for stopping by our documentation page for our fake tea product API! Our API provides unrestricted access to a wide range of endpoints that contain essential information about our products, including their names, images, descriptions, prices and other relevant details.
We developed this fabricated tea brand specifically for those who want to develop an e-commerce or tea website prototype. Happy coding!
fetch("https://tea-api-gules.vercel.app/api") .then((res) => res.json()) .then((data) => console.log(data));