Platzi Fake Store
Platzi Fake Store — free-tier JSON endpoint
Platzi Fake Store offers a free API tier. We verified JSON on a sample GET (Shopping). Check provider docs for key requirements and limits.
GET https://api.escuelajs.co/api/v1/products
[
{
"id": 1,
"title": "Majestic Mountain Graphic T-Shirt",
"slug": "majestic-mountain-graphic-t-shirt",
"price": 44,
"description": "Elevate your wardrobe with this stylish black t-shirt featuring a striking monochrome mountain range graphic. Perfect for those who love the outdoors or want to add a touch of nature-inspired design to their look, this tee is crafted from soft, breathable fabric ensuring all-day comfort. Ideal for casual outings or as a unique gift, this t-shirt is a versatile addition to any collection.",
"category": {
"id": 1,
"name": "Clothes",
"slug": "clothes",
"image": "https://i.imgur.com/QkIa5tT.jpeg",
"creationAt": "2026-07-05T23:21:11.000Z",
"updatedAt": "2026-07-05T23:21:11.000Z"
},
"images": [
"https://i.imgur.com/QkIa5tT.jpeg",
"https://i.imgur.com/jb5Yu0h.jpeg"
],
"creationAt": "2026-07-05T23:21:11.000Z"
},
{
"id": 2,
"title": "Classic Red Pullover Hoodie",
"slug": "classic-red-pullover-hoodie",
"price": 10,
"description": "Elevate your casual wardrobe with our Classic Red Pullover Hoodie. Crafted with a soft cotton blend for ultimate comfort, this vibrant red hoodie features a kangaroo pocket, adjustable drawstring hood, and ribbed cuffs for a snug fit. The timeless design ensures easy pairing with jeans or joggers for a relaxed yet stylish look, making it a versatile addition to your everyday attire.",
"category": {
"id": 1,
"name": "Clothes",
"slug": "clothes",
"image": "https://i.imgur.com/QkIa5tT.jpeg",
"creationAt": "2026-07-05T23:21:11.000Z",
"updatedAt": "2026-07-05T23:21:11.000Z"
},
"images": [
"https://i.imgur.com/1twoaDy.jpeg",
"https://i.imgur.com/FDwQgLy.jpeg"
],
"creationAt": "2026-07-05T23:21:11.000Z"
}
]curl "https://api.escuelajs.co/api/v1/products"const res = await fetch("https://api.escuelajs.co/api/v1/products");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://api.escuelajs.co/api/v1/products")
print(res.json())/api/v1/productsPROBEDPlatzi Fake Store — free-tier JSON endpoint
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
/api/v1/categoriesCategories — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Platzi Fake Store: common questions
Is Platzi Fake Store free to use?
Yes — Platzi Fake Store is a free open data API. Free tier: Free tier — API key may be required for production. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Platzi Fake Store need an API key?
Yes — Platzi Fake Store needs a free API key, which you pass on each request. Rate limits: Unpublished.
Can I call Platzi Fake Store from the browser?
Yes — Platzi Fake Store returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Platzi Fake Store up right now?
As of our last scheduled check, Platzi Fake Store is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.