Endpoint: move-ailment
GEThttps://pokedex.mimo.dev/api/move-ailment
Request
GETmove-ailment
1fetch("https://pokedex.mimo.dev/api/move-ailment")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1[
2 {
3 "name": "unknown",
4 "url": "https://pokedex.mimo.dev/api/move-ailment/-1/",
5 "id": "-1"
6 },
7 {
8 "name": "none",
9 "url": "https://pokedex.mimo.dev/api/move-ailment/0/",
10 "id": "0"
11 },
12 {
13 "name": "paralysis",
14 "url": "https://pokedex.mimo.dev/api/move-ailment/1/",
15 "id": "1"
16 },
17 {
18 "name": "sleep",
19 "url": "https://pokedex.mimo.dev/api/move-ailment/2/",
20 "id": "2"
21 },
22 {
23 "name": "freeze",
24 "url": "https://pokedex.mimo.dev/api/move-ailment/3/",
25 "id": "3"
26 },
27 {
28 "name": "burn",
29 "url": "https://pokedex.mimo.dev/api/move-ailment/4/",
30 "id": "4"
31 },
32 {
33 "name": "poison",
34 "url": "https://pokedex.mimo.dev/api/move-ailment/5/",
35 "id": "5"
36 },
37 {
38 "name": "confusion",
39 "url": "https://pokedex.mimo.dev/api/move-ailment/6/",
40 "id": "6"
41 },
42 {
43 "name": "infatuation",
44 "url": "https://pokedex.mimo.dev/api/move-ailment/7/",
45 "id": "7"
46 },
47 {
48 "name": "trap",
49 "url": "https://pokedex.mimo.dev/api/move-ailment/8/",
50 "id": "8"
51 },
52 {
53 "name": "nightmare",
54 "url": "https://pokedex.mimo.dev/api/move-ailment/9/",
55 "id": "9"
56 },
57 {
58 "name": "torment",
59 "url": "https://pokedex.mimo.dev/api/move-ailment/12/",
60 "id": "12"
61 },
62 {
63 "name": "disable",
64 "url": "https://pokedex.mimo.dev/api/move-ailment/13/",
65 "id": "13"
66 },
67 {
68 "name": "yawn",
69 "url": "https://pokedex.mimo.dev/api/move-ailment/14/",
70 "id": "14"
71 },
72 {
73 "name": "heal-block",
74 "url": "https://pokedex.mimo.dev/api/move-ailment/15/",
75 "id": "15"
76 },
77 {
78 "name": "no-type-immunity",
79 "url": "https://pokedex.mimo.dev/api/move-ailment/17/",
80 "id": "17"
81 },
82 {
83 "name": "leech-seed",
84 "url": "https://pokedex.mimo.dev/api/move-ailment/18/",
85 "id": "18"
86 },
87 {
88 "name": "embargo",
89 "url": "https://pokedex.mimo.dev/api/move-ailment/19/",
90 "id": "19"
91 },
92 {
93 "name": "perish-song",
94 "url": "https://pokedex.mimo.dev/api/move-ailment/20/",
95 "id": "20"
96 },
97 {
98 "name": "ingrain",
99 "url": "https://pokedex.mimo.dev/api/move-ailment/21/",
100 "id": "21"
101 },
102 {
103 "name": "silence",
104 "url": "https://pokedex.mimo.dev/api/move-ailment/24/",
105 "id": "24"
106 },
107 {
108 "name": "tar-shot",
109 "url": "https://pokedex.mimo.dev/api/move-ailment/42/",
110 "id": "42"
111 }
112]