Endpoint: pokemon-shape
GEThttps://pokedex.mimo.dev/api/pokemon-shape/bug-wings
Request
GETpokemon-shape
1fetch("https://pokedex.mimo.dev/api/pokemon-shape/bug-wings")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "awesome_names": [
3 {
4 "awesome_name": "Lépidoptère",
5 "language": {
6 "name": "fr",
7 "url": "https://pokedex.mimo.dev/api/language/5/"
8 }
9 },
10 {
11 "awesome_name": "Lepidopterous",
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 }
16 }
17 ],
18 "id": 13,
19 "name": "bug-wings",
20 "names": [
21 {
22 "language": {
23 "name": "fr",
24 "url": "https://pokedex.mimo.dev/api/language/5/"
25 },
26 "name": "Ailes d'insecte"
27 },
28 {
29 "language": {
30 "name": "en",
31 "url": "https://pokedex.mimo.dev/api/language/9/"
32 },
33 "name": "Bug wings"
34 }
35 ],
36 "pokemon_species": [
37 {
38 "name": "scyther",
39 "url": "https://pokedex.mimo.dev/api/pokemon-species/123/"
40 },
41 {
42 "name": "yanma",
43 "url": "https://pokedex.mimo.dev/api/pokemon-species/193/"
44 },
45 {
46 "name": "butterfree",
47 "url": "https://pokedex.mimo.dev/api/pokemon-species/12/"
48 },
49 {
50 "name": "beedrill",
51 "url": "https://pokedex.mimo.dev/api/pokemon-species/15/"
52 },
53 {
54 "name": "venomoth",
55 "url": "https://pokedex.mimo.dev/api/pokemon-species/49/"
56 },
57 {
58 "name": "crobat",
59 "url": "https://pokedex.mimo.dev/api/pokemon-species/169/"
60 },
61 {
62 "name": "scizor",
63 "url": "https://pokedex.mimo.dev/api/pokemon-species/212/"
64 },
65 {
66 "name": "beautifly",
67 "url": "https://pokedex.mimo.dev/api/pokemon-species/267/"
68 },
69 {
70 "name": "dustox",
71 "url": "https://pokedex.mimo.dev/api/pokemon-species/269/"
72 },
73 {
74 "name": "masquerain",
75 "url": "https://pokedex.mimo.dev/api/pokemon-species/284/"
76 },
77 {
78 "name": "ninjask",
79 "url": "https://pokedex.mimo.dev/api/pokemon-species/291/"
80 },
81 {
82 "name": "vibrava",
83 "url": "https://pokedex.mimo.dev/api/pokemon-species/329/"
84 },
85 {
86 "name": "kricketune",
87 "url": "https://pokedex.mimo.dev/api/pokemon-species/402/"
88 },
89 {
90 "name": "mothim",
91 "url": "https://pokedex.mimo.dev/api/pokemon-species/414/"
92 },
93 {
94 "name": "vespiquen",
95 "url": "https://pokedex.mimo.dev/api/pokemon-species/416/"
96 },
97 {
98 "name": "yanmega",
99 "url": "https://pokedex.mimo.dev/api/pokemon-species/469/"
100 },
101 {
102 "name": "volcarona",
103 "url": "https://pokedex.mimo.dev/api/pokemon-species/637/"
104 },
105 {
106 "name": "vivillon",
107 "url": "https://pokedex.mimo.dev/api/pokemon-species/666/"
108 },
109 {
110 "name": "ribombee",
111 "url": "https://pokedex.mimo.dev/api/pokemon-species/743/"
112 },
113 {
114 "name": "frosmoth",
115 "url": "https://pokedex.mimo.dev/api/pokemon-species/873/"
116 },
117 {
118 "name": "kleavor",
119 "url": "https://pokedex.mimo.dev/api/pokemon-species/900/"
120 }
121 ]
122}