-
Notifications
You must be signed in to change notification settings - Fork 6
/
fake-store-api-products.json
83 lines (83 loc) · 2.23 KB
/
fake-store-api-products.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// https://fakestoreapi.com/products?limit=8
[
{
"id": 1,
"title": "Boy's hoodie with zipper",
"price": 223,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fboy1.png&w=640&q=75",
"rating": {
"rate": 3,
"count": 400
}
},
{
"id": 2,
"title": "Kids Nissan Silvia Hoodie",
"price": 356,
"image": "https://cdn.shopify.com/s/files/1/0675/5893/2802/products/kids-nissan-silvia-hoodie-856978_5000x.jpg?v=1668146991",
"rating": {
"rate": 4.7,
"count": 500
}
},
{
"id": 3,
"title": "Flex Push Button Bomber",
"price": 225,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide7.png&w=640&q=75",
"rating": {
"rate": 3.9,
"count": 120
}
},
{
"id": 4,
"title": "Raglan Sweatshirt",
"price": 195,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide10.png&w=640&q=75",
"rating": {
"rate": 4.1,
"count": 259
}
},
{
"id": 5,
"title": "Brushed Raglan Sweatshirt",
"price": 165,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide0.png&w=640&q=75",
"rating": {
"rate": 2.1,
"count": 430
}
},
{
"id": 6,
"title": "Flex Sweatshirt",
"price": 173,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide2.png&w=640&q=75",
"rating": {
"rate": 4.6,
"count": 400
}
},
{
"id": 7,
"title": "Muscle Tank",
"price": 528,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide8.png&w=640&q=75",
"rating": {
"rate": 3.9,
"count": 70
}
},
{
"id": 8,
"title": "Brushed Bomber",
"price": 86,
"image": "https://fullstack-ecommerce-site.vercel.app/_next/image?url=%2Fslide9.png&w=640&q=75",
"rating": {
"rate": 3,
"count": 400
}
}
]