Endpoint: encounter-method

GEThttps://pokedex.mimo.dev/api/encounter-method

Request

GETencounter-method
1fetch("https://pokedex.mimo.dev/api/encounter-method")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1[
2 {
3 "name": "walk",
4 "url": "https://pokedex.mimo.dev/api/encounter-method/1/",
5 "id": "1"
6 },
7 {
8 "name": "old-rod",
9 "url": "https://pokedex.mimo.dev/api/encounter-method/2/",
10 "id": "2"
11 },
12 {
13 "name": "good-rod",
14 "url": "https://pokedex.mimo.dev/api/encounter-method/3/",
15 "id": "3"
16 },
17 {
18 "name": "super-rod",
19 "url": "https://pokedex.mimo.dev/api/encounter-method/4/",
20 "id": "4"
21 },
22 {
23 "name": "surf",
24 "url": "https://pokedex.mimo.dev/api/encounter-method/5/",
25 "id": "5"
26 },
27 {
28 "name": "rock-smash",
29 "url": "https://pokedex.mimo.dev/api/encounter-method/6/",
30 "id": "6"
31 },
32 {
33 "name": "headbutt",
34 "url": "https://pokedex.mimo.dev/api/encounter-method/7/",
35 "id": "7"
36 },
37 {
38 "name": "dark-grass",
39 "url": "https://pokedex.mimo.dev/api/encounter-method/8/",
40 "id": "8"
41 },
42 {
43 "name": "grass-spots",
44 "url": "https://pokedex.mimo.dev/api/encounter-method/9/",
45 "id": "9"
46 },
47 {
48 "name": "cave-spots",
49 "url": "https://pokedex.mimo.dev/api/encounter-method/10/",
50 "id": "10"
51 },
52 {
53 "name": "bridge-spots",
54 "url": "https://pokedex.mimo.dev/api/encounter-method/11/",
55 "id": "11"
56 },
57 {
58 "name": "super-rod-spots",
59 "url": "https://pokedex.mimo.dev/api/encounter-method/12/",
60 "id": "12"
61 },
62 {
63 "name": "surf-spots",
64 "url": "https://pokedex.mimo.dev/api/encounter-method/13/",
65 "id": "13"
66 },
67 {
68 "name": "yellow-flowers",
69 "url": "https://pokedex.mimo.dev/api/encounter-method/14/",
70 "id": "14"
71 },
72 {
73 "name": "purple-flowers",
74 "url": "https://pokedex.mimo.dev/api/encounter-method/15/",
75 "id": "15"
76 },
77 {
78 "name": "red-flowers",
79 "url": "https://pokedex.mimo.dev/api/encounter-method/16/",
80 "id": "16"
81 },
82 {
83 "name": "rough-terrain",
84 "url": "https://pokedex.mimo.dev/api/encounter-method/17/",
85 "id": "17"
86 },
87 {
88 "name": "gift",
89 "url": "https://pokedex.mimo.dev/api/encounter-method/18/",
90 "id": "18"
91 },
92 {
93 "name": "gift-egg",
94 "url": "https://pokedex.mimo.dev/api/encounter-method/19/",
95 "id": "19"
96 },
97 {
98 "name": "only-one",
99 "url": "https://pokedex.mimo.dev/api/encounter-method/20/",
100 "id": "20"
101 },
102 {
103 "name": "pokeflute",
104 "url": "https://pokedex.mimo.dev/api/encounter-method/21/",
105 "id": "21"
106 },
107 {
108 "name": "headbutt-low",
109 "url": "https://pokedex.mimo.dev/api/encounter-method/22/",
110 "id": "22"
111 },
112 {
113 "name": "headbutt-normal",
114 "url": "https://pokedex.mimo.dev/api/encounter-method/23/",
115 "id": "23"
116 },
117 {
118 "name": "headbutt-high",
119 "url": "https://pokedex.mimo.dev/api/encounter-method/24/",
120 "id": "24"
121 },
122 {
123 "name": "squirt-bottle",
124 "url": "https://pokedex.mimo.dev/api/encounter-method/25/",
125 "id": "25"
126 },
127 {
128 "name": "wailmer-pail",
129 "url": "https://pokedex.mimo.dev/api/encounter-method/26/",
130 "id": "26"
131 },
132 {
133 "name": "seaweed",
134 "url": "https://pokedex.mimo.dev/api/encounter-method/27/",
135 "id": "27"
136 },
137 {
138 "name": "roaming-grass",
139 "url": "https://pokedex.mimo.dev/api/encounter-method/28/",
140 "id": "28"
141 },
142 {
143 "name": "roaming-water",
144 "url": "https://pokedex.mimo.dev/api/encounter-method/29/",
145 "id": "29"
146 },
147 {
148 "name": "devon-scope",
149 "url": "https://pokedex.mimo.dev/api/encounter-method/30/",
150 "id": "30"
151 },
152 {
153 "name": "feebas-tile-fishing",
154 "url": "https://pokedex.mimo.dev/api/encounter-method/31/",
155 "id": "31"
156 },
157 {
158 "name": "island-scan",
159 "url": "https://pokedex.mimo.dev/api/encounter-method/32/",
160 "id": "32"
161 },
162 {
163 "name": "sos-encounter",
164 "url": "https://pokedex.mimo.dev/api/encounter-method/33/",
165 "id": "33"
166 },
167 {
168 "name": "bubbling-spots",
169 "url": "https://pokedex.mimo.dev/api/encounter-method/34/",
170 "id": "34"
171 },
172 {
173 "name": "berry-piles",
174 "url": "https://pokedex.mimo.dev/api/encounter-method/35/",
175 "id": "35"
176 },
177 {
178 "name": "npc-trade",
179 "url": "https://pokedex.mimo.dev/api/encounter-method/36/",
180 "id": "36"
181 },
182 {
183 "name": "sos-from-bubbling-spot",
184 "url": "https://pokedex.mimo.dev/api/encounter-method/37/",
185 "id": "37"
186 }
187]