-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
102 lines (102 loc) · 3.78 KB
/
db.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"products": [
{
"id": 1,
"title": "Phone for single Roma",
"article": "252998",
"price": 899990,
"year": "2021",
"diagonal": "6.7",
"discount": 5,
"credit": true,
"resolution": "2778×1284",
"matrix": "Super Retina XDR",
"hz": "120",
"ram": "6",
"hard": "256",
"website": "https://www.apple.com/iphone-13-pro/",
"images": [
{
"first": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_1.jpg&w=828&q=85",
"second": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_2.jpg&w=828&q=85",
"third": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_3.jpg&w=828&q=85"
}
],
"reviews": [
{
"name": "Roma",
"stars": 1,
"likes": 3,
"dislikes": 15,
"review": "Слишком дешево",
"date": "31.03.2022"
},
{
"name": "Sanzhar",
"stars": 3,
"likes": 15,
"dislikes": 3,
"review": "***** *****",
"date": "31.03.2022"
},
{
"name": "Aruzhan",
"stars": 2,
"likes": 90,
"dislikes": 0,
"review": "Хочу питсу",
"date": "31.03.2022"
}
]
},
{
"id": 2,
"title": "Смартфон Apple iPhone 13 Pro Max 256GB Sierra Blue",
"article": "252998",
"price": 899990,
"year": "2021",
"diagonal": "6.7",
"discount": 5,
"credit": true,
"resolution": "2778×1284",
"matrix": "Super Retina XDR",
"hz": "120",
"ram": "6",
"hard": "256",
"website": "https://www.apple.com/iphone-13-pro/",
"images": [
{
"first": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_1.jpg&w=828&q=85",
"second": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_2.jpg&w=828&q=85",
"third": "https://www.technodom.kz/_next/image?url=https%3A%2F%2Fapi.technodom.kz%2Ff3%2Fapi%2Fv1%2Fimages%2F800%2F800%2F252998_3.jpg&w=828&q=85"
}
],
"reviews": [
{
"name": "Roma",
"stars": 1,
"likes": 3,
"dislikes": 15,
"review": "Слишком дешево",
"date": "31.03.2022"
},
{
"name": "Sanzhar",
"stars": 3,
"likes": 15,
"dislikes": 3,
"review": "***** *****",
"date": "31.03.2022"
},
{
"name": "Aruzhan",
"stars": 2,
"likes": 90,
"dislikes": 0,
"review": "Хочу питсу",
"date": "31.03.2022"
}
]
}
]
}