Hamza Labbaalli Tea Api

FAKE TEA API

Fake Tea products rest API for your e-commerce or Tea website prototype

Background swirl
Arrow pointing downA cluster of illustrated beansA cluster of illustrated beans

ABOUT THE API

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!

Get all products.

fetch("https://tea-api-gules.vercel.app/api") .then((res) => res.json()) .then((data) => console.log(data));

Resources

Routes