freeapis

FakeStoreAPI

Fake store rest API for your e-commerce or shopping website prototype

Authentication
No auth
HTTPS
Yes
CORS
Unknown
Category
Test Data
Documentation / URL
https://fakestoreapi.com/

Overview

FakeStoreAPI provides realistic e-commerce data — products, carts, and users — with full CRUD. Keyless (verified live), it’s the standard fake store for frontend demos.

Quick Start

A product (verified live):

curl "https://fakestoreapi.com/products/1"
{
  "id": 1,
  "title": "Fjallraven - Foldsack No. 1 Backpack",
  "price": 109.95,
  "description": "Your perfect pack for everyday use...",
  "category": "men's clothing",
  "image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
  "rating": { "rate": 3.9, "count": 120 }
}

All products / categories:

curl "https://fakestoreapi.com/products"
curl "https://fakestoreapi.com/products/categories"

CRUD:

curl -X POST "https://fakestoreapi.com/products" -H "Content-Type: application/json" -d '{"title": "New product", "price": 10}'

Authentication

None — keyless (auth endpoints exist for demoing login).

Rate Limits & Notes

  • Free; be polite — no hard published limit.
  • Resources: products, carts, users with full CRUD.
  • Data is static/demo (cart writes are simulated).

FAQ

Is FakeStoreAPI free? Yes — free and keyless (verified).

Can I test CRUD? Yes — POST/PUT/DELETE work against the mock store.

What data is available? Products, carts, and users.

More in Test Data

APIAuthHTTPSCORS
AddressMock

Random US, Hong Kong and Cape Verde addresses with matched city, state and ZIP

No authYesYes
Bacon Ipsum

A Meatier Lorem Ipsum Generator

No authYesUnknown
Dicebear Avatars

Generate random pixel-art avatars

No authYesNo
DummyJSON

Fake REST API with products, users, posts, comments, todos and more

No authYesYes
English Random Words

Generate English Random Words with Pronunciation

No authYesNo