FAKE COFFEE API

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

Two bags of coffeeBackground swirl
Arrow pointing downA cluster of illustrated beansA cluster of illustrated beansA cluster of illustrated beans

ABOUT THE API

Hello and thank you for stopping by our documentation page for our fake coffee 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 coffee brand specifically for those who want to develop an e-commerce or cafe website prototype. Happy coding!

Get all products.

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

Lightning Bolt

Example on how to fetch.

Resources