-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathdb.json
50 lines (49 loc) · 1.55 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
{
"produtos": [
{
"id": 1,
"titulo": "FIFA 23",
"plataformas": ["Xbox Series S/X","Windows","PS5"],
"precoAntigo": 299,
"preco": 190,
"categoria": "Esportes",
"imagem": "https://image.api.playstation.com/vulcan/ap/rnd/202301/0312/yM0eeJui8AFByeP5BC5XV5j9.png?w=440&thumb=false"
},
{
"id": 2,
"titulo": "Gotham Knights",
"plataformas": ["Xbox Series S/X", "PS5", "Windows"],
"precoAntigo": 299,
"preco": 150,
"categoria": "Ação",
"imagem": "https://image.api.playstation.com/vulcan/ap/rnd/202204/1422/cXffCEiRPrxFapUs6zxJQp1k.png?w=440&thumb=false"
},
{
"id": 3,
"titulo": "The Witcher 3",
"plataformas": ["Xbox Series S/X", "PS5", "Windows"],
"precoAntigo": 349,
"preco": 140.90,
"categoria": "Ação",
"imagem": "https://image.api.playstation.com/vulcan/ap/rnd/202211/0711/kh4MUIuMmHlktOHar3lVl6rY.png?w=440&thumb=false"
},
{
"id": 4,
"titulo": "Hogwarts Legacy",
"plataformas": ["PS5", "Windows"],
"precoAntigo": null,
"preco": 349.90,
"categoria": "Aventura",
"imagem": "https://image.api.playstation.com/vulcan/ap/rnd/202011/0919/JmxLZt6exeqcKRz7BSmK8aId.png?w=440&thumb=false"
},
{
"id": 5,
"titulo": "Resident Evil 4",
"plataformas": ["PS5"],
"precoAntigo": null,
"preco": 349.90,
"categoria": "Ação",
"imagem": "https://image.api.playstation.com/vulcan/ap/rnd/202207/2509/85p2Dwh5iDhUzRKe40QeNYh3.png?w=440&thumb=false"
}
]
}