Endpoint: pokemon-shape
GEThttps://pokedex.mimo.dev/api/pokemon-shape
Request
GETpokemon-shape
1fetch("https://pokedex.mimo.dev/api/pokemon-shape")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1[
2 {
3 "name": "ball",
4 "url": "https://pokedex.mimo.dev/api/pokemon-shape/1/",
5 "id": "1"
6 },
7 {
8 "name": "squiggle",
9 "url": "https://pokedex.mimo.dev/api/pokemon-shape/2/",
10 "id": "2"
11 },
12 {
13 "name": "fish",
14 "url": "https://pokedex.mimo.dev/api/pokemon-shape/3/",
15 "id": "3"
16 },
17 {
18 "name": "arms",
19 "url": "https://pokedex.mimo.dev/api/pokemon-shape/4/",
20 "id": "4"
21 },
22 {
23 "name": "blob",
24 "url": "https://pokedex.mimo.dev/api/pokemon-shape/5/",
25 "id": "5"
26 },
27 {
28 "name": "upright",
29 "url": "https://pokedex.mimo.dev/api/pokemon-shape/6/",
30 "id": "6"
31 },
32 {
33 "name": "legs",
34 "url": "https://pokedex.mimo.dev/api/pokemon-shape/7/",
35 "id": "7"
36 },
37 {
38 "name": "quadruped",
39 "url": "https://pokedex.mimo.dev/api/pokemon-shape/8/",
40 "id": "8"
41 },
42 {
43 "name": "wings",
44 "url": "https://pokedex.mimo.dev/api/pokemon-shape/9/",
45 "id": "9"
46 },
47 {
48 "name": "tentacles",
49 "url": "https://pokedex.mimo.dev/api/pokemon-shape/10/",
50 "id": "10"
51 },
52 {
53 "name": "heads",
54 "url": "https://pokedex.mimo.dev/api/pokemon-shape/11/",
55 "id": "11"
56 },
57 {
58 "name": "humanoid",
59 "url": "https://pokedex.mimo.dev/api/pokemon-shape/12/",
60 "id": "12"
61 },
62 {
63 "name": "bug-wings",
64 "url": "https://pokedex.mimo.dev/api/pokemon-shape/13/",
65 "id": "13"
66 },
67 {
68 "name": "armor",
69 "url": "https://pokedex.mimo.dev/api/pokemon-shape/14/",
70 "id": "14"
71 }
72]