Endpoint: encounter-condition-value

GEThttps://pokedex.mimo.dev/api/encounter-condition-value

Request

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

Response

response.json
1[
2 {
3 "name": "swarm-yes",
4 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/",
5 "id": "1"
6 },
7 {
8 "name": "swarm-no",
9 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/",
10 "id": "2"
11 },
12 {
13 "name": "time-morning",
14 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/",
15 "id": "3"
16 },
17 {
18 "name": "time-day",
19 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/",
20 "id": "4"
21 },
22 {
23 "name": "time-night",
24 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/",
25 "id": "5"
26 },
27 {
28 "name": "radar-on",
29 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/6/",
30 "id": "6"
31 },
32 {
33 "name": "radar-off",
34 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/7/",
35 "id": "7"
36 },
37 {
38 "name": "slot2-none",
39 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/",
40 "id": "8"
41 },
42 {
43 "name": "slot2-ruby",
44 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/",
45 "id": "9"
46 },
47 {
48 "name": "slot2-sapphire",
49 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/",
50 "id": "10"
51 },
52 {
53 "name": "slot2-emerald",
54 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/",
55 "id": "11"
56 },
57 {
58 "name": "slot2-firered",
59 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/",
60 "id": "12"
61 },
62 {
63 "name": "slot2-leafgreen",
64 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/",
65 "id": "13"
66 },
67 {
68 "name": "radio-off",
69 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/",
70 "id": "14"
71 },
72 {
73 "name": "radio-hoenn",
74 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/",
75 "id": "15"
76 },
77 {
78 "name": "radio-sinnoh",
79 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/",
80 "id": "16"
81 },
82 {
83 "name": "season-spring",
84 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/",
85 "id": "17"
86 },
87 {
88 "name": "season-summer",
89 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/",
90 "id": "18"
91 },
92 {
93 "name": "season-autumn",
94 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/",
95 "id": "19"
96 },
97 {
98 "name": "season-winter",
99 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/",
100 "id": "20"
101 },
102 {
103 "name": "starter-bulbasaur",
104 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/21/",
105 "id": "21"
106 },
107 {
108 "name": "starter-squirtle",
109 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/22/",
110 "id": "22"
111 },
112 {
113 "name": "starter-charmander",
114 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/23/",
115 "id": "23"
116 },
117 {
118 "name": "starter-chespin",
119 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/24/",
120 "id": "24"
121 },
122 {
123 "name": "starter-fennekin",
124 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/25/",
125 "id": "25"
126 },
127 {
128 "name": "starter-froakie",
129 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/26/",
130 "id": "26"
131 },
132 {
133 "name": "tv-option-blue",
134 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/27/",
135 "id": "27"
136 },
137 {
138 "name": "tv-option-red",
139 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/28/",
140 "id": "28"
141 },
142 {
143 "name": "story-progress-awakened-beasts",
144 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/29/",
145 "id": "29"
146 },
147 {
148 "name": "story-progress-beat-galactic-coronet",
149 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/",
150 "id": "30"
151 },
152 {
153 "name": "story-progress-oak-eterna-city",
154 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/",
155 "id": "31"
156 },
157 {
158 "name": "story-progress-vermilion-copycat",
159 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/32/",
160 "id": "32"
161 },
162 {
163 "name": "story-progress-met-tornadus-thundurus",
164 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/33/",
165 "id": "33"
166 },
167 {
168 "name": "story-progress-beat-elite-four-round-two",
169 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/34/",
170 "id": "34"
171 },
172 {
173 "name": "story-progress-hall-of-fame",
174 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/35/",
175 "id": "35"
176 },
177 {
178 "name": "story-progress-none",
179 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/36/",
180 "id": "36"
181 },
182 {
183 "name": "story-progress-national-dex",
184 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/37/",
185 "id": "37"
186 },
187 {
188 "name": "other-none",
189 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/38/",
190 "id": "38"
191 },
192 {
193 "name": "other-snorlax-11-beat-league",
194 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/39/",
195 "id": "39"
196 },
197 {
198 "name": "other-virtual-console",
199 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/40/",
200 "id": "40"
201 },
202 {
203 "name": "story-progress-cure-eldritch-nightmares",
204 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/",
205 "id": "41"
206 },
207 {
208 "name": "other-talk-to-cynthias-grandmother",
209 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/42/",
210 "id": "42"
211 },
212 {
213 "name": "item-none",
214 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/43/",
215 "id": "43"
216 },
217 {
218 "name": "item-adamant-orb",
219 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/44/",
220 "id": "44"
221 },
222 {
223 "name": "item-lustrous-orb",
224 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/45/",
225 "id": "45"
226 },
227 {
228 "name": "item-helix-fossil",
229 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/46/",
230 "id": "46"
231 },
232 {
233 "name": "item-dome-fossil",
234 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/47/",
235 "id": "47"
236 },
237 {
238 "name": "item-old-amber",
239 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/48/",
240 "id": "48"
241 },
242 {
243 "name": "item-root-fossil",
244 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/49/",
245 "id": "49"
246 },
247 {
248 "name": "item-claw-fossil",
249 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/50/",
250 "id": "50"
251 },
252 {
253 "name": "story-progress-defeat-jupiter",
254 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/51/",
255 "id": "51"
256 },
257 {
258 "name": "story-progress-beat-team-galactic-iron-island",
259 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/52/",
260 "id": "52"
261 },
262 {
263 "name": "other-correct-password",
264 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/53/",
265 "id": "53"
266 },
267 {
268 "name": "story-progress-zephyr-badge",
269 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/54/",
270 "id": "54"
271 },
272 {
273 "name": "story-progress-beat-red",
274 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/55/",
275 "id": "55"
276 },
277 {
278 "name": "other-received-kanto-starter",
279 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/56/",
280 "id": "56"
281 },
282 {
283 "name": "story-progress-receive-tm-from-claire",
284 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/57/",
285 "id": "57"
286 },
287 {
288 "name": "other-regirock-regice-registeel-in-party",
289 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/58/",
290 "id": "58"
291 },
292 {
293 "name": "weekday-sunday",
294 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/59/",
295 "id": "59"
296 },
297 {
298 "name": "weekday-monday",
299 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/60/",
300 "id": "60"
301 },
302 {
303 "name": "weekday-tuesday",
304 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/61/",
305 "id": "61"
306 },
307 {
308 "name": "weekday-wednesday",
309 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/62/",
310 "id": "62"
311 },
312 {
313 "name": "weekday-thursday",
314 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/63/",
315 "id": "63"
316 },
317 {
318 "name": "weekday-friday",
319 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/64/",
320 "id": "64"
321 },
322 {
323 "name": "weekday-saturday",
324 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/65/",
325 "id": "65"
326 },
327 {
328 "name": "first-party-pokemon-high-friendship",
329 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/66/",
330 "id": "66"
331 },
332 {
333 "name": "story-progress-defeat-mars",
334 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/67/",
335 "id": "67"
336 },
337 {
338 "name": "item-odd-keystone",
339 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/68/",
340 "id": "68"
341 },
342 {
343 "name": "other-talked-to-32-people-underground",
344 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/69/",
345 "id": "69"
346 },
347 {
348 "name": "story-progress-returned-machine-part",
349 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/70/",
350 "id": "70"
351 },
352 {
353 "name": "other-event-arceus-in-party",
354 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/71/",
355 "id": "71"
356 }
357]
1. Swarm-yes2. Swarm-no3. Time-morning4. Time-day5. Time-night6. Radar-on7. Radar-off8. Slot2-none9. Slot2-ruby10. Slot2-sapphire11. Slot2-emerald12. Slot2-firered13. Slot2-leafgreen14. Radio-off15. Radio-hoenn16. Radio-sinnoh17. Season-spring18. Season-summer19. Season-autumn20. Season-winter21. Starter-bulbasaur22. Starter-squirtle23. Starter-charmander24. Starter-chespin25. Starter-fennekin26. Starter-froakie27. Tv-option-blue28. Tv-option-red29. Story-progress-awakened-beasts30. Story-progress-beat-galactic-coronet31. Story-progress-oak-eterna-city32. Story-progress-vermilion-copycat33. Story-progress-met-tornadus-thundurus34. Story-progress-beat-elite-four-round-two35. Story-progress-hall-of-fame36. Story-progress-none37. Story-progress-national-dex38. Other-none39. Other-snorlax-11-beat-league40. Other-virtual-console41. Story-progress-cure-eldritch-nightmares42. Other-talk-to-cynthias-grandmother43. Item-none44. Item-adamant-orb45. Item-lustrous-orb46. Item-helix-fossil47. Item-dome-fossil48. Item-old-amber49. Item-root-fossil50. Item-claw-fossil51. Story-progress-defeat-jupiter52. Story-progress-beat-team-galactic-iron-island53. Other-correct-password54. Story-progress-zephyr-badge55. Story-progress-beat-red56. Other-received-kanto-starter57. Story-progress-receive-tm-from-claire58. Other-regirock-regice-registeel-in-party59. Weekday-sunday60. Weekday-monday61. Weekday-tuesday62. Weekday-wednesday63. Weekday-thursday64. Weekday-friday65. Weekday-saturday66. First-party-pokemon-high-friendship67. Story-progress-defeat-mars68. Item-odd-keystone69. Other-talked-to-32-people-underground70. Story-progress-returned-machine-part71. Other-event-arceus-in-party