Fake Store API

Realistic E-Commerce Data. Instantly.

A free RESTful API for developers, ideal for prototyping, testing, or teaching.
No backend setup required.

Tired of fake JSON and Lorem Ipsum?

FakeStoreAPI gives you clean, realistic e-commerce data: products, carts, users, and more — accessible in seconds via REST.

Example Request

fetch('https://fakestoreapi.com/products/1')
  .then(res => res.json())
  .then(json => console.log(json));

API Response

{
  "id": 1,
  "title": "Fjallraven - Foldsack No. 1 Backpack, Fits 15 Laptops",
  "price": 109.95,
  "description": "Your perfect pack for everyday use and walks in the forest. Stash your laptop (up to 15 inches) in the padded sleeve, your everyday",
  "category": "men's clothing",
  "rating": {
    "rate": 3.9,
    "count": 120
  }
}

Resources

FakeStoreAPI provides the 4 essential resources commonly used in e-commerce apps. Use them to build realistic flows for your frontend or backend prototypes.

❤️ Loved by Millions of Developers

This is just a small glimpse of your incredible support. so much more kindness and trust has been shared over these 5 amazing years with FakeStoreAPI.

Thank you for being part of this journey!

Juan Canelon

X · Nov 14, 2021

Today I've been practicing with React-Redux making this kinda e-commerce app with https://fakestoreapi.com

Shrey Vijay Vargiya

DEV Community · Nov 22, 2022

Top 4 Free Fake API: Fake store rest API for your e‑commerce or shopping website prototype.

Malik Haziq

DEV Community · Feb 27, 2023

10 APIs for your projects: Fake Store API is a free and public web API that provides simulated data for an e‑commerce store.

Mahmoud Saleh

Medium · Nov 5, 2023

5 Outstanding Fake API Providers for Mobile Developers to Streamline Testing: Fake Store API is a free online REST API that developers can use to make test orders, eCommerce, and cart integrations.

PeanutSquare

Medium · Aug 14, 2023

Understanding the FakeStoreApi – a primer for ecommerce app development.

Olitt Blog

Blog · May 11, 2024

5 Best Free eCommerce APIs and Store API Solutions for Developers: Fake Store API is a fantastic option for developers looking to create a shopping website prototype or test their e‑commerce applications.

PeanutSquare

Blog · Jul 21, 2023

Exploring FakeStoreAPI for ecommerce apps – essential component for our Flutter ecommerce app.

Sami Maxhuni

LinkedIn · Jul 24, 2025

🚀 New Feature in ChatWise: Now Powered by Model Context Protocol (MCP) … In this example, we’ve integrated the FakeStoreAPI. ✅ Fetch product data in real time ✅ Display the results in a beautiful interactive carousel ✅ Filter the results via natural language – e.g., “Show me all products under 50 USD”

Chris Staudinger

X · Feb 15, 2023

An e-commerce store is a great project to have and it just got easier with Fake Store API. Forget about spinning up the backend and database and focus on building cart, wishlists, recommendations and other functionalities💡 👉 https://fakestoreapi.com

Nikoletta

X · Jan 18, 2022

You want to practice or test REST API? Here is the list of websites with fake APIs that can save your time in creating dummy data. 👇 https://jsonplaceholder.typicode.com https://fakestoreapi.com https://pokeapi.co https://reqres.in https://dummyapi.io

Oumar FALL

X · Mar 9, 2022

Hello devs here is an application that I had to realize with flutter. Here I made some request to with an api to be able to get these data Le repo https://github.com/omar6260/flutter_rest_api Api http://fakestoreapi.com @galsendev221 @FlutterSenegal

Joel Kanyi

X · Jun 16, 2022

For those asking for the API, here is the URL: https://fakestoreapi.com

Lemonr

X · Jul 1, 2022

Online store app using jetpack compose #JetpackCompose ,for api here is the link https://fakestoreapi.com and the source code https://github.com/Ronexlemon/Store any changes is allowed

Ramg

X · Oct 18, 2022

Check out the project I have been working on. An Android app that consumes FAKESTORE API https://fakestoreapi.com .You can find the project on GitHub https://github.com/Collince-Okeyo/Shoppa Contributions are welcomed🤗 #100DaysOfCode #Android #Kotlin

Haider

X · Dec 10, 2022

🔗 https://fakestoreapi.com

Sheikh Naim

LinkedIn · Jul 1, 2024

Today i learn about how to search product by Category with HTML, CSS, and JavaScript... uses the fakestoreapi.com API to fetch a list of products…

Abhishek Kumar Mehta

LinkedIn · Jun 5, 2024

🚀 Excited to Share: Fetching Data from Fake Store API… Created a simple webpage that fetches product data from the Fake Store API…