This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
94 lines (94 loc) · 3.02 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
{
"testimony": [
{
"id": 2,
"nome": "Teemo",
"ocupacao": "LOL",
"frase": "“Capitão teemo no comando”",
"image_url": "https://cdn.mobalytics.gg/assets/lol/images/dd/summoner-icons/4636.png?1"
},
{
"id": 3,
"nome": "Samus Aran",
"ocupacao": "Metroid",
"frase": "“Metroid is an action-adventure game franchise created by Nintendo. The player controls the bounty hunter Samus Aran, who protects the galaxy from Space Pirates and other malevolent forces and their attempts to harness the power of the parasitic Metroid creatures. ”",
"image_url": "https://avatarfiles.alphacoders.com/336/336179.jpg"
},
{
"id": 4,
"nome": "Pinguin",
"ocupacao": "Club Penguin",
"frase": "“Club Penguin é um dos mundos virtuais mais acessados pelas crianças. No site oficial, elas podem jogar e interagir com charadas, conversas educativas, brincadeiras e outros eventos especiais.”",
"image_url": "https://pbs.twimg.com/profile_images/1675155254340354049/VKFEfumN_400x400.jpg"
},
{
"id": 5,
"nome": "Mai",
"ocupacao": "Anime",
"frase": "“Em Bunny Girl, acompanhamos Sakuta Azusagawa, um colegial que adora ironia e tem um olhar meio morto para vida. Sakuta vive resolvendo os problemas de garotas que sofrem com a Síndrome da Adolescência.”",
"image_url": "https://64.media.tumblr.com/805681b4d3ad9ff8a18d00db94d752e6/tumblr_po9u5p7Pfb1u1ycqw_400.jpg"
},
{
"id": 6,
"nome": "Zin",
"ocupacao": "Grana Azul",
"frase": "“O artista de Curitiba colocou seu nome no underground de forma definitiva e sólida, e com grandes e plausíveis pretensões de alçar voos maiores. O lançamento do que seria seu trampo definitivo, o álbum “Grana Azul“.”",
"image_url": "https://i1.sndcdn.com/avatars-000648566526-gwbcqw-t500x500.jpg"
}
],
"gallery": [
{
"id": 0,
"apiId": "@",
"name": "Gwen Stacy",
"path": "https://editors.dexerto.com/wp-content/uploads/2023/06/06/Ghost-Spider-decks-Marvel-Snap.jpg",
"categorie": [
"Personagem",
"HQ"
]
},
{
"name": "Álbum Pêndulo - Menestrel",
"path": "https://images.genius.com/e28852b5de97ab8cd608557a3d6c6d1e.1000x1000x1.jpg",
"categorie": [
"Música"
],
"apiId": "@",
"id": 1
},
{
"id": 2,
"apiId": "@",
"name": "Zeri",
"path": "https://images7.alphacoders.com/120/1202659.jpg",
"categorie": [
"Personagem",
"LOL"
]
},
{
"name": "Inferno do CS2",
"path": "https://noticias.maisesports.com.br/wp-content/uploads/2023/06/cs-2-inferno-4.jpg",
"categorie": [
"Paisagem",
"Jogos Digitais"
],
"apiId": "@",
"id": 4
}
],
"categories": [
"Personagem",
"HQ",
"Música",
"LOL",
"Livro",
"Disco",
"Personalidade",
"Paisagem",
"Arte",
"Jogos Digitais"
],
"registro": [],
"messages": []
}