Back to catalog
πŸ›’

Platzi Fake Store

API Key

A fake store API for your e-commerce or shopping website prototype. For testing and learning

πŸ›’ShoppingHTTPS

Platzi Fake Store Products

5 items

Handmade Fresh Table

Furniture

300

Ergonomic Wooden Chair

Furniture

150

Sleek Steel Laptop

Electronics

1.8K

Licensed Cotton Shirt

Clothes

45

Gorgeous Rubber Shoes

Shoes

90

Sample Response

response.json
1{
2 "items": [
3 {
4 "id": 1,
5 "title": "Handmade Fresh Table",
6 "price": 300,
7 "category": "Furniture",
8 "available": true
9 },
10 {
11 "id": 2,
12 "title": "Ergonomic Wooden Chair",
13 "price": 150,
14 "category": "Furniture",
15 "available": true

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://fakeapi.platzi.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs