Endpoint: pokemon-form
GEThttps://pokedex.mimo.dev/api/pokemon-form
Request
GETpokemon-form
1fetch("https://pokedex.mimo.dev/api/pokemon-form")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1[
2 {
3 "name": "bulbasaur",
4 "url": "https://pokedex.mimo.dev/api/pokemon-form/1/",
5 "id": "1"
6 },
7 {
8 "name": "ivysaur",
9 "url": "https://pokedex.mimo.dev/api/pokemon-form/2/",
10 "id": "2"
11 },
12 {
13 "name": "venusaur",
14 "url": "https://pokedex.mimo.dev/api/pokemon-form/3/",
15 "id": "3"
16 },
17 {
18 "name": "charmander",
19 "url": "https://pokedex.mimo.dev/api/pokemon-form/4/",
20 "id": "4"
21 },
22 {
23 "name": "charmeleon",
24 "url": "https://pokedex.mimo.dev/api/pokemon-form/5/",
25 "id": "5"
26 },
27 {
28 "name": "charizard",
29 "url": "https://pokedex.mimo.dev/api/pokemon-form/6/",
30 "id": "6"
31 },
32 {
33 "name": "squirtle",
34 "url": "https://pokedex.mimo.dev/api/pokemon-form/7/",
35 "id": "7"
36 },
37 {
38 "name": "wartortle",
39 "url": "https://pokedex.mimo.dev/api/pokemon-form/8/",
40 "id": "8"
41 },
42 {
43 "name": "blastoise",
44 "url": "https://pokedex.mimo.dev/api/pokemon-form/9/",
45 "id": "9"
46 },
47 {
48 "name": "caterpie",
49 "url": "https://pokedex.mimo.dev/api/pokemon-form/10/",
50 "id": "10"
51 },
52 {
53 "name": "metapod",
54 "url": "https://pokedex.mimo.dev/api/pokemon-form/11/",
55 "id": "11"
56 },
57 {
58 "name": "butterfree",
59 "url": "https://pokedex.mimo.dev/api/pokemon-form/12/",
60 "id": "12"
61 },
62 {
63 "name": "weedle",
64 "url": "https://pokedex.mimo.dev/api/pokemon-form/13/",
65 "id": "13"
66 },
67 {
68 "name": "kakuna",
69 "url": "https://pokedex.mimo.dev/api/pokemon-form/14/",
70 "id": "14"
71 },
72 {
73 "name": "beedrill",
74 "url": "https://pokedex.mimo.dev/api/pokemon-form/15/",
75 "id": "15"
76 },
77 {
78 "name": "pidgey",
79 "url": "https://pokedex.mimo.dev/api/pokemon-form/16/",
80 "id": "16"
81 },
82 {
83 "name": "pidgeotto",
84 "url": "https://pokedex.mimo.dev/api/pokemon-form/17/",
85 "id": "17"
86 },
87 {
88 "name": "pidgeot",
89 "url": "https://pokedex.mimo.dev/api/pokemon-form/18/",
90 "id": "18"
91 },
92 {
93 "name": "rattata",
94 "url": "https://pokedex.mimo.dev/api/pokemon-form/19/",
95 "id": "19"
96 },
97 {
98 "name": "raticate",
99 "url": "https://pokedex.mimo.dev/api/pokemon-form/20/",
100 "id": "20"
101 },
102 {
103 "name": "spearow",
104 "url": "https://pokedex.mimo.dev/api/pokemon-form/21/",
105 "id": "21"
106 },
107 {
108 "name": "fearow",
109 "url": "https://pokedex.mimo.dev/api/pokemon-form/22/",
110 "id": "22"
111 },
112 {
113 "name": "ekans",
114 "url": "https://pokedex.mimo.dev/api/pokemon-form/23/",
115 "id": "23"
116 },
117 {
118 "name": "arbok",
119 "url": "https://pokedex.mimo.dev/api/pokemon-form/24/",
120 "id": "24"
121 },
122 {
123 "name": "pikachu",
124 "url": "https://pokedex.mimo.dev/api/pokemon-form/25/",
125 "id": "25"
126 },
127 {
128 "name": "raichu",
129 "url": "https://pokedex.mimo.dev/api/pokemon-form/26/",
130 "id": "26"
131 },
132 {
133 "name": "sandshrew",
134 "url": "https://pokedex.mimo.dev/api/pokemon-form/27/",
135 "id": "27"
136 },
137 {
138 "name": "sandslash",
139 "url": "https://pokedex.mimo.dev/api/pokemon-form/28/",
140 "id": "28"
141 },
142 {
143 "name": "nidoran-f",
144 "url": "https://pokedex.mimo.dev/api/pokemon-form/29/",
145 "id": "29"
146 },
147 {
148 "name": "nidorina",
149 "url": "https://pokedex.mimo.dev/api/pokemon-form/30/",
150 "id": "30"
151 },
152 {
153 "name": "nidoqueen",
154 "url": "https://pokedex.mimo.dev/api/pokemon-form/31/",
155 "id": "31"
156 },
157 {
158 "name": "nidoran-m",
159 "url": "https://pokedex.mimo.dev/api/pokemon-form/32/",
160 "id": "32"
161 },
162 {
163 "name": "nidorino",
164 "url": "https://pokedex.mimo.dev/api/pokemon-form/33/",
165 "id": "33"
166 },
167 {
168 "name": "nidoking",
169 "url": "https://pokedex.mimo.dev/api/pokemon-form/34/",
170 "id": "34"
171 },
172 {
173 "name": "clefairy",
174 "url": "https://pokedex.mimo.dev/api/pokemon-form/35/",
175 "id": "35"
176 },
177 {
178 "name": "clefable",
179 "url": "https://pokedex.mimo.dev/api/pokemon-form/36/",
180 "id": "36"
181 },
182 {
183 "name": "vulpix",
184 "url": "https://pokedex.mimo.dev/api/pokemon-form/37/",
185 "id": "37"
186 },
187 {
188 "name": "ninetales",
189 "url": "https://pokedex.mimo.dev/api/pokemon-form/38/",
190 "id": "38"
191 },
192 {
193 "name": "jigglypuff",
194 "url": "https://pokedex.mimo.dev/api/pokemon-form/39/",
195 "id": "39"
196 },
197 {
198 "name": "wigglytuff",
199 "url": "https://pokedex.mimo.dev/api/pokemon-form/40/",
200 "id": "40"
201 },
202 {
203 "name": "zubat",
204 "url": "https://pokedex.mimo.dev/api/pokemon-form/41/",
205 "id": "41"
206 },
207 {
208 "name": "golbat",
209 "url": "https://pokedex.mimo.dev/api/pokemon-form/42/",
210 "id": "42"
211 },
212 {
213 "name": "oddish",
214 "url": "https://pokedex.mimo.dev/api/pokemon-form/43/",
215 "id": "43"
216 },
217 {
218 "name": "gloom",
219 "url": "https://pokedex.mimo.dev/api/pokemon-form/44/",
220 "id": "44"
221 },
222 {
223 "name": "vileplume",
224 "url": "https://pokedex.mimo.dev/api/pokemon-form/45/",
225 "id": "45"
226 },
227 {
228 "name": "paras",
229 "url": "https://pokedex.mimo.dev/api/pokemon-form/46/",
230 "id": "46"
231 },
232 {
233 "name": "parasect",
234 "url": "https://pokedex.mimo.dev/api/pokemon-form/47/",
235 "id": "47"
236 },
237 {
238 "name": "venonat",
239 "url": "https://pokedex.mimo.dev/api/pokemon-form/48/",
240 "id": "48"
241 },
242 {
243 "name": "venomoth",
244 "url": "https://pokedex.mimo.dev/api/pokemon-form/49/",
245 "id": "49"
246 },
247 {
248 "name": "diglett",
249 "url": "https://pokedex.mimo.dev/api/pokemon-form/50/",
250 "id": "50"
251 },
252 {
253 "name": "dugtrio",
254 "url": "https://pokedex.mimo.dev/api/pokemon-form/51/",
255 "id": "51"
256 },
257 {
258 "name": "meowth",
259 "url": "https://pokedex.mimo.dev/api/pokemon-form/52/",
260 "id": "52"
261 },
262 {
263 "name": "persian",
264 "url": "https://pokedex.mimo.dev/api/pokemon-form/53/",
265 "id": "53"
266 },
267 {
268 "name": "psyduck",
269 "url": "https://pokedex.mimo.dev/api/pokemon-form/54/",
270 "id": "54"
271 },
272 {
273 "name": "golduck",
274 "url": "https://pokedex.mimo.dev/api/pokemon-form/55/",
275 "id": "55"
276 },
277 {
278 "name": "mankey",
279 "url": "https://pokedex.mimo.dev/api/pokemon-form/56/",
280 "id": "56"
281 },
282 {
283 "name": "primeape",
284 "url": "https://pokedex.mimo.dev/api/pokemon-form/57/",
285 "id": "57"
286 },
287 {
288 "name": "growlithe",
289 "url": "https://pokedex.mimo.dev/api/pokemon-form/58/",
290 "id": "58"
291 },
292 {
293 "name": "arcanine",
294 "url": "https://pokedex.mimo.dev/api/pokemon-form/59/",
295 "id": "59"
296 },
297 {
298 "name": "poliwag",
299 "url": "https://pokedex.mimo.dev/api/pokemon-form/60/",
300 "id": "60"
301 },
302 {
303 "name": "poliwhirl",
304 "url": "https://pokedex.mimo.dev/api/pokemon-form/61/",
305 "id": "61"
306 },
307 {
308 "name": "poliwrath",
309 "url": "https://pokedex.mimo.dev/api/pokemon-form/62/",
310 "id": "62"
311 },
312 {
313 "name": "abra",
314 "url": "https://pokedex.mimo.dev/api/pokemon-form/63/",
315 "id": "63"
316 },
317 {
318 "name": "kadabra",
319 "url": "https://pokedex.mimo.dev/api/pokemon-form/64/",
320 "id": "64"
321 },
322 {
323 "name": "alakazam",
324 "url": "https://pokedex.mimo.dev/api/pokemon-form/65/",
325 "id": "65"
326 },
327 {
328 "name": "machop",
329 "url": "https://pokedex.mimo.dev/api/pokemon-form/66/",
330 "id": "66"
331 },
332 {
333 "name": "machoke",
334 "url": "https://pokedex.mimo.dev/api/pokemon-form/67/",
335 "id": "67"
336 },
337 {
338 "name": "machamp",
339 "url": "https://pokedex.mimo.dev/api/pokemon-form/68/",
340 "id": "68"
341 },
342 {
343 "name": "bellsprout",
344 "url": "https://pokedex.mimo.dev/api/pokemon-form/69/",
345 "id": "69"
346 },
347 {
348 "name": "weepinbell",
349 "url": "https://pokedex.mimo.dev/api/pokemon-form/70/",
350 "id": "70"
351 },
352 {
353 "name": "victreebel",
354 "url": "https://pokedex.mimo.dev/api/pokemon-form/71/",
355 "id": "71"
356 },
357 {
358 "name": "tentacool",
359 "url": "https://pokedex.mimo.dev/api/pokemon-form/72/",
360 "id": "72"
361 },
362 {
363 "name": "tentacruel",
364 "url": "https://pokedex.mimo.dev/api/pokemon-form/73/",
365 "id": "73"
366 },
367 {
368 "name": "geodude",
369 "url": "https://pokedex.mimo.dev/api/pokemon-form/74/",
370 "id": "74"
371 },
372 {
373 "name": "graveler",
374 "url": "https://pokedex.mimo.dev/api/pokemon-form/75/",
375 "id": "75"
376 },
377 {
378 "name": "golem",
379 "url": "https://pokedex.mimo.dev/api/pokemon-form/76/",
380 "id": "76"
381 },
382 {
383 "name": "ponyta",
384 "url": "https://pokedex.mimo.dev/api/pokemon-form/77/",
385 "id": "77"
386 },
387 {
388 "name": "rapidash",
389 "url": "https://pokedex.mimo.dev/api/pokemon-form/78/",
390 "id": "78"
391 },
392 {
393 "name": "slowpoke",
394 "url": "https://pokedex.mimo.dev/api/pokemon-form/79/",
395 "id": "79"
396 },
397 {
398 "name": "slowbro",
399 "url": "https://pokedex.mimo.dev/api/pokemon-form/80/",
400 "id": "80"
401 },
402 {
403 "name": "magnemite",
404 "url": "https://pokedex.mimo.dev/api/pokemon-form/81/",
405 "id": "81"
406 },
407 {
408 "name": "magneton",
409 "url": "https://pokedex.mimo.dev/api/pokemon-form/82/",
410 "id": "82"
411 },
412 {
413 "name": "farfetchd",
414 "url": "https://pokedex.mimo.dev/api/pokemon-form/83/",
415 "id": "83"
416 },
417 {
418 "name": "doduo",
419 "url": "https://pokedex.mimo.dev/api/pokemon-form/84/",
420 "id": "84"
421 },
422 {
423 "name": "dodrio",
424 "url": "https://pokedex.mimo.dev/api/pokemon-form/85/",
425 "id": "85"
426 },
427 {
428 "name": "seel",
429 "url": "https://pokedex.mimo.dev/api/pokemon-form/86/",
430 "id": "86"
431 },
432 {
433 "name": "dewgong",
434 "url": "https://pokedex.mimo.dev/api/pokemon-form/87/",
435 "id": "87"
436 },
437 {
438 "name": "grimer",
439 "url": "https://pokedex.mimo.dev/api/pokemon-form/88/",
440 "id": "88"
441 },
442 {
443 "name": "muk",
444 "url": "https://pokedex.mimo.dev/api/pokemon-form/89/",
445 "id": "89"
446 },
447 {
448 "name": "shellder",
449 "url": "https://pokedex.mimo.dev/api/pokemon-form/90/",
450 "id": "90"
451 },
452 {
453 "name": "cloyster",
454 "url": "https://pokedex.mimo.dev/api/pokemon-form/91/",
455 "id": "91"
456 },
457 {
458 "name": "gastly",
459 "url": "https://pokedex.mimo.dev/api/pokemon-form/92/",
460 "id": "92"
461 },
462 {
463 "name": "haunter",
464 "url": "https://pokedex.mimo.dev/api/pokemon-form/93/",
465 "id": "93"
466 },
467 {
468 "name": "gengar",
469 "url": "https://pokedex.mimo.dev/api/pokemon-form/94/",
470 "id": "94"
471 },
472 {
473 "name": "onix",
474 "url": "https://pokedex.mimo.dev/api/pokemon-form/95/",
475 "id": "95"
476 },
477 {
478 "name": "drowzee",
479 "url": "https://pokedex.mimo.dev/api/pokemon-form/96/",
480 "id": "96"
481 },
482 {
483 "name": "hypno",
484 "url": "https://pokedex.mimo.dev/api/pokemon-form/97/",
485 "id": "97"
486 },
487 {
488 "name": "krabby",
489 "url": "https://pokedex.mimo.dev/api/pokemon-form/98/",
490 "id": "98"
491 },
492 {
493 "name": "kingler",
494 "url": "https://pokedex.mimo.dev/api/pokemon-form/99/",
495 "id": "99"
496 },
497 {
498 "name": "voltorb",
499 "url": "https://pokedex.mimo.dev/api/pokemon-form/100/",
500 "id": "100"
501 },
502 {
503 "name": "electrode",
504 "url": "https://pokedex.mimo.dev/api/pokemon-form/101/",
505 "id": "101"
506 },
507 {
508 "name": "exeggcute",
509 "url": "https://pokedex.mimo.dev/api/pokemon-form/102/",
510 "id": "102"
511 },
512 {
513 "name": "exeggutor",
514 "url": "https://pokedex.mimo.dev/api/pokemon-form/103/",
515 "id": "103"
516 },
517 {
518 "name": "cubone",
519 "url": "https://pokedex.mimo.dev/api/pokemon-form/104/",
520 "id": "104"
521 },
522 {
523 "name": "marowak",
524 "url": "https://pokedex.mimo.dev/api/pokemon-form/105/",
525 "id": "105"
526 },
527 {
528 "name": "hitmonlee",
529 "url": "https://pokedex.mimo.dev/api/pokemon-form/106/",
530 "id": "106"
531 },
532 {
533 "name": "hitmonchan",
534 "url": "https://pokedex.mimo.dev/api/pokemon-form/107/",
535 "id": "107"
536 },
537 {
538 "name": "lickitung",
539 "url": "https://pokedex.mimo.dev/api/pokemon-form/108/",
540 "id": "108"
541 },
542 {
543 "name": "koffing",
544 "url": "https://pokedex.mimo.dev/api/pokemon-form/109/",
545 "id": "109"
546 },
547 {
548 "name": "weezing",
549 "url": "https://pokedex.mimo.dev/api/pokemon-form/110/",
550 "id": "110"
551 },
552 {
553 "name": "rhyhorn",
554 "url": "https://pokedex.mimo.dev/api/pokemon-form/111/",
555 "id": "111"
556 },
557 {
558 "name": "rhydon",
559 "url": "https://pokedex.mimo.dev/api/pokemon-form/112/",
560 "id": "112"
561 },
562 {
563 "name": "chansey",
564 "url": "https://pokedex.mimo.dev/api/pokemon-form/113/",
565 "id": "113"
566 },
567 {
568 "name": "tangela",
569 "url": "https://pokedex.mimo.dev/api/pokemon-form/114/",
570 "id": "114"
571 },
572 {
573 "name": "kangaskhan",
574 "url": "https://pokedex.mimo.dev/api/pokemon-form/115/",
575 "id": "115"
576 },
577 {
578 "name": "horsea",
579 "url": "https://pokedex.mimo.dev/api/pokemon-form/116/",
580 "id": "116"
581 },
582 {
583 "name": "seadra",
584 "url": "https://pokedex.mimo.dev/api/pokemon-form/117/",
585 "id": "117"
586 },
587 {
588 "name": "goldeen",
589 "url": "https://pokedex.mimo.dev/api/pokemon-form/118/",
590 "id": "118"
591 },
592 {
593 "name": "seaking",
594 "url": "https://pokedex.mimo.dev/api/pokemon-form/119/",
595 "id": "119"
596 },
597 {
598 "name": "staryu",
599 "url": "https://pokedex.mimo.dev/api/pokemon-form/120/",
600 "id": "120"
601 },
602 {
603 "name": "starmie",
604 "url": "https://pokedex.mimo.dev/api/pokemon-form/121/",
605 "id": "121"
606 },
607 {
608 "name": "mr-mime",
609 "url": "https://pokedex.mimo.dev/api/pokemon-form/122/",
610 "id": "122"
611 },
612 {
613 "name": "scyther",
614 "url": "https://pokedex.mimo.dev/api/pokemon-form/123/",
615 "id": "123"
616 },
617 {
618 "name": "jynx",
619 "url": "https://pokedex.mimo.dev/api/pokemon-form/124/",
620 "id": "124"
621 },
622 {
623 "name": "electabuzz",
624 "url": "https://pokedex.mimo.dev/api/pokemon-form/125/",
625 "id": "125"
626 },
627 {
628 "name": "magmar",
629 "url": "https://pokedex.mimo.dev/api/pokemon-form/126/",
630 "id": "126"
631 },
632 {
633 "name": "pinsir",
634 "url": "https://pokedex.mimo.dev/api/pokemon-form/127/",
635 "id": "127"
636 },
637 {
638 "name": "tauros",
639 "url": "https://pokedex.mimo.dev/api/pokemon-form/128/",
640 "id": "128"
641 },
642 {
643 "name": "magikarp",
644 "url": "https://pokedex.mimo.dev/api/pokemon-form/129/",
645 "id": "129"
646 },
647 {
648 "name": "gyarados",
649 "url": "https://pokedex.mimo.dev/api/pokemon-form/130/",
650 "id": "130"
651 },
652 {
653 "name": "lapras",
654 "url": "https://pokedex.mimo.dev/api/pokemon-form/131/",
655 "id": "131"
656 },
657 {
658 "name": "ditto",
659 "url": "https://pokedex.mimo.dev/api/pokemon-form/132/",
660 "id": "132"
661 },
662 {
663 "name": "eevee",
664 "url": "https://pokedex.mimo.dev/api/pokemon-form/133/",
665 "id": "133"
666 },
667 {
668 "name": "vaporeon",
669 "url": "https://pokedex.mimo.dev/api/pokemon-form/134/",
670 "id": "134"
671 },
672 {
673 "name": "jolteon",
674 "url": "https://pokedex.mimo.dev/api/pokemon-form/135/",
675 "id": "135"
676 },
677 {
678 "name": "flareon",
679 "url": "https://pokedex.mimo.dev/api/pokemon-form/136/",
680 "id": "136"
681 },
682 {
683 "name": "porygon",
684 "url": "https://pokedex.mimo.dev/api/pokemon-form/137/",
685 "id": "137"
686 },
687 {
688 "name": "omanyte",
689 "url": "https://pokedex.mimo.dev/api/pokemon-form/138/",
690 "id": "138"
691 },
692 {
693 "name": "omastar",
694 "url": "https://pokedex.mimo.dev/api/pokemon-form/139/",
695 "id": "139"
696 },
697 {
698 "name": "kabuto",
699 "url": "https://pokedex.mimo.dev/api/pokemon-form/140/",
700 "id": "140"
701 },
702 {
703 "name": "kabutops",
704 "url": "https://pokedex.mimo.dev/api/pokemon-form/141/",
705 "id": "141"
706 },
707 {
708 "name": "aerodactyl",
709 "url": "https://pokedex.mimo.dev/api/pokemon-form/142/",
710 "id": "142"
711 },
712 {
713 "name": "snorlax",
714 "url": "https://pokedex.mimo.dev/api/pokemon-form/143/",
715 "id": "143"
716 },
717 {
718 "name": "articuno",
719 "url": "https://pokedex.mimo.dev/api/pokemon-form/144/",
720 "id": "144"
721 },
722 {
723 "name": "zapdos",
724 "url": "https://pokedex.mimo.dev/api/pokemon-form/145/",
725 "id": "145"
726 },
727 {
728 "name": "moltres",
729 "url": "https://pokedex.mimo.dev/api/pokemon-form/146/",
730 "id": "146"
731 },
732 {
733 "name": "dratini",
734 "url": "https://pokedex.mimo.dev/api/pokemon-form/147/",
735 "id": "147"
736 },
737 {
738 "name": "dragonair",
739 "url": "https://pokedex.mimo.dev/api/pokemon-form/148/",
740 "id": "148"
741 },
742 {
743 "name": "dragonite",
744 "url": "https://pokedex.mimo.dev/api/pokemon-form/149/",
745 "id": "149"
746 },
747 {
748 "name": "mewtwo",
749 "url": "https://pokedex.mimo.dev/api/pokemon-form/150/",
750 "id": "150"
751 },
752 {
753 "name": "mew",
754 "url": "https://pokedex.mimo.dev/api/pokemon-form/151/",
755 "id": "151"
756 },
757 {
758 "name": "chikorita",
759 "url": "https://pokedex.mimo.dev/api/pokemon-form/152/",
760 "id": "152"
761 },
762 {
763 "name": "bayleef",
764 "url": "https://pokedex.mimo.dev/api/pokemon-form/153/",
765 "id": "153"
766 },
767 {
768 "name": "meganium",
769 "url": "https://pokedex.mimo.dev/api/pokemon-form/154/",
770 "id": "154"
771 },
772 {
773 "name": "cyndaquil",
774 "url": "https://pokedex.mimo.dev/api/pokemon-form/155/",
775 "id": "155"
776 },
777 {
778 "name": "quilava",
779 "url": "https://pokedex.mimo.dev/api/pokemon-form/156/",
780 "id": "156"
781 },
782 {
783 "name": "typhlosion",
784 "url": "https://pokedex.mimo.dev/api/pokemon-form/157/",
785 "id": "157"
786 },
787 {
788 "name": "totodile",
789 "url": "https://pokedex.mimo.dev/api/pokemon-form/158/",
790 "id": "158"
791 },
792 {
793 "name": "croconaw",
794 "url": "https://pokedex.mimo.dev/api/pokemon-form/159/",
795 "id": "159"
796 },
797 {
798 "name": "feraligatr",
799 "url": "https://pokedex.mimo.dev/api/pokemon-form/160/",
800 "id": "160"
801 },
802 {
803 "name": "sentret",
804 "url": "https://pokedex.mimo.dev/api/pokemon-form/161/",
805 "id": "161"
806 },
807 {
808 "name": "furret",
809 "url": "https://pokedex.mimo.dev/api/pokemon-form/162/",
810 "id": "162"
811 },
812 {
813 "name": "hoothoot",
814 "url": "https://pokedex.mimo.dev/api/pokemon-form/163/",
815 "id": "163"
816 },
817 {
818 "name": "noctowl",
819 "url": "https://pokedex.mimo.dev/api/pokemon-form/164/",
820 "id": "164"
821 },
822 {
823 "name": "ledyba",
824 "url": "https://pokedex.mimo.dev/api/pokemon-form/165/",
825 "id": "165"
826 },
827 {
828 "name": "ledian",
829 "url": "https://pokedex.mimo.dev/api/pokemon-form/166/",
830 "id": "166"
831 },
832 {
833 "name": "spinarak",
834 "url": "https://pokedex.mimo.dev/api/pokemon-form/167/",
835 "id": "167"
836 },
837 {
838 "name": "ariados",
839 "url": "https://pokedex.mimo.dev/api/pokemon-form/168/",
840 "id": "168"
841 },
842 {
843 "name": "crobat",
844 "url": "https://pokedex.mimo.dev/api/pokemon-form/169/",
845 "id": "169"
846 },
847 {
848 "name": "chinchou",
849 "url": "https://pokedex.mimo.dev/api/pokemon-form/170/",
850 "id": "170"
851 },
852 {
853 "name": "lanturn",
854 "url": "https://pokedex.mimo.dev/api/pokemon-form/171/",
855 "id": "171"
856 },
857 {
858 "name": "pichu",
859 "url": "https://pokedex.mimo.dev/api/pokemon-form/172/",
860 "id": "172"
861 },
862 {
863 "name": "cleffa",
864 "url": "https://pokedex.mimo.dev/api/pokemon-form/173/",
865 "id": "173"
866 },
867 {
868 "name": "igglybuff",
869 "url": "https://pokedex.mimo.dev/api/pokemon-form/174/",
870 "id": "174"
871 },
872 {
873 "name": "togepi",
874 "url": "https://pokedex.mimo.dev/api/pokemon-form/175/",
875 "id": "175"
876 },
877 {
878 "name": "togetic",
879 "url": "https://pokedex.mimo.dev/api/pokemon-form/176/",
880 "id": "176"
881 },
882 {
883 "name": "natu",
884 "url": "https://pokedex.mimo.dev/api/pokemon-form/177/",
885 "id": "177"
886 },
887 {
888 "name": "xatu",
889 "url": "https://pokedex.mimo.dev/api/pokemon-form/178/",
890 "id": "178"
891 },
892 {
893 "name": "mareep",
894 "url": "https://pokedex.mimo.dev/api/pokemon-form/179/",
895 "id": "179"
896 },
897 {
898 "name": "flaaffy",
899 "url": "https://pokedex.mimo.dev/api/pokemon-form/180/",
900 "id": "180"
901 },
902 {
903 "name": "ampharos",
904 "url": "https://pokedex.mimo.dev/api/pokemon-form/181/",
905 "id": "181"
906 },
907 {
908 "name": "bellossom",
909 "url": "https://pokedex.mimo.dev/api/pokemon-form/182/",
910 "id": "182"
911 },
912 {
913 "name": "marill",
914 "url": "https://pokedex.mimo.dev/api/pokemon-form/183/",
915 "id": "183"
916 },
917 {
918 "name": "azumarill",
919 "url": "https://pokedex.mimo.dev/api/pokemon-form/184/",
920 "id": "184"
921 },
922 {
923 "name": "sudowoodo",
924 "url": "https://pokedex.mimo.dev/api/pokemon-form/185/",
925 "id": "185"
926 },
927 {
928 "name": "politoed",
929 "url": "https://pokedex.mimo.dev/api/pokemon-form/186/",
930 "id": "186"
931 },
932 {
933 "name": "hoppip",
934 "url": "https://pokedex.mimo.dev/api/pokemon-form/187/",
935 "id": "187"
936 },
937 {
938 "name": "skiploom",
939 "url": "https://pokedex.mimo.dev/api/pokemon-form/188/",
940 "id": "188"
941 },
942 {
943 "name": "jumpluff",
944 "url": "https://pokedex.mimo.dev/api/pokemon-form/189/",
945 "id": "189"
946 },
947 {
948 "name": "aipom",
949 "url": "https://pokedex.mimo.dev/api/pokemon-form/190/",
950 "id": "190"
951 },
952 {
953 "name": "sunkern",
954 "url": "https://pokedex.mimo.dev/api/pokemon-form/191/",
955 "id": "191"
956 },
957 {
958 "name": "sunflora",
959 "url": "https://pokedex.mimo.dev/api/pokemon-form/192/",
960 "id": "192"
961 },
962 {
963 "name": "yanma",
964 "url": "https://pokedex.mimo.dev/api/pokemon-form/193/",
965 "id": "193"
966 },
967 {
968 "name": "wooper",
969 "url": "https://pokedex.mimo.dev/api/pokemon-form/194/",
970 "id": "194"
971 },
972 {
973 "name": "quagsire",
974 "url": "https://pokedex.mimo.dev/api/pokemon-form/195/",
975 "id": "195"
976 },
977 {
978 "name": "espeon",
979 "url": "https://pokedex.mimo.dev/api/pokemon-form/196/",
980 "id": "196"
981 },
982 {
983 "name": "umbreon",
984 "url": "https://pokedex.mimo.dev/api/pokemon-form/197/",
985 "id": "197"
986 },
987 {
988 "name": "murkrow",
989 "url": "https://pokedex.mimo.dev/api/pokemon-form/198/",
990 "id": "198"
991 },
992 {
993 "name": "slowking",
994 "url": "https://pokedex.mimo.dev/api/pokemon-form/199/",
995 "id": "199"
996 },
997 {
998 "name": "misdreavus",
999 "url": "https://pokedex.mimo.dev/api/pokemon-form/200/",
1000 "id": "200"
1001 },
1002 {
1003 "name": "unown-a",
1004 "url": "https://pokedex.mimo.dev/api/pokemon-form/201/",
1005 "id": "201"
1006 },
1007 {
1008 "name": "wobbuffet",
1009 "url": "https://pokedex.mimo.dev/api/pokemon-form/202/",
1010 "id": "202"
1011 },
1012 {
1013 "name": "girafarig",
1014 "url": "https://pokedex.mimo.dev/api/pokemon-form/203/",
1015 "id": "203"
1016 },
1017 {
1018 "name": "pineco",
1019 "url": "https://pokedex.mimo.dev/api/pokemon-form/204/",
1020 "id": "204"
1021 },
1022 {
1023 "name": "forretress",
1024 "url": "https://pokedex.mimo.dev/api/pokemon-form/205/",
1025 "id": "205"
1026 },
1027 {
1028 "name": "dunsparce",
1029 "url": "https://pokedex.mimo.dev/api/pokemon-form/206/",
1030 "id": "206"
1031 },
1032 {
1033 "name": "gligar",
1034 "url": "https://pokedex.mimo.dev/api/pokemon-form/207/",
1035 "id": "207"
1036 },
1037 {
1038 "name": "steelix",
1039 "url": "https://pokedex.mimo.dev/api/pokemon-form/208/",
1040 "id": "208"
1041 },
1042 {
1043 "name": "snubbull",
1044 "url": "https://pokedex.mimo.dev/api/pokemon-form/209/",
1045 "id": "209"
1046 },
1047 {
1048 "name": "granbull",
1049 "url": "https://pokedex.mimo.dev/api/pokemon-form/210/",
1050 "id": "210"
1051 },
1052 {
1053 "name": "qwilfish",
1054 "url": "https://pokedex.mimo.dev/api/pokemon-form/211/",
1055 "id": "211"
1056 },
1057 {
1058 "name": "scizor",
1059 "url": "https://pokedex.mimo.dev/api/pokemon-form/212/",
1060 "id": "212"
1061 },
1062 {
1063 "name": "shuckle",
1064 "url": "https://pokedex.mimo.dev/api/pokemon-form/213/",
1065 "id": "213"
1066 },
1067 {
1068 "name": "heracross",
1069 "url": "https://pokedex.mimo.dev/api/pokemon-form/214/",
1070 "id": "214"
1071 },
1072 {
1073 "name": "sneasel",
1074 "url": "https://pokedex.mimo.dev/api/pokemon-form/215/",
1075 "id": "215"
1076 },
1077 {
1078 "name": "teddiursa",
1079 "url": "https://pokedex.mimo.dev/api/pokemon-form/216/",
1080 "id": "216"
1081 },
1082 {
1083 "name": "ursaring",
1084 "url": "https://pokedex.mimo.dev/api/pokemon-form/217/",
1085 "id": "217"
1086 },
1087 {
1088 "name": "slugma",
1089 "url": "https://pokedex.mimo.dev/api/pokemon-form/218/",
1090 "id": "218"
1091 },
1092 {
1093 "name": "magcargo",
1094 "url": "https://pokedex.mimo.dev/api/pokemon-form/219/",
1095 "id": "219"
1096 },
1097 {
1098 "name": "swinub",
1099 "url": "https://pokedex.mimo.dev/api/pokemon-form/220/",
1100 "id": "220"
1101 },
1102 {
1103 "name": "piloswine",
1104 "url": "https://pokedex.mimo.dev/api/pokemon-form/221/",
1105 "id": "221"
1106 },
1107 {
1108 "name": "corsola",
1109 "url": "https://pokedex.mimo.dev/api/pokemon-form/222/",
1110 "id": "222"
1111 },
1112 {
1113 "name": "remoraid",
1114 "url": "https://pokedex.mimo.dev/api/pokemon-form/223/",
1115 "id": "223"
1116 },
1117 {
1118 "name": "octillery",
1119 "url": "https://pokedex.mimo.dev/api/pokemon-form/224/",
1120 "id": "224"
1121 },
1122 {
1123 "name": "delibird",
1124 "url": "https://pokedex.mimo.dev/api/pokemon-form/225/",
1125 "id": "225"
1126 },
1127 {
1128 "name": "mantine",
1129 "url": "https://pokedex.mimo.dev/api/pokemon-form/226/",
1130 "id": "226"
1131 },
1132 {
1133 "name": "skarmory",
1134 "url": "https://pokedex.mimo.dev/api/pokemon-form/227/",
1135 "id": "227"
1136 },
1137 {
1138 "name": "houndour",
1139 "url": "https://pokedex.mimo.dev/api/pokemon-form/228/",
1140 "id": "228"
1141 },
1142 {
1143 "name": "houndoom",
1144 "url": "https://pokedex.mimo.dev/api/pokemon-form/229/",
1145 "id": "229"
1146 },
1147 {
1148 "name": "kingdra",
1149 "url": "https://pokedex.mimo.dev/api/pokemon-form/230/",
1150 "id": "230"
1151 },
1152 {
1153 "name": "phanpy",
1154 "url": "https://pokedex.mimo.dev/api/pokemon-form/231/",
1155 "id": "231"
1156 },
1157 {
1158 "name": "donphan",
1159 "url": "https://pokedex.mimo.dev/api/pokemon-form/232/",
1160 "id": "232"
1161 },
1162 {
1163 "name": "porygon2",
1164 "url": "https://pokedex.mimo.dev/api/pokemon-form/233/",
1165 "id": "233"
1166 },
1167 {
1168 "name": "stantler",
1169 "url": "https://pokedex.mimo.dev/api/pokemon-form/234/",
1170 "id": "234"
1171 },
1172 {
1173 "name": "smeargle",
1174 "url": "https://pokedex.mimo.dev/api/pokemon-form/235/",
1175 "id": "235"
1176 },
1177 {
1178 "name": "tyrogue",
1179 "url": "https://pokedex.mimo.dev/api/pokemon-form/236/",
1180 "id": "236"
1181 },
1182 {
1183 "name": "hitmontop",
1184 "url": "https://pokedex.mimo.dev/api/pokemon-form/237/",
1185 "id": "237"
1186 },
1187 {
1188 "name": "smoochum",
1189 "url": "https://pokedex.mimo.dev/api/pokemon-form/238/",
1190 "id": "238"
1191 },
1192 {
1193 "name": "elekid",
1194 "url": "https://pokedex.mimo.dev/api/pokemon-form/239/",
1195 "id": "239"
1196 },
1197 {
1198 "name": "magby",
1199 "url": "https://pokedex.mimo.dev/api/pokemon-form/240/",
1200 "id": "240"
1201 },
1202 {
1203 "name": "miltank",
1204 "url": "https://pokedex.mimo.dev/api/pokemon-form/241/",
1205 "id": "241"
1206 },
1207 {
1208 "name": "blissey",
1209 "url": "https://pokedex.mimo.dev/api/pokemon-form/242/",
1210 "id": "242"
1211 },
1212 {
1213 "name": "raikou",
1214 "url": "https://pokedex.mimo.dev/api/pokemon-form/243/",
1215 "id": "243"
1216 },
1217 {
1218 "name": "entei",
1219 "url": "https://pokedex.mimo.dev/api/pokemon-form/244/",
1220 "id": "244"
1221 },
1222 {
1223 "name": "suicune",
1224 "url": "https://pokedex.mimo.dev/api/pokemon-form/245/",
1225 "id": "245"
1226 },
1227 {
1228 "name": "larvitar",
1229 "url": "https://pokedex.mimo.dev/api/pokemon-form/246/",
1230 "id": "246"
1231 },
1232 {
1233 "name": "pupitar",
1234 "url": "https://pokedex.mimo.dev/api/pokemon-form/247/",
1235 "id": "247"
1236 },
1237 {
1238 "name": "tyranitar",
1239 "url": "https://pokedex.mimo.dev/api/pokemon-form/248/",
1240 "id": "248"
1241 },
1242 {
1243 "name": "lugia",
1244 "url": "https://pokedex.mimo.dev/api/pokemon-form/249/",
1245 "id": "249"
1246 },
1247 {
1248 "name": "ho-oh",
1249 "url": "https://pokedex.mimo.dev/api/pokemon-form/250/",
1250 "id": "250"
1251 },
1252 {
1253 "name": "celebi",
1254 "url": "https://pokedex.mimo.dev/api/pokemon-form/251/",
1255 "id": "251"
1256 },
1257 {
1258 "name": "treecko",
1259 "url": "https://pokedex.mimo.dev/api/pokemon-form/252/",
1260 "id": "252"
1261 },
1262 {
1263 "name": "grovyle",
1264 "url": "https://pokedex.mimo.dev/api/pokemon-form/253/",
1265 "id": "253"
1266 },
1267 {
1268 "name": "sceptile",
1269 "url": "https://pokedex.mimo.dev/api/pokemon-form/254/",
1270 "id": "254"
1271 },
1272 {
1273 "name": "torchic",
1274 "url": "https://pokedex.mimo.dev/api/pokemon-form/255/",
1275 "id": "255"
1276 },
1277 {
1278 "name": "combusken",
1279 "url": "https://pokedex.mimo.dev/api/pokemon-form/256/",
1280 "id": "256"
1281 },
1282 {
1283 "name": "blaziken",
1284 "url": "https://pokedex.mimo.dev/api/pokemon-form/257/",
1285 "id": "257"
1286 },
1287 {
1288 "name": "mudkip",
1289 "url": "https://pokedex.mimo.dev/api/pokemon-form/258/",
1290 "id": "258"
1291 },
1292 {
1293 "name": "marshtomp",
1294 "url": "https://pokedex.mimo.dev/api/pokemon-form/259/",
1295 "id": "259"
1296 },
1297 {
1298 "name": "swampert",
1299 "url": "https://pokedex.mimo.dev/api/pokemon-form/260/",
1300 "id": "260"
1301 },
1302 {
1303 "name": "poochyena",
1304 "url": "https://pokedex.mimo.dev/api/pokemon-form/261/",
1305 "id": "261"
1306 },
1307 {
1308 "name": "mightyena",
1309 "url": "https://pokedex.mimo.dev/api/pokemon-form/262/",
1310 "id": "262"
1311 },
1312 {
1313 "name": "zigzagoon",
1314 "url": "https://pokedex.mimo.dev/api/pokemon-form/263/",
1315 "id": "263"
1316 },
1317 {
1318 "name": "linoone",
1319 "url": "https://pokedex.mimo.dev/api/pokemon-form/264/",
1320 "id": "264"
1321 },
1322 {
1323 "name": "wurmple",
1324 "url": "https://pokedex.mimo.dev/api/pokemon-form/265/",
1325 "id": "265"
1326 },
1327 {
1328 "name": "silcoon",
1329 "url": "https://pokedex.mimo.dev/api/pokemon-form/266/",
1330 "id": "266"
1331 },
1332 {
1333 "name": "beautifly",
1334 "url": "https://pokedex.mimo.dev/api/pokemon-form/267/",
1335 "id": "267"
1336 },
1337 {
1338 "name": "cascoon",
1339 "url": "https://pokedex.mimo.dev/api/pokemon-form/268/",
1340 "id": "268"
1341 },
1342 {
1343 "name": "dustox",
1344 "url": "https://pokedex.mimo.dev/api/pokemon-form/269/",
1345 "id": "269"
1346 },
1347 {
1348 "name": "lotad",
1349 "url": "https://pokedex.mimo.dev/api/pokemon-form/270/",
1350 "id": "270"
1351 },
1352 {
1353 "name": "lombre",
1354 "url": "https://pokedex.mimo.dev/api/pokemon-form/271/",
1355 "id": "271"
1356 },
1357 {
1358 "name": "ludicolo",
1359 "url": "https://pokedex.mimo.dev/api/pokemon-form/272/",
1360 "id": "272"
1361 },
1362 {
1363 "name": "seedot",
1364 "url": "https://pokedex.mimo.dev/api/pokemon-form/273/",
1365 "id": "273"
1366 },
1367 {
1368 "name": "nuzleaf",
1369 "url": "https://pokedex.mimo.dev/api/pokemon-form/274/",
1370 "id": "274"
1371 },
1372 {
1373 "name": "shiftry",
1374 "url": "https://pokedex.mimo.dev/api/pokemon-form/275/",
1375 "id": "275"
1376 },
1377 {
1378 "name": "taillow",
1379 "url": "https://pokedex.mimo.dev/api/pokemon-form/276/",
1380 "id": "276"
1381 },
1382 {
1383 "name": "swellow",
1384 "url": "https://pokedex.mimo.dev/api/pokemon-form/277/",
1385 "id": "277"
1386 },
1387 {
1388 "name": "wingull",
1389 "url": "https://pokedex.mimo.dev/api/pokemon-form/278/",
1390 "id": "278"
1391 },
1392 {
1393 "name": "pelipper",
1394 "url": "https://pokedex.mimo.dev/api/pokemon-form/279/",
1395 "id": "279"
1396 },
1397 {
1398 "name": "ralts",
1399 "url": "https://pokedex.mimo.dev/api/pokemon-form/280/",
1400 "id": "280"
1401 },
1402 {
1403 "name": "kirlia",
1404 "url": "https://pokedex.mimo.dev/api/pokemon-form/281/",
1405 "id": "281"
1406 },
1407 {
1408 "name": "gardevoir",
1409 "url": "https://pokedex.mimo.dev/api/pokemon-form/282/",
1410 "id": "282"
1411 },
1412 {
1413 "name": "surskit",
1414 "url": "https://pokedex.mimo.dev/api/pokemon-form/283/",
1415 "id": "283"
1416 },
1417 {
1418 "name": "masquerain",
1419 "url": "https://pokedex.mimo.dev/api/pokemon-form/284/",
1420 "id": "284"
1421 },
1422 {
1423 "name": "shroomish",
1424 "url": "https://pokedex.mimo.dev/api/pokemon-form/285/",
1425 "id": "285"
1426 },
1427 {
1428 "name": "breloom",
1429 "url": "https://pokedex.mimo.dev/api/pokemon-form/286/",
1430 "id": "286"
1431 },
1432 {
1433 "name": "slakoth",
1434 "url": "https://pokedex.mimo.dev/api/pokemon-form/287/",
1435 "id": "287"
1436 },
1437 {
1438 "name": "vigoroth",
1439 "url": "https://pokedex.mimo.dev/api/pokemon-form/288/",
1440 "id": "288"
1441 },
1442 {
1443 "name": "slaking",
1444 "url": "https://pokedex.mimo.dev/api/pokemon-form/289/",
1445 "id": "289"
1446 },
1447 {
1448 "name": "nincada",
1449 "url": "https://pokedex.mimo.dev/api/pokemon-form/290/",
1450 "id": "290"
1451 },
1452 {
1453 "name": "ninjask",
1454 "url": "https://pokedex.mimo.dev/api/pokemon-form/291/",
1455 "id": "291"
1456 },
1457 {
1458 "name": "shedinja",
1459 "url": "https://pokedex.mimo.dev/api/pokemon-form/292/",
1460 "id": "292"
1461 },
1462 {
1463 "name": "whismur",
1464 "url": "https://pokedex.mimo.dev/api/pokemon-form/293/",
1465 "id": "293"
1466 },
1467 {
1468 "name": "loudred",
1469 "url": "https://pokedex.mimo.dev/api/pokemon-form/294/",
1470 "id": "294"
1471 },
1472 {
1473 "name": "exploud",
1474 "url": "https://pokedex.mimo.dev/api/pokemon-form/295/",
1475 "id": "295"
1476 },
1477 {
1478 "name": "makuhita",
1479 "url": "https://pokedex.mimo.dev/api/pokemon-form/296/",
1480 "id": "296"
1481 },
1482 {
1483 "name": "hariyama",
1484 "url": "https://pokedex.mimo.dev/api/pokemon-form/297/",
1485 "id": "297"
1486 },
1487 {
1488 "name": "azurill",
1489 "url": "https://pokedex.mimo.dev/api/pokemon-form/298/",
1490 "id": "298"
1491 },
1492 {
1493 "name": "nosepass",
1494 "url": "https://pokedex.mimo.dev/api/pokemon-form/299/",
1495 "id": "299"
1496 },
1497 {
1498 "name": "skitty",
1499 "url": "https://pokedex.mimo.dev/api/pokemon-form/300/",
1500 "id": "300"
1501 },
1502 {
1503 "name": "delcatty",
1504 "url": "https://pokedex.mimo.dev/api/pokemon-form/301/",
1505 "id": "301"
1506 },
1507 {
1508 "name": "sableye",
1509 "url": "https://pokedex.mimo.dev/api/pokemon-form/302/",
1510 "id": "302"
1511 },
1512 {
1513 "name": "mawile",
1514 "url": "https://pokedex.mimo.dev/api/pokemon-form/303/",
1515 "id": "303"
1516 },
1517 {
1518 "name": "aron",
1519 "url": "https://pokedex.mimo.dev/api/pokemon-form/304/",
1520 "id": "304"
1521 },
1522 {
1523 "name": "lairon",
1524 "url": "https://pokedex.mimo.dev/api/pokemon-form/305/",
1525 "id": "305"
1526 },
1527 {
1528 "name": "aggron",
1529 "url": "https://pokedex.mimo.dev/api/pokemon-form/306/",
1530 "id": "306"
1531 },
1532 {
1533 "name": "meditite",
1534 "url": "https://pokedex.mimo.dev/api/pokemon-form/307/",
1535 "id": "307"
1536 },
1537 {
1538 "name": "medicham",
1539 "url": "https://pokedex.mimo.dev/api/pokemon-form/308/",
1540 "id": "308"
1541 },
1542 {
1543 "name": "electrike",
1544 "url": "https://pokedex.mimo.dev/api/pokemon-form/309/",
1545 "id": "309"
1546 },
1547 {
1548 "name": "manectric",
1549 "url": "https://pokedex.mimo.dev/api/pokemon-form/310/",
1550 "id": "310"
1551 },
1552 {
1553 "name": "plusle",
1554 "url": "https://pokedex.mimo.dev/api/pokemon-form/311/",
1555 "id": "311"
1556 },
1557 {
1558 "name": "minun",
1559 "url": "https://pokedex.mimo.dev/api/pokemon-form/312/",
1560 "id": "312"
1561 },
1562 {
1563 "name": "volbeat",
1564 "url": "https://pokedex.mimo.dev/api/pokemon-form/313/",
1565 "id": "313"
1566 },
1567 {
1568 "name": "illumise",
1569 "url": "https://pokedex.mimo.dev/api/pokemon-form/314/",
1570 "id": "314"
1571 },
1572 {
1573 "name": "roselia",
1574 "url": "https://pokedex.mimo.dev/api/pokemon-form/315/",
1575 "id": "315"
1576 },
1577 {
1578 "name": "gulpin",
1579 "url": "https://pokedex.mimo.dev/api/pokemon-form/316/",
1580 "id": "316"
1581 },
1582 {
1583 "name": "swalot",
1584 "url": "https://pokedex.mimo.dev/api/pokemon-form/317/",
1585 "id": "317"
1586 },
1587 {
1588 "name": "carvanha",
1589 "url": "https://pokedex.mimo.dev/api/pokemon-form/318/",
1590 "id": "318"
1591 },
1592 {
1593 "name": "sharpedo",
1594 "url": "https://pokedex.mimo.dev/api/pokemon-form/319/",
1595 "id": "319"
1596 },
1597 {
1598 "name": "wailmer",
1599 "url": "https://pokedex.mimo.dev/api/pokemon-form/320/",
1600 "id": "320"
1601 },
1602 {
1603 "name": "wailord",
1604 "url": "https://pokedex.mimo.dev/api/pokemon-form/321/",
1605 "id": "321"
1606 },
1607 {
1608 "name": "numel",
1609 "url": "https://pokedex.mimo.dev/api/pokemon-form/322/",
1610 "id": "322"
1611 },
1612 {
1613 "name": "camerupt",
1614 "url": "https://pokedex.mimo.dev/api/pokemon-form/323/",
1615 "id": "323"
1616 },
1617 {
1618 "name": "torkoal",
1619 "url": "https://pokedex.mimo.dev/api/pokemon-form/324/",
1620 "id": "324"
1621 },
1622 {
1623 "name": "spoink",
1624 "url": "https://pokedex.mimo.dev/api/pokemon-form/325/",
1625 "id": "325"
1626 },
1627 {
1628 "name": "grumpig",
1629 "url": "https://pokedex.mimo.dev/api/pokemon-form/326/",
1630 "id": "326"
1631 },
1632 {
1633 "name": "spinda",
1634 "url": "https://pokedex.mimo.dev/api/pokemon-form/327/",
1635 "id": "327"
1636 },
1637 {
1638 "name": "trapinch",
1639 "url": "https://pokedex.mimo.dev/api/pokemon-form/328/",
1640 "id": "328"
1641 },
1642 {
1643 "name": "vibrava",
1644 "url": "https://pokedex.mimo.dev/api/pokemon-form/329/",
1645 "id": "329"
1646 },
1647 {
1648 "name": "flygon",
1649 "url": "https://pokedex.mimo.dev/api/pokemon-form/330/",
1650 "id": "330"
1651 },
1652 {
1653 "name": "cacnea",
1654 "url": "https://pokedex.mimo.dev/api/pokemon-form/331/",
1655 "id": "331"
1656 },
1657 {
1658 "name": "cacturne",
1659 "url": "https://pokedex.mimo.dev/api/pokemon-form/332/",
1660 "id": "332"
1661 },
1662 {
1663 "name": "swablu",
1664 "url": "https://pokedex.mimo.dev/api/pokemon-form/333/",
1665 "id": "333"
1666 },
1667 {
1668 "name": "altaria",
1669 "url": "https://pokedex.mimo.dev/api/pokemon-form/334/",
1670 "id": "334"
1671 },
1672 {
1673 "name": "zangoose",
1674 "url": "https://pokedex.mimo.dev/api/pokemon-form/335/",
1675 "id": "335"
1676 },
1677 {
1678 "name": "seviper",
1679 "url": "https://pokedex.mimo.dev/api/pokemon-form/336/",
1680 "id": "336"
1681 },
1682 {
1683 "name": "lunatone",
1684 "url": "https://pokedex.mimo.dev/api/pokemon-form/337/",
1685 "id": "337"
1686 },
1687 {
1688 "name": "solrock",
1689 "url": "https://pokedex.mimo.dev/api/pokemon-form/338/",
1690 "id": "338"
1691 },
1692 {
1693 "name": "barboach",
1694 "url": "https://pokedex.mimo.dev/api/pokemon-form/339/",
1695 "id": "339"
1696 },
1697 {
1698 "name": "whiscash",
1699 "url": "https://pokedex.mimo.dev/api/pokemon-form/340/",
1700 "id": "340"
1701 },
1702 {
1703 "name": "corphish",
1704 "url": "https://pokedex.mimo.dev/api/pokemon-form/341/",
1705 "id": "341"
1706 },
1707 {
1708 "name": "crawdaunt",
1709 "url": "https://pokedex.mimo.dev/api/pokemon-form/342/",
1710 "id": "342"
1711 },
1712 {
1713 "name": "baltoy",
1714 "url": "https://pokedex.mimo.dev/api/pokemon-form/343/",
1715 "id": "343"
1716 },
1717 {
1718 "name": "claydol",
1719 "url": "https://pokedex.mimo.dev/api/pokemon-form/344/",
1720 "id": "344"
1721 },
1722 {
1723 "name": "lileep",
1724 "url": "https://pokedex.mimo.dev/api/pokemon-form/345/",
1725 "id": "345"
1726 },
1727 {
1728 "name": "cradily",
1729 "url": "https://pokedex.mimo.dev/api/pokemon-form/346/",
1730 "id": "346"
1731 },
1732 {
1733 "name": "anorith",
1734 "url": "https://pokedex.mimo.dev/api/pokemon-form/347/",
1735 "id": "347"
1736 },
1737 {
1738 "name": "armaldo",
1739 "url": "https://pokedex.mimo.dev/api/pokemon-form/348/",
1740 "id": "348"
1741 },
1742 {
1743 "name": "feebas",
1744 "url": "https://pokedex.mimo.dev/api/pokemon-form/349/",
1745 "id": "349"
1746 },
1747 {
1748 "name": "milotic",
1749 "url": "https://pokedex.mimo.dev/api/pokemon-form/350/",
1750 "id": "350"
1751 },
1752 {
1753 "name": "castform",
1754 "url": "https://pokedex.mimo.dev/api/pokemon-form/351/",
1755 "id": "351"
1756 },
1757 {
1758 "name": "kecleon",
1759 "url": "https://pokedex.mimo.dev/api/pokemon-form/352/",
1760 "id": "352"
1761 },
1762 {
1763 "name": "shuppet",
1764 "url": "https://pokedex.mimo.dev/api/pokemon-form/353/",
1765 "id": "353"
1766 },
1767 {
1768 "name": "banette",
1769 "url": "https://pokedex.mimo.dev/api/pokemon-form/354/",
1770 "id": "354"
1771 },
1772 {
1773 "name": "duskull",
1774 "url": "https://pokedex.mimo.dev/api/pokemon-form/355/",
1775 "id": "355"
1776 },
1777 {
1778 "name": "dusclops",
1779 "url": "https://pokedex.mimo.dev/api/pokemon-form/356/",
1780 "id": "356"
1781 },
1782 {
1783 "name": "tropius",
1784 "url": "https://pokedex.mimo.dev/api/pokemon-form/357/",
1785 "id": "357"
1786 },
1787 {
1788 "name": "chimecho",
1789 "url": "https://pokedex.mimo.dev/api/pokemon-form/358/",
1790 "id": "358"
1791 },
1792 {
1793 "name": "absol",
1794 "url": "https://pokedex.mimo.dev/api/pokemon-form/359/",
1795 "id": "359"
1796 },
1797 {
1798 "name": "wynaut",
1799 "url": "https://pokedex.mimo.dev/api/pokemon-form/360/",
1800 "id": "360"
1801 },
1802 {
1803 "name": "snorunt",
1804 "url": "https://pokedex.mimo.dev/api/pokemon-form/361/",
1805 "id": "361"
1806 },
1807 {
1808 "name": "glalie",
1809 "url": "https://pokedex.mimo.dev/api/pokemon-form/362/",
1810 "id": "362"
1811 },
1812 {
1813 "name": "spheal",
1814 "url": "https://pokedex.mimo.dev/api/pokemon-form/363/",
1815 "id": "363"
1816 },
1817 {
1818 "name": "sealeo",
1819 "url": "https://pokedex.mimo.dev/api/pokemon-form/364/",
1820 "id": "364"
1821 },
1822 {
1823 "name": "walrein",
1824 "url": "https://pokedex.mimo.dev/api/pokemon-form/365/",
1825 "id": "365"
1826 },
1827 {
1828 "name": "clamperl",
1829 "url": "https://pokedex.mimo.dev/api/pokemon-form/366/",
1830 "id": "366"
1831 },
1832 {
1833 "name": "huntail",
1834 "url": "https://pokedex.mimo.dev/api/pokemon-form/367/",
1835 "id": "367"
1836 },
1837 {
1838 "name": "gorebyss",
1839 "url": "https://pokedex.mimo.dev/api/pokemon-form/368/",
1840 "id": "368"
1841 },
1842 {
1843 "name": "relicanth",
1844 "url": "https://pokedex.mimo.dev/api/pokemon-form/369/",
1845 "id": "369"
1846 },
1847 {
1848 "name": "luvdisc",
1849 "url": "https://pokedex.mimo.dev/api/pokemon-form/370/",
1850 "id": "370"
1851 },
1852 {
1853 "name": "bagon",
1854 "url": "https://pokedex.mimo.dev/api/pokemon-form/371/",
1855 "id": "371"
1856 },
1857 {
1858 "name": "shelgon",
1859 "url": "https://pokedex.mimo.dev/api/pokemon-form/372/",
1860 "id": "372"
1861 },
1862 {
1863 "name": "salamence",
1864 "url": "https://pokedex.mimo.dev/api/pokemon-form/373/",
1865 "id": "373"
1866 },
1867 {
1868 "name": "beldum",
1869 "url": "https://pokedex.mimo.dev/api/pokemon-form/374/",
1870 "id": "374"
1871 },
1872 {
1873 "name": "metang",
1874 "url": "https://pokedex.mimo.dev/api/pokemon-form/375/",
1875 "id": "375"
1876 },
1877 {
1878 "name": "metagross",
1879 "url": "https://pokedex.mimo.dev/api/pokemon-form/376/",
1880 "id": "376"
1881 },
1882 {
1883 "name": "regirock",
1884 "url": "https://pokedex.mimo.dev/api/pokemon-form/377/",
1885 "id": "377"
1886 },
1887 {
1888 "name": "regice",
1889 "url": "https://pokedex.mimo.dev/api/pokemon-form/378/",
1890 "id": "378"
1891 },
1892 {
1893 "name": "registeel",
1894 "url": "https://pokedex.mimo.dev/api/pokemon-form/379/",
1895 "id": "379"
1896 },
1897 {
1898 "name": "latias",
1899 "url": "https://pokedex.mimo.dev/api/pokemon-form/380/",
1900 "id": "380"
1901 },
1902 {
1903 "name": "latios",
1904 "url": "https://pokedex.mimo.dev/api/pokemon-form/381/",
1905 "id": "381"
1906 },
1907 {
1908 "name": "kyogre",
1909 "url": "https://pokedex.mimo.dev/api/pokemon-form/382/",
1910 "id": "382"
1911 },
1912 {
1913 "name": "groudon",
1914 "url": "https://pokedex.mimo.dev/api/pokemon-form/383/",
1915 "id": "383"
1916 },
1917 {
1918 "name": "rayquaza",
1919 "url": "https://pokedex.mimo.dev/api/pokemon-form/384/",
1920 "id": "384"
1921 },
1922 {
1923 "name": "jirachi",
1924 "url": "https://pokedex.mimo.dev/api/pokemon-form/385/",
1925 "id": "385"
1926 },
1927 {
1928 "name": "pansage",
1929 "url": "https://pokedex.mimo.dev/api/pokemon-form/511/",
1930 "id": "511"
1931 },
1932 {
1933 "name": "deoxys-normal",
1934 "url": "https://pokedex.mimo.dev/api/pokemon-form/386/",
1935 "id": "386"
1936 },
1937 {
1938 "name": "turtwig",
1939 "url": "https://pokedex.mimo.dev/api/pokemon-form/387/",
1940 "id": "387"
1941 },
1942 {
1943 "name": "grotle",
1944 "url": "https://pokedex.mimo.dev/api/pokemon-form/388/",
1945 "id": "388"
1946 },
1947 {
1948 "name": "torterra",
1949 "url": "https://pokedex.mimo.dev/api/pokemon-form/389/",
1950 "id": "389"
1951 },
1952 {
1953 "name": "chimchar",
1954 "url": "https://pokedex.mimo.dev/api/pokemon-form/390/",
1955 "id": "390"
1956 },
1957 {
1958 "name": "monferno",
1959 "url": "https://pokedex.mimo.dev/api/pokemon-form/391/",
1960 "id": "391"
1961 },
1962 {
1963 "name": "infernape",
1964 "url": "https://pokedex.mimo.dev/api/pokemon-form/392/",
1965 "id": "392"
1966 },
1967 {
1968 "name": "piplup",
1969 "url": "https://pokedex.mimo.dev/api/pokemon-form/393/",
1970 "id": "393"
1971 },
1972 {
1973 "name": "prinplup",
1974 "url": "https://pokedex.mimo.dev/api/pokemon-form/394/",
1975 "id": "394"
1976 },
1977 {
1978 "name": "empoleon",
1979 "url": "https://pokedex.mimo.dev/api/pokemon-form/395/",
1980 "id": "395"
1981 },
1982 {
1983 "name": "starly",
1984 "url": "https://pokedex.mimo.dev/api/pokemon-form/396/",
1985 "id": "396"
1986 },
1987 {
1988 "name": "staravia",
1989 "url": "https://pokedex.mimo.dev/api/pokemon-form/397/",
1990 "id": "397"
1991 },
1992 {
1993 "name": "staraptor",
1994 "url": "https://pokedex.mimo.dev/api/pokemon-form/398/",
1995 "id": "398"
1996 },
1997 {
1998 "name": "bidoof",
1999 "url": "https://pokedex.mimo.dev/api/pokemon-form/399/",
2000 "id": "399"
2001 },
2002 {
2003 "name": "bibarel",
2004 "url": "https://pokedex.mimo.dev/api/pokemon-form/400/",
2005 "id": "400"
2006 },
2007 {
2008 "name": "kricketot",
2009 "url": "https://pokedex.mimo.dev/api/pokemon-form/401/",
2010 "id": "401"
2011 },
2012 {
2013 "name": "kricketune",
2014 "url": "https://pokedex.mimo.dev/api/pokemon-form/402/",
2015 "id": "402"
2016 },
2017 {
2018 "name": "shinx",
2019 "url": "https://pokedex.mimo.dev/api/pokemon-form/403/",
2020 "id": "403"
2021 },
2022 {
2023 "name": "luxio",
2024 "url": "https://pokedex.mimo.dev/api/pokemon-form/404/",
2025 "id": "404"
2026 },
2027 {
2028 "name": "luxray",
2029 "url": "https://pokedex.mimo.dev/api/pokemon-form/405/",
2030 "id": "405"
2031 },
2032 {
2033 "name": "budew",
2034 "url": "https://pokedex.mimo.dev/api/pokemon-form/406/",
2035 "id": "406"
2036 },
2037 {
2038 "name": "roserade",
2039 "url": "https://pokedex.mimo.dev/api/pokemon-form/407/",
2040 "id": "407"
2041 },
2042 {
2043 "name": "cranidos",
2044 "url": "https://pokedex.mimo.dev/api/pokemon-form/408/",
2045 "id": "408"
2046 },
2047 {
2048 "name": "rampardos",
2049 "url": "https://pokedex.mimo.dev/api/pokemon-form/409/",
2050 "id": "409"
2051 },
2052 {
2053 "name": "shieldon",
2054 "url": "https://pokedex.mimo.dev/api/pokemon-form/410/",
2055 "id": "410"
2056 },
2057 {
2058 "name": "bastiodon",
2059 "url": "https://pokedex.mimo.dev/api/pokemon-form/411/",
2060 "id": "411"
2061 },
2062 {
2063 "name": "burmy-plant",
2064 "url": "https://pokedex.mimo.dev/api/pokemon-form/412/",
2065 "id": "412"
2066 },
2067 {
2068 "name": "wormadam-plant",
2069 "url": "https://pokedex.mimo.dev/api/pokemon-form/413/",
2070 "id": "413"
2071 },
2072 {
2073 "name": "mothim-plant",
2074 "url": "https://pokedex.mimo.dev/api/pokemon-form/414/",
2075 "id": "414"
2076 },
2077 {
2078 "name": "combee",
2079 "url": "https://pokedex.mimo.dev/api/pokemon-form/415/",
2080 "id": "415"
2081 },
2082 {
2083 "name": "vespiquen",
2084 "url": "https://pokedex.mimo.dev/api/pokemon-form/416/",
2085 "id": "416"
2086 },
2087 {
2088 "name": "pachirisu",
2089 "url": "https://pokedex.mimo.dev/api/pokemon-form/417/",
2090 "id": "417"
2091 },
2092 {
2093 "name": "buizel",
2094 "url": "https://pokedex.mimo.dev/api/pokemon-form/418/",
2095 "id": "418"
2096 },
2097 {
2098 "name": "floatzel",
2099 "url": "https://pokedex.mimo.dev/api/pokemon-form/419/",
2100 "id": "419"
2101 },
2102 {
2103 "name": "cherubi",
2104 "url": "https://pokedex.mimo.dev/api/pokemon-form/420/",
2105 "id": "420"
2106 },
2107 {
2108 "name": "cherrim-overcast",
2109 "url": "https://pokedex.mimo.dev/api/pokemon-form/421/",
2110 "id": "421"
2111 },
2112 {
2113 "name": "shellos-west",
2114 "url": "https://pokedex.mimo.dev/api/pokemon-form/422/",
2115 "id": "422"
2116 },
2117 {
2118 "name": "gastrodon-west",
2119 "url": "https://pokedex.mimo.dev/api/pokemon-form/423/",
2120 "id": "423"
2121 },
2122 {
2123 "name": "ambipom",
2124 "url": "https://pokedex.mimo.dev/api/pokemon-form/424/",
2125 "id": "424"
2126 },
2127 {
2128 "name": "drifloon",
2129 "url": "https://pokedex.mimo.dev/api/pokemon-form/425/",
2130 "id": "425"
2131 },
2132 {
2133 "name": "drifblim",
2134 "url": "https://pokedex.mimo.dev/api/pokemon-form/426/",
2135 "id": "426"
2136 },
2137 {
2138 "name": "buneary",
2139 "url": "https://pokedex.mimo.dev/api/pokemon-form/427/",
2140 "id": "427"
2141 },
2142 {
2143 "name": "lopunny",
2144 "url": "https://pokedex.mimo.dev/api/pokemon-form/428/",
2145 "id": "428"
2146 },
2147 {
2148 "name": "mismagius",
2149 "url": "https://pokedex.mimo.dev/api/pokemon-form/429/",
2150 "id": "429"
2151 },
2152 {
2153 "name": "honchkrow",
2154 "url": "https://pokedex.mimo.dev/api/pokemon-form/430/",
2155 "id": "430"
2156 },
2157 {
2158 "name": "glameow",
2159 "url": "https://pokedex.mimo.dev/api/pokemon-form/431/",
2160 "id": "431"
2161 },
2162 {
2163 "name": "purugly",
2164 "url": "https://pokedex.mimo.dev/api/pokemon-form/432/",
2165 "id": "432"
2166 },
2167 {
2168 "name": "chingling",
2169 "url": "https://pokedex.mimo.dev/api/pokemon-form/433/",
2170 "id": "433"
2171 },
2172 {
2173 "name": "stunky",
2174 "url": "https://pokedex.mimo.dev/api/pokemon-form/434/",
2175 "id": "434"
2176 },
2177 {
2178 "name": "skuntank",
2179 "url": "https://pokedex.mimo.dev/api/pokemon-form/435/",
2180 "id": "435"
2181 },
2182 {
2183 "name": "bronzor",
2184 "url": "https://pokedex.mimo.dev/api/pokemon-form/436/",
2185 "id": "436"
2186 },
2187 {
2188 "name": "bronzong",
2189 "url": "https://pokedex.mimo.dev/api/pokemon-form/437/",
2190 "id": "437"
2191 },
2192 {
2193 "name": "bonsly",
2194 "url": "https://pokedex.mimo.dev/api/pokemon-form/438/",
2195 "id": "438"
2196 },
2197 {
2198 "name": "mime-jr",
2199 "url": "https://pokedex.mimo.dev/api/pokemon-form/439/",
2200 "id": "439"
2201 },
2202 {
2203 "name": "happiny",
2204 "url": "https://pokedex.mimo.dev/api/pokemon-form/440/",
2205 "id": "440"
2206 },
2207 {
2208 "name": "chatot",
2209 "url": "https://pokedex.mimo.dev/api/pokemon-form/441/",
2210 "id": "441"
2211 },
2212 {
2213 "name": "spiritomb",
2214 "url": "https://pokedex.mimo.dev/api/pokemon-form/442/",
2215 "id": "442"
2216 },
2217 {
2218 "name": "gible",
2219 "url": "https://pokedex.mimo.dev/api/pokemon-form/443/",
2220 "id": "443"
2221 },
2222 {
2223 "name": "gabite",
2224 "url": "https://pokedex.mimo.dev/api/pokemon-form/444/",
2225 "id": "444"
2226 },
2227 {
2228 "name": "garchomp",
2229 "url": "https://pokedex.mimo.dev/api/pokemon-form/445/",
2230 "id": "445"
2231 },
2232 {
2233 "name": "munchlax",
2234 "url": "https://pokedex.mimo.dev/api/pokemon-form/446/",
2235 "id": "446"
2236 },
2237 {
2238 "name": "riolu",
2239 "url": "https://pokedex.mimo.dev/api/pokemon-form/447/",
2240 "id": "447"
2241 },
2242 {
2243 "name": "lucario",
2244 "url": "https://pokedex.mimo.dev/api/pokemon-form/448/",
2245 "id": "448"
2246 },
2247 {
2248 "name": "hippopotas",
2249 "url": "https://pokedex.mimo.dev/api/pokemon-form/449/",
2250 "id": "449"
2251 },
2252 {
2253 "name": "hippowdon",
2254 "url": "https://pokedex.mimo.dev/api/pokemon-form/450/",
2255 "id": "450"
2256 },
2257 {
2258 "name": "skorupi",
2259 "url": "https://pokedex.mimo.dev/api/pokemon-form/451/",
2260 "id": "451"
2261 },
2262 {
2263 "name": "drapion",
2264 "url": "https://pokedex.mimo.dev/api/pokemon-form/452/",
2265 "id": "452"
2266 },
2267 {
2268 "name": "croagunk",
2269 "url": "https://pokedex.mimo.dev/api/pokemon-form/453/",
2270 "id": "453"
2271 },
2272 {
2273 "name": "toxicroak",
2274 "url": "https://pokedex.mimo.dev/api/pokemon-form/454/",
2275 "id": "454"
2276 },
2277 {
2278 "name": "carnivine",
2279 "url": "https://pokedex.mimo.dev/api/pokemon-form/455/",
2280 "id": "455"
2281 },
2282 {
2283 "name": "finneon",
2284 "url": "https://pokedex.mimo.dev/api/pokemon-form/456/",
2285 "id": "456"
2286 },
2287 {
2288 "name": "lumineon",
2289 "url": "https://pokedex.mimo.dev/api/pokemon-form/457/",
2290 "id": "457"
2291 },
2292 {
2293 "name": "mantyke",
2294 "url": "https://pokedex.mimo.dev/api/pokemon-form/458/",
2295 "id": "458"
2296 },
2297 {
2298 "name": "snover",
2299 "url": "https://pokedex.mimo.dev/api/pokemon-form/459/",
2300 "id": "459"
2301 },
2302 {
2303 "name": "abomasnow",
2304 "url": "https://pokedex.mimo.dev/api/pokemon-form/460/",
2305 "id": "460"
2306 },
2307 {
2308 "name": "weavile",
2309 "url": "https://pokedex.mimo.dev/api/pokemon-form/461/",
2310 "id": "461"
2311 },
2312 {
2313 "name": "magnezone",
2314 "url": "https://pokedex.mimo.dev/api/pokemon-form/462/",
2315 "id": "462"
2316 },
2317 {
2318 "name": "lickilicky",
2319 "url": "https://pokedex.mimo.dev/api/pokemon-form/463/",
2320 "id": "463"
2321 },
2322 {
2323 "name": "rhyperior",
2324 "url": "https://pokedex.mimo.dev/api/pokemon-form/464/",
2325 "id": "464"
2326 },
2327 {
2328 "name": "tangrowth",
2329 "url": "https://pokedex.mimo.dev/api/pokemon-form/465/",
2330 "id": "465"
2331 },
2332 {
2333 "name": "electivire",
2334 "url": "https://pokedex.mimo.dev/api/pokemon-form/466/",
2335 "id": "466"
2336 },
2337 {
2338 "name": "magmortar",
2339 "url": "https://pokedex.mimo.dev/api/pokemon-form/467/",
2340 "id": "467"
2341 },
2342 {
2343 "name": "togekiss",
2344 "url": "https://pokedex.mimo.dev/api/pokemon-form/468/",
2345 "id": "468"
2346 },
2347 {
2348 "name": "yanmega",
2349 "url": "https://pokedex.mimo.dev/api/pokemon-form/469/",
2350 "id": "469"
2351 },
2352 {
2353 "name": "leafeon",
2354 "url": "https://pokedex.mimo.dev/api/pokemon-form/470/",
2355 "id": "470"
2356 },
2357 {
2358 "name": "glaceon",
2359 "url": "https://pokedex.mimo.dev/api/pokemon-form/471/",
2360 "id": "471"
2361 },
2362 {
2363 "name": "gliscor",
2364 "url": "https://pokedex.mimo.dev/api/pokemon-form/472/",
2365 "id": "472"
2366 },
2367 {
2368 "name": "mamoswine",
2369 "url": "https://pokedex.mimo.dev/api/pokemon-form/473/",
2370 "id": "473"
2371 },
2372 {
2373 "name": "porygon-z",
2374 "url": "https://pokedex.mimo.dev/api/pokemon-form/474/",
2375 "id": "474"
2376 },
2377 {
2378 "name": "gallade",
2379 "url": "https://pokedex.mimo.dev/api/pokemon-form/475/",
2380 "id": "475"
2381 },
2382 {
2383 "name": "probopass",
2384 "url": "https://pokedex.mimo.dev/api/pokemon-form/476/",
2385 "id": "476"
2386 },
2387 {
2388 "name": "dusknoir",
2389 "url": "https://pokedex.mimo.dev/api/pokemon-form/477/",
2390 "id": "477"
2391 },
2392 {
2393 "name": "froslass",
2394 "url": "https://pokedex.mimo.dev/api/pokemon-form/478/",
2395 "id": "478"
2396 },
2397 {
2398 "name": "rotom",
2399 "url": "https://pokedex.mimo.dev/api/pokemon-form/479/",
2400 "id": "479"
2401 },
2402 {
2403 "name": "uxie",
2404 "url": "https://pokedex.mimo.dev/api/pokemon-form/480/",
2405 "id": "480"
2406 },
2407 {
2408 "name": "mesprit",
2409 "url": "https://pokedex.mimo.dev/api/pokemon-form/481/",
2410 "id": "481"
2411 },
2412 {
2413 "name": "azelf",
2414 "url": "https://pokedex.mimo.dev/api/pokemon-form/482/",
2415 "id": "482"
2416 },
2417 {
2418 "name": "dialga",
2419 "url": "https://pokedex.mimo.dev/api/pokemon-form/483/",
2420 "id": "483"
2421 },
2422 {
2423 "name": "palkia",
2424 "url": "https://pokedex.mimo.dev/api/pokemon-form/484/",
2425 "id": "484"
2426 },
2427 {
2428 "name": "heatran",
2429 "url": "https://pokedex.mimo.dev/api/pokemon-form/485/",
2430 "id": "485"
2431 },
2432 {
2433 "name": "regigigas",
2434 "url": "https://pokedex.mimo.dev/api/pokemon-form/486/",
2435 "id": "486"
2436 },
2437 {
2438 "name": "giratina-altered",
2439 "url": "https://pokedex.mimo.dev/api/pokemon-form/487/",
2440 "id": "487"
2441 },
2442 {
2443 "name": "cresselia",
2444 "url": "https://pokedex.mimo.dev/api/pokemon-form/488/",
2445 "id": "488"
2446 },
2447 {
2448 "name": "phione",
2449 "url": "https://pokedex.mimo.dev/api/pokemon-form/489/",
2450 "id": "489"
2451 },
2452 {
2453 "name": "manaphy",
2454 "url": "https://pokedex.mimo.dev/api/pokemon-form/490/",
2455 "id": "490"
2456 },
2457 {
2458 "name": "darkrai",
2459 "url": "https://pokedex.mimo.dev/api/pokemon-form/491/",
2460 "id": "491"
2461 },
2462 {
2463 "name": "shaymin-land",
2464 "url": "https://pokedex.mimo.dev/api/pokemon-form/492/",
2465 "id": "492"
2466 },
2467 {
2468 "name": "arceus-normal",
2469 "url": "https://pokedex.mimo.dev/api/pokemon-form/493/",
2470 "id": "493"
2471 },
2472 {
2473 "name": "victini",
2474 "url": "https://pokedex.mimo.dev/api/pokemon-form/494/",
2475 "id": "494"
2476 },
2477 {
2478 "name": "snivy",
2479 "url": "https://pokedex.mimo.dev/api/pokemon-form/495/",
2480 "id": "495"
2481 },
2482 {
2483 "name": "servine",
2484 "url": "https://pokedex.mimo.dev/api/pokemon-form/496/",
2485 "id": "496"
2486 },
2487 {
2488 "name": "serperior",
2489 "url": "https://pokedex.mimo.dev/api/pokemon-form/497/",
2490 "id": "497"
2491 },
2492 {
2493 "name": "tepig",
2494 "url": "https://pokedex.mimo.dev/api/pokemon-form/498/",
2495 "id": "498"
2496 },
2497 {
2498 "name": "pignite",
2499 "url": "https://pokedex.mimo.dev/api/pokemon-form/499/",
2500 "id": "499"
2501 },
2502 {
2503 "name": "emboar",
2504 "url": "https://pokedex.mimo.dev/api/pokemon-form/500/",
2505 "id": "500"
2506 },
2507 {
2508 "name": "oshawott",
2509 "url": "https://pokedex.mimo.dev/api/pokemon-form/501/",
2510 "id": "501"
2511 },
2512 {
2513 "name": "dewott",
2514 "url": "https://pokedex.mimo.dev/api/pokemon-form/502/",
2515 "id": "502"
2516 },
2517 {
2518 "name": "samurott",
2519 "url": "https://pokedex.mimo.dev/api/pokemon-form/503/",
2520 "id": "503"
2521 },
2522 {
2523 "name": "patrat",
2524 "url": "https://pokedex.mimo.dev/api/pokemon-form/504/",
2525 "id": "504"
2526 },
2527 {
2528 "name": "watchog",
2529 "url": "https://pokedex.mimo.dev/api/pokemon-form/505/",
2530 "id": "505"
2531 },
2532 {
2533 "name": "lillipup",
2534 "url": "https://pokedex.mimo.dev/api/pokemon-form/506/",
2535 "id": "506"
2536 },
2537 {
2538 "name": "herdier",
2539 "url": "https://pokedex.mimo.dev/api/pokemon-form/507/",
2540 "id": "507"
2541 },
2542 {
2543 "name": "stoutland",
2544 "url": "https://pokedex.mimo.dev/api/pokemon-form/508/",
2545 "id": "508"
2546 },
2547 {
2548 "name": "purrloin",
2549 "url": "https://pokedex.mimo.dev/api/pokemon-form/509/",
2550 "id": "509"
2551 },
2552 {
2553 "name": "liepard",
2554 "url": "https://pokedex.mimo.dev/api/pokemon-form/510/",
2555 "id": "510"
2556 },
2557 {
2558 "name": "simisage",
2559 "url": "https://pokedex.mimo.dev/api/pokemon-form/512/",
2560 "id": "512"
2561 },
2562 {
2563 "name": "pansear",
2564 "url": "https://pokedex.mimo.dev/api/pokemon-form/513/",
2565 "id": "513"
2566 },
2567 {
2568 "name": "simisear",
2569 "url": "https://pokedex.mimo.dev/api/pokemon-form/514/",
2570 "id": "514"
2571 },
2572 {
2573 "name": "panpour",
2574 "url": "https://pokedex.mimo.dev/api/pokemon-form/515/",
2575 "id": "515"
2576 },
2577 {
2578 "name": "simipour",
2579 "url": "https://pokedex.mimo.dev/api/pokemon-form/516/",
2580 "id": "516"
2581 },
2582 {
2583 "name": "munna",
2584 "url": "https://pokedex.mimo.dev/api/pokemon-form/517/",
2585 "id": "517"
2586 },
2587 {
2588 "name": "musharna",
2589 "url": "https://pokedex.mimo.dev/api/pokemon-form/518/",
2590 "id": "518"
2591 },
2592 {
2593 "name": "pidove",
2594 "url": "https://pokedex.mimo.dev/api/pokemon-form/519/",
2595 "id": "519"
2596 },
2597 {
2598 "name": "tranquill",
2599 "url": "https://pokedex.mimo.dev/api/pokemon-form/520/",
2600 "id": "520"
2601 },
2602 {
2603 "name": "unfezant",
2604 "url": "https://pokedex.mimo.dev/api/pokemon-form/521/",
2605 "id": "521"
2606 },
2607 {
2608 "name": "blitzle",
2609 "url": "https://pokedex.mimo.dev/api/pokemon-form/522/",
2610 "id": "522"
2611 },
2612 {
2613 "name": "zebstrika",
2614 "url": "https://pokedex.mimo.dev/api/pokemon-form/523/",
2615 "id": "523"
2616 },
2617 {
2618 "name": "roggenrola",
2619 "url": "https://pokedex.mimo.dev/api/pokemon-form/524/",
2620 "id": "524"
2621 },
2622 {
2623 "name": "boldore",
2624 "url": "https://pokedex.mimo.dev/api/pokemon-form/525/",
2625 "id": "525"
2626 },
2627 {
2628 "name": "gigalith",
2629 "url": "https://pokedex.mimo.dev/api/pokemon-form/526/",
2630 "id": "526"
2631 },
2632 {
2633 "name": "woobat",
2634 "url": "https://pokedex.mimo.dev/api/pokemon-form/527/",
2635 "id": "527"
2636 },
2637 {
2638 "name": "swoobat",
2639 "url": "https://pokedex.mimo.dev/api/pokemon-form/528/",
2640 "id": "528"
2641 },
2642 {
2643 "name": "drilbur",
2644 "url": "https://pokedex.mimo.dev/api/pokemon-form/529/",
2645 "id": "529"
2646 },
2647 {
2648 "name": "excadrill",
2649 "url": "https://pokedex.mimo.dev/api/pokemon-form/530/",
2650 "id": "530"
2651 },
2652 {
2653 "name": "audino",
2654 "url": "https://pokedex.mimo.dev/api/pokemon-form/531/",
2655 "id": "531"
2656 },
2657 {
2658 "name": "timburr",
2659 "url": "https://pokedex.mimo.dev/api/pokemon-form/532/",
2660 "id": "532"
2661 },
2662 {
2663 "name": "gurdurr",
2664 "url": "https://pokedex.mimo.dev/api/pokemon-form/533/",
2665 "id": "533"
2666 },
2667 {
2668 "name": "conkeldurr",
2669 "url": "https://pokedex.mimo.dev/api/pokemon-form/534/",
2670 "id": "534"
2671 },
2672 {
2673 "name": "tympole",
2674 "url": "https://pokedex.mimo.dev/api/pokemon-form/535/",
2675 "id": "535"
2676 },
2677 {
2678 "name": "palpitoad",
2679 "url": "https://pokedex.mimo.dev/api/pokemon-form/536/",
2680 "id": "536"
2681 },
2682 {
2683 "name": "seismitoad",
2684 "url": "https://pokedex.mimo.dev/api/pokemon-form/537/",
2685 "id": "537"
2686 },
2687 {
2688 "name": "throh",
2689 "url": "https://pokedex.mimo.dev/api/pokemon-form/538/",
2690 "id": "538"
2691 },
2692 {
2693 "name": "sawk",
2694 "url": "https://pokedex.mimo.dev/api/pokemon-form/539/",
2695 "id": "539"
2696 },
2697 {
2698 "name": "sewaddle",
2699 "url": "https://pokedex.mimo.dev/api/pokemon-form/540/",
2700 "id": "540"
2701 },
2702 {
2703 "name": "swadloon",
2704 "url": "https://pokedex.mimo.dev/api/pokemon-form/541/",
2705 "id": "541"
2706 },
2707 {
2708 "name": "leavanny",
2709 "url": "https://pokedex.mimo.dev/api/pokemon-form/542/",
2710 "id": "542"
2711 },
2712 {
2713 "name": "venipede",
2714 "url": "https://pokedex.mimo.dev/api/pokemon-form/543/",
2715 "id": "543"
2716 },
2717 {
2718 "name": "whirlipede",
2719 "url": "https://pokedex.mimo.dev/api/pokemon-form/544/",
2720 "id": "544"
2721 },
2722 {
2723 "name": "scolipede",
2724 "url": "https://pokedex.mimo.dev/api/pokemon-form/545/",
2725 "id": "545"
2726 },
2727 {
2728 "name": "cottonee",
2729 "url": "https://pokedex.mimo.dev/api/pokemon-form/546/",
2730 "id": "546"
2731 },
2732 {
2733 "name": "whimsicott",
2734 "url": "https://pokedex.mimo.dev/api/pokemon-form/547/",
2735 "id": "547"
2736 },
2737 {
2738 "name": "petilil",
2739 "url": "https://pokedex.mimo.dev/api/pokemon-form/548/",
2740 "id": "548"
2741 },
2742 {
2743 "name": "lilligant",
2744 "url": "https://pokedex.mimo.dev/api/pokemon-form/549/",
2745 "id": "549"
2746 },
2747 {
2748 "name": "basculin-red-striped",
2749 "url": "https://pokedex.mimo.dev/api/pokemon-form/550/",
2750 "id": "550"
2751 },
2752 {
2753 "name": "sandile",
2754 "url": "https://pokedex.mimo.dev/api/pokemon-form/551/",
2755 "id": "551"
2756 },
2757 {
2758 "name": "krokorok",
2759 "url": "https://pokedex.mimo.dev/api/pokemon-form/552/",
2760 "id": "552"
2761 },
2762 {
2763 "name": "krookodile",
2764 "url": "https://pokedex.mimo.dev/api/pokemon-form/553/",
2765 "id": "553"
2766 },
2767 {
2768 "name": "darumaka",
2769 "url": "https://pokedex.mimo.dev/api/pokemon-form/554/",
2770 "id": "554"
2771 },
2772 {
2773 "name": "darmanitan-standard",
2774 "url": "https://pokedex.mimo.dev/api/pokemon-form/555/",
2775 "id": "555"
2776 },
2777 {
2778 "name": "maractus",
2779 "url": "https://pokedex.mimo.dev/api/pokemon-form/556/",
2780 "id": "556"
2781 },
2782 {
2783 "name": "dwebble",
2784 "url": "https://pokedex.mimo.dev/api/pokemon-form/557/",
2785 "id": "557"
2786 },
2787 {
2788 "name": "crustle",
2789 "url": "https://pokedex.mimo.dev/api/pokemon-form/558/",
2790 "id": "558"
2791 },
2792 {
2793 "name": "scraggy",
2794 "url": "https://pokedex.mimo.dev/api/pokemon-form/559/",
2795 "id": "559"
2796 },
2797 {
2798 "name": "scrafty",
2799 "url": "https://pokedex.mimo.dev/api/pokemon-form/560/",
2800 "id": "560"
2801 },
2802 {
2803 "name": "sigilyph",
2804 "url": "https://pokedex.mimo.dev/api/pokemon-form/561/",
2805 "id": "561"
2806 },
2807 {
2808 "name": "yamask",
2809 "url": "https://pokedex.mimo.dev/api/pokemon-form/562/",
2810 "id": "562"
2811 },
2812 {
2813 "name": "cofagrigus",
2814 "url": "https://pokedex.mimo.dev/api/pokemon-form/563/",
2815 "id": "563"
2816 },
2817 {
2818 "name": "tirtouga",
2819 "url": "https://pokedex.mimo.dev/api/pokemon-form/564/",
2820 "id": "564"
2821 },
2822 {
2823 "name": "carracosta",
2824 "url": "https://pokedex.mimo.dev/api/pokemon-form/565/",
2825 "id": "565"
2826 },
2827 {
2828 "name": "archen",
2829 "url": "https://pokedex.mimo.dev/api/pokemon-form/566/",
2830 "id": "566"
2831 },
2832 {
2833 "name": "archeops",
2834 "url": "https://pokedex.mimo.dev/api/pokemon-form/567/",
2835 "id": "567"
2836 },
2837 {
2838 "name": "trubbish",
2839 "url": "https://pokedex.mimo.dev/api/pokemon-form/568/",
2840 "id": "568"
2841 },
2842 {
2843 "name": "garbodor",
2844 "url": "https://pokedex.mimo.dev/api/pokemon-form/569/",
2845 "id": "569"
2846 },
2847 {
2848 "name": "zorua",
2849 "url": "https://pokedex.mimo.dev/api/pokemon-form/570/",
2850 "id": "570"
2851 },
2852 {
2853 "name": "zoroark",
2854 "url": "https://pokedex.mimo.dev/api/pokemon-form/571/",
2855 "id": "571"
2856 },
2857 {
2858 "name": "minccino",
2859 "url": "https://pokedex.mimo.dev/api/pokemon-form/572/",
2860 "id": "572"
2861 },
2862 {
2863 "name": "cinccino",
2864 "url": "https://pokedex.mimo.dev/api/pokemon-form/573/",
2865 "id": "573"
2866 },
2867 {
2868 "name": "gothita",
2869 "url": "https://pokedex.mimo.dev/api/pokemon-form/574/",
2870 "id": "574"
2871 },
2872 {
2873 "name": "gothorita",
2874 "url": "https://pokedex.mimo.dev/api/pokemon-form/575/",
2875 "id": "575"
2876 },
2877 {
2878 "name": "gothitelle",
2879 "url": "https://pokedex.mimo.dev/api/pokemon-form/576/",
2880 "id": "576"
2881 },
2882 {
2883 "name": "solosis",
2884 "url": "https://pokedex.mimo.dev/api/pokemon-form/577/",
2885 "id": "577"
2886 },
2887 {
2888 "name": "duosion",
2889 "url": "https://pokedex.mimo.dev/api/pokemon-form/578/",
2890 "id": "578"
2891 },
2892 {
2893 "name": "reuniclus",
2894 "url": "https://pokedex.mimo.dev/api/pokemon-form/579/",
2895 "id": "579"
2896 },
2897 {
2898 "name": "ducklett",
2899 "url": "https://pokedex.mimo.dev/api/pokemon-form/580/",
2900 "id": "580"
2901 },
2902 {
2903 "name": "swanna",
2904 "url": "https://pokedex.mimo.dev/api/pokemon-form/581/",
2905 "id": "581"
2906 },
2907 {
2908 "name": "vanillite",
2909 "url": "https://pokedex.mimo.dev/api/pokemon-form/582/",
2910 "id": "582"
2911 },
2912 {
2913 "name": "vanillish",
2914 "url": "https://pokedex.mimo.dev/api/pokemon-form/583/",
2915 "id": "583"
2916 },
2917 {
2918 "name": "vanilluxe",
2919 "url": "https://pokedex.mimo.dev/api/pokemon-form/584/",
2920 "id": "584"
2921 },
2922 {
2923 "name": "deerling-spring",
2924 "url": "https://pokedex.mimo.dev/api/pokemon-form/585/",
2925 "id": "585"
2926 },
2927 {
2928 "name": "sawsbuck-spring",
2929 "url": "https://pokedex.mimo.dev/api/pokemon-form/586/",
2930 "id": "586"
2931 },
2932 {
2933 "name": "emolga",
2934 "url": "https://pokedex.mimo.dev/api/pokemon-form/587/",
2935 "id": "587"
2936 },
2937 {
2938 "name": "karrablast",
2939 "url": "https://pokedex.mimo.dev/api/pokemon-form/588/",
2940 "id": "588"
2941 },
2942 {
2943 "name": "escavalier",
2944 "url": "https://pokedex.mimo.dev/api/pokemon-form/589/",
2945 "id": "589"
2946 },
2947 {
2948 "name": "foongus",
2949 "url": "https://pokedex.mimo.dev/api/pokemon-form/590/",
2950 "id": "590"
2951 },
2952 {
2953 "name": "amoonguss",
2954 "url": "https://pokedex.mimo.dev/api/pokemon-form/591/",
2955 "id": "591"
2956 },
2957 {
2958 "name": "frillish",
2959 "url": "https://pokedex.mimo.dev/api/pokemon-form/592/",
2960 "id": "592"
2961 },
2962 {
2963 "name": "jellicent",
2964 "url": "https://pokedex.mimo.dev/api/pokemon-form/593/",
2965 "id": "593"
2966 },
2967 {
2968 "name": "alomomola",
2969 "url": "https://pokedex.mimo.dev/api/pokemon-form/594/",
2970 "id": "594"
2971 },
2972 {
2973 "name": "joltik",
2974 "url": "https://pokedex.mimo.dev/api/pokemon-form/595/",
2975 "id": "595"
2976 },
2977 {
2978 "name": "galvantula",
2979 "url": "https://pokedex.mimo.dev/api/pokemon-form/596/",
2980 "id": "596"
2981 },
2982 {
2983 "name": "ferroseed",
2984 "url": "https://pokedex.mimo.dev/api/pokemon-form/597/",
2985 "id": "597"
2986 },
2987 {
2988 "name": "ferrothorn",
2989 "url": "https://pokedex.mimo.dev/api/pokemon-form/598/",
2990 "id": "598"
2991 },
2992 {
2993 "name": "klink",
2994 "url": "https://pokedex.mimo.dev/api/pokemon-form/599/",
2995 "id": "599"
2996 },
2997 {
2998 "name": "klang",
2999 "url": "https://pokedex.mimo.dev/api/pokemon-form/600/",
3000 "id": "600"
3001 },
3002 {
3003 "name": "klinklang",
3004 "url": "https://pokedex.mimo.dev/api/pokemon-form/601/",
3005 "id": "601"
3006 },
3007 {
3008 "name": "tynamo",
3009 "url": "https://pokedex.mimo.dev/api/pokemon-form/602/",
3010 "id": "602"
3011 },
3012 {
3013 "name": "eelektrik",
3014 "url": "https://pokedex.mimo.dev/api/pokemon-form/603/",
3015 "id": "603"
3016 },
3017 {
3018 "name": "eelektross",
3019 "url": "https://pokedex.mimo.dev/api/pokemon-form/604/",
3020 "id": "604"
3021 },
3022 {
3023 "name": "elgyem",
3024 "url": "https://pokedex.mimo.dev/api/pokemon-form/605/",
3025 "id": "605"
3026 },
3027 {
3028 "name": "beheeyem",
3029 "url": "https://pokedex.mimo.dev/api/pokemon-form/606/",
3030 "id": "606"
3031 },
3032 {
3033 "name": "litwick",
3034 "url": "https://pokedex.mimo.dev/api/pokemon-form/607/",
3035 "id": "607"
3036 },
3037 {
3038 "name": "lampent",
3039 "url": "https://pokedex.mimo.dev/api/pokemon-form/608/",
3040 "id": "608"
3041 },
3042 {
3043 "name": "chandelure",
3044 "url": "https://pokedex.mimo.dev/api/pokemon-form/609/",
3045 "id": "609"
3046 },
3047 {
3048 "name": "axew",
3049 "url": "https://pokedex.mimo.dev/api/pokemon-form/610/",
3050 "id": "610"
3051 },
3052 {
3053 "name": "fraxure",
3054 "url": "https://pokedex.mimo.dev/api/pokemon-form/611/",
3055 "id": "611"
3056 },
3057 {
3058 "name": "haxorus",
3059 "url": "https://pokedex.mimo.dev/api/pokemon-form/612/",
3060 "id": "612"
3061 },
3062 {
3063 "name": "cubchoo",
3064 "url": "https://pokedex.mimo.dev/api/pokemon-form/613/",
3065 "id": "613"
3066 },
3067 {
3068 "name": "beartic",
3069 "url": "https://pokedex.mimo.dev/api/pokemon-form/614/",
3070 "id": "614"
3071 },
3072 {
3073 "name": "cryogonal",
3074 "url": "https://pokedex.mimo.dev/api/pokemon-form/615/",
3075 "id": "615"
3076 },
3077 {
3078 "name": "shelmet",
3079 "url": "https://pokedex.mimo.dev/api/pokemon-form/616/",
3080 "id": "616"
3081 },
3082 {
3083 "name": "accelgor",
3084 "url": "https://pokedex.mimo.dev/api/pokemon-form/617/",
3085 "id": "617"
3086 },
3087 {
3088 "name": "stunfisk",
3089 "url": "https://pokedex.mimo.dev/api/pokemon-form/618/",
3090 "id": "618"
3091 },
3092 {
3093 "name": "mienfoo",
3094 "url": "https://pokedex.mimo.dev/api/pokemon-form/619/",
3095 "id": "619"
3096 },
3097 {
3098 "name": "mienshao",
3099 "url": "https://pokedex.mimo.dev/api/pokemon-form/620/",
3100 "id": "620"
3101 },
3102 {
3103 "name": "druddigon",
3104 "url": "https://pokedex.mimo.dev/api/pokemon-form/621/",
3105 "id": "621"
3106 },
3107 {
3108 "name": "golett",
3109 "url": "https://pokedex.mimo.dev/api/pokemon-form/622/",
3110 "id": "622"
3111 },
3112 {
3113 "name": "golurk",
3114 "url": "https://pokedex.mimo.dev/api/pokemon-form/623/",
3115 "id": "623"
3116 },
3117 {
3118 "name": "pawniard",
3119 "url": "https://pokedex.mimo.dev/api/pokemon-form/624/",
3120 "id": "624"
3121 },
3122 {
3123 "name": "bisharp",
3124 "url": "https://pokedex.mimo.dev/api/pokemon-form/625/",
3125 "id": "625"
3126 },
3127 {
3128 "name": "bouffalant",
3129 "url": "https://pokedex.mimo.dev/api/pokemon-form/626/",
3130 "id": "626"
3131 },
3132 {
3133 "name": "rufflet",
3134 "url": "https://pokedex.mimo.dev/api/pokemon-form/627/",
3135 "id": "627"
3136 },
3137 {
3138 "name": "braviary",
3139 "url": "https://pokedex.mimo.dev/api/pokemon-form/628/",
3140 "id": "628"
3141 },
3142 {
3143 "name": "vullaby",
3144 "url": "https://pokedex.mimo.dev/api/pokemon-form/629/",
3145 "id": "629"
3146 },
3147 {
3148 "name": "mandibuzz",
3149 "url": "https://pokedex.mimo.dev/api/pokemon-form/630/",
3150 "id": "630"
3151 },
3152 {
3153 "name": "heatmor",
3154 "url": "https://pokedex.mimo.dev/api/pokemon-form/631/",
3155 "id": "631"
3156 },
3157 {
3158 "name": "durant",
3159 "url": "https://pokedex.mimo.dev/api/pokemon-form/632/",
3160 "id": "632"
3161 },
3162 {
3163 "name": "deino",
3164 "url": "https://pokedex.mimo.dev/api/pokemon-form/633/",
3165 "id": "633"
3166 },
3167 {
3168 "name": "zweilous",
3169 "url": "https://pokedex.mimo.dev/api/pokemon-form/634/",
3170 "id": "634"
3171 },
3172 {
3173 "name": "hydreigon",
3174 "url": "https://pokedex.mimo.dev/api/pokemon-form/635/",
3175 "id": "635"
3176 },
3177 {
3178 "name": "larvesta",
3179 "url": "https://pokedex.mimo.dev/api/pokemon-form/636/",
3180 "id": "636"
3181 },
3182 {
3183 "name": "volcarona",
3184 "url": "https://pokedex.mimo.dev/api/pokemon-form/637/",
3185 "id": "637"
3186 },
3187 {
3188 "name": "cobalion",
3189 "url": "https://pokedex.mimo.dev/api/pokemon-form/638/",
3190 "id": "638"
3191 },
3192 {
3193 "name": "terrakion",
3194 "url": "https://pokedex.mimo.dev/api/pokemon-form/639/",
3195 "id": "639"
3196 },
3197 {
3198 "name": "virizion",
3199 "url": "https://pokedex.mimo.dev/api/pokemon-form/640/",
3200 "id": "640"
3201 },
3202 {
3203 "name": "tornadus-incarnate",
3204 "url": "https://pokedex.mimo.dev/api/pokemon-form/641/",
3205 "id": "641"
3206 },
3207 {
3208 "name": "thundurus-incarnate",
3209 "url": "https://pokedex.mimo.dev/api/pokemon-form/642/",
3210 "id": "642"
3211 },
3212 {
3213 "name": "reshiram",
3214 "url": "https://pokedex.mimo.dev/api/pokemon-form/643/",
3215 "id": "643"
3216 },
3217 {
3218 "name": "zekrom",
3219 "url": "https://pokedex.mimo.dev/api/pokemon-form/644/",
3220 "id": "644"
3221 },
3222 {
3223 "name": "landorus-incarnate",
3224 "url": "https://pokedex.mimo.dev/api/pokemon-form/645/",
3225 "id": "645"
3226 },
3227 {
3228 "name": "kyurem",
3229 "url": "https://pokedex.mimo.dev/api/pokemon-form/646/",
3230 "id": "646"
3231 },
3232 {
3233 "name": "keldeo-ordinary",
3234 "url": "https://pokedex.mimo.dev/api/pokemon-form/647/",
3235 "id": "647"
3236 },
3237 {
3238 "name": "meloetta-aria",
3239 "url": "https://pokedex.mimo.dev/api/pokemon-form/648/",
3240 "id": "648"
3241 },
3242 {
3243 "name": "genesect",
3244 "url": "https://pokedex.mimo.dev/api/pokemon-form/649/",
3245 "id": "649"
3246 },
3247 {
3248 "name": "chespin",
3249 "url": "https://pokedex.mimo.dev/api/pokemon-form/650/",
3250 "id": "650"
3251 },
3252 {
3253 "name": "quilladin",
3254 "url": "https://pokedex.mimo.dev/api/pokemon-form/651/",
3255 "id": "651"
3256 },
3257 {
3258 "name": "chesnaught",
3259 "url": "https://pokedex.mimo.dev/api/pokemon-form/652/",
3260 "id": "652"
3261 },
3262 {
3263 "name": "fennekin",
3264 "url": "https://pokedex.mimo.dev/api/pokemon-form/653/",
3265 "id": "653"
3266 },
3267 {
3268 "name": "braixen",
3269 "url": "https://pokedex.mimo.dev/api/pokemon-form/654/",
3270 "id": "654"
3271 },
3272 {
3273 "name": "delphox",
3274 "url": "https://pokedex.mimo.dev/api/pokemon-form/655/",
3275 "id": "655"
3276 },
3277 {
3278 "name": "froakie",
3279 "url": "https://pokedex.mimo.dev/api/pokemon-form/656/",
3280 "id": "656"
3281 },
3282 {
3283 "name": "frogadier",
3284 "url": "https://pokedex.mimo.dev/api/pokemon-form/657/",
3285 "id": "657"
3286 },
3287 {
3288 "name": "greninja",
3289 "url": "https://pokedex.mimo.dev/api/pokemon-form/658/",
3290 "id": "658"
3291 },
3292 {
3293 "name": "bunnelby",
3294 "url": "https://pokedex.mimo.dev/api/pokemon-form/659/",
3295 "id": "659"
3296 },
3297 {
3298 "name": "diggersby",
3299 "url": "https://pokedex.mimo.dev/api/pokemon-form/660/",
3300 "id": "660"
3301 },
3302 {
3303 "name": "fletchling",
3304 "url": "https://pokedex.mimo.dev/api/pokemon-form/661/",
3305 "id": "661"
3306 },
3307 {
3308 "name": "fletchinder",
3309 "url": "https://pokedex.mimo.dev/api/pokemon-form/662/",
3310 "id": "662"
3311 },
3312 {
3313 "name": "talonflame",
3314 "url": "https://pokedex.mimo.dev/api/pokemon-form/663/",
3315 "id": "663"
3316 },
3317 {
3318 "name": "scatterbug-icy-snow",
3319 "url": "https://pokedex.mimo.dev/api/pokemon-form/664/",
3320 "id": "664"
3321 },
3322 {
3323 "name": "spewpa-icy-snow",
3324 "url": "https://pokedex.mimo.dev/api/pokemon-form/665/",
3325 "id": "665"
3326 },
3327 {
3328 "name": "vivillon-meadow",
3329 "url": "https://pokedex.mimo.dev/api/pokemon-form/666/",
3330 "id": "666"
3331 },
3332 {
3333 "name": "litleo",
3334 "url": "https://pokedex.mimo.dev/api/pokemon-form/667/",
3335 "id": "667"
3336 },
3337 {
3338 "name": "pyroar",
3339 "url": "https://pokedex.mimo.dev/api/pokemon-form/668/",
3340 "id": "668"
3341 },
3342 {
3343 "name": "flabebe-red",
3344 "url": "https://pokedex.mimo.dev/api/pokemon-form/669/",
3345 "id": "669"
3346 },
3347 {
3348 "name": "floette-red",
3349 "url": "https://pokedex.mimo.dev/api/pokemon-form/670/",
3350 "id": "670"
3351 },
3352 {
3353 "name": "florges-red",
3354 "url": "https://pokedex.mimo.dev/api/pokemon-form/671/",
3355 "id": "671"
3356 },
3357 {
3358 "name": "skiddo",
3359 "url": "https://pokedex.mimo.dev/api/pokemon-form/672/",
3360 "id": "672"
3361 },
3362 {
3363 "name": "gogoat",
3364 "url": "https://pokedex.mimo.dev/api/pokemon-form/673/",
3365 "id": "673"
3366 },
3367 {
3368 "name": "pancham",
3369 "url": "https://pokedex.mimo.dev/api/pokemon-form/674/",
3370 "id": "674"
3371 },
3372 {
3373 "name": "pangoro",
3374 "url": "https://pokedex.mimo.dev/api/pokemon-form/675/",
3375 "id": "675"
3376 },
3377 {
3378 "name": "furfrou-natural",
3379 "url": "https://pokedex.mimo.dev/api/pokemon-form/676/",
3380 "id": "676"
3381 },
3382 {
3383 "name": "espurr",
3384 "url": "https://pokedex.mimo.dev/api/pokemon-form/677/",
3385 "id": "677"
3386 },
3387 {
3388 "name": "meowstic-male",
3389 "url": "https://pokedex.mimo.dev/api/pokemon-form/678/",
3390 "id": "678"
3391 },
3392 {
3393 "name": "honedge",
3394 "url": "https://pokedex.mimo.dev/api/pokemon-form/679/",
3395 "id": "679"
3396 },
3397 {
3398 "name": "doublade",
3399 "url": "https://pokedex.mimo.dev/api/pokemon-form/680/",
3400 "id": "680"
3401 },
3402 {
3403 "name": "aegislash-shield",
3404 "url": "https://pokedex.mimo.dev/api/pokemon-form/681/",
3405 "id": "681"
3406 },
3407 {
3408 "name": "spritzee",
3409 "url": "https://pokedex.mimo.dev/api/pokemon-form/682/",
3410 "id": "682"
3411 },
3412 {
3413 "name": "aromatisse",
3414 "url": "https://pokedex.mimo.dev/api/pokemon-form/683/",
3415 "id": "683"
3416 },
3417 {
3418 "name": "swirlix",
3419 "url": "https://pokedex.mimo.dev/api/pokemon-form/684/",
3420 "id": "684"
3421 },
3422 {
3423 "name": "slurpuff",
3424 "url": "https://pokedex.mimo.dev/api/pokemon-form/685/",
3425 "id": "685"
3426 },
3427 {
3428 "name": "inkay",
3429 "url": "https://pokedex.mimo.dev/api/pokemon-form/686/",
3430 "id": "686"
3431 },
3432 {
3433 "name": "malamar",
3434 "url": "https://pokedex.mimo.dev/api/pokemon-form/687/",
3435 "id": "687"
3436 },
3437 {
3438 "name": "binacle",
3439 "url": "https://pokedex.mimo.dev/api/pokemon-form/688/",
3440 "id": "688"
3441 },
3442 {
3443 "name": "barbaracle",
3444 "url": "https://pokedex.mimo.dev/api/pokemon-form/689/",
3445 "id": "689"
3446 },
3447 {
3448 "name": "skrelp",
3449 "url": "https://pokedex.mimo.dev/api/pokemon-form/690/",
3450 "id": "690"
3451 },
3452 {
3453 "name": "dragalge",
3454 "url": "https://pokedex.mimo.dev/api/pokemon-form/691/",
3455 "id": "691"
3456 },
3457 {
3458 "name": "clauncher",
3459 "url": "https://pokedex.mimo.dev/api/pokemon-form/692/",
3460 "id": "692"
3461 },
3462 {
3463 "name": "clawitzer",
3464 "url": "https://pokedex.mimo.dev/api/pokemon-form/693/",
3465 "id": "693"
3466 },
3467 {
3468 "name": "helioptile",
3469 "url": "https://pokedex.mimo.dev/api/pokemon-form/694/",
3470 "id": "694"
3471 },
3472 {
3473 "name": "heliolisk",
3474 "url": "https://pokedex.mimo.dev/api/pokemon-form/695/",
3475 "id": "695"
3476 },
3477 {
3478 "name": "tyrunt",
3479 "url": "https://pokedex.mimo.dev/api/pokemon-form/696/",
3480 "id": "696"
3481 },
3482 {
3483 "name": "tyrantrum",
3484 "url": "https://pokedex.mimo.dev/api/pokemon-form/697/",
3485 "id": "697"
3486 },
3487 {
3488 "name": "amaura",
3489 "url": "https://pokedex.mimo.dev/api/pokemon-form/698/",
3490 "id": "698"
3491 },
3492 {
3493 "name": "aurorus",
3494 "url": "https://pokedex.mimo.dev/api/pokemon-form/699/",
3495 "id": "699"
3496 },
3497 {
3498 "name": "sylveon",
3499 "url": "https://pokedex.mimo.dev/api/pokemon-form/700/",
3500 "id": "700"
3501 },
3502 {
3503 "name": "hawlucha",
3504 "url": "https://pokedex.mimo.dev/api/pokemon-form/701/",
3505 "id": "701"
3506 },
3507 {
3508 "name": "dedenne",
3509 "url": "https://pokedex.mimo.dev/api/pokemon-form/702/",
3510 "id": "702"
3511 },
3512 {
3513 "name": "carbink",
3514 "url": "https://pokedex.mimo.dev/api/pokemon-form/703/",
3515 "id": "703"
3516 },
3517 {
3518 "name": "goomy",
3519 "url": "https://pokedex.mimo.dev/api/pokemon-form/704/",
3520 "id": "704"
3521 },
3522 {
3523 "name": "sliggoo",
3524 "url": "https://pokedex.mimo.dev/api/pokemon-form/705/",
3525 "id": "705"
3526 },
3527 {
3528 "name": "goodra",
3529 "url": "https://pokedex.mimo.dev/api/pokemon-form/706/",
3530 "id": "706"
3531 },
3532 {
3533 "name": "klefki",
3534 "url": "https://pokedex.mimo.dev/api/pokemon-form/707/",
3535 "id": "707"
3536 },
3537 {
3538 "name": "phantump",
3539 "url": "https://pokedex.mimo.dev/api/pokemon-form/708/",
3540 "id": "708"
3541 },
3542 {
3543 "name": "trevenant",
3544 "url": "https://pokedex.mimo.dev/api/pokemon-form/709/",
3545 "id": "709"
3546 },
3547 {
3548 "name": "pumpkaboo-average",
3549 "url": "https://pokedex.mimo.dev/api/pokemon-form/710/",
3550 "id": "710"
3551 },
3552 {
3553 "name": "gourgeist-average",
3554 "url": "https://pokedex.mimo.dev/api/pokemon-form/711/",
3555 "id": "711"
3556 },
3557 {
3558 "name": "bergmite",
3559 "url": "https://pokedex.mimo.dev/api/pokemon-form/712/",
3560 "id": "712"
3561 },
3562 {
3563 "name": "avalugg",
3564 "url": "https://pokedex.mimo.dev/api/pokemon-form/713/",
3565 "id": "713"
3566 },
3567 {
3568 "name": "noibat",
3569 "url": "https://pokedex.mimo.dev/api/pokemon-form/714/",
3570 "id": "714"
3571 },
3572 {
3573 "name": "noivern",
3574 "url": "https://pokedex.mimo.dev/api/pokemon-form/715/",
3575 "id": "715"
3576 },
3577 {
3578 "name": "xerneas-active",
3579 "url": "https://pokedex.mimo.dev/api/pokemon-form/716/",
3580 "id": "716"
3581 },
3582 {
3583 "name": "yveltal",
3584 "url": "https://pokedex.mimo.dev/api/pokemon-form/717/",
3585 "id": "717"
3586 },
3587 {
3588 "name": "zygarde-50",
3589 "url": "https://pokedex.mimo.dev/api/pokemon-form/718/",
3590 "id": "718"
3591 },
3592 {
3593 "name": "diancie",
3594 "url": "https://pokedex.mimo.dev/api/pokemon-form/719/",
3595 "id": "719"
3596 },
3597 {
3598 "name": "hoopa",
3599 "url": "https://pokedex.mimo.dev/api/pokemon-form/720/",
3600 "id": "720"
3601 },
3602 {
3603 "name": "volcanion",
3604 "url": "https://pokedex.mimo.dev/api/pokemon-form/721/",
3605 "id": "721"
3606 },
3607 {
3608 "name": "rowlet",
3609 "url": "https://pokedex.mimo.dev/api/pokemon-form/722/",
3610 "id": "722"
3611 },
3612 {
3613 "name": "dartrix",
3614 "url": "https://pokedex.mimo.dev/api/pokemon-form/723/",
3615 "id": "723"
3616 },
3617 {
3618 "name": "decidueye",
3619 "url": "https://pokedex.mimo.dev/api/pokemon-form/724/",
3620 "id": "724"
3621 },
3622 {
3623 "name": "litten",
3624 "url": "https://pokedex.mimo.dev/api/pokemon-form/725/",
3625 "id": "725"
3626 },
3627 {
3628 "name": "torracat",
3629 "url": "https://pokedex.mimo.dev/api/pokemon-form/726/",
3630 "id": "726"
3631 },
3632 {
3633 "name": "incineroar",
3634 "url": "https://pokedex.mimo.dev/api/pokemon-form/727/",
3635 "id": "727"
3636 },
3637 {
3638 "name": "popplio",
3639 "url": "https://pokedex.mimo.dev/api/pokemon-form/728/",
3640 "id": "728"
3641 },
3642 {
3643 "name": "brionne",
3644 "url": "https://pokedex.mimo.dev/api/pokemon-form/729/",
3645 "id": "729"
3646 },
3647 {
3648 "name": "primarina",
3649 "url": "https://pokedex.mimo.dev/api/pokemon-form/730/",
3650 "id": "730"
3651 },
3652 {
3653 "name": "pikipek",
3654 "url": "https://pokedex.mimo.dev/api/pokemon-form/731/",
3655 "id": "731"
3656 },
3657 {
3658 "name": "trumbeak",
3659 "url": "https://pokedex.mimo.dev/api/pokemon-form/732/",
3660 "id": "732"
3661 },
3662 {
3663 "name": "toucannon",
3664 "url": "https://pokedex.mimo.dev/api/pokemon-form/733/",
3665 "id": "733"
3666 },
3667 {
3668 "name": "yungoos",
3669 "url": "https://pokedex.mimo.dev/api/pokemon-form/734/",
3670 "id": "734"
3671 },
3672 {
3673 "name": "gumshoos",
3674 "url": "https://pokedex.mimo.dev/api/pokemon-form/735/",
3675 "id": "735"
3676 },
3677 {
3678 "name": "grubbin",
3679 "url": "https://pokedex.mimo.dev/api/pokemon-form/736/",
3680 "id": "736"
3681 },
3682 {
3683 "name": "charjabug",
3684 "url": "https://pokedex.mimo.dev/api/pokemon-form/737/",
3685 "id": "737"
3686 },
3687 {
3688 "name": "vikavolt",
3689 "url": "https://pokedex.mimo.dev/api/pokemon-form/738/",
3690 "id": "738"
3691 },
3692 {
3693 "name": "crabrawler",
3694 "url": "https://pokedex.mimo.dev/api/pokemon-form/739/",
3695 "id": "739"
3696 },
3697 {
3698 "name": "crabominable",
3699 "url": "https://pokedex.mimo.dev/api/pokemon-form/740/",
3700 "id": "740"
3701 },
3702 {
3703 "name": "oricorio-baile",
3704 "url": "https://pokedex.mimo.dev/api/pokemon-form/741/",
3705 "id": "741"
3706 },
3707 {
3708 "name": "cutiefly",
3709 "url": "https://pokedex.mimo.dev/api/pokemon-form/742/",
3710 "id": "742"
3711 },
3712 {
3713 "name": "ribombee",
3714 "url": "https://pokedex.mimo.dev/api/pokemon-form/743/",
3715 "id": "743"
3716 },
3717 {
3718 "name": "rockruff",
3719 "url": "https://pokedex.mimo.dev/api/pokemon-form/744/",
3720 "id": "744"
3721 },
3722 {
3723 "name": "lycanroc-midday",
3724 "url": "https://pokedex.mimo.dev/api/pokemon-form/745/",
3725 "id": "745"
3726 },
3727 {
3728 "name": "wishiwashi-solo",
3729 "url": "https://pokedex.mimo.dev/api/pokemon-form/746/",
3730 "id": "746"
3731 },
3732 {
3733 "name": "mareanie",
3734 "url": "https://pokedex.mimo.dev/api/pokemon-form/747/",
3735 "id": "747"
3736 },
3737 {
3738 "name": "toxapex",
3739 "url": "https://pokedex.mimo.dev/api/pokemon-form/748/",
3740 "id": "748"
3741 },
3742 {
3743 "name": "mudbray",
3744 "url": "https://pokedex.mimo.dev/api/pokemon-form/749/",
3745 "id": "749"
3746 },
3747 {
3748 "name": "mudsdale",
3749 "url": "https://pokedex.mimo.dev/api/pokemon-form/750/",
3750 "id": "750"
3751 },
3752 {
3753 "name": "dewpider",
3754 "url": "https://pokedex.mimo.dev/api/pokemon-form/751/",
3755 "id": "751"
3756 },
3757 {
3758 "name": "araquanid",
3759 "url": "https://pokedex.mimo.dev/api/pokemon-form/752/",
3760 "id": "752"
3761 },
3762 {
3763 "name": "fomantis",
3764 "url": "https://pokedex.mimo.dev/api/pokemon-form/753/",
3765 "id": "753"
3766 },
3767 {
3768 "name": "lurantis",
3769 "url": "https://pokedex.mimo.dev/api/pokemon-form/754/",
3770 "id": "754"
3771 },
3772 {
3773 "name": "morelull",
3774 "url": "https://pokedex.mimo.dev/api/pokemon-form/755/",
3775 "id": "755"
3776 },
3777 {
3778 "name": "shiinotic",
3779 "url": "https://pokedex.mimo.dev/api/pokemon-form/756/",
3780 "id": "756"
3781 },
3782 {
3783 "name": "salandit",
3784 "url": "https://pokedex.mimo.dev/api/pokemon-form/757/",
3785 "id": "757"
3786 },
3787 {
3788 "name": "salazzle",
3789 "url": "https://pokedex.mimo.dev/api/pokemon-form/758/",
3790 "id": "758"
3791 },
3792 {
3793 "name": "stufful",
3794 "url": "https://pokedex.mimo.dev/api/pokemon-form/759/",
3795 "id": "759"
3796 },
3797 {
3798 "name": "bewear",
3799 "url": "https://pokedex.mimo.dev/api/pokemon-form/760/",
3800 "id": "760"
3801 },
3802 {
3803 "name": "bounsweet",
3804 "url": "https://pokedex.mimo.dev/api/pokemon-form/761/",
3805 "id": "761"
3806 },
3807 {
3808 "name": "steenee",
3809 "url": "https://pokedex.mimo.dev/api/pokemon-form/762/",
3810 "id": "762"
3811 },
3812 {
3813 "name": "tsareena",
3814 "url": "https://pokedex.mimo.dev/api/pokemon-form/763/",
3815 "id": "763"
3816 },
3817 {
3818 "name": "comfey",
3819 "url": "https://pokedex.mimo.dev/api/pokemon-form/764/",
3820 "id": "764"
3821 },
3822 {
3823 "name": "oranguru",
3824 "url": "https://pokedex.mimo.dev/api/pokemon-form/765/",
3825 "id": "765"
3826 },
3827 {
3828 "name": "passimian",
3829 "url": "https://pokedex.mimo.dev/api/pokemon-form/766/",
3830 "id": "766"
3831 },
3832 {
3833 "name": "wimpod",
3834 "url": "https://pokedex.mimo.dev/api/pokemon-form/767/",
3835 "id": "767"
3836 },
3837 {
3838 "name": "golisopod",
3839 "url": "https://pokedex.mimo.dev/api/pokemon-form/768/",
3840 "id": "768"
3841 },
3842 {
3843 "name": "sandygast",
3844 "url": "https://pokedex.mimo.dev/api/pokemon-form/769/",
3845 "id": "769"
3846 },
3847 {
3848 "name": "palossand",
3849 "url": "https://pokedex.mimo.dev/api/pokemon-form/770/",
3850 "id": "770"
3851 },
3852 {
3853 "name": "pyukumuku",
3854 "url": "https://pokedex.mimo.dev/api/pokemon-form/771/",
3855 "id": "771"
3856 },
3857 {
3858 "name": "type-null",
3859 "url": "https://pokedex.mimo.dev/api/pokemon-form/772/",
3860 "id": "772"
3861 },
3862 {
3863 "name": "silvally-normal",
3864 "url": "https://pokedex.mimo.dev/api/pokemon-form/773/",
3865 "id": "773"
3866 },
3867 {
3868 "name": "minior-red-meteor",
3869 "url": "https://pokedex.mimo.dev/api/pokemon-form/774/",
3870 "id": "774"
3871 },
3872 {
3873 "name": "komala",
3874 "url": "https://pokedex.mimo.dev/api/pokemon-form/775/",
3875 "id": "775"
3876 },
3877 {
3878 "name": "turtonator",
3879 "url": "https://pokedex.mimo.dev/api/pokemon-form/776/",
3880 "id": "776"
3881 },
3882 {
3883 "name": "togedemaru",
3884 "url": "https://pokedex.mimo.dev/api/pokemon-form/777/",
3885 "id": "777"
3886 },
3887 {
3888 "name": "mimikyu-disguised",
3889 "url": "https://pokedex.mimo.dev/api/pokemon-form/778/",
3890 "id": "778"
3891 },
3892 {
3893 "name": "bruxish",
3894 "url": "https://pokedex.mimo.dev/api/pokemon-form/779/",
3895 "id": "779"
3896 },
3897 {
3898 "name": "drampa",
3899 "url": "https://pokedex.mimo.dev/api/pokemon-form/780/",
3900 "id": "780"
3901 },
3902 {
3903 "name": "dhelmise",
3904 "url": "https://pokedex.mimo.dev/api/pokemon-form/781/",
3905 "id": "781"
3906 },
3907 {
3908 "name": "jangmo-o",
3909 "url": "https://pokedex.mimo.dev/api/pokemon-form/782/",
3910 "id": "782"
3911 },
3912 {
3913 "name": "hakamo-o",
3914 "url": "https://pokedex.mimo.dev/api/pokemon-form/783/",
3915 "id": "783"
3916 },
3917 {
3918 "name": "kommo-o",
3919 "url": "https://pokedex.mimo.dev/api/pokemon-form/784/",
3920 "id": "784"
3921 },
3922 {
3923 "name": "tapu-koko",
3924 "url": "https://pokedex.mimo.dev/api/pokemon-form/785/",
3925 "id": "785"
3926 },
3927 {
3928 "name": "tapu-lele",
3929 "url": "https://pokedex.mimo.dev/api/pokemon-form/786/",
3930 "id": "786"
3931 },
3932 {
3933 "name": "tapu-bulu",
3934 "url": "https://pokedex.mimo.dev/api/pokemon-form/787/",
3935 "id": "787"
3936 },
3937 {
3938 "name": "tapu-fini",
3939 "url": "https://pokedex.mimo.dev/api/pokemon-form/788/",
3940 "id": "788"
3941 },
3942 {
3943 "name": "cosmog",
3944 "url": "https://pokedex.mimo.dev/api/pokemon-form/789/",
3945 "id": "789"
3946 },
3947 {
3948 "name": "cosmoem",
3949 "url": "https://pokedex.mimo.dev/api/pokemon-form/790/",
3950 "id": "790"
3951 },
3952 {
3953 "name": "solgaleo",
3954 "url": "https://pokedex.mimo.dev/api/pokemon-form/791/",
3955 "id": "791"
3956 },
3957 {
3958 "name": "lunala",
3959 "url": "https://pokedex.mimo.dev/api/pokemon-form/792/",
3960 "id": "792"
3961 },
3962 {
3963 "name": "nihilego",
3964 "url": "https://pokedex.mimo.dev/api/pokemon-form/793/",
3965 "id": "793"
3966 },
3967 {
3968 "name": "buzzwole",
3969 "url": "https://pokedex.mimo.dev/api/pokemon-form/794/",
3970 "id": "794"
3971 },
3972 {
3973 "name": "pheromosa",
3974 "url": "https://pokedex.mimo.dev/api/pokemon-form/795/",
3975 "id": "795"
3976 },
3977 {
3978 "name": "xurkitree",
3979 "url": "https://pokedex.mimo.dev/api/pokemon-form/796/",
3980 "id": "796"
3981 },
3982 {
3983 "name": "celesteela",
3984 "url": "https://pokedex.mimo.dev/api/pokemon-form/797/",
3985 "id": "797"
3986 },
3987 {
3988 "name": "kartana",
3989 "url": "https://pokedex.mimo.dev/api/pokemon-form/798/",
3990 "id": "798"
3991 },
3992 {
3993 "name": "guzzlord",
3994 "url": "https://pokedex.mimo.dev/api/pokemon-form/799/",
3995 "id": "799"
3996 },
3997 {
3998 "name": "necrozma",
3999 "url": "https://pokedex.mimo.dev/api/pokemon-form/800/",
4000 "id": "800"
4001 },
4002 {
4003 "name": "magearna",
4004 "url": "https://pokedex.mimo.dev/api/pokemon-form/801/",
4005 "id": "801"
4006 },
4007 {
4008 "name": "marshadow",
4009 "url": "https://pokedex.mimo.dev/api/pokemon-form/802/",
4010 "id": "802"
4011 },
4012 {
4013 "name": "poipole",
4014 "url": "https://pokedex.mimo.dev/api/pokemon-form/803/",
4015 "id": "803"
4016 },
4017 {
4018 "name": "naganadel",
4019 "url": "https://pokedex.mimo.dev/api/pokemon-form/804/",
4020 "id": "804"
4021 },
4022 {
4023 "name": "stakataka",
4024 "url": "https://pokedex.mimo.dev/api/pokemon-form/805/",
4025 "id": "805"
4026 },
4027 {
4028 "name": "blacephalon",
4029 "url": "https://pokedex.mimo.dev/api/pokemon-form/806/",
4030 "id": "806"
4031 },
4032 {
4033 "name": "zeraora",
4034 "url": "https://pokedex.mimo.dev/api/pokemon-form/807/",
4035 "id": "807"
4036 },
4037 {
4038 "name": "meltan",
4039 "url": "https://pokedex.mimo.dev/api/pokemon-form/808/",
4040 "id": "808"
4041 },
4042 {
4043 "name": "melmetal",
4044 "url": "https://pokedex.mimo.dev/api/pokemon-form/809/",
4045 "id": "809"
4046 },
4047 {
4048 "name": "grookey",
4049 "url": "https://pokedex.mimo.dev/api/pokemon-form/810/",
4050 "id": "810"
4051 },
4052 {
4053 "name": "thwackey",
4054 "url": "https://pokedex.mimo.dev/api/pokemon-form/811/",
4055 "id": "811"
4056 },
4057 {
4058 "name": "rillaboom",
4059 "url": "https://pokedex.mimo.dev/api/pokemon-form/812/",
4060 "id": "812"
4061 },
4062 {
4063 "name": "scorbunny",
4064 "url": "https://pokedex.mimo.dev/api/pokemon-form/813/",
4065 "id": "813"
4066 },
4067 {
4068 "name": "raboot",
4069 "url": "https://pokedex.mimo.dev/api/pokemon-form/814/",
4070 "id": "814"
4071 },
4072 {
4073 "name": "cinderace",
4074 "url": "https://pokedex.mimo.dev/api/pokemon-form/815/",
4075 "id": "815"
4076 },
4077 {
4078 "name": "sobble",
4079 "url": "https://pokedex.mimo.dev/api/pokemon-form/816/",
4080 "id": "816"
4081 },
4082 {
4083 "name": "drizzile",
4084 "url": "https://pokedex.mimo.dev/api/pokemon-form/817/",
4085 "id": "817"
4086 },
4087 {
4088 "name": "inteleon",
4089 "url": "https://pokedex.mimo.dev/api/pokemon-form/818/",
4090 "id": "818"
4091 },
4092 {
4093 "name": "skwovet",
4094 "url": "https://pokedex.mimo.dev/api/pokemon-form/819/",
4095 "id": "819"
4096 },
4097 {
4098 "name": "greedent",
4099 "url": "https://pokedex.mimo.dev/api/pokemon-form/820/",
4100 "id": "820"
4101 },
4102 {
4103 "name": "rookidee",
4104 "url": "https://pokedex.mimo.dev/api/pokemon-form/821/",
4105 "id": "821"
4106 },
4107 {
4108 "name": "corvisquire",
4109 "url": "https://pokedex.mimo.dev/api/pokemon-form/822/",
4110 "id": "822"
4111 },
4112 {
4113 "name": "corviknight",
4114 "url": "https://pokedex.mimo.dev/api/pokemon-form/823/",
4115 "id": "823"
4116 },
4117 {
4118 "name": "blipbug",
4119 "url": "https://pokedex.mimo.dev/api/pokemon-form/824/",
4120 "id": "824"
4121 },
4122 {
4123 "name": "dottler",
4124 "url": "https://pokedex.mimo.dev/api/pokemon-form/825/",
4125 "id": "825"
4126 },
4127 {
4128 "name": "orbeetle",
4129 "url": "https://pokedex.mimo.dev/api/pokemon-form/826/",
4130 "id": "826"
4131 },
4132 {
4133 "name": "nickit",
4134 "url": "https://pokedex.mimo.dev/api/pokemon-form/827/",
4135 "id": "827"
4136 },
4137 {
4138 "name": "thievul",
4139 "url": "https://pokedex.mimo.dev/api/pokemon-form/828/",
4140 "id": "828"
4141 },
4142 {
4143 "name": "gossifleur",
4144 "url": "https://pokedex.mimo.dev/api/pokemon-form/829/",
4145 "id": "829"
4146 },
4147 {
4148 "name": "eldegoss",
4149 "url": "https://pokedex.mimo.dev/api/pokemon-form/830/",
4150 "id": "830"
4151 },
4152 {
4153 "name": "wooloo",
4154 "url": "https://pokedex.mimo.dev/api/pokemon-form/831/",
4155 "id": "831"
4156 },
4157 {
4158 "name": "dubwool",
4159 "url": "https://pokedex.mimo.dev/api/pokemon-form/832/",
4160 "id": "832"
4161 },
4162 {
4163 "name": "chewtle",
4164 "url": "https://pokedex.mimo.dev/api/pokemon-form/833/",
4165 "id": "833"
4166 },
4167 {
4168 "name": "drednaw",
4169 "url": "https://pokedex.mimo.dev/api/pokemon-form/834/",
4170 "id": "834"
4171 },
4172 {
4173 "name": "yamper",
4174 "url": "https://pokedex.mimo.dev/api/pokemon-form/835/",
4175 "id": "835"
4176 },
4177 {
4178 "name": "boltund",
4179 "url": "https://pokedex.mimo.dev/api/pokemon-form/836/",
4180 "id": "836"
4181 },
4182 {
4183 "name": "rolycoly",
4184 "url": "https://pokedex.mimo.dev/api/pokemon-form/837/",
4185 "id": "837"
4186 },
4187 {
4188 "name": "carkol",
4189 "url": "https://pokedex.mimo.dev/api/pokemon-form/838/",
4190 "id": "838"
4191 },
4192 {
4193 "name": "coalossal",
4194 "url": "https://pokedex.mimo.dev/api/pokemon-form/839/",
4195 "id": "839"
4196 },
4197 {
4198 "name": "applin",
4199 "url": "https://pokedex.mimo.dev/api/pokemon-form/840/",
4200 "id": "840"
4201 },
4202 {
4203 "name": "flapple",
4204 "url": "https://pokedex.mimo.dev/api/pokemon-form/841/",
4205 "id": "841"
4206 },
4207 {
4208 "name": "appletun",
4209 "url": "https://pokedex.mimo.dev/api/pokemon-form/842/",
4210 "id": "842"
4211 },
4212 {
4213 "name": "silicobra",
4214 "url": "https://pokedex.mimo.dev/api/pokemon-form/843/",
4215 "id": "843"
4216 },
4217 {
4218 "name": "sandaconda",
4219 "url": "https://pokedex.mimo.dev/api/pokemon-form/844/",
4220 "id": "844"
4221 },
4222 {
4223 "name": "cramorant",
4224 "url": "https://pokedex.mimo.dev/api/pokemon-form/845/",
4225 "id": "845"
4226 },
4227 {
4228 "name": "arrokuda",
4229 "url": "https://pokedex.mimo.dev/api/pokemon-form/846/",
4230 "id": "846"
4231 },
4232 {
4233 "name": "barraskewda",
4234 "url": "https://pokedex.mimo.dev/api/pokemon-form/847/",
4235 "id": "847"
4236 },
4237 {
4238 "name": "toxel",
4239 "url": "https://pokedex.mimo.dev/api/pokemon-form/848/",
4240 "id": "848"
4241 },
4242 {
4243 "name": "toxtricity-amped",
4244 "url": "https://pokedex.mimo.dev/api/pokemon-form/849/",
4245 "id": "849"
4246 },
4247 {
4248 "name": "sizzlipede",
4249 "url": "https://pokedex.mimo.dev/api/pokemon-form/850/",
4250 "id": "850"
4251 },
4252 {
4253 "name": "centiskorch",
4254 "url": "https://pokedex.mimo.dev/api/pokemon-form/851/",
4255 "id": "851"
4256 },
4257 {
4258 "name": "clobbopus",
4259 "url": "https://pokedex.mimo.dev/api/pokemon-form/852/",
4260 "id": "852"
4261 },
4262 {
4263 "name": "grapploct",
4264 "url": "https://pokedex.mimo.dev/api/pokemon-form/853/",
4265 "id": "853"
4266 },
4267 {
4268 "name": "sinistea-phony",
4269 "url": "https://pokedex.mimo.dev/api/pokemon-form/854/",
4270 "id": "854"
4271 },
4272 {
4273 "name": "polteageist-phony",
4274 "url": "https://pokedex.mimo.dev/api/pokemon-form/855/",
4275 "id": "855"
4276 },
4277 {
4278 "name": "hatenna",
4279 "url": "https://pokedex.mimo.dev/api/pokemon-form/856/",
4280 "id": "856"
4281 },
4282 {
4283 "name": "hattrem",
4284 "url": "https://pokedex.mimo.dev/api/pokemon-form/857/",
4285 "id": "857"
4286 },
4287 {
4288 "name": "hatterene",
4289 "url": "https://pokedex.mimo.dev/api/pokemon-form/858/",
4290 "id": "858"
4291 },
4292 {
4293 "name": "impidimp",
4294 "url": "https://pokedex.mimo.dev/api/pokemon-form/859/",
4295 "id": "859"
4296 },
4297 {
4298 "name": "morgrem",
4299 "url": "https://pokedex.mimo.dev/api/pokemon-form/860/",
4300 "id": "860"
4301 },
4302 {
4303 "name": "grimmsnarl",
4304 "url": "https://pokedex.mimo.dev/api/pokemon-form/861/",
4305 "id": "861"
4306 },
4307 {
4308 "name": "obstagoon",
4309 "url": "https://pokedex.mimo.dev/api/pokemon-form/862/",
4310 "id": "862"
4311 },
4312 {
4313 "name": "perrserker",
4314 "url": "https://pokedex.mimo.dev/api/pokemon-form/863/",
4315 "id": "863"
4316 },
4317 {
4318 "name": "cursola",
4319 "url": "https://pokedex.mimo.dev/api/pokemon-form/864/",
4320 "id": "864"
4321 },
4322 {
4323 "name": "sirfetchd",
4324 "url": "https://pokedex.mimo.dev/api/pokemon-form/865/",
4325 "id": "865"
4326 },
4327 {
4328 "name": "mr-rime",
4329 "url": "https://pokedex.mimo.dev/api/pokemon-form/866/",
4330 "id": "866"
4331 },
4332 {
4333 "name": "runerigus",
4334 "url": "https://pokedex.mimo.dev/api/pokemon-form/867/",
4335 "id": "867"
4336 },
4337 {
4338 "name": "milcery",
4339 "url": "https://pokedex.mimo.dev/api/pokemon-form/868/",
4340 "id": "868"
4341 },
4342 {
4343 "name": "alcremie-vanilla-cream",
4344 "url": "https://pokedex.mimo.dev/api/pokemon-form/869/",
4345 "id": "869"
4346 },
4347 {
4348 "name": "falinks",
4349 "url": "https://pokedex.mimo.dev/api/pokemon-form/870/",
4350 "id": "870"
4351 },
4352 {
4353 "name": "pincurchin",
4354 "url": "https://pokedex.mimo.dev/api/pokemon-form/871/",
4355 "id": "871"
4356 },
4357 {
4358 "name": "snom",
4359 "url": "https://pokedex.mimo.dev/api/pokemon-form/872/",
4360 "id": "872"
4361 },
4362 {
4363 "name": "frosmoth",
4364 "url": "https://pokedex.mimo.dev/api/pokemon-form/873/",
4365 "id": "873"
4366 },
4367 {
4368 "name": "stonjourner",
4369 "url": "https://pokedex.mimo.dev/api/pokemon-form/874/",
4370 "id": "874"
4371 },
4372 {
4373 "name": "eiscue-ice",
4374 "url": "https://pokedex.mimo.dev/api/pokemon-form/875/",
4375 "id": "875"
4376 },
4377 {
4378 "name": "indeedee-male",
4379 "url": "https://pokedex.mimo.dev/api/pokemon-form/876/",
4380 "id": "876"
4381 },
4382 {
4383 "name": "morpeko-full-belly",
4384 "url": "https://pokedex.mimo.dev/api/pokemon-form/877/",
4385 "id": "877"
4386 },
4387 {
4388 "name": "cufant",
4389 "url": "https://pokedex.mimo.dev/api/pokemon-form/878/",
4390 "id": "878"
4391 },
4392 {
4393 "name": "copperajah",
4394 "url": "https://pokedex.mimo.dev/api/pokemon-form/879/",
4395 "id": "879"
4396 },
4397 {
4398 "name": "dracozolt",
4399 "url": "https://pokedex.mimo.dev/api/pokemon-form/880/",
4400 "id": "880"
4401 },
4402 {
4403 "name": "arctozolt",
4404 "url": "https://pokedex.mimo.dev/api/pokemon-form/881/",
4405 "id": "881"
4406 },
4407 {
4408 "name": "dracovish",
4409 "url": "https://pokedex.mimo.dev/api/pokemon-form/882/",
4410 "id": "882"
4411 },
4412 {
4413 "name": "arctovish",
4414 "url": "https://pokedex.mimo.dev/api/pokemon-form/883/",
4415 "id": "883"
4416 },
4417 {
4418 "name": "duraludon",
4419 "url": "https://pokedex.mimo.dev/api/pokemon-form/884/",
4420 "id": "884"
4421 },
4422 {
4423 "name": "dreepy",
4424 "url": "https://pokedex.mimo.dev/api/pokemon-form/885/",
4425 "id": "885"
4426 },
4427 {
4428 "name": "drakloak",
4429 "url": "https://pokedex.mimo.dev/api/pokemon-form/886/",
4430 "id": "886"
4431 },
4432 {
4433 "name": "dragapult",
4434 "url": "https://pokedex.mimo.dev/api/pokemon-form/887/",
4435 "id": "887"
4436 },
4437 {
4438 "name": "zacian",
4439 "url": "https://pokedex.mimo.dev/api/pokemon-form/888/",
4440 "id": "888"
4441 },
4442 {
4443 "name": "zamazenta",
4444 "url": "https://pokedex.mimo.dev/api/pokemon-form/889/",
4445 "id": "889"
4446 },
4447 {
4448 "name": "eternatus",
4449 "url": "https://pokedex.mimo.dev/api/pokemon-form/890/",
4450 "id": "890"
4451 },
4452 {
4453 "name": "kubfu",
4454 "url": "https://pokedex.mimo.dev/api/pokemon-form/891/",
4455 "id": "891"
4456 },
4457 {
4458 "name": "urshifu-single-strike",
4459 "url": "https://pokedex.mimo.dev/api/pokemon-form/892/",
4460 "id": "892"
4461 },
4462 {
4463 "name": "zarude",
4464 "url": "https://pokedex.mimo.dev/api/pokemon-form/893/",
4465 "id": "893"
4466 },
4467 {
4468 "name": "regieleki",
4469 "url": "https://pokedex.mimo.dev/api/pokemon-form/894/",
4470 "id": "894"
4471 },
4472 {
4473 "name": "regidrago",
4474 "url": "https://pokedex.mimo.dev/api/pokemon-form/895/",
4475 "id": "895"
4476 },
4477 {
4478 "name": "glastrier",
4479 "url": "https://pokedex.mimo.dev/api/pokemon-form/896/",
4480 "id": "896"
4481 },
4482 {
4483 "name": "spectrier",
4484 "url": "https://pokedex.mimo.dev/api/pokemon-form/897/",
4485 "id": "897"
4486 },
4487 {
4488 "name": "calyrex",
4489 "url": "https://pokedex.mimo.dev/api/pokemon-form/898/",
4490 "id": "898"
4491 },
4492 {
4493 "name": "wyrdeer",
4494 "url": "https://pokedex.mimo.dev/api/pokemon-form/899/",
4495 "id": "899"
4496 },
4497 {
4498 "name": "kleavor",
4499 "url": "https://pokedex.mimo.dev/api/pokemon-form/900/",
4500 "id": "900"
4501 },
4502 {
4503 "name": "ursaluna",
4504 "url": "https://pokedex.mimo.dev/api/pokemon-form/901/",
4505 "id": "901"
4506 },
4507 {
4508 "name": "basculegion-male",
4509 "url": "https://pokedex.mimo.dev/api/pokemon-form/902/",
4510 "id": "902"
4511 },
4512 {
4513 "name": "sneasler",
4514 "url": "https://pokedex.mimo.dev/api/pokemon-form/903/",
4515 "id": "903"
4516 },
4517 {
4518 "name": "overqwil",
4519 "url": "https://pokedex.mimo.dev/api/pokemon-form/904/",
4520 "id": "904"
4521 },
4522 {
4523 "name": "enamorus-incarnate",
4524 "url": "https://pokedex.mimo.dev/api/pokemon-form/905/",
4525 "id": "905"
4526 },
4527 {
4528 "name": "sprigatito",
4529 "url": "https://pokedex.mimo.dev/api/pokemon-form/906/",
4530 "id": "906"
4531 },
4532 {
4533 "name": "floragato",
4534 "url": "https://pokedex.mimo.dev/api/pokemon-form/907/",
4535 "id": "907"
4536 },
4537 {
4538 "name": "meowscarada",
4539 "url": "https://pokedex.mimo.dev/api/pokemon-form/908/",
4540 "id": "908"
4541 },
4542 {
4543 "name": "fuecoco",
4544 "url": "https://pokedex.mimo.dev/api/pokemon-form/909/",
4545 "id": "909"
4546 },
4547 {
4548 "name": "crocalor",
4549 "url": "https://pokedex.mimo.dev/api/pokemon-form/910/",
4550 "id": "910"
4551 },
4552 {
4553 "name": "skeledirge",
4554 "url": "https://pokedex.mimo.dev/api/pokemon-form/911/",
4555 "id": "911"
4556 },
4557 {
4558 "name": "quaxly",
4559 "url": "https://pokedex.mimo.dev/api/pokemon-form/912/",
4560 "id": "912"
4561 },
4562 {
4563 "name": "quaxwell",
4564 "url": "https://pokedex.mimo.dev/api/pokemon-form/913/",
4565 "id": "913"
4566 },
4567 {
4568 "name": "quaquaval",
4569 "url": "https://pokedex.mimo.dev/api/pokemon-form/914/",
4570 "id": "914"
4571 },
4572 {
4573 "name": "lechonk",
4574 "url": "https://pokedex.mimo.dev/api/pokemon-form/915/",
4575 "id": "915"
4576 },
4577 {
4578 "name": "oinkologne",
4579 "url": "https://pokedex.mimo.dev/api/pokemon-form/916/",
4580 "id": "916"
4581 },
4582 {
4583 "name": "tarountula",
4584 "url": "https://pokedex.mimo.dev/api/pokemon-form/917/",
4585 "id": "917"
4586 },
4587 {
4588 "name": "spidops",
4589 "url": "https://pokedex.mimo.dev/api/pokemon-form/918/",
4590 "id": "918"
4591 },
4592 {
4593 "name": "nymble",
4594 "url": "https://pokedex.mimo.dev/api/pokemon-form/919/",
4595 "id": "919"
4596 },
4597 {
4598 "name": "lokix",
4599 "url": "https://pokedex.mimo.dev/api/pokemon-form/920/",
4600 "id": "920"
4601 },
4602 {
4603 "name": "pawmi",
4604 "url": "https://pokedex.mimo.dev/api/pokemon-form/921/",
4605 "id": "921"
4606 },
4607 {
4608 "name": "pawmo",
4609 "url": "https://pokedex.mimo.dev/api/pokemon-form/922/",
4610 "id": "922"
4611 },
4612 {
4613 "name": "pawmot",
4614 "url": "https://pokedex.mimo.dev/api/pokemon-form/923/",
4615 "id": "923"
4616 },
4617 {
4618 "name": "tandemaus",
4619 "url": "https://pokedex.mimo.dev/api/pokemon-form/924/",
4620 "id": "924"
4621 },
4622 {
4623 "name": "maushold-family-of-four",
4624 "url": "https://pokedex.mimo.dev/api/pokemon-form/925/",
4625 "id": "925"
4626 },
4627 {
4628 "name": "fidough",
4629 "url": "https://pokedex.mimo.dev/api/pokemon-form/926/",
4630 "id": "926"
4631 },
4632 {
4633 "name": "dachsbun",
4634 "url": "https://pokedex.mimo.dev/api/pokemon-form/927/",
4635 "id": "927"
4636 },
4637 {
4638 "name": "smoliv",
4639 "url": "https://pokedex.mimo.dev/api/pokemon-form/928/",
4640 "id": "928"
4641 },
4642 {
4643 "name": "dolliv",
4644 "url": "https://pokedex.mimo.dev/api/pokemon-form/929/",
4645 "id": "929"
4646 },
4647 {
4648 "name": "arboliva",
4649 "url": "https://pokedex.mimo.dev/api/pokemon-form/930/",
4650 "id": "930"
4651 },
4652 {
4653 "name": "squawkabilly-green-plumage",
4654 "url": "https://pokedex.mimo.dev/api/pokemon-form/931/",
4655 "id": "931"
4656 },
4657 {
4658 "name": "nacli",
4659 "url": "https://pokedex.mimo.dev/api/pokemon-form/932/",
4660 "id": "932"
4661 },
4662 {
4663 "name": "naclstack",
4664 "url": "https://pokedex.mimo.dev/api/pokemon-form/933/",
4665 "id": "933"
4666 },
4667 {
4668 "name": "garganacl",
4669 "url": "https://pokedex.mimo.dev/api/pokemon-form/934/",
4670 "id": "934"
4671 },
4672 {
4673 "name": "charcadet",
4674 "url": "https://pokedex.mimo.dev/api/pokemon-form/935/",
4675 "id": "935"
4676 },
4677 {
4678 "name": "armarouge",
4679 "url": "https://pokedex.mimo.dev/api/pokemon-form/936/",
4680 "id": "936"
4681 },
4682 {
4683 "name": "ceruledge",
4684 "url": "https://pokedex.mimo.dev/api/pokemon-form/937/",
4685 "id": "937"
4686 },
4687 {
4688 "name": "tadbulb",
4689 "url": "https://pokedex.mimo.dev/api/pokemon-form/938/",
4690 "id": "938"
4691 },
4692 {
4693 "name": "bellibolt",
4694 "url": "https://pokedex.mimo.dev/api/pokemon-form/939/",
4695 "id": "939"
4696 },
4697 {
4698 "name": "wattrel",
4699 "url": "https://pokedex.mimo.dev/api/pokemon-form/940/",
4700 "id": "940"
4701 },
4702 {
4703 "name": "kilowattrel",
4704 "url": "https://pokedex.mimo.dev/api/pokemon-form/941/",
4705 "id": "941"
4706 },
4707 {
4708 "name": "maschiff",
4709 "url": "https://pokedex.mimo.dev/api/pokemon-form/942/",
4710 "id": "942"
4711 },
4712 {
4713 "name": "mabosstiff",
4714 "url": "https://pokedex.mimo.dev/api/pokemon-form/943/",
4715 "id": "943"
4716 },
4717 {
4718 "name": "shroodle",
4719 "url": "https://pokedex.mimo.dev/api/pokemon-form/944/",
4720 "id": "944"
4721 },
4722 {
4723 "name": "grafaiai",
4724 "url": "https://pokedex.mimo.dev/api/pokemon-form/945/",
4725 "id": "945"
4726 },
4727 {
4728 "name": "bramblin",
4729 "url": "https://pokedex.mimo.dev/api/pokemon-form/946/",
4730 "id": "946"
4731 },
4732 {
4733 "name": "brambleghast",
4734 "url": "https://pokedex.mimo.dev/api/pokemon-form/947/",
4735 "id": "947"
4736 },
4737 {
4738 "name": "toedscool",
4739 "url": "https://pokedex.mimo.dev/api/pokemon-form/948/",
4740 "id": "948"
4741 },
4742 {
4743 "name": "toedscruel",
4744 "url": "https://pokedex.mimo.dev/api/pokemon-form/949/",
4745 "id": "949"
4746 },
4747 {
4748 "name": "klawf",
4749 "url": "https://pokedex.mimo.dev/api/pokemon-form/950/",
4750 "id": "950"
4751 },
4752 {
4753 "name": "capsakid",
4754 "url": "https://pokedex.mimo.dev/api/pokemon-form/951/",
4755 "id": "951"
4756 },
4757 {
4758 "name": "scovillain",
4759 "url": "https://pokedex.mimo.dev/api/pokemon-form/952/",
4760 "id": "952"
4761 },
4762 {
4763 "name": "rellor",
4764 "url": "https://pokedex.mimo.dev/api/pokemon-form/953/",
4765 "id": "953"
4766 },
4767 {
4768 "name": "rabsca",
4769 "url": "https://pokedex.mimo.dev/api/pokemon-form/954/",
4770 "id": "954"
4771 },
4772 {
4773 "name": "flittle",
4774 "url": "https://pokedex.mimo.dev/api/pokemon-form/955/",
4775 "id": "955"
4776 },
4777 {
4778 "name": "espathra",
4779 "url": "https://pokedex.mimo.dev/api/pokemon-form/956/",
4780 "id": "956"
4781 },
4782 {
4783 "name": "tinkatink",
4784 "url": "https://pokedex.mimo.dev/api/pokemon-form/957/",
4785 "id": "957"
4786 },
4787 {
4788 "name": "tinkatuff",
4789 "url": "https://pokedex.mimo.dev/api/pokemon-form/958/",
4790 "id": "958"
4791 },
4792 {
4793 "name": "tinkaton",
4794 "url": "https://pokedex.mimo.dev/api/pokemon-form/959/",
4795 "id": "959"
4796 },
4797 {
4798 "name": "wiglett",
4799 "url": "https://pokedex.mimo.dev/api/pokemon-form/960/",
4800 "id": "960"
4801 },
4802 {
4803 "name": "wugtrio",
4804 "url": "https://pokedex.mimo.dev/api/pokemon-form/961/",
4805 "id": "961"
4806 },
4807 {
4808 "name": "bombirdier",
4809 "url": "https://pokedex.mimo.dev/api/pokemon-form/962/",
4810 "id": "962"
4811 },
4812 {
4813 "name": "finizen",
4814 "url": "https://pokedex.mimo.dev/api/pokemon-form/963/",
4815 "id": "963"
4816 },
4817 {
4818 "name": "palafin-zero",
4819 "url": "https://pokedex.mimo.dev/api/pokemon-form/964/",
4820 "id": "964"
4821 },
4822 {
4823 "name": "varoom",
4824 "url": "https://pokedex.mimo.dev/api/pokemon-form/965/",
4825 "id": "965"
4826 },
4827 {
4828 "name": "revavroom",
4829 "url": "https://pokedex.mimo.dev/api/pokemon-form/966/",
4830 "id": "966"
4831 },
4832 {
4833 "name": "cyclizar",
4834 "url": "https://pokedex.mimo.dev/api/pokemon-form/967/",
4835 "id": "967"
4836 },
4837 {
4838 "name": "orthworm",
4839 "url": "https://pokedex.mimo.dev/api/pokemon-form/968/",
4840 "id": "968"
4841 },
4842 {
4843 "name": "glimmet",
4844 "url": "https://pokedex.mimo.dev/api/pokemon-form/969/",
4845 "id": "969"
4846 },
4847 {
4848 "name": "glimmora",
4849 "url": "https://pokedex.mimo.dev/api/pokemon-form/970/",
4850 "id": "970"
4851 },
4852 {
4853 "name": "greavard",
4854 "url": "https://pokedex.mimo.dev/api/pokemon-form/971/",
4855 "id": "971"
4856 },
4857 {
4858 "name": "houndstone",
4859 "url": "https://pokedex.mimo.dev/api/pokemon-form/972/",
4860 "id": "972"
4861 },
4862 {
4863 "name": "flamigo",
4864 "url": "https://pokedex.mimo.dev/api/pokemon-form/973/",
4865 "id": "973"
4866 },
4867 {
4868 "name": "cetoddle",
4869 "url": "https://pokedex.mimo.dev/api/pokemon-form/974/",
4870 "id": "974"
4871 },
4872 {
4873 "name": "cetitan",
4874 "url": "https://pokedex.mimo.dev/api/pokemon-form/975/",
4875 "id": "975"
4876 },
4877 {
4878 "name": "veluza",
4879 "url": "https://pokedex.mimo.dev/api/pokemon-form/976/",
4880 "id": "976"
4881 },
4882 {
4883 "name": "dondozo",
4884 "url": "https://pokedex.mimo.dev/api/pokemon-form/977/",
4885 "id": "977"
4886 },
4887 {
4888 "name": "tatsugiri-curly",
4889 "url": "https://pokedex.mimo.dev/api/pokemon-form/978/",
4890 "id": "978"
4891 },
4892 {
4893 "name": "annihilape",
4894 "url": "https://pokedex.mimo.dev/api/pokemon-form/979/",
4895 "id": "979"
4896 },
4897 {
4898 "name": "clodsire",
4899 "url": "https://pokedex.mimo.dev/api/pokemon-form/980/",
4900 "id": "980"
4901 },
4902 {
4903 "name": "farigiraf",
4904 "url": "https://pokedex.mimo.dev/api/pokemon-form/981/",
4905 "id": "981"
4906 },
4907 {
4908 "name": "dudunsparce-two-segment",
4909 "url": "https://pokedex.mimo.dev/api/pokemon-form/982/",
4910 "id": "982"
4911 },
4912 {
4913 "name": "kingambit",
4914 "url": "https://pokedex.mimo.dev/api/pokemon-form/983/",
4915 "id": "983"
4916 },
4917 {
4918 "name": "great-tusk",
4919 "url": "https://pokedex.mimo.dev/api/pokemon-form/984/",
4920 "id": "984"
4921 },
4922 {
4923 "name": "scream-tail",
4924 "url": "https://pokedex.mimo.dev/api/pokemon-form/985/",
4925 "id": "985"
4926 },
4927 {
4928 "name": "brute-bonnet",
4929 "url": "https://pokedex.mimo.dev/api/pokemon-form/986/",
4930 "id": "986"
4931 },
4932 {
4933 "name": "flutter-mane",
4934 "url": "https://pokedex.mimo.dev/api/pokemon-form/987/",
4935 "id": "987"
4936 },
4937 {
4938 "name": "slither-wing",
4939 "url": "https://pokedex.mimo.dev/api/pokemon-form/988/",
4940 "id": "988"
4941 },
4942 {
4943 "name": "sandy-shocks",
4944 "url": "https://pokedex.mimo.dev/api/pokemon-form/989/",
4945 "id": "989"
4946 },
4947 {
4948 "name": "iron-treads",
4949 "url": "https://pokedex.mimo.dev/api/pokemon-form/990/",
4950 "id": "990"
4951 },
4952 {
4953 "name": "iron-bundle",
4954 "url": "https://pokedex.mimo.dev/api/pokemon-form/991/",
4955 "id": "991"
4956 },
4957 {
4958 "name": "iron-hands",
4959 "url": "https://pokedex.mimo.dev/api/pokemon-form/992/",
4960 "id": "992"
4961 },
4962 {
4963 "name": "iron-jugulis",
4964 "url": "https://pokedex.mimo.dev/api/pokemon-form/993/",
4965 "id": "993"
4966 },
4967 {
4968 "name": "iron-moth",
4969 "url": "https://pokedex.mimo.dev/api/pokemon-form/994/",
4970 "id": "994"
4971 },
4972 {
4973 "name": "iron-thorns",
4974 "url": "https://pokedex.mimo.dev/api/pokemon-form/995/",
4975 "id": "995"
4976 },
4977 {
4978 "name": "frigibax",
4979 "url": "https://pokedex.mimo.dev/api/pokemon-form/996/",
4980 "id": "996"
4981 },
4982 {
4983 "name": "arctibax",
4984 "url": "https://pokedex.mimo.dev/api/pokemon-form/997/",
4985 "id": "997"
4986 },
4987 {
4988 "name": "baxcalibur",
4989 "url": "https://pokedex.mimo.dev/api/pokemon-form/998/",
4990 "id": "998"
4991 },
4992 {
4993 "name": "gimmighoul-chest",
4994 "url": "https://pokedex.mimo.dev/api/pokemon-form/999/",
4995 "id": "999"
4996 },
4997 {
4998 "name": "gholdengo",
4999 "url": "https://pokedex.mimo.dev/api/pokemon-form/1000/",
5000 "id": "1000"
5001 },
5002 {
5003 "name": "wo-chien",
5004 "url": "https://pokedex.mimo.dev/api/pokemon-form/1001/",
5005 "id": "1001"
5006 },
5007 {
5008 "name": "chien-pao",
5009 "url": "https://pokedex.mimo.dev/api/pokemon-form/1002/",
5010 "id": "1002"
5011 },
5012 {
5013 "name": "ting-lu",
5014 "url": "https://pokedex.mimo.dev/api/pokemon-form/1003/",
5015 "id": "1003"
5016 },
5017 {
5018 "name": "chi-yu",
5019 "url": "https://pokedex.mimo.dev/api/pokemon-form/1004/",
5020 "id": "1004"
5021 },
5022 {
5023 "name": "roaring-moon",
5024 "url": "https://pokedex.mimo.dev/api/pokemon-form/1005/",
5025 "id": "1005"
5026 },
5027 {
5028 "name": "iron-valiant",
5029 "url": "https://pokedex.mimo.dev/api/pokemon-form/1006/",
5030 "id": "1006"
5031 },
5032 {
5033 "name": "koraidon-apex-build",
5034 "url": "https://pokedex.mimo.dev/api/pokemon-form/1007/",
5035 "id": "1007"
5036 },
5037 {
5038 "name": "miraidon-ultimate-mode",
5039 "url": "https://pokedex.mimo.dev/api/pokemon-form/1008/",
5040 "id": "1008"
5041 },
5042 {
5043 "name": "walking-wake",
5044 "url": "https://pokedex.mimo.dev/api/pokemon-form/1009/",
5045 "id": "1009"
5046 },
5047 {
5048 "name": "iron-leaves",
5049 "url": "https://pokedex.mimo.dev/api/pokemon-form/1010/",
5050 "id": "1010"
5051 },
5052 {
5053 "name": "dipplin",
5054 "url": "https://pokedex.mimo.dev/api/pokemon-form/1011/",
5055 "id": "1011"
5056 },
5057 {
5058 "name": "poltchageist-counterfeit",
5059 "url": "https://pokedex.mimo.dev/api/pokemon-form/1012/",
5060 "id": "1012"
5061 },
5062 {
5063 "name": "sinistcha-unremarkable",
5064 "url": "https://pokedex.mimo.dev/api/pokemon-form/1013/",
5065 "id": "1013"
5066 },
5067 {
5068 "name": "okidogi",
5069 "url": "https://pokedex.mimo.dev/api/pokemon-form/1014/",
5070 "id": "1014"
5071 },
5072 {
5073 "name": "munkidori",
5074 "url": "https://pokedex.mimo.dev/api/pokemon-form/1015/",
5075 "id": "1015"
5076 },
5077 {
5078 "name": "fezandipiti",
5079 "url": "https://pokedex.mimo.dev/api/pokemon-form/1016/",
5080 "id": "1016"
5081 },
5082 {
5083 "name": "ogerpon",
5084 "url": "https://pokedex.mimo.dev/api/pokemon-form/1017/",
5085 "id": "1017"
5086 },
5087 {
5088 "name": "archaludon",
5089 "url": "https://pokedex.mimo.dev/api/pokemon-form/1018/",
5090 "id": "1018"
5091 },
5092 {
5093 "name": "hydrapple",
5094 "url": "https://pokedex.mimo.dev/api/pokemon-form/1019/",
5095 "id": "1019"
5096 },
5097 {
5098 "name": "gouging-fire",
5099 "url": "https://pokedex.mimo.dev/api/pokemon-form/1020/",
5100 "id": "1020"
5101 },
5102 {
5103 "name": "raging-bolt",
5104 "url": "https://pokedex.mimo.dev/api/pokemon-form/1021/",
5105 "id": "1021"
5106 },
5107 {
5108 "name": "iron-boulder",
5109 "url": "https://pokedex.mimo.dev/api/pokemon-form/1022/",
5110 "id": "1022"
5111 },
5112 {
5113 "name": "iron-crown",
5114 "url": "https://pokedex.mimo.dev/api/pokemon-form/1023/",
5115 "id": "1023"
5116 },
5117 {
5118 "name": "terapagos",
5119 "url": "https://pokedex.mimo.dev/api/pokemon-form/1024/",
5120 "id": "1024"
5121 },
5122 {
5123 "name": "pecharunt",
5124 "url": "https://pokedex.mimo.dev/api/pokemon-form/1025/",
5125 "id": "1025"
5126 },
5127 {
5128 "name": "unown-b",
5129 "url": "https://pokedex.mimo.dev/api/pokemon-form/10001/",
5130 "id": "10001"
5131 },
5132 {
5133 "name": "unown-c",
5134 "url": "https://pokedex.mimo.dev/api/pokemon-form/10002/",
5135 "id": "10002"
5136 },
5137 {
5138 "name": "unown-d",
5139 "url": "https://pokedex.mimo.dev/api/pokemon-form/10003/",
5140 "id": "10003"
5141 },
5142 {
5143 "name": "unown-e",
5144 "url": "https://pokedex.mimo.dev/api/pokemon-form/10004/",
5145 "id": "10004"
5146 },
5147 {
5148 "name": "unown-f",
5149 "url": "https://pokedex.mimo.dev/api/pokemon-form/10005/",
5150 "id": "10005"
5151 },
5152 {
5153 "name": "unown-g",
5154 "url": "https://pokedex.mimo.dev/api/pokemon-form/10006/",
5155 "id": "10006"
5156 },
5157 {
5158 "name": "unown-h",
5159 "url": "https://pokedex.mimo.dev/api/pokemon-form/10007/",
5160 "id": "10007"
5161 },
5162 {
5163 "name": "unown-i",
5164 "url": "https://pokedex.mimo.dev/api/pokemon-form/10008/",
5165 "id": "10008"
5166 },
5167 {
5168 "name": "unown-j",
5169 "url": "https://pokedex.mimo.dev/api/pokemon-form/10009/",
5170 "id": "10009"
5171 },
5172 {
5173 "name": "unown-k",
5174 "url": "https://pokedex.mimo.dev/api/pokemon-form/10010/",
5175 "id": "10010"
5176 },
5177 {
5178 "name": "unown-l",
5179 "url": "https://pokedex.mimo.dev/api/pokemon-form/10011/",
5180 "id": "10011"
5181 },
5182 {
5183 "name": "unown-m",
5184 "url": "https://pokedex.mimo.dev/api/pokemon-form/10012/",
5185 "id": "10012"
5186 },
5187 {
5188 "name": "unown-n",
5189 "url": "https://pokedex.mimo.dev/api/pokemon-form/10013/",
5190 "id": "10013"
5191 },
5192 {
5193 "name": "unown-o",
5194 "url": "https://pokedex.mimo.dev/api/pokemon-form/10014/",
5195 "id": "10014"
5196 },
5197 {
5198 "name": "unown-p",
5199 "url": "https://pokedex.mimo.dev/api/pokemon-form/10015/",
5200 "id": "10015"
5201 },
5202 {
5203 "name": "unown-q",
5204 "url": "https://pokedex.mimo.dev/api/pokemon-form/10016/",
5205 "id": "10016"
5206 },
5207 {
5208 "name": "unown-r",
5209 "url": "https://pokedex.mimo.dev/api/pokemon-form/10017/",
5210 "id": "10017"
5211 },
5212 {
5213 "name": "unown-s",
5214 "url": "https://pokedex.mimo.dev/api/pokemon-form/10018/",
5215 "id": "10018"
5216 },
5217 {
5218 "name": "unown-t",
5219 "url": "https://pokedex.mimo.dev/api/pokemon-form/10019/",
5220 "id": "10019"
5221 },
5222 {
5223 "name": "unown-u",
5224 "url": "https://pokedex.mimo.dev/api/pokemon-form/10020/",
5225 "id": "10020"
5226 },
5227 {
5228 "name": "unown-v",
5229 "url": "https://pokedex.mimo.dev/api/pokemon-form/10021/",
5230 "id": "10021"
5231 },
5232 {
5233 "name": "unown-w",
5234 "url": "https://pokedex.mimo.dev/api/pokemon-form/10022/",
5235 "id": "10022"
5236 },
5237 {
5238 "name": "unown-x",
5239 "url": "https://pokedex.mimo.dev/api/pokemon-form/10023/",
5240 "id": "10023"
5241 },
5242 {
5243 "name": "unown-y",
5244 "url": "https://pokedex.mimo.dev/api/pokemon-form/10024/",
5245 "id": "10024"
5246 },
5247 {
5248 "name": "unown-z",
5249 "url": "https://pokedex.mimo.dev/api/pokemon-form/10025/",
5250 "id": "10025"
5251 },
5252 {
5253 "name": "unown-exclamation",
5254 "url": "https://pokedex.mimo.dev/api/pokemon-form/10026/",
5255 "id": "10026"
5256 },
5257 {
5258 "name": "unown-question",
5259 "url": "https://pokedex.mimo.dev/api/pokemon-form/10027/",
5260 "id": "10027"
5261 },
5262 {
5263 "name": "castform-sunny",
5264 "url": "https://pokedex.mimo.dev/api/pokemon-form/10028/",
5265 "id": "10028"
5266 },
5267 {
5268 "name": "castform-rainy",
5269 "url": "https://pokedex.mimo.dev/api/pokemon-form/10029/",
5270 "id": "10029"
5271 },
5272 {
5273 "name": "castform-snowy",
5274 "url": "https://pokedex.mimo.dev/api/pokemon-form/10030/",
5275 "id": "10030"
5276 },
5277 {
5278 "name": "deoxys-attack",
5279 "url": "https://pokedex.mimo.dev/api/pokemon-form/10031/",
5280 "id": "10031"
5281 },
5282 {
5283 "name": "deoxys-defense",
5284 "url": "https://pokedex.mimo.dev/api/pokemon-form/10032/",
5285 "id": "10032"
5286 },
5287 {
5288 "name": "deoxys-speed",
5289 "url": "https://pokedex.mimo.dev/api/pokemon-form/10033/",
5290 "id": "10033"
5291 },
5292 {
5293 "name": "burmy-sandy",
5294 "url": "https://pokedex.mimo.dev/api/pokemon-form/10034/",
5295 "id": "10034"
5296 },
5297 {
5298 "name": "burmy-trash",
5299 "url": "https://pokedex.mimo.dev/api/pokemon-form/10035/",
5300 "id": "10035"
5301 },
5302 {
5303 "name": "wormadam-sandy",
5304 "url": "https://pokedex.mimo.dev/api/pokemon-form/10036/",
5305 "id": "10036"
5306 },
5307 {
5308 "name": "wormadam-trash",
5309 "url": "https://pokedex.mimo.dev/api/pokemon-form/10037/",
5310 "id": "10037"
5311 },
5312 {
5313 "name": "cherrim-sunshine",
5314 "url": "https://pokedex.mimo.dev/api/pokemon-form/10038/",
5315 "id": "10038"
5316 },
5317 {
5318 "name": "shellos-east",
5319 "url": "https://pokedex.mimo.dev/api/pokemon-form/10039/",
5320 "id": "10039"
5321 },
5322 {
5323 "name": "gastrodon-east",
5324 "url": "https://pokedex.mimo.dev/api/pokemon-form/10040/",
5325 "id": "10040"
5326 },
5327 {
5328 "name": "arceus-bug",
5329 "url": "https://pokedex.mimo.dev/api/pokemon-form/10041/",
5330 "id": "10041"
5331 },
5332 {
5333 "name": "arceus-dark",
5334 "url": "https://pokedex.mimo.dev/api/pokemon-form/10042/",
5335 "id": "10042"
5336 },
5337 {
5338 "name": "arceus-dragon",
5339 "url": "https://pokedex.mimo.dev/api/pokemon-form/10043/",
5340 "id": "10043"
5341 },
5342 {
5343 "name": "arceus-electric",
5344 "url": "https://pokedex.mimo.dev/api/pokemon-form/10044/",
5345 "id": "10044"
5346 },
5347 {
5348 "name": "arceus-fighting",
5349 "url": "https://pokedex.mimo.dev/api/pokemon-form/10045/",
5350 "id": "10045"
5351 },
5352 {
5353 "name": "arceus-fire",
5354 "url": "https://pokedex.mimo.dev/api/pokemon-form/10046/",
5355 "id": "10046"
5356 },
5357 {
5358 "name": "arceus-flying",
5359 "url": "https://pokedex.mimo.dev/api/pokemon-form/10047/",
5360 "id": "10047"
5361 },
5362 {
5363 "name": "arceus-ghost",
5364 "url": "https://pokedex.mimo.dev/api/pokemon-form/10048/",
5365 "id": "10048"
5366 },
5367 {
5368 "name": "arceus-grass",
5369 "url": "https://pokedex.mimo.dev/api/pokemon-form/10049/",
5370 "id": "10049"
5371 },
5372 {
5373 "name": "arceus-ground",
5374 "url": "https://pokedex.mimo.dev/api/pokemon-form/10050/",
5375 "id": "10050"
5376 },
5377 {
5378 "name": "arceus-ice",
5379 "url": "https://pokedex.mimo.dev/api/pokemon-form/10051/",
5380 "id": "10051"
5381 },
5382 {
5383 "name": "arceus-poison",
5384 "url": "https://pokedex.mimo.dev/api/pokemon-form/10052/",
5385 "id": "10052"
5386 },
5387 {
5388 "name": "arceus-psychic",
5389 "url": "https://pokedex.mimo.dev/api/pokemon-form/10053/",
5390 "id": "10053"
5391 },
5392 {
5393 "name": "arceus-rock",
5394 "url": "https://pokedex.mimo.dev/api/pokemon-form/10054/",
5395 "id": "10054"
5396 },
5397 {
5398 "name": "arceus-steel",
5399 "url": "https://pokedex.mimo.dev/api/pokemon-form/10055/",
5400 "id": "10055"
5401 },
5402 {
5403 "name": "arceus-water",
5404 "url": "https://pokedex.mimo.dev/api/pokemon-form/10056/",
5405 "id": "10056"
5406 },
5407 {
5408 "name": "arceus-unknown",
5409 "url": "https://pokedex.mimo.dev/api/pokemon-form/10057/",
5410 "id": "10057"
5411 },
5412 {
5413 "name": "rotom-heat",
5414 "url": "https://pokedex.mimo.dev/api/pokemon-form/10058/",
5415 "id": "10058"
5416 },
5417 {
5418 "name": "rotom-wash",
5419 "url": "https://pokedex.mimo.dev/api/pokemon-form/10059/",
5420 "id": "10059"
5421 },
5422 {
5423 "name": "rotom-frost",
5424 "url": "https://pokedex.mimo.dev/api/pokemon-form/10060/",
5425 "id": "10060"
5426 },
5427 {
5428 "name": "rotom-fan",
5429 "url": "https://pokedex.mimo.dev/api/pokemon-form/10061/",
5430 "id": "10061"
5431 },
5432 {
5433 "name": "rotom-mow",
5434 "url": "https://pokedex.mimo.dev/api/pokemon-form/10062/",
5435 "id": "10062"
5436 },
5437 {
5438 "name": "giratina-origin",
5439 "url": "https://pokedex.mimo.dev/api/pokemon-form/10063/",
5440 "id": "10063"
5441 },
5442 {
5443 "name": "shaymin-sky",
5444 "url": "https://pokedex.mimo.dev/api/pokemon-form/10064/",
5445 "id": "10064"
5446 },
5447 {
5448 "name": "pichu-spiky-eared",
5449 "url": "https://pokedex.mimo.dev/api/pokemon-form/10065/",
5450 "id": "10065"
5451 },
5452 {
5453 "name": "basculin-blue-striped",
5454 "url": "https://pokedex.mimo.dev/api/pokemon-form/10066/",
5455 "id": "10066"
5456 },
5457 {
5458 "name": "darmanitan-zen",
5459 "url": "https://pokedex.mimo.dev/api/pokemon-form/10067/",
5460 "id": "10067"
5461 },
5462 {
5463 "name": "deerling-summer",
5464 "url": "https://pokedex.mimo.dev/api/pokemon-form/10068/",
5465 "id": "10068"
5466 },
5467 {
5468 "name": "deerling-autumn",
5469 "url": "https://pokedex.mimo.dev/api/pokemon-form/10069/",
5470 "id": "10069"
5471 },
5472 {
5473 "name": "deerling-winter",
5474 "url": "https://pokedex.mimo.dev/api/pokemon-form/10070/",
5475 "id": "10070"
5476 },
5477 {
5478 "name": "sawsbuck-summer",
5479 "url": "https://pokedex.mimo.dev/api/pokemon-form/10071/",
5480 "id": "10071"
5481 },
5482 {
5483 "name": "sawsbuck-autumn",
5484 "url": "https://pokedex.mimo.dev/api/pokemon-form/10072/",
5485 "id": "10072"
5486 },
5487 {
5488 "name": "sawsbuck-winter",
5489 "url": "https://pokedex.mimo.dev/api/pokemon-form/10073/",
5490 "id": "10073"
5491 },
5492 {
5493 "name": "meloetta-pirouette",
5494 "url": "https://pokedex.mimo.dev/api/pokemon-form/10074/",
5495 "id": "10074"
5496 },
5497 {
5498 "name": "genesect-douse",
5499 "url": "https://pokedex.mimo.dev/api/pokemon-form/10075/",
5500 "id": "10075"
5501 },
5502 {
5503 "name": "genesect-shock",
5504 "url": "https://pokedex.mimo.dev/api/pokemon-form/10076/",
5505 "id": "10076"
5506 },
5507 {
5508 "name": "genesect-burn",
5509 "url": "https://pokedex.mimo.dev/api/pokemon-form/10077/",
5510 "id": "10077"
5511 },
5512 {
5513 "name": "genesect-chill",
5514 "url": "https://pokedex.mimo.dev/api/pokemon-form/10078/",
5515 "id": "10078"
5516 },
5517 {
5518 "name": "tornadus-therian",
5519 "url": "https://pokedex.mimo.dev/api/pokemon-form/10079/",
5520 "id": "10079"
5521 },
5522 {
5523 "name": "thundurus-therian",
5524 "url": "https://pokedex.mimo.dev/api/pokemon-form/10080/",
5525 "id": "10080"
5526 },
5527 {
5528 "name": "landorus-therian",
5529 "url": "https://pokedex.mimo.dev/api/pokemon-form/10081/",
5530 "id": "10081"
5531 },
5532 {
5533 "name": "kyurem-black",
5534 "url": "https://pokedex.mimo.dev/api/pokemon-form/10082/",
5535 "id": "10082"
5536 },
5537 {
5538 "name": "kyurem-white",
5539 "url": "https://pokedex.mimo.dev/api/pokemon-form/10083/",
5540 "id": "10083"
5541 },
5542 {
5543 "name": "keldeo-resolute",
5544 "url": "https://pokedex.mimo.dev/api/pokemon-form/10084/",
5545 "id": "10084"
5546 },
5547 {
5548 "name": "arceus-fairy",
5549 "url": "https://pokedex.mimo.dev/api/pokemon-form/10085/",
5550 "id": "10085"
5551 },
5552 {
5553 "name": "vivillon-icy-snow",
5554 "url": "https://pokedex.mimo.dev/api/pokemon-form/10086/",
5555 "id": "10086"
5556 },
5557 {
5558 "name": "vivillon-polar",
5559 "url": "https://pokedex.mimo.dev/api/pokemon-form/10087/",
5560 "id": "10087"
5561 },
5562 {
5563 "name": "vivillon-tundra",
5564 "url": "https://pokedex.mimo.dev/api/pokemon-form/10088/",
5565 "id": "10088"
5566 },
5567 {
5568 "name": "vivillon-continental",
5569 "url": "https://pokedex.mimo.dev/api/pokemon-form/10089/",
5570 "id": "10089"
5571 },
5572 {
5573 "name": "vivillon-garden",
5574 "url": "https://pokedex.mimo.dev/api/pokemon-form/10090/",
5575 "id": "10090"
5576 },
5577 {
5578 "name": "vivillon-elegant",
5579 "url": "https://pokedex.mimo.dev/api/pokemon-form/10091/",
5580 "id": "10091"
5581 },
5582 {
5583 "name": "vivillon-modern",
5584 "url": "https://pokedex.mimo.dev/api/pokemon-form/10092/",
5585 "id": "10092"
5586 },
5587 {
5588 "name": "vivillon-marine",
5589 "url": "https://pokedex.mimo.dev/api/pokemon-form/10093/",
5590 "id": "10093"
5591 },
5592 {
5593 "name": "vivillon-archipelago",
5594 "url": "https://pokedex.mimo.dev/api/pokemon-form/10094/",
5595 "id": "10094"
5596 },
5597 {
5598 "name": "vivillon-high-plains",
5599 "url": "https://pokedex.mimo.dev/api/pokemon-form/10095/",
5600 "id": "10095"
5601 },
5602 {
5603 "name": "vivillon-sandstorm",
5604 "url": "https://pokedex.mimo.dev/api/pokemon-form/10096/",
5605 "id": "10096"
5606 },
5607 {
5608 "name": "vivillon-river",
5609 "url": "https://pokedex.mimo.dev/api/pokemon-form/10097/",
5610 "id": "10097"
5611 },
5612 {
5613 "name": "vivillon-monsoon",
5614 "url": "https://pokedex.mimo.dev/api/pokemon-form/10098/",
5615 "id": "10098"
5616 },
5617 {
5618 "name": "vivillon-savanna",
5619 "url": "https://pokedex.mimo.dev/api/pokemon-form/10099/",
5620 "id": "10099"
5621 },
5622 {
5623 "name": "vivillon-sun",
5624 "url": "https://pokedex.mimo.dev/api/pokemon-form/10100/",
5625 "id": "10100"
5626 },
5627 {
5628 "name": "vivillon-ocean",
5629 "url": "https://pokedex.mimo.dev/api/pokemon-form/10101/",
5630 "id": "10101"
5631 },
5632 {
5633 "name": "vivillon-jungle",
5634 "url": "https://pokedex.mimo.dev/api/pokemon-form/10102/",
5635 "id": "10102"
5636 },
5637 {
5638 "name": "flabebe-yellow",
5639 "url": "https://pokedex.mimo.dev/api/pokemon-form/10103/",
5640 "id": "10103"
5641 },
5642 {
5643 "name": "flabebe-orange",
5644 "url": "https://pokedex.mimo.dev/api/pokemon-form/10104/",
5645 "id": "10104"
5646 },
5647 {
5648 "name": "flabebe-blue",
5649 "url": "https://pokedex.mimo.dev/api/pokemon-form/10105/",
5650 "id": "10105"
5651 },
5652 {
5653 "name": "flabebe-white",
5654 "url": "https://pokedex.mimo.dev/api/pokemon-form/10106/",
5655 "id": "10106"
5656 },
5657 {
5658 "name": "floette-yellow",
5659 "url": "https://pokedex.mimo.dev/api/pokemon-form/10107/",
5660 "id": "10107"
5661 },
5662 {
5663 "name": "floette-orange",
5664 "url": "https://pokedex.mimo.dev/api/pokemon-form/10108/",
5665 "id": "10108"
5666 },
5667 {
5668 "name": "floette-blue",
5669 "url": "https://pokedex.mimo.dev/api/pokemon-form/10109/",
5670 "id": "10109"
5671 },
5672 {
5673 "name": "floette-white",
5674 "url": "https://pokedex.mimo.dev/api/pokemon-form/10110/",
5675 "id": "10110"
5676 },
5677 {
5678 "name": "florges-yellow",
5679 "url": "https://pokedex.mimo.dev/api/pokemon-form/10111/",
5680 "id": "10111"
5681 },
5682 {
5683 "name": "florges-orange",
5684 "url": "https://pokedex.mimo.dev/api/pokemon-form/10112/",
5685 "id": "10112"
5686 },
5687 {
5688 "name": "florges-blue",
5689 "url": "https://pokedex.mimo.dev/api/pokemon-form/10113/",
5690 "id": "10113"
5691 },
5692 {
5693 "name": "florges-white",
5694 "url": "https://pokedex.mimo.dev/api/pokemon-form/10114/",
5695 "id": "10114"
5696 },
5697 {
5698 "name": "furfrou-heart",
5699 "url": "https://pokedex.mimo.dev/api/pokemon-form/10115/",
5700 "id": "10115"
5701 },
5702 {
5703 "name": "furfrou-star",
5704 "url": "https://pokedex.mimo.dev/api/pokemon-form/10116/",
5705 "id": "10116"
5706 },
5707 {
5708 "name": "furfrou-diamond",
5709 "url": "https://pokedex.mimo.dev/api/pokemon-form/10117/",
5710 "id": "10117"
5711 },
5712 {
5713 "name": "furfrou-debutante",
5714 "url": "https://pokedex.mimo.dev/api/pokemon-form/10118/",
5715 "id": "10118"
5716 },
5717 {
5718 "name": "furfrou-matron",
5719 "url": "https://pokedex.mimo.dev/api/pokemon-form/10119/",
5720 "id": "10119"
5721 },
5722 {
5723 "name": "furfrou-dandy",
5724 "url": "https://pokedex.mimo.dev/api/pokemon-form/10120/",
5725 "id": "10120"
5726 },
5727 {
5728 "name": "furfrou-la-reine",
5729 "url": "https://pokedex.mimo.dev/api/pokemon-form/10121/",
5730 "id": "10121"
5731 },
5732 {
5733 "name": "furfrou-kabuki",
5734 "url": "https://pokedex.mimo.dev/api/pokemon-form/10122/",
5735 "id": "10122"
5736 },
5737 {
5738 "name": "furfrou-pharaoh",
5739 "url": "https://pokedex.mimo.dev/api/pokemon-form/10123/",
5740 "id": "10123"
5741 },
5742 {
5743 "name": "meowstic-female",
5744 "url": "https://pokedex.mimo.dev/api/pokemon-form/10124/",
5745 "id": "10124"
5746 },
5747 {
5748 "name": "aegislash-blade",
5749 "url": "https://pokedex.mimo.dev/api/pokemon-form/10125/",
5750 "id": "10125"
5751 },
5752 {
5753 "name": "pumpkaboo-small",
5754 "url": "https://pokedex.mimo.dev/api/pokemon-form/10126/",
5755 "id": "10126"
5756 },
5757 {
5758 "name": "pumpkaboo-large",
5759 "url": "https://pokedex.mimo.dev/api/pokemon-form/10127/",
5760 "id": "10127"
5761 },
5762 {
5763 "name": "pumpkaboo-super",
5764 "url": "https://pokedex.mimo.dev/api/pokemon-form/10128/",
5765 "id": "10128"
5766 },
5767 {
5768 "name": "gourgeist-small",
5769 "url": "https://pokedex.mimo.dev/api/pokemon-form/10129/",
5770 "id": "10129"
5771 },
5772 {
5773 "name": "gourgeist-large",
5774 "url": "https://pokedex.mimo.dev/api/pokemon-form/10130/",
5775 "id": "10130"
5776 },
5777 {
5778 "name": "gourgeist-super",
5779 "url": "https://pokedex.mimo.dev/api/pokemon-form/10131/",
5780 "id": "10131"
5781 },
5782 {
5783 "name": "xerneas-neutral",
5784 "url": "https://pokedex.mimo.dev/api/pokemon-form/10132/",
5785 "id": "10132"
5786 },
5787 {
5788 "name": "venusaur-mega",
5789 "url": "https://pokedex.mimo.dev/api/pokemon-form/10133/",
5790 "id": "10133"
5791 },
5792 {
5793 "name": "charizard-mega-x",
5794 "url": "https://pokedex.mimo.dev/api/pokemon-form/10134/",
5795 "id": "10134"
5796 },
5797 {
5798 "name": "charizard-mega-y",
5799 "url": "https://pokedex.mimo.dev/api/pokemon-form/10135/",
5800 "id": "10135"
5801 },
5802 {
5803 "name": "blastoise-mega",
5804 "url": "https://pokedex.mimo.dev/api/pokemon-form/10136/",
5805 "id": "10136"
5806 },
5807 {
5808 "name": "alakazam-mega",
5809 "url": "https://pokedex.mimo.dev/api/pokemon-form/10137/",
5810 "id": "10137"
5811 },
5812 {
5813 "name": "gengar-mega",
5814 "url": "https://pokedex.mimo.dev/api/pokemon-form/10138/",
5815 "id": "10138"
5816 },
5817 {
5818 "name": "kangaskhan-mega",
5819 "url": "https://pokedex.mimo.dev/api/pokemon-form/10139/",
5820 "id": "10139"
5821 },
5822 {
5823 "name": "pinsir-mega",
5824 "url": "https://pokedex.mimo.dev/api/pokemon-form/10140/",
5825 "id": "10140"
5826 },
5827 {
5828 "name": "gyarados-mega",
5829 "url": "https://pokedex.mimo.dev/api/pokemon-form/10141/",
5830 "id": "10141"
5831 },
5832 {
5833 "name": "aerodactyl-mega",
5834 "url": "https://pokedex.mimo.dev/api/pokemon-form/10142/",
5835 "id": "10142"
5836 },
5837 {
5838 "name": "mewtwo-mega-x",
5839 "url": "https://pokedex.mimo.dev/api/pokemon-form/10143/",
5840 "id": "10143"
5841 },
5842 {
5843 "name": "mewtwo-mega-y",
5844 "url": "https://pokedex.mimo.dev/api/pokemon-form/10144/",
5845 "id": "10144"
5846 },
5847 {
5848 "name": "ampharos-mega",
5849 "url": "https://pokedex.mimo.dev/api/pokemon-form/10145/",
5850 "id": "10145"
5851 },
5852 {
5853 "name": "scizor-mega",
5854 "url": "https://pokedex.mimo.dev/api/pokemon-form/10146/",
5855 "id": "10146"
5856 },
5857 {
5858 "name": "heracross-mega",
5859 "url": "https://pokedex.mimo.dev/api/pokemon-form/10147/",
5860 "id": "10147"
5861 },
5862 {
5863 "name": "houndoom-mega",
5864 "url": "https://pokedex.mimo.dev/api/pokemon-form/10148/",
5865 "id": "10148"
5866 },
5867 {
5868 "name": "tyranitar-mega",
5869 "url": "https://pokedex.mimo.dev/api/pokemon-form/10149/",
5870 "id": "10149"
5871 },
5872 {
5873 "name": "blaziken-mega",
5874 "url": "https://pokedex.mimo.dev/api/pokemon-form/10150/",
5875 "id": "10150"
5876 },
5877 {
5878 "name": "gardevoir-mega",
5879 "url": "https://pokedex.mimo.dev/api/pokemon-form/10151/",
5880 "id": "10151"
5881 },
5882 {
5883 "name": "mawile-mega",
5884 "url": "https://pokedex.mimo.dev/api/pokemon-form/10152/",
5885 "id": "10152"
5886 },
5887 {
5888 "name": "aggron-mega",
5889 "url": "https://pokedex.mimo.dev/api/pokemon-form/10153/",
5890 "id": "10153"
5891 },
5892 {
5893 "name": "medicham-mega",
5894 "url": "https://pokedex.mimo.dev/api/pokemon-form/10154/",
5895 "id": "10154"
5896 },
5897 {
5898 "name": "manectric-mega",
5899 "url": "https://pokedex.mimo.dev/api/pokemon-form/10155/",
5900 "id": "10155"
5901 },
5902 {
5903 "name": "banette-mega",
5904 "url": "https://pokedex.mimo.dev/api/pokemon-form/10156/",
5905 "id": "10156"
5906 },
5907 {
5908 "name": "absol-mega",
5909 "url": "https://pokedex.mimo.dev/api/pokemon-form/10157/",
5910 "id": "10157"
5911 },
5912 {
5913 "name": "garchomp-mega",
5914 "url": "https://pokedex.mimo.dev/api/pokemon-form/10158/",
5915 "id": "10158"
5916 },
5917 {
5918 "name": "lucario-mega",
5919 "url": "https://pokedex.mimo.dev/api/pokemon-form/10159/",
5920 "id": "10159"
5921 },
5922 {
5923 "name": "abomasnow-mega",
5924 "url": "https://pokedex.mimo.dev/api/pokemon-form/10160/",
5925 "id": "10160"
5926 },
5927 {
5928 "name": "vivillon-fancy",
5929 "url": "https://pokedex.mimo.dev/api/pokemon-form/10161/",
5930 "id": "10161"
5931 },
5932 {
5933 "name": "vivillon-poke-ball",
5934 "url": "https://pokedex.mimo.dev/api/pokemon-form/10162/",
5935 "id": "10162"
5936 },
5937 {
5938 "name": "floette-eternal",
5939 "url": "https://pokedex.mimo.dev/api/pokemon-form/10163/",
5940 "id": "10163"
5941 },
5942 {
5943 "name": "latias-mega",
5944 "url": "https://pokedex.mimo.dev/api/pokemon-form/10164/",
5945 "id": "10164"
5946 },
5947 {
5948 "name": "latios-mega",
5949 "url": "https://pokedex.mimo.dev/api/pokemon-form/10165/",
5950 "id": "10165"
5951 },
5952 {
5953 "name": "swampert-mega",
5954 "url": "https://pokedex.mimo.dev/api/pokemon-form/10166/",
5955 "id": "10166"
5956 },
5957 {
5958 "name": "sceptile-mega",
5959 "url": "https://pokedex.mimo.dev/api/pokemon-form/10167/",
5960 "id": "10167"
5961 },
5962 {
5963 "name": "sableye-mega",
5964 "url": "https://pokedex.mimo.dev/api/pokemon-form/10168/",
5965 "id": "10168"
5966 },
5967 {
5968 "name": "altaria-mega",
5969 "url": "https://pokedex.mimo.dev/api/pokemon-form/10169/",
5970 "id": "10169"
5971 },
5972 {
5973 "name": "gallade-mega",
5974 "url": "https://pokedex.mimo.dev/api/pokemon-form/10170/",
5975 "id": "10170"
5976 },
5977 {
5978 "name": "audino-mega",
5979 "url": "https://pokedex.mimo.dev/api/pokemon-form/10171/",
5980 "id": "10171"
5981 },
5982 {
5983 "name": "sharpedo-mega",
5984 "url": "https://pokedex.mimo.dev/api/pokemon-form/10172/",
5985 "id": "10172"
5986 },
5987 {
5988 "name": "slowbro-mega",
5989 "url": "https://pokedex.mimo.dev/api/pokemon-form/10173/",
5990 "id": "10173"
5991 },
5992 {
5993 "name": "steelix-mega",
5994 "url": "https://pokedex.mimo.dev/api/pokemon-form/10174/",
5995 "id": "10174"
5996 },
5997 {
5998 "name": "pidgeot-mega",
5999 "url": "https://pokedex.mimo.dev/api/pokemon-form/10175/",
6000 "id": "10175"
6001 },
6002 {
6003 "name": "glalie-mega",
6004 "url": "https://pokedex.mimo.dev/api/pokemon-form/10176/",
6005 "id": "10176"
6006 },
6007 {
6008 "name": "diancie-mega",
6009 "url": "https://pokedex.mimo.dev/api/pokemon-form/10177/",
6010 "id": "10177"
6011 },
6012 {
6013 "name": "metagross-mega",
6014 "url": "https://pokedex.mimo.dev/api/pokemon-form/10178/",
6015 "id": "10178"
6016 },
6017 {
6018 "name": "kyogre-primal",
6019 "url": "https://pokedex.mimo.dev/api/pokemon-form/10179/",
6020 "id": "10179"
6021 },
6022 {
6023 "name": "groudon-primal",
6024 "url": "https://pokedex.mimo.dev/api/pokemon-form/10180/",
6025 "id": "10180"
6026 },
6027 {
6028 "name": "rayquaza-mega",
6029 "url": "https://pokedex.mimo.dev/api/pokemon-form/10181/",
6030 "id": "10181"
6031 },
6032 {
6033 "name": "pikachu-rock-star",
6034 "url": "https://pokedex.mimo.dev/api/pokemon-form/10182/",
6035 "id": "10182"
6036 },
6037 {
6038 "name": "pikachu-belle",
6039 "url": "https://pokedex.mimo.dev/api/pokemon-form/10183/",
6040 "id": "10183"
6041 },
6042 {
6043 "name": "pikachu-pop-star",
6044 "url": "https://pokedex.mimo.dev/api/pokemon-form/10184/",
6045 "id": "10184"
6046 },
6047 {
6048 "name": "pikachu-phd",
6049 "url": "https://pokedex.mimo.dev/api/pokemon-form/10185/",
6050 "id": "10185"
6051 },
6052 {
6053 "name": "pikachu-libre",
6054 "url": "https://pokedex.mimo.dev/api/pokemon-form/10186/",
6055 "id": "10186"
6056 },
6057 {
6058 "name": "pikachu-cosplay",
6059 "url": "https://pokedex.mimo.dev/api/pokemon-form/10187/",
6060 "id": "10187"
6061 },
6062 {
6063 "name": "hoopa-unbound",
6064 "url": "https://pokedex.mimo.dev/api/pokemon-form/10188/",
6065 "id": "10188"
6066 },
6067 {
6068 "name": "camerupt-mega",
6069 "url": "https://pokedex.mimo.dev/api/pokemon-form/10189/",
6070 "id": "10189"
6071 },
6072 {
6073 "name": "lopunny-mega",
6074 "url": "https://pokedex.mimo.dev/api/pokemon-form/10190/",
6075 "id": "10190"
6076 },
6077 {
6078 "name": "salamence-mega",
6079 "url": "https://pokedex.mimo.dev/api/pokemon-form/10191/",
6080 "id": "10191"
6081 },
6082 {
6083 "name": "beedrill-mega",
6084 "url": "https://pokedex.mimo.dev/api/pokemon-form/10192/",
6085 "id": "10192"
6086 },
6087 {
6088 "name": "rattata-alola",
6089 "url": "https://pokedex.mimo.dev/api/pokemon-form/10193/",
6090 "id": "10193"
6091 },
6092 {
6093 "name": "raticate-alola",
6094 "url": "https://pokedex.mimo.dev/api/pokemon-form/10194/",
6095 "id": "10194"
6096 },
6097 {
6098 "name": "raticate-totem-alola",
6099 "url": "https://pokedex.mimo.dev/api/pokemon-form/10195/",
6100 "id": "10195"
6101 },
6102 {
6103 "name": "pikachu-original-cap",
6104 "url": "https://pokedex.mimo.dev/api/pokemon-form/10196/",
6105 "id": "10196"
6106 },
6107 {
6108 "name": "pikachu-hoenn-cap",
6109 "url": "https://pokedex.mimo.dev/api/pokemon-form/10197/",
6110 "id": "10197"
6111 },
6112 {
6113 "name": "pikachu-sinnoh-cap",
6114 "url": "https://pokedex.mimo.dev/api/pokemon-form/10198/",
6115 "id": "10198"
6116 },
6117 {
6118 "name": "pikachu-unova-cap",
6119 "url": "https://pokedex.mimo.dev/api/pokemon-form/10199/",
6120 "id": "10199"
6121 },
6122 {
6123 "name": "pikachu-kalos-cap",
6124 "url": "https://pokedex.mimo.dev/api/pokemon-form/10200/",
6125 "id": "10200"
6126 },
6127 {
6128 "name": "pikachu-alola-cap",
6129 "url": "https://pokedex.mimo.dev/api/pokemon-form/10201/",
6130 "id": "10201"
6131 },
6132 {
6133 "name": "raichu-alola",
6134 "url": "https://pokedex.mimo.dev/api/pokemon-form/10202/",
6135 "id": "10202"
6136 },
6137 {
6138 "name": "sandshrew-alola",
6139 "url": "https://pokedex.mimo.dev/api/pokemon-form/10203/",
6140 "id": "10203"
6141 },
6142 {
6143 "name": "sandslash-alola",
6144 "url": "https://pokedex.mimo.dev/api/pokemon-form/10204/",
6145 "id": "10204"
6146 },
6147 {
6148 "name": "vulpix-alola",
6149 "url": "https://pokedex.mimo.dev/api/pokemon-form/10205/",
6150 "id": "10205"
6151 },
6152 {
6153 "name": "ninetales-alola",
6154 "url": "https://pokedex.mimo.dev/api/pokemon-form/10206/",
6155 "id": "10206"
6156 },
6157 {
6158 "name": "diglett-alola",
6159 "url": "https://pokedex.mimo.dev/api/pokemon-form/10207/",
6160 "id": "10207"
6161 },
6162 {
6163 "name": "dugtrio-alola",
6164 "url": "https://pokedex.mimo.dev/api/pokemon-form/10208/",
6165 "id": "10208"
6166 },
6167 {
6168 "name": "meowth-alola",
6169 "url": "https://pokedex.mimo.dev/api/pokemon-form/10209/",
6170 "id": "10209"
6171 },
6172 {
6173 "name": "persian-alola",
6174 "url": "https://pokedex.mimo.dev/api/pokemon-form/10210/",
6175 "id": "10210"
6176 },
6177 {
6178 "name": "geodude-alola",
6179 "url": "https://pokedex.mimo.dev/api/pokemon-form/10211/",
6180 "id": "10211"
6181 },
6182 {
6183 "name": "graveler-alola",
6184 "url": "https://pokedex.mimo.dev/api/pokemon-form/10212/",
6185 "id": "10212"
6186 },
6187 {
6188 "name": "golem-alola",
6189 "url": "https://pokedex.mimo.dev/api/pokemon-form/10213/",
6190 "id": "10213"
6191 },
6192 {
6193 "name": "grimer-alola",
6194 "url": "https://pokedex.mimo.dev/api/pokemon-form/10214/",
6195 "id": "10214"
6196 },
6197 {
6198 "name": "muk-alola",
6199 "url": "https://pokedex.mimo.dev/api/pokemon-form/10215/",
6200 "id": "10215"
6201 },
6202 {
6203 "name": "exeggutor-alola",
6204 "url": "https://pokedex.mimo.dev/api/pokemon-form/10216/",
6205 "id": "10216"
6206 },
6207 {
6208 "name": "marowak-alola",
6209 "url": "https://pokedex.mimo.dev/api/pokemon-form/10217/",
6210 "id": "10217"
6211 },
6212 {
6213 "name": "greninja-battle-bond",
6214 "url": "https://pokedex.mimo.dev/api/pokemon-form/10218/",
6215 "id": "10218"
6216 },
6217 {
6218 "name": "greninja-ash",
6219 "url": "https://pokedex.mimo.dev/api/pokemon-form/10219/",
6220 "id": "10219"
6221 },
6222 {
6223 "name": "zygarde-10-power-construct",
6224 "url": "https://pokedex.mimo.dev/api/pokemon-form/10220/",
6225 "id": "10220"
6226 },
6227 {
6228 "name": "zygarde-50-power-construct",
6229 "url": "https://pokedex.mimo.dev/api/pokemon-form/10221/",
6230 "id": "10221"
6231 },
6232 {
6233 "name": "zygarde-complete",
6234 "url": "https://pokedex.mimo.dev/api/pokemon-form/10222/",
6235 "id": "10222"
6236 },
6237 {
6238 "name": "gumshoos-totem",
6239 "url": "https://pokedex.mimo.dev/api/pokemon-form/10223/",
6240 "id": "10223"
6241 },
6242 {
6243 "name": "vikavolt-totem",
6244 "url": "https://pokedex.mimo.dev/api/pokemon-form/10224/",
6245 "id": "10224"
6246 },
6247 {
6248 "name": "oricorio-pom-pom",
6249 "url": "https://pokedex.mimo.dev/api/pokemon-form/10225/",
6250 "id": "10225"
6251 },
6252 {
6253 "name": "oricorio-pau",
6254 "url": "https://pokedex.mimo.dev/api/pokemon-form/10226/",
6255 "id": "10226"
6256 },
6257 {
6258 "name": "oricorio-sensu",
6259 "url": "https://pokedex.mimo.dev/api/pokemon-form/10227/",
6260 "id": "10227"
6261 },
6262 {
6263 "name": "lycanroc-midnight",
6264 "url": "https://pokedex.mimo.dev/api/pokemon-form/10228/",
6265 "id": "10228"
6266 },
6267 {
6268 "name": "wishiwashi-school",
6269 "url": "https://pokedex.mimo.dev/api/pokemon-form/10229/",
6270 "id": "10229"
6271 },
6272 {
6273 "name": "lurantis-totem",
6274 "url": "https://pokedex.mimo.dev/api/pokemon-form/10230/",
6275 "id": "10230"
6276 },
6277 {
6278 "name": "salazzle-totem",
6279 "url": "https://pokedex.mimo.dev/api/pokemon-form/10231/",
6280 "id": "10231"
6281 },
6282 {
6283 "name": "silvally-fighting",
6284 "url": "https://pokedex.mimo.dev/api/pokemon-form/10232/",
6285 "id": "10232"
6286 },
6287 {
6288 "name": "silvally-flying",
6289 "url": "https://pokedex.mimo.dev/api/pokemon-form/10233/",
6290 "id": "10233"
6291 },
6292 {
6293 "name": "silvally-poison",
6294 "url": "https://pokedex.mimo.dev/api/pokemon-form/10234/",
6295 "id": "10234"
6296 },
6297 {
6298 "name": "silvally-ground",
6299 "url": "https://pokedex.mimo.dev/api/pokemon-form/10235/",
6300 "id": "10235"
6301 },
6302 {
6303 "name": "silvally-rock",
6304 "url": "https://pokedex.mimo.dev/api/pokemon-form/10236/",
6305 "id": "10236"
6306 },
6307 {
6308 "name": "silvally-bug",
6309 "url": "https://pokedex.mimo.dev/api/pokemon-form/10237/",
6310 "id": "10237"
6311 },
6312 {
6313 "name": "silvally-ghost",
6314 "url": "https://pokedex.mimo.dev/api/pokemon-form/10238/",
6315 "id": "10238"
6316 },
6317 {
6318 "name": "silvally-steel",
6319 "url": "https://pokedex.mimo.dev/api/pokemon-form/10239/",
6320 "id": "10239"
6321 },
6322 {
6323 "name": "silvally-fire",
6324 "url": "https://pokedex.mimo.dev/api/pokemon-form/10240/",
6325 "id": "10240"
6326 },
6327 {
6328 "name": "silvally-water",
6329 "url": "https://pokedex.mimo.dev/api/pokemon-form/10241/",
6330 "id": "10241"
6331 },
6332 {
6333 "name": "silvally-grass",
6334 "url": "https://pokedex.mimo.dev/api/pokemon-form/10242/",
6335 "id": "10242"
6336 },
6337 {
6338 "name": "silvally-electric",
6339 "url": "https://pokedex.mimo.dev/api/pokemon-form/10243/",
6340 "id": "10243"
6341 },
6342 {
6343 "name": "silvally-psychic",
6344 "url": "https://pokedex.mimo.dev/api/pokemon-form/10244/",
6345 "id": "10244"
6346 },
6347 {
6348 "name": "silvally-ice",
6349 "url": "https://pokedex.mimo.dev/api/pokemon-form/10245/",
6350 "id": "10245"
6351 },
6352 {
6353 "name": "silvally-dragon",
6354 "url": "https://pokedex.mimo.dev/api/pokemon-form/10246/",
6355 "id": "10246"
6356 },
6357 {
6358 "name": "silvally-dark",
6359 "url": "https://pokedex.mimo.dev/api/pokemon-form/10247/",
6360 "id": "10247"
6361 },
6362 {
6363 "name": "silvally-fairy",
6364 "url": "https://pokedex.mimo.dev/api/pokemon-form/10248/",
6365 "id": "10248"
6366 },
6367 {
6368 "name": "minior-orange-meteor",
6369 "url": "https://pokedex.mimo.dev/api/pokemon-form/10249/",
6370 "id": "10249"
6371 },
6372 {
6373 "name": "minior-yellow-meteor",
6374 "url": "https://pokedex.mimo.dev/api/pokemon-form/10250/",
6375 "id": "10250"
6376 },
6377 {
6378 "name": "minior-green-meteor",
6379 "url": "https://pokedex.mimo.dev/api/pokemon-form/10251/",
6380 "id": "10251"
6381 },
6382 {
6383 "name": "minior-blue-meteor",
6384 "url": "https://pokedex.mimo.dev/api/pokemon-form/10252/",
6385 "id": "10252"
6386 },
6387 {
6388 "name": "minior-indigo-meteor",
6389 "url": "https://pokedex.mimo.dev/api/pokemon-form/10253/",
6390 "id": "10253"
6391 },
6392 {
6393 "name": "minior-violet-meteor",
6394 "url": "https://pokedex.mimo.dev/api/pokemon-form/10254/",
6395 "id": "10254"
6396 },
6397 {
6398 "name": "minior-red",
6399 "url": "https://pokedex.mimo.dev/api/pokemon-form/10255/",
6400 "id": "10255"
6401 },
6402 {
6403 "name": "minior-orange",
6404 "url": "https://pokedex.mimo.dev/api/pokemon-form/10256/",
6405 "id": "10256"
6406 },
6407 {
6408 "name": "minior-yellow",
6409 "url": "https://pokedex.mimo.dev/api/pokemon-form/10257/",
6410 "id": "10257"
6411 },
6412 {
6413 "name": "minior-green",
6414 "url": "https://pokedex.mimo.dev/api/pokemon-form/10258/",
6415 "id": "10258"
6416 },
6417 {
6418 "name": "minior-blue",
6419 "url": "https://pokedex.mimo.dev/api/pokemon-form/10259/",
6420 "id": "10259"
6421 },
6422 {
6423 "name": "minior-indigo",
6424 "url": "https://pokedex.mimo.dev/api/pokemon-form/10260/",
6425 "id": "10260"
6426 },
6427 {
6428 "name": "minior-violet",
6429 "url": "https://pokedex.mimo.dev/api/pokemon-form/10261/",
6430 "id": "10261"
6431 },
6432 {
6433 "name": "mimikyu-busted",
6434 "url": "https://pokedex.mimo.dev/api/pokemon-form/10262/",
6435 "id": "10262"
6436 },
6437 {
6438 "name": "mimikyu-totem-disguised",
6439 "url": "https://pokedex.mimo.dev/api/pokemon-form/10263/",
6440 "id": "10263"
6441 },
6442 {
6443 "name": "mimikyu-totem-busted",
6444 "url": "https://pokedex.mimo.dev/api/pokemon-form/10264/",
6445 "id": "10264"
6446 },
6447 {
6448 "name": "kommo-o-totem",
6449 "url": "https://pokedex.mimo.dev/api/pokemon-form/10265/",
6450 "id": "10265"
6451 },
6452 {
6453 "name": "magearna-original",
6454 "url": "https://pokedex.mimo.dev/api/pokemon-form/10266/",
6455 "id": "10266"
6456 },
6457 {
6458 "name": "pikachu-partner-cap",
6459 "url": "https://pokedex.mimo.dev/api/pokemon-form/10267/",
6460 "id": "10267"
6461 },
6462 {
6463 "name": "marowak-totem",
6464 "url": "https://pokedex.mimo.dev/api/pokemon-form/10268/",
6465 "id": "10268"
6466 },
6467 {
6468 "name": "mothim-sandy",
6469 "url": "https://pokedex.mimo.dev/api/pokemon-form/10269/",
6470 "id": "10269"
6471 },
6472 {
6473 "name": "mothim-trash",
6474 "url": "https://pokedex.mimo.dev/api/pokemon-form/10270/",
6475 "id": "10270"
6476 },
6477 {
6478 "name": "scatterbug-polar",
6479 "url": "https://pokedex.mimo.dev/api/pokemon-form/10271/",
6480 "id": "10271"
6481 },
6482 {
6483 "name": "scatterbug-tundra",
6484 "url": "https://pokedex.mimo.dev/api/pokemon-form/10272/",
6485 "id": "10272"
6486 },
6487 {
6488 "name": "scatterbug-continental",
6489 "url": "https://pokedex.mimo.dev/api/pokemon-form/10273/",
6490 "id": "10273"
6491 },
6492 {
6493 "name": "scatterbug-garden",
6494 "url": "https://pokedex.mimo.dev/api/pokemon-form/10274/",
6495 "id": "10274"
6496 },
6497 {
6498 "name": "scatterbug-elegant",
6499 "url": "https://pokedex.mimo.dev/api/pokemon-form/10275/",
6500 "id": "10275"
6501 },
6502 {
6503 "name": "scatterbug-meadow",
6504 "url": "https://pokedex.mimo.dev/api/pokemon-form/10276/",
6505 "id": "10276"
6506 },
6507 {
6508 "name": "scatterbug-modern",
6509 "url": "https://pokedex.mimo.dev/api/pokemon-form/10277/",
6510 "id": "10277"
6511 },
6512 {
6513 "name": "scatterbug-marine",
6514 "url": "https://pokedex.mimo.dev/api/pokemon-form/10278/",
6515 "id": "10278"
6516 },
6517 {
6518 "name": "scatterbug-archipelago",
6519 "url": "https://pokedex.mimo.dev/api/pokemon-form/10279/",
6520 "id": "10279"
6521 },
6522 {
6523 "name": "scatterbug-high-plains",
6524 "url": "https://pokedex.mimo.dev/api/pokemon-form/10280/",
6525 "id": "10280"
6526 },
6527 {
6528 "name": "scatterbug-sandstorm",
6529 "url": "https://pokedex.mimo.dev/api/pokemon-form/10281/",
6530 "id": "10281"
6531 },
6532 {
6533 "name": "scatterbug-river",
6534 "url": "https://pokedex.mimo.dev/api/pokemon-form/10282/",
6535 "id": "10282"
6536 },
6537 {
6538 "name": "scatterbug-monsoon",
6539 "url": "https://pokedex.mimo.dev/api/pokemon-form/10283/",
6540 "id": "10283"
6541 },
6542 {
6543 "name": "scatterbug-savanna",
6544 "url": "https://pokedex.mimo.dev/api/pokemon-form/10284/",
6545 "id": "10284"
6546 },
6547 {
6548 "name": "scatterbug-sun",
6549 "url": "https://pokedex.mimo.dev/api/pokemon-form/10285/",
6550 "id": "10285"
6551 },
6552 {
6553 "name": "scatterbug-ocean",
6554 "url": "https://pokedex.mimo.dev/api/pokemon-form/10286/",
6555 "id": "10286"
6556 },
6557 {
6558 "name": "scatterbug-jungle",
6559 "url": "https://pokedex.mimo.dev/api/pokemon-form/10287/",
6560 "id": "10287"
6561 },
6562 {
6563 "name": "scatterbug-fancy",
6564 "url": "https://pokedex.mimo.dev/api/pokemon-form/10288/",
6565 "id": "10288"
6566 },
6567 {
6568 "name": "scatterbug-poke-ball",
6569 "url": "https://pokedex.mimo.dev/api/pokemon-form/10289/",
6570 "id": "10289"
6571 },
6572 {
6573 "name": "spewpa-polar",
6574 "url": "https://pokedex.mimo.dev/api/pokemon-form/10290/",
6575 "id": "10290"
6576 },
6577 {
6578 "name": "spewpa-tundra",
6579 "url": "https://pokedex.mimo.dev/api/pokemon-form/10291/",
6580 "id": "10291"
6581 },
6582 {
6583 "name": "spewpa-continental",
6584 "url": "https://pokedex.mimo.dev/api/pokemon-form/10292/",
6585 "id": "10292"
6586 },
6587 {
6588 "name": "spewpa-garden",
6589 "url": "https://pokedex.mimo.dev/api/pokemon-form/10293/",
6590 "id": "10293"
6591 },
6592 {
6593 "name": "spewpa-elegant",
6594 "url": "https://pokedex.mimo.dev/api/pokemon-form/10294/",
6595 "id": "10294"
6596 },
6597 {
6598 "name": "spewpa-meadow",
6599 "url": "https://pokedex.mimo.dev/api/pokemon-form/10295/",
6600 "id": "10295"
6601 },
6602 {
6603 "name": "spewpa-modern",
6604 "url": "https://pokedex.mimo.dev/api/pokemon-form/10296/",
6605 "id": "10296"
6606 },
6607 {
6608 "name": "spewpa-marine",
6609 "url": "https://pokedex.mimo.dev/api/pokemon-form/10297/",
6610 "id": "10297"
6611 },
6612 {
6613 "name": "spewpa-archipelago",
6614 "url": "https://pokedex.mimo.dev/api/pokemon-form/10298/",
6615 "id": "10298"
6616 },
6617 {
6618 "name": "spewpa-high-plains",
6619 "url": "https://pokedex.mimo.dev/api/pokemon-form/10299/",
6620 "id": "10299"
6621 },
6622 {
6623 "name": "spewpa-sandstorm",
6624 "url": "https://pokedex.mimo.dev/api/pokemon-form/10300/",
6625 "id": "10300"
6626 },
6627 {
6628 "name": "spewpa-river",
6629 "url": "https://pokedex.mimo.dev/api/pokemon-form/10301/",
6630 "id": "10301"
6631 },
6632 {
6633 "name": "spewpa-monsoon",
6634 "url": "https://pokedex.mimo.dev/api/pokemon-form/10302/",
6635 "id": "10302"
6636 },
6637 {
6638 "name": "spewpa-savanna",
6639 "url": "https://pokedex.mimo.dev/api/pokemon-form/10303/",
6640 "id": "10303"
6641 },
6642 {
6643 "name": "spewpa-sun",
6644 "url": "https://pokedex.mimo.dev/api/pokemon-form/10304/",
6645 "id": "10304"
6646 },
6647 {
6648 "name": "spewpa-ocean",
6649 "url": "https://pokedex.mimo.dev/api/pokemon-form/10305/",
6650 "id": "10305"
6651 },
6652 {
6653 "name": "spewpa-jungle",
6654 "url": "https://pokedex.mimo.dev/api/pokemon-form/10306/",
6655 "id": "10306"
6656 },
6657 {
6658 "name": "spewpa-fancy",
6659 "url": "https://pokedex.mimo.dev/api/pokemon-form/10307/",
6660 "id": "10307"
6661 },
6662 {
6663 "name": "spewpa-poke-ball",
6664 "url": "https://pokedex.mimo.dev/api/pokemon-form/10308/",
6665 "id": "10308"
6666 },
6667 {
6668 "name": "ribombee-totem",
6669 "url": "https://pokedex.mimo.dev/api/pokemon-form/10309/",
6670 "id": "10309"
6671 },
6672 {
6673 "name": "rockruff-own-tempo",
6674 "url": "https://pokedex.mimo.dev/api/pokemon-form/10310/",
6675 "id": "10310"
6676 },
6677 {
6678 "name": "lycanroc-dusk",
6679 "url": "https://pokedex.mimo.dev/api/pokemon-form/10311/",
6680 "id": "10311"
6681 },
6682 {
6683 "name": "araquanid-totem",
6684 "url": "https://pokedex.mimo.dev/api/pokemon-form/10312/",
6685 "id": "10312"
6686 },
6687 {
6688 "name": "togedemaru-totem",
6689 "url": "https://pokedex.mimo.dev/api/pokemon-form/10313/",
6690 "id": "10313"
6691 },
6692 {
6693 "name": "necrozma-dusk",
6694 "url": "https://pokedex.mimo.dev/api/pokemon-form/10314/",
6695 "id": "10314"
6696 },
6697 {
6698 "name": "necrozma-dawn",
6699 "url": "https://pokedex.mimo.dev/api/pokemon-form/10315/",
6700 "id": "10315"
6701 },
6702 {
6703 "name": "necrozma-ultra",
6704 "url": "https://pokedex.mimo.dev/api/pokemon-form/10316/",
6705 "id": "10316"
6706 },
6707 {
6708 "name": "pikachu-starter",
6709 "url": "https://pokedex.mimo.dev/api/pokemon-form/10317/",
6710 "id": "10317"
6711 },
6712 {
6713 "name": "eevee-starter",
6714 "url": "https://pokedex.mimo.dev/api/pokemon-form/10318/",
6715 "id": "10318"
6716 },
6717 {
6718 "name": "pikachu-world-cap",
6719 "url": "https://pokedex.mimo.dev/api/pokemon-form/10319/",
6720 "id": "10319"
6721 },
6722 {
6723 "name": "meowth-galar",
6724 "url": "https://pokedex.mimo.dev/api/pokemon-form/10320/",
6725 "id": "10320"
6726 },
6727 {
6728 "name": "ponyta-galar",
6729 "url": "https://pokedex.mimo.dev/api/pokemon-form/10321/",
6730 "id": "10321"
6731 },
6732 {
6733 "name": "rapidash-galar",
6734 "url": "https://pokedex.mimo.dev/api/pokemon-form/10322/",
6735 "id": "10322"
6736 },
6737 {
6738 "name": "slowpoke-galar",
6739 "url": "https://pokedex.mimo.dev/api/pokemon-form/10323/",
6740 "id": "10323"
6741 },
6742 {
6743 "name": "slowbro-galar",
6744 "url": "https://pokedex.mimo.dev/api/pokemon-form/10324/",
6745 "id": "10324"
6746 },
6747 {
6748 "name": "farfetchd-galar",
6749 "url": "https://pokedex.mimo.dev/api/pokemon-form/10325/",
6750 "id": "10325"
6751 },
6752 {
6753 "name": "weezing-galar",
6754 "url": "https://pokedex.mimo.dev/api/pokemon-form/10326/",
6755 "id": "10326"
6756 },
6757 {
6758 "name": "mr-mime-galar",
6759 "url": "https://pokedex.mimo.dev/api/pokemon-form/10327/",
6760 "id": "10327"
6761 },
6762 {
6763 "name": "articuno-galar",
6764 "url": "https://pokedex.mimo.dev/api/pokemon-form/10328/",
6765 "id": "10328"
6766 },
6767 {
6768 "name": "zapdos-galar",
6769 "url": "https://pokedex.mimo.dev/api/pokemon-form/10329/",
6770 "id": "10329"
6771 },
6772 {
6773 "name": "moltres-galar",
6774 "url": "https://pokedex.mimo.dev/api/pokemon-form/10330/",
6775 "id": "10330"
6776 },
6777 {
6778 "name": "slowking-galar",
6779 "url": "https://pokedex.mimo.dev/api/pokemon-form/10331/",
6780 "id": "10331"
6781 },
6782 {
6783 "name": "corsola-galar",
6784 "url": "https://pokedex.mimo.dev/api/pokemon-form/10332/",
6785 "id": "10332"
6786 },
6787 {
6788 "name": "zigzagoon-galar",
6789 "url": "https://pokedex.mimo.dev/api/pokemon-form/10333/",
6790 "id": "10333"
6791 },
6792 {
6793 "name": "linoone-galar",
6794 "url": "https://pokedex.mimo.dev/api/pokemon-form/10334/",
6795 "id": "10334"
6796 },
6797 {
6798 "name": "darumaka-galar",
6799 "url": "https://pokedex.mimo.dev/api/pokemon-form/10335/",
6800 "id": "10335"
6801 },
6802 {
6803 "name": "darmanitan-galar-standard",
6804 "url": "https://pokedex.mimo.dev/api/pokemon-form/10336/",
6805 "id": "10336"
6806 },
6807 {
6808 "name": "darmanitan-galar-zen",
6809 "url": "https://pokedex.mimo.dev/api/pokemon-form/10337/",
6810 "id": "10337"
6811 },
6812 {
6813 "name": "yamask-galar",
6814 "url": "https://pokedex.mimo.dev/api/pokemon-form/10338/",
6815 "id": "10338"
6816 },
6817 {
6818 "name": "stunfisk-galar",
6819 "url": "https://pokedex.mimo.dev/api/pokemon-form/10339/",
6820 "id": "10339"
6821 },
6822 {
6823 "name": "zygarde-10",
6824 "url": "https://pokedex.mimo.dev/api/pokemon-form/10340/",
6825 "id": "10340"
6826 },
6827 {
6828 "name": "cramorant-gulping",
6829 "url": "https://pokedex.mimo.dev/api/pokemon-form/10341/",
6830 "id": "10341"
6831 },
6832 {
6833 "name": "cramorant-gorging",
6834 "url": "https://pokedex.mimo.dev/api/pokemon-form/10342/",
6835 "id": "10342"
6836 },
6837 {
6838 "name": "toxtricity-low-key",
6839 "url": "https://pokedex.mimo.dev/api/pokemon-form/10343/",
6840 "id": "10343"
6841 },
6842 {
6843 "name": "sinistea-antique",
6844 "url": "https://pokedex.mimo.dev/api/pokemon-form/10344/",
6845 "id": "10344"
6846 },
6847 {
6848 "name": "polteageist-antique",
6849 "url": "https://pokedex.mimo.dev/api/pokemon-form/10345/",
6850 "id": "10345"
6851 },
6852 {
6853 "name": "alcremie-ruby-cream",
6854 "url": "https://pokedex.mimo.dev/api/pokemon-form/10346/",
6855 "id": "10346"
6856 },
6857 {
6858 "name": "alcremie-matcha-cream",
6859 "url": "https://pokedex.mimo.dev/api/pokemon-form/10347/",
6860 "id": "10347"
6861 },
6862 {
6863 "name": "alcremie-mint-cream",
6864 "url": "https://pokedex.mimo.dev/api/pokemon-form/10348/",
6865 "id": "10348"
6866 },
6867 {
6868 "name": "alcremie-lemon-cream",
6869 "url": "https://pokedex.mimo.dev/api/pokemon-form/10349/",
6870 "id": "10349"
6871 },
6872 {
6873 "name": "alcremie-salted-cream",
6874 "url": "https://pokedex.mimo.dev/api/pokemon-form/10350/",
6875 "id": "10350"
6876 },
6877 {
6878 "name": "alcremie-ruby-swirl",
6879 "url": "https://pokedex.mimo.dev/api/pokemon-form/10351/",
6880 "id": "10351"
6881 },
6882 {
6883 "name": "alcremie-caramel-swirl",
6884 "url": "https://pokedex.mimo.dev/api/pokemon-form/10352/",
6885 "id": "10352"
6886 },
6887 {
6888 "name": "alcremie-rainbow-swirl",
6889 "url": "https://pokedex.mimo.dev/api/pokemon-form/10353/",
6890 "id": "10353"
6891 },
6892 {
6893 "name": "eiscue-noice",
6894 "url": "https://pokedex.mimo.dev/api/pokemon-form/10354/",
6895 "id": "10354"
6896 },
6897 {
6898 "name": "indeedee-female",
6899 "url": "https://pokedex.mimo.dev/api/pokemon-form/10355/",
6900 "id": "10355"
6901 },
6902 {
6903 "name": "morpeko-hangry",
6904 "url": "https://pokedex.mimo.dev/api/pokemon-form/10356/",
6905 "id": "10356"
6906 },
6907 {
6908 "name": "zacian-crowned",
6909 "url": "https://pokedex.mimo.dev/api/pokemon-form/10357/",
6910 "id": "10357"
6911 },
6912 {
6913 "name": "zamazenta-crowned",
6914 "url": "https://pokedex.mimo.dev/api/pokemon-form/10358/",
6915 "id": "10358"
6916 },
6917 {
6918 "name": "eternatus-eternamax",
6919 "url": "https://pokedex.mimo.dev/api/pokemon-form/10359/",
6920 "id": "10359"
6921 },
6922 {
6923 "name": "urshifu-rapid-strike",
6924 "url": "https://pokedex.mimo.dev/api/pokemon-form/10360/",
6925 "id": "10360"
6926 },
6927 {
6928 "name": "zarude-dada",
6929 "url": "https://pokedex.mimo.dev/api/pokemon-form/10361/",
6930 "id": "10361"
6931 },
6932 {
6933 "name": "calyrex-ice",
6934 "url": "https://pokedex.mimo.dev/api/pokemon-form/10362/",
6935 "id": "10362"
6936 },
6937 {
6938 "name": "calyrex-shadow",
6939 "url": "https://pokedex.mimo.dev/api/pokemon-form/10363/",
6940 "id": "10363"
6941 },
6942 {
6943 "name": "venusaur-gmax",
6944 "url": "https://pokedex.mimo.dev/api/pokemon-form/10364/",
6945 "id": "10364"
6946 },
6947 {
6948 "name": "charizard-gmax",
6949 "url": "https://pokedex.mimo.dev/api/pokemon-form/10365/",
6950 "id": "10365"
6951 },
6952 {
6953 "name": "blastoise-gmax",
6954 "url": "https://pokedex.mimo.dev/api/pokemon-form/10366/",
6955 "id": "10366"
6956 },
6957 {
6958 "name": "butterfree-gmax",
6959 "url": "https://pokedex.mimo.dev/api/pokemon-form/10367/",
6960 "id": "10367"
6961 },
6962 {
6963 "name": "pikachu-gmax",
6964 "url": "https://pokedex.mimo.dev/api/pokemon-form/10368/",
6965 "id": "10368"
6966 },
6967 {
6968 "name": "meowth-gmax",
6969 "url": "https://pokedex.mimo.dev/api/pokemon-form/10369/",
6970 "id": "10369"
6971 },
6972 {
6973 "name": "machamp-gmax",
6974 "url": "https://pokedex.mimo.dev/api/pokemon-form/10370/",
6975 "id": "10370"
6976 },
6977 {
6978 "name": "gengar-gmax",
6979 "url": "https://pokedex.mimo.dev/api/pokemon-form/10371/",
6980 "id": "10371"
6981 },
6982 {
6983 "name": "kingler-gmax",
6984 "url": "https://pokedex.mimo.dev/api/pokemon-form/10372/",
6985 "id": "10372"
6986 },
6987 {
6988 "name": "lapras-gmax",
6989 "url": "https://pokedex.mimo.dev/api/pokemon-form/10373/",
6990 "id": "10373"
6991 },
6992 {
6993 "name": "eevee-gmax",
6994 "url": "https://pokedex.mimo.dev/api/pokemon-form/10374/",
6995 "id": "10374"
6996 },
6997 {
6998 "name": "snorlax-gmax",
6999 "url": "https://pokedex.mimo.dev/api/pokemon-form/10375/",
7000 "id": "10375"
7001 },
7002 {
7003 "name": "garbodor-gmax",
7004 "url": "https://pokedex.mimo.dev/api/pokemon-form/10376/",
7005 "id": "10376"
7006 },
7007 {
7008 "name": "melmetal-gmax",
7009 "url": "https://pokedex.mimo.dev/api/pokemon-form/10377/",
7010 "id": "10377"
7011 },
7012 {
7013 "name": "rillaboom-gmax",
7014 "url": "https://pokedex.mimo.dev/api/pokemon-form/10378/",
7015 "id": "10378"
7016 },
7017 {
7018 "name": "cinderace-gmax",
7019 "url": "https://pokedex.mimo.dev/api/pokemon-form/10379/",
7020 "id": "10379"
7021 },
7022 {
7023 "name": "inteleon-gmax",
7024 "url": "https://pokedex.mimo.dev/api/pokemon-form/10380/",
7025 "id": "10380"
7026 },
7027 {
7028 "name": "corviknight-gmax",
7029 "url": "https://pokedex.mimo.dev/api/pokemon-form/10381/",
7030 "id": "10381"
7031 },
7032 {
7033 "name": "orbeetle-gmax",
7034 "url": "https://pokedex.mimo.dev/api/pokemon-form/10382/",
7035 "id": "10382"
7036 },
7037 {
7038 "name": "drednaw-gmax",
7039 "url": "https://pokedex.mimo.dev/api/pokemon-form/10383/",
7040 "id": "10383"
7041 },
7042 {
7043 "name": "coalossal-gmax",
7044 "url": "https://pokedex.mimo.dev/api/pokemon-form/10384/",
7045 "id": "10384"
7046 },
7047 {
7048 "name": "flapple-gmax",
7049 "url": "https://pokedex.mimo.dev/api/pokemon-form/10385/",
7050 "id": "10385"
7051 },
7052 {
7053 "name": "appletun-gmax",
7054 "url": "https://pokedex.mimo.dev/api/pokemon-form/10386/",
7055 "id": "10386"
7056 },
7057 {
7058 "name": "sandaconda-gmax",
7059 "url": "https://pokedex.mimo.dev/api/pokemon-form/10387/",
7060 "id": "10387"
7061 },
7062 {
7063 "name": "toxtricity-amped-gmax",
7064 "url": "https://pokedex.mimo.dev/api/pokemon-form/10388/",
7065 "id": "10388"
7066 },
7067 {
7068 "name": "centiskorch-gmax",
7069 "url": "https://pokedex.mimo.dev/api/pokemon-form/10389/",
7070 "id": "10389"
7071 },
7072 {
7073 "name": "hatterene-gmax",
7074 "url": "https://pokedex.mimo.dev/api/pokemon-form/10390/",
7075 "id": "10390"
7076 },
7077 {
7078 "name": "grimmsnarl-gmax",
7079 "url": "https://pokedex.mimo.dev/api/pokemon-form/10391/",
7080 "id": "10391"
7081 },
7082 {
7083 "name": "alcremie-gmax",
7084 "url": "https://pokedex.mimo.dev/api/pokemon-form/10392/",
7085 "id": "10392"
7086 },
7087 {
7088 "name": "copperajah-gmax",
7089 "url": "https://pokedex.mimo.dev/api/pokemon-form/10393/",
7090 "id": "10393"
7091 },
7092 {
7093 "name": "duraludon-gmax",
7094 "url": "https://pokedex.mimo.dev/api/pokemon-form/10394/",
7095 "id": "10394"
7096 },
7097 {
7098 "name": "urshifu-single-strike-gmax",
7099 "url": "https://pokedex.mimo.dev/api/pokemon-form/10395/",
7100 "id": "10395"
7101 },
7102 {
7103 "name": "urshifu-rapid-strike-gmax",
7104 "url": "https://pokedex.mimo.dev/api/pokemon-form/10396/",
7105 "id": "10396"
7106 },
7107 {
7108 "name": "toxtricity-low-key-gmax",
7109 "url": "https://pokedex.mimo.dev/api/pokemon-form/10397/",
7110 "id": "10397"
7111 },
7112 {
7113 "name": "growlithe-hisui",
7114 "url": "https://pokedex.mimo.dev/api/pokemon-form/10398/",
7115 "id": "10398"
7116 },
7117 {
7118 "name": "arcanine-hisui",
7119 "url": "https://pokedex.mimo.dev/api/pokemon-form/10399/",
7120 "id": "10399"
7121 },
7122 {
7123 "name": "voltorb-hisui",
7124 "url": "https://pokedex.mimo.dev/api/pokemon-form/10400/",
7125 "id": "10400"
7126 },
7127 {
7128 "name": "electrode-hisui",
7129 "url": "https://pokedex.mimo.dev/api/pokemon-form/10401/",
7130 "id": "10401"
7131 },
7132 {
7133 "name": "typhlosion-hisui",
7134 "url": "https://pokedex.mimo.dev/api/pokemon-form/10402/",
7135 "id": "10402"
7136 },
7137 {
7138 "name": "qwilfish-hisui",
7139 "url": "https://pokedex.mimo.dev/api/pokemon-form/10403/",
7140 "id": "10403"
7141 },
7142 {
7143 "name": "sneasel-hisui",
7144 "url": "https://pokedex.mimo.dev/api/pokemon-form/10404/",
7145 "id": "10404"
7146 },
7147 {
7148 "name": "samurott-hisui",
7149 "url": "https://pokedex.mimo.dev/api/pokemon-form/10405/",
7150 "id": "10405"
7151 },
7152 {
7153 "name": "lilligant-hisui",
7154 "url": "https://pokedex.mimo.dev/api/pokemon-form/10406/",
7155 "id": "10406"
7156 },
7157 {
7158 "name": "zorua-hisui",
7159 "url": "https://pokedex.mimo.dev/api/pokemon-form/10407/",
7160 "id": "10407"
7161 },
7162 {
7163 "name": "zoroark-hisui",
7164 "url": "https://pokedex.mimo.dev/api/pokemon-form/10408/",
7165 "id": "10408"
7166 },
7167 {
7168 "name": "braviary-hisui",
7169 "url": "https://pokedex.mimo.dev/api/pokemon-form/10409/",
7170 "id": "10409"
7171 },
7172 {
7173 "name": "sliggoo-hisui",
7174 "url": "https://pokedex.mimo.dev/api/pokemon-form/10410/",
7175 "id": "10410"
7176 },
7177 {
7178 "name": "goodra-hisui",
7179 "url": "https://pokedex.mimo.dev/api/pokemon-form/10411/",
7180 "id": "10411"
7181 },
7182 {
7183 "name": "avalugg-hisui",
7184 "url": "https://pokedex.mimo.dev/api/pokemon-form/10412/",
7185 "id": "10412"
7186 },
7187 {
7188 "name": "decidueye-hisui",
7189 "url": "https://pokedex.mimo.dev/api/pokemon-form/10413/",
7190 "id": "10413"
7191 },
7192 {
7193 "name": "dialga-origin",
7194 "url": "https://pokedex.mimo.dev/api/pokemon-form/10414/",
7195 "id": "10414"
7196 },
7197 {
7198 "name": "palkia-origin",
7199 "url": "https://pokedex.mimo.dev/api/pokemon-form/10415/",
7200 "id": "10415"
7201 },
7202 {
7203 "name": "basculin-white-striped",
7204 "url": "https://pokedex.mimo.dev/api/pokemon-form/10416/",
7205 "id": "10416"
7206 },
7207 {
7208 "name": "basculegion-female",
7209 "url": "https://pokedex.mimo.dev/api/pokemon-form/10417/",
7210 "id": "10417"
7211 },
7212 {
7213 "name": "enamorus-therian",
7214 "url": "https://pokedex.mimo.dev/api/pokemon-form/10418/",
7215 "id": "10418"
7216 },
7217 {
7218 "name": "tauros-paldea-combat-breed",
7219 "url": "https://pokedex.mimo.dev/api/pokemon-form/10419/",
7220 "id": "10419"
7221 },
7222 {
7223 "name": "tauros-paldea-blaze-breed",
7224 "url": "https://pokedex.mimo.dev/api/pokemon-form/10420/",
7225 "id": "10420"
7226 },
7227 {
7228 "name": "tauros-paldea-aqua-breed",
7229 "url": "https://pokedex.mimo.dev/api/pokemon-form/10421/",
7230 "id": "10421"
7231 },
7232 {
7233 "name": "wooper-paldea",
7234 "url": "https://pokedex.mimo.dev/api/pokemon-form/10422/",
7235 "id": "10422"
7236 },
7237 {
7238 "name": "oinkologne-female",
7239 "url": "https://pokedex.mimo.dev/api/pokemon-form/10423/",
7240 "id": "10423"
7241 },
7242 {
7243 "name": "dudunsparce-three-segment",
7244 "url": "https://pokedex.mimo.dev/api/pokemon-form/10424/",
7245 "id": "10424"
7246 },
7247 {
7248 "name": "palafin-hero",
7249 "url": "https://pokedex.mimo.dev/api/pokemon-form/10425/",
7250 "id": "10425"
7251 },
7252 {
7253 "name": "maushold-family-of-three",
7254 "url": "https://pokedex.mimo.dev/api/pokemon-form/10426/",
7255 "id": "10426"
7256 },
7257 {
7258 "name": "tatsugiri-droopy",
7259 "url": "https://pokedex.mimo.dev/api/pokemon-form/10427/",
7260 "id": "10427"
7261 },
7262 {
7263 "name": "tatsugiri-stretchy",
7264 "url": "https://pokedex.mimo.dev/api/pokemon-form/10428/",
7265 "id": "10428"
7266 },
7267 {
7268 "name": "squawkabilly-blue-plumage",
7269 "url": "https://pokedex.mimo.dev/api/pokemon-form/10429/",
7270 "id": "10429"
7271 },
7272 {
7273 "name": "squawkabilly-yellow-plumage",
7274 "url": "https://pokedex.mimo.dev/api/pokemon-form/10430/",
7275 "id": "10430"
7276 },
7277 {
7278 "name": "squawkabilly-white-plumage",
7279 "url": "https://pokedex.mimo.dev/api/pokemon-form/10431/",
7280 "id": "10431"
7281 },
7282 {
7283 "name": "gimmighoul-roaming",
7284 "url": "https://pokedex.mimo.dev/api/pokemon-form/10432/",
7285 "id": "10432"
7286 },
7287 {
7288 "name": "koraidon-limited-build",
7289 "url": "https://pokedex.mimo.dev/api/pokemon-form/10433/",
7290 "id": "10433"
7291 },
7292 {
7293 "name": "koraidon-sprinting-build",
7294 "url": "https://pokedex.mimo.dev/api/pokemon-form/10434/",
7295 "id": "10434"
7296 },
7297 {
7298 "name": "koraidon-swimming-build",
7299 "url": "https://pokedex.mimo.dev/api/pokemon-form/10435/",
7300 "id": "10435"
7301 },
7302 {
7303 "name": "koraidon-gliding-build",
7304 "url": "https://pokedex.mimo.dev/api/pokemon-form/10436/",
7305 "id": "10436"
7306 },
7307 {
7308 "name": "miraidon-low-power-mode",
7309 "url": "https://pokedex.mimo.dev/api/pokemon-form/10437/",
7310 "id": "10437"
7311 },
7312 {
7313 "name": "miraidon-drive-mode",
7314 "url": "https://pokedex.mimo.dev/api/pokemon-form/10438/",
7315 "id": "10438"
7316 },
7317 {
7318 "name": "miraidon-aquatic-mode",
7319 "url": "https://pokedex.mimo.dev/api/pokemon-form/10439/",
7320 "id": "10439"
7321 },
7322 {
7323 "name": "miraidon-glide-mode",
7324 "url": "https://pokedex.mimo.dev/api/pokemon-form/10440/",
7325 "id": "10440"
7326 },
7327 {
7328 "name": "ursaluna-bloodmoon",
7329 "url": "https://pokedex.mimo.dev/api/pokemon-form/10441/",
7330 "id": "10441"
7331 },
7332 {
7333 "name": "ogerpon-wellspring-mask",
7334 "url": "https://pokedex.mimo.dev/api/pokemon-form/10442/",
7335 "id": "10442"
7336 },
7337 {
7338 "name": "ogerpon-hearthflame-mask",
7339 "url": "https://pokedex.mimo.dev/api/pokemon-form/10443/",
7340 "id": "10443"
7341 },
7342 {
7343 "name": "ogerpon-cornerstone-mask",
7344 "url": "https://pokedex.mimo.dev/api/pokemon-form/10444/",
7345 "id": "10444"
7346 },
7347 {
7348 "name": "terapagos-terastal",
7349 "url": "https://pokedex.mimo.dev/api/pokemon-form/10445/",
7350 "id": "10445"
7351 },
7352 {
7353 "name": "terapagos-stellar",
7354 "url": "https://pokedex.mimo.dev/api/pokemon-form/10446/",
7355 "id": "10446"
7356 },
7357 {
7358 "name": "poltchageist-artisan",
7359 "url": "https://pokedex.mimo.dev/api/pokemon-form/10447/",
7360 "id": "10447"
7361 },
7362 {
7363 "name": "sinistcha-masterpiece",
7364 "url": "https://pokedex.mimo.dev/api/pokemon-form/10448/",
7365 "id": "10448"
7366 }
7367]
1. Bulbasaur2. Ivysaur3. Venusaur4. Charmander5. Charmeleon6. Charizard7. Squirtle8. Wartortle9. Blastoise10. Caterpie11. Metapod12. Butterfree13. Weedle14. Kakuna15. Beedrill16. Pidgey17. Pidgeotto18. Pidgeot19. Rattata20. Raticate21. Spearow22. Fearow23. Ekans24. Arbok25. Pikachu26. Raichu27. Sandshrew28. Sandslash29. Nidoran-f30. Nidorina31. Nidoqueen32. Nidoran-m33. Nidorino34. Nidoking35. Clefairy36. Clefable37. Vulpix38. Ninetales39. Jigglypuff40. Wigglytuff41. Zubat42. Golbat43. Oddish44. Gloom45. Vileplume46. Paras47. Parasect48. Venonat49. Venomoth50. Diglett51. Dugtrio52. Meowth53. Persian54. Psyduck55. Golduck56. Mankey57. Primeape58. Growlithe59. Arcanine60. Poliwag61. Poliwhirl62. Poliwrath63. Abra64. Kadabra65. Alakazam66. Machop67. Machoke68. Machamp69. Bellsprout70. Weepinbell71. Victreebel72. Tentacool73. Tentacruel74. Geodude75. Graveler76. Golem77. Ponyta78. Rapidash79. Slowpoke80. Slowbro81. Magnemite82. Magneton83. Farfetchd84. Doduo85. Dodrio86. Seel87. Dewgong88. Grimer89. Muk90. Shellder91. Cloyster92. Gastly93. Haunter94. Gengar95. Onix96. Drowzee97. Hypno98. Krabby99. Kingler100. Voltorb101. Electrode102. Exeggcute103. Exeggutor104. Cubone105. Marowak106. Hitmonlee107. Hitmonchan108. Lickitung109. Koffing110. Weezing111. Rhyhorn112. Rhydon113. Chansey114. Tangela115. Kangaskhan116. Horsea117. Seadra118. Goldeen119. Seaking120. Staryu121. Starmie122. Mr-mime123. Scyther124. Jynx125. Electabuzz126. Magmar127. Pinsir128. Tauros129. Magikarp130. Gyarados131. Lapras132. Ditto133. Eevee134. Vaporeon135. Jolteon136. Flareon137. Porygon138. Omanyte139. Omastar140. Kabuto141. Kabutops142. Aerodactyl143. Snorlax144. Articuno145. Zapdos146. Moltres147. Dratini148. Dragonair149. Dragonite150. Mewtwo151. Mew152. Chikorita153. Bayleef154. Meganium155. Cyndaquil156. Quilava157. Typhlosion158. Totodile159. Croconaw160. Feraligatr161. Sentret162. Furret163. Hoothoot164. Noctowl165. Ledyba166. Ledian167. Spinarak168. Ariados169. Crobat170. Chinchou171. Lanturn172. Pichu173. Cleffa174. Igglybuff175. Togepi176. Togetic177. Natu178. Xatu179. Mareep180. Flaaffy181. Ampharos182. Bellossom183. Marill184. Azumarill185. Sudowoodo186. Politoed187. Hoppip188. Skiploom189. Jumpluff190. Aipom191. Sunkern192. Sunflora193. Yanma194. Wooper195. Quagsire196. Espeon197. Umbreon198. Murkrow199. Slowking200. Misdreavus201. Unown-a202. Wobbuffet203. Girafarig204. Pineco205. Forretress206. Dunsparce207. Gligar208. Steelix209. Snubbull210. Granbull211. Qwilfish212. Scizor213. Shuckle214. Heracross215. Sneasel216. Teddiursa217. Ursaring218. Slugma219. Magcargo220. Swinub221. Piloswine222. Corsola223. Remoraid224. Octillery225. Delibird226. Mantine227. Skarmory228. Houndour229. Houndoom230. Kingdra231. Phanpy232. Donphan233. Porygon2234. Stantler235. Smeargle236. Tyrogue237. Hitmontop238. Smoochum239. Elekid240. Magby241. Miltank242. Blissey243. Raikou244. Entei245. Suicune246. Larvitar247. Pupitar248. Tyranitar249. Lugia250. Ho-oh251. Celebi252. Treecko253. Grovyle254. Sceptile255. Torchic256. Combusken257. Blaziken258. Mudkip259. Marshtomp260. Swampert261. Poochyena262. Mightyena263. Zigzagoon264. Linoone265. Wurmple266. Silcoon267. Beautifly268. Cascoon269. Dustox270. Lotad271. Lombre272. Ludicolo273. Seedot274. Nuzleaf275. Shiftry276. Taillow277. Swellow278. Wingull279. Pelipper280. Ralts281. Kirlia282. Gardevoir283. Surskit284. Masquerain285. Shroomish286. Breloom287. Slakoth288. Vigoroth289. Slaking290. Nincada291. Ninjask292. Shedinja293. Whismur294. Loudred295. Exploud296. Makuhita297. Hariyama298. Azurill299. Nosepass300. Skitty301. Delcatty302. Sableye303. Mawile304. Aron305. Lairon306. Aggron307. Meditite308. Medicham309. Electrike310. Manectric311. Plusle312. Minun313. Volbeat314. Illumise315. Roselia316. Gulpin317. Swalot318. Carvanha319. Sharpedo320. Wailmer321. Wailord322. Numel323. Camerupt324. Torkoal325. Spoink326. Grumpig327. Spinda328. Trapinch329. Vibrava330. Flygon331. Cacnea332. Cacturne333. Swablu334. Altaria335. Zangoose336. Seviper337. Lunatone338. Solrock339. Barboach340. Whiscash341. Corphish342. Crawdaunt343. Baltoy344. Claydol345. Lileep346. Cradily347. Anorith348. Armaldo349. Feebas350. Milotic351. Castform352. Kecleon353. Shuppet354. Banette355. Duskull356. Dusclops357. Tropius358. Chimecho359. Absol360. Wynaut361. Snorunt362. Glalie363. Spheal364. Sealeo365. Walrein366. Clamperl367. Huntail368. Gorebyss369. Relicanth370. Luvdisc371. Bagon372. Shelgon373. Salamence374. Beldum375. Metang376. Metagross377. Regirock378. Regice379. Registeel380. Latias381. Latios382. Kyogre383. Groudon384. Rayquaza385. Jirachi386. Pansage387. Deoxys-normal388. Turtwig389. Grotle390. Torterra391. Chimchar392. Monferno393. Infernape394. Piplup395. Prinplup396. Empoleon397. Starly398. Staravia399. Staraptor400. Bidoof401. Bibarel402. Kricketot403. Kricketune404. Shinx405. Luxio406. Luxray407. Budew408. Roserade409. Cranidos410. Rampardos411. Shieldon412. Bastiodon413. Burmy-plant414. Wormadam-plant415. Mothim-plant416. Combee417. Vespiquen418. Pachirisu419. Buizel420. Floatzel421. Cherubi422. Cherrim-overcast423. Shellos-west424. Gastrodon-west425. Ambipom426. Drifloon427. Drifblim428. Buneary429. Lopunny430. Mismagius431. Honchkrow432. Glameow433. Purugly434. Chingling435. Stunky436. Skuntank437. Bronzor438. Bronzong439. Bonsly440. Mime-jr441. Happiny442. Chatot443. Spiritomb444. Gible445. Gabite446. Garchomp447. Munchlax448. Riolu449. Lucario450. Hippopotas451. Hippowdon452. Skorupi453. Drapion454. Croagunk455. Toxicroak456. Carnivine457. Finneon458. Lumineon459. Mantyke460. Snover461. Abomasnow462. Weavile463. Magnezone464. Lickilicky465. Rhyperior466. Tangrowth467. Electivire468. Magmortar469. Togekiss470. Yanmega471. Leafeon472. Glaceon473. Gliscor474. Mamoswine475. Porygon-z476. Gallade477. Probopass478. Dusknoir479. Froslass480. Rotom481. Uxie482. Mesprit483. Azelf484. Dialga485. Palkia486. Heatran487. Regigigas488. Giratina-altered489. Cresselia490. Phione491. Manaphy492. Darkrai493. Shaymin-land494. Arceus-normal495. Victini496. Snivy497. Servine498. Serperior499. Tepig500. Pignite501. Emboar502. Oshawott503. Dewott504. Samurott505. Patrat506. Watchog507. Lillipup508. Herdier509. Stoutland510. Purrloin511. Liepard512. Simisage513. Pansear514. Simisear515. Panpour516. Simipour517. Munna518. Musharna519. Pidove520. Tranquill521. Unfezant522. Blitzle523. Zebstrika524. Roggenrola525. Boldore526. Gigalith527. Woobat528. Swoobat529. Drilbur530. Excadrill531. Audino532. Timburr533. Gurdurr534. Conkeldurr535. Tympole536. Palpitoad537. Seismitoad538. Throh539. Sawk540. Sewaddle541. Swadloon542. Leavanny543. Venipede544. Whirlipede545. Scolipede546. Cottonee547. Whimsicott548. Petilil549. Lilligant550. Basculin-red-striped551. Sandile552. Krokorok553. Krookodile554. Darumaka555. Darmanitan-standard556. Maractus557. Dwebble558. Crustle559. Scraggy560. Scrafty561. Sigilyph562. Yamask563. Cofagrigus564. Tirtouga565. Carracosta566. Archen567. Archeops568. Trubbish569. Garbodor570. Zorua571. Zoroark572. Minccino573. Cinccino574. Gothita575. Gothorita576. Gothitelle577. Solosis578. Duosion579. Reuniclus580. Ducklett581. Swanna582. Vanillite583. Vanillish584. Vanilluxe585. Deerling-spring586. Sawsbuck-spring587. Emolga588. Karrablast589. Escavalier590. Foongus591. Amoonguss592. Frillish593. Jellicent594. Alomomola595. Joltik596. Galvantula597. Ferroseed598. Ferrothorn599. Klink600. Klang601. Klinklang602. Tynamo603. Eelektrik604. Eelektross605. Elgyem606. Beheeyem607. Litwick608. Lampent609. Chandelure610. Axew611. Fraxure612. Haxorus613. Cubchoo614. Beartic615. Cryogonal616. Shelmet617. Accelgor618. Stunfisk619. Mienfoo620. Mienshao621. Druddigon622. Golett623. Golurk624. Pawniard625. Bisharp626. Bouffalant627. Rufflet628. Braviary629. Vullaby630. Mandibuzz631. Heatmor632. Durant633. Deino634. Zweilous635. Hydreigon636. Larvesta637. Volcarona638. Cobalion639. Terrakion640. Virizion641. Tornadus-incarnate642. Thundurus-incarnate643. Reshiram644. Zekrom645. Landorus-incarnate646. Kyurem647. Keldeo-ordinary648. Meloetta-aria649. Genesect650. Chespin651. Quilladin652. Chesnaught653. Fennekin654. Braixen655. Delphox656. Froakie657. Frogadier658. Greninja659. Bunnelby660. Diggersby661. Fletchling662. Fletchinder663. Talonflame664. Scatterbug-icy-snow665. Spewpa-icy-snow666. Vivillon-meadow667. Litleo668. Pyroar669. Flabebe-red670. Floette-red671. Florges-red672. Skiddo673. Gogoat674. Pancham675. Pangoro676. Furfrou-natural677. Espurr678. Meowstic-male679. Honedge680. Doublade681. Aegislash-shield682. Spritzee683. Aromatisse684. Swirlix685. Slurpuff686. Inkay687. Malamar688. Binacle689. Barbaracle690. Skrelp691. Dragalge692. Clauncher693. Clawitzer694. Helioptile695. Heliolisk696. Tyrunt697. Tyrantrum698. Amaura699. Aurorus700. Sylveon701. Hawlucha702. Dedenne703. Carbink704. Goomy705. Sliggoo706. Goodra707. Klefki708. Phantump709. Trevenant710. Pumpkaboo-average711. Gourgeist-average712. Bergmite713. Avalugg714. Noibat715. Noivern716. Xerneas-active717. Yveltal718. Zygarde-50719. Diancie720. Hoopa721. Volcanion722. Rowlet723. Dartrix724. Decidueye725. Litten726. Torracat727. Incineroar728. Popplio729. Brionne730. Primarina731. Pikipek732. Trumbeak733. Toucannon734. Yungoos735. Gumshoos736. Grubbin737. Charjabug738. Vikavolt739. Crabrawler740. Crabominable741. Oricorio-baile742. Cutiefly743. Ribombee744. Rockruff745. Lycanroc-midday746. Wishiwashi-solo747. Mareanie748. Toxapex749. Mudbray750. Mudsdale751. Dewpider752. Araquanid753. Fomantis754. Lurantis755. Morelull756. Shiinotic757. Salandit758. Salazzle759. Stufful760. Bewear761. Bounsweet762. Steenee763. Tsareena764. Comfey765. Oranguru766. Passimian767. Wimpod768. Golisopod769. Sandygast770. Palossand771. Pyukumuku772. Type-null773. Silvally-normal774. Minior-red-meteor775. Komala776. Turtonator777. Togedemaru778. Mimikyu-disguised779. Bruxish780. Drampa781. Dhelmise782. Jangmo-o783. Hakamo-o784. Kommo-o785. Tapu-koko786. Tapu-lele787. Tapu-bulu788. Tapu-fini789. Cosmog790. Cosmoem791. Solgaleo792. Lunala793. Nihilego794. Buzzwole795. Pheromosa796. Xurkitree797. Celesteela798. Kartana799. Guzzlord800. Necrozma801. Magearna802. Marshadow803. Poipole804. Naganadel805. Stakataka806. Blacephalon807. Zeraora808. Meltan809. Melmetal810. Grookey811. Thwackey812. Rillaboom813. Scorbunny814. Raboot815. Cinderace816. Sobble817. Drizzile818. Inteleon819. Skwovet820. Greedent821. Rookidee822. Corvisquire823. Corviknight824. Blipbug825. Dottler826. Orbeetle827. Nickit828. Thievul829. Gossifleur830. Eldegoss831. Wooloo832. Dubwool833. Chewtle834. Drednaw835. Yamper836. Boltund837. Rolycoly838. Carkol839. Coalossal840. Applin841. Flapple842. Appletun843. Silicobra844. Sandaconda845. Cramorant846. Arrokuda847. Barraskewda848. Toxel849. Toxtricity-amped850. Sizzlipede851. Centiskorch852. Clobbopus853. Grapploct854. Sinistea-phony855. Polteageist-phony856. Hatenna857. Hattrem858. Hatterene859. Impidimp860. Morgrem861. Grimmsnarl862. Obstagoon863. Perrserker864. Cursola865. Sirfetchd866. Mr-rime867. Runerigus868. Milcery869. Alcremie-vanilla-cream870. Falinks871. Pincurchin872. Snom873. Frosmoth874. Stonjourner875. Eiscue-ice876. Indeedee-male877. Morpeko-full-belly878. Cufant879. Copperajah880. Dracozolt881. Arctozolt882. Dracovish883. Arctovish884. Duraludon885. Dreepy886. Drakloak887. Dragapult888. Zacian889. Zamazenta890. Eternatus891. Kubfu892. Urshifu-single-strike893. Zarude894. Regieleki895. Regidrago896. Glastrier897. Spectrier898. Calyrex899. Wyrdeer900. Kleavor901. Ursaluna902. Basculegion-male903. Sneasler904. Overqwil905. Enamorus-incarnate906. Sprigatito907. Floragato908. Meowscarada909. Fuecoco910. Crocalor911. Skeledirge912. Quaxly913. Quaxwell914. Quaquaval915. Lechonk916. Oinkologne917. Tarountula918. Spidops919. Nymble920. Lokix921. Pawmi922. Pawmo923. Pawmot924. Tandemaus925. Maushold-family-of-four926. Fidough927. Dachsbun928. Smoliv929. Dolliv930. Arboliva931. Squawkabilly-green-plumage932. Nacli933. Naclstack934. Garganacl935. Charcadet936. Armarouge937. Ceruledge938. Tadbulb939. Bellibolt940. Wattrel941. Kilowattrel942. Maschiff943. Mabosstiff944. Shroodle945. Grafaiai946. Bramblin947. Brambleghast948. Toedscool949. Toedscruel950. Klawf951. Capsakid952. Scovillain953. Rellor954. Rabsca955. Flittle956. Espathra957. Tinkatink958. Tinkatuff959. Tinkaton960. Wiglett961. Wugtrio962. Bombirdier963. Finizen964. Palafin-zero965. Varoom966. Revavroom967. Cyclizar968. Orthworm969. Glimmet970. Glimmora971. Greavard972. Houndstone973. Flamigo974. Cetoddle975. Cetitan976. Veluza977. Dondozo978. Tatsugiri-curly979. Annihilape980. Clodsire981. Farigiraf982. Dudunsparce-two-segment983. Kingambit984. Great-tusk985. Scream-tail986. Brute-bonnet987. Flutter-mane988. Slither-wing989. Sandy-shocks990. Iron-treads991. Iron-bundle992. Iron-hands993. Iron-jugulis994. Iron-moth995. Iron-thorns996. Frigibax997. Arctibax998. Baxcalibur999. Gimmighoul-chest1000. Gholdengo1001. Wo-chien1002. Chien-pao1003. Ting-lu1004. Chi-yu1005. Roaring-moon1006. Iron-valiant1007. Koraidon-apex-build1008. Miraidon-ultimate-mode1009. Walking-wake1010. Iron-leaves1011. Dipplin1012. Poltchageist-counterfeit1013. Sinistcha-unremarkable1014. Okidogi1015. Munkidori1016. Fezandipiti1017. Ogerpon1018. Archaludon1019. Hydrapple1020. Gouging-fire1021. Raging-bolt1022. Iron-boulder1023. Iron-crown1024. Terapagos1025. Pecharunt1026. Unown-b1027. Unown-c1028. Unown-d1029. Unown-e1030. Unown-f1031. Unown-g1032. Unown-h1033. Unown-i1034. Unown-j1035. Unown-k1036. Unown-l1037. Unown-m1038. Unown-n1039. Unown-o1040. Unown-p1041. Unown-q1042. Unown-r1043. Unown-s1044. Unown-t1045. Unown-u1046. Unown-v1047. Unown-w1048. Unown-x1049. Unown-y1050. Unown-z1051. Unown-exclamation1052. Unown-question1053. Castform-sunny1054. Castform-rainy1055. Castform-snowy1056. Deoxys-attack1057. Deoxys-defense1058. Deoxys-speed1059. Burmy-sandy1060. Burmy-trash1061. Wormadam-sandy1062. Wormadam-trash1063. Cherrim-sunshine1064. Shellos-east1065. Gastrodon-east1066. Arceus-bug1067. Arceus-dark1068. Arceus-dragon1069. Arceus-electric1070. Arceus-fighting1071. Arceus-fire1072. Arceus-flying1073. Arceus-ghost1074. Arceus-grass1075. Arceus-ground1076. Arceus-ice1077. Arceus-poison1078. Arceus-psychic1079. Arceus-rock1080. Arceus-steel1081. Arceus-water1082. Arceus-unknown1083. Rotom-heat1084. Rotom-wash1085. Rotom-frost1086. Rotom-fan1087. Rotom-mow1088. Giratina-origin1089. Shaymin-sky1090. Pichu-spiky-eared1091. Basculin-blue-striped1092. Darmanitan-zen1093. Deerling-summer1094. Deerling-autumn1095. Deerling-winter1096. Sawsbuck-summer1097. Sawsbuck-autumn1098. Sawsbuck-winter1099. Meloetta-pirouette1100. Genesect-douse1101. Genesect-shock1102. Genesect-burn1103. Genesect-chill1104. Tornadus-therian1105. Thundurus-therian1106. Landorus-therian1107. Kyurem-black1108. Kyurem-white1109. Keldeo-resolute1110. Arceus-fairy1111. Vivillon-icy-snow1112. Vivillon-polar1113. Vivillon-tundra1114. Vivillon-continental1115. Vivillon-garden1116. Vivillon-elegant1117. Vivillon-modern1118. Vivillon-marine1119. Vivillon-archipelago1120. Vivillon-high-plains1121. Vivillon-sandstorm1122. Vivillon-river1123. Vivillon-monsoon1124. Vivillon-savanna1125. Vivillon-sun1126. Vivillon-ocean1127. Vivillon-jungle1128. Flabebe-yellow1129. Flabebe-orange1130. Flabebe-blue1131. Flabebe-white1132. Floette-yellow1133. Floette-orange1134. Floette-blue1135. Floette-white1136. Florges-yellow1137. Florges-orange1138. Florges-blue1139. Florges-white1140. Furfrou-heart1141. Furfrou-star1142. Furfrou-diamond1143. Furfrou-debutante1144. Furfrou-matron1145. Furfrou-dandy1146. Furfrou-la-reine1147. Furfrou-kabuki1148. Furfrou-pharaoh1149. Meowstic-female1150. Aegislash-blade1151. Pumpkaboo-small1152. Pumpkaboo-large1153. Pumpkaboo-super1154. Gourgeist-small1155. Gourgeist-large1156. Gourgeist-super1157. Xerneas-neutral1158. Venusaur-mega1159. Charizard-mega-x1160. Charizard-mega-y1161. Blastoise-mega1162. Alakazam-mega1163. Gengar-mega1164. Kangaskhan-mega1165. Pinsir-mega1166. Gyarados-mega1167. Aerodactyl-mega1168. Mewtwo-mega-x1169. Mewtwo-mega-y1170. Ampharos-mega1171. Scizor-mega1172. Heracross-mega1173. Houndoom-mega1174. Tyranitar-mega1175. Blaziken-mega1176. Gardevoir-mega1177. Mawile-mega1178. Aggron-mega1179. Medicham-mega1180. Manectric-mega1181. Banette-mega1182. Absol-mega1183. Garchomp-mega1184. Lucario-mega1185. Abomasnow-mega1186. Vivillon-fancy1187. Vivillon-poke-ball1188. Floette-eternal1189. Latias-mega1190. Latios-mega1191. Swampert-mega1192. Sceptile-mega1193. Sableye-mega1194. Altaria-mega1195. Gallade-mega1196. Audino-mega1197. Sharpedo-mega1198. Slowbro-mega1199. Steelix-mega1200. Pidgeot-mega1201. Glalie-mega1202. Diancie-mega1203. Metagross-mega1204. Kyogre-primal1205. Groudon-primal1206. Rayquaza-mega1207. Pikachu-rock-star1208. Pikachu-belle1209. Pikachu-pop-star1210. Pikachu-phd1211. Pikachu-libre1212. Pikachu-cosplay1213. Hoopa-unbound1214. Camerupt-mega1215. Lopunny-mega1216. Salamence-mega1217. Beedrill-mega1218. Rattata-alola1219. Raticate-alola1220. Raticate-totem-alola1221. Pikachu-original-cap1222. Pikachu-hoenn-cap1223. Pikachu-sinnoh-cap1224. Pikachu-unova-cap1225. Pikachu-kalos-cap1226. Pikachu-alola-cap1227. Raichu-alola1228. Sandshrew-alola1229. Sandslash-alola1230. Vulpix-alola1231. Ninetales-alola1232. Diglett-alola1233. Dugtrio-alola1234. Meowth-alola1235. Persian-alola1236. Geodude-alola1237. Graveler-alola1238. Golem-alola1239. Grimer-alola1240. Muk-alola1241. Exeggutor-alola1242. Marowak-alola1243. Greninja-battle-bond1244. Greninja-ash1245. Zygarde-10-power-construct1246. Zygarde-50-power-construct1247. Zygarde-complete1248. Gumshoos-totem1249. Vikavolt-totem1250. Oricorio-pom-pom1251. Oricorio-pau1252. Oricorio-sensu1253. Lycanroc-midnight1254. Wishiwashi-school1255. Lurantis-totem1256. Salazzle-totem1257. Silvally-fighting1258. Silvally-flying1259. Silvally-poison1260. Silvally-ground1261. Silvally-rock1262. Silvally-bug1263. Silvally-ghost1264. Silvally-steel1265. Silvally-fire1266. Silvally-water1267. Silvally-grass1268. Silvally-electric1269. Silvally-psychic1270. Silvally-ice1271. Silvally-dragon1272. Silvally-dark1273. Silvally-fairy1274. Minior-orange-meteor1275. Minior-yellow-meteor1276. Minior-green-meteor1277. Minior-blue-meteor1278. Minior-indigo-meteor1279. Minior-violet-meteor1280. Minior-red1281. Minior-orange1282. Minior-yellow1283. Minior-green1284. Minior-blue1285. Minior-indigo1286. Minior-violet1287. Mimikyu-busted1288. Mimikyu-totem-disguised1289. Mimikyu-totem-busted1290. Kommo-o-totem1291. Magearna-original1292. Pikachu-partner-cap1293. Marowak-totem1294. Mothim-sandy1295. Mothim-trash1296. Scatterbug-polar1297. Scatterbug-tundra1298. Scatterbug-continental1299. Scatterbug-garden1300. Scatterbug-elegant1301. Scatterbug-meadow1302. Scatterbug-modern1303. Scatterbug-marine1304. Scatterbug-archipelago1305. Scatterbug-high-plains1306. Scatterbug-sandstorm1307. Scatterbug-river1308. Scatterbug-monsoon1309. Scatterbug-savanna1310. Scatterbug-sun1311. Scatterbug-ocean1312. Scatterbug-jungle1313. Scatterbug-fancy1314. Scatterbug-poke-ball1315. Spewpa-polar1316. Spewpa-tundra1317. Spewpa-continental1318. Spewpa-garden1319. Spewpa-elegant1320. Spewpa-meadow1321. Spewpa-modern1322. Spewpa-marine1323. Spewpa-archipelago1324. Spewpa-high-plains1325. Spewpa-sandstorm1326. Spewpa-river1327. Spewpa-monsoon1328. Spewpa-savanna1329. Spewpa-sun1330. Spewpa-ocean1331. Spewpa-jungle1332. Spewpa-fancy1333. Spewpa-poke-ball1334. Ribombee-totem1335. Rockruff-own-tempo1336. Lycanroc-dusk1337. Araquanid-totem1338. Togedemaru-totem1339. Necrozma-dusk1340. Necrozma-dawn1341. Necrozma-ultra1342. Pikachu-starter1343. Eevee-starter1344. Pikachu-world-cap1345. Meowth-galar1346. Ponyta-galar1347. Rapidash-galar1348. Slowpoke-galar1349. Slowbro-galar1350. Farfetchd-galar1351. Weezing-galar1352. Mr-mime-galar1353. Articuno-galar1354. Zapdos-galar1355. Moltres-galar1356. Slowking-galar1357. Corsola-galar1358. Zigzagoon-galar1359. Linoone-galar1360. Darumaka-galar1361. Darmanitan-galar-standard1362. Darmanitan-galar-zen1363. Yamask-galar1364. Stunfisk-galar1365. Zygarde-101366. Cramorant-gulping1367. Cramorant-gorging1368. Toxtricity-low-key1369. Sinistea-antique1370. Polteageist-antique1371. Alcremie-ruby-cream1372. Alcremie-matcha-cream1373. Alcremie-mint-cream1374. Alcremie-lemon-cream1375. Alcremie-salted-cream1376. Alcremie-ruby-swirl1377. Alcremie-caramel-swirl1378. Alcremie-rainbow-swirl1379. Eiscue-noice1380. Indeedee-female1381. Morpeko-hangry1382. Zacian-crowned1383. Zamazenta-crowned1384. Eternatus-eternamax1385. Urshifu-rapid-strike1386. Zarude-dada1387. Calyrex-ice1388. Calyrex-shadow1389. Venusaur-gmax1390. Charizard-gmax1391. Blastoise-gmax1392. Butterfree-gmax1393. Pikachu-gmax1394. Meowth-gmax1395. Machamp-gmax1396. Gengar-gmax1397. Kingler-gmax1398. Lapras-gmax1399. Eevee-gmax1400. Snorlax-gmax1401. Garbodor-gmax1402. Melmetal-gmax1403. Rillaboom-gmax1404. Cinderace-gmax1405. Inteleon-gmax1406. Corviknight-gmax1407. Orbeetle-gmax1408. Drednaw-gmax1409. Coalossal-gmax1410. Flapple-gmax1411. Appletun-gmax1412. Sandaconda-gmax1413. Toxtricity-amped-gmax1414. Centiskorch-gmax1415. Hatterene-gmax1416. Grimmsnarl-gmax1417. Alcremie-gmax1418. Copperajah-gmax1419. Duraludon-gmax1420. Urshifu-single-strike-gmax1421. Urshifu-rapid-strike-gmax1422. Toxtricity-low-key-gmax1423. Growlithe-hisui1424. Arcanine-hisui1425. Voltorb-hisui1426. Electrode-hisui1427. Typhlosion-hisui1428. Qwilfish-hisui1429. Sneasel-hisui1430. Samurott-hisui1431. Lilligant-hisui1432. Zorua-hisui1433. Zoroark-hisui1434. Braviary-hisui1435. Sliggoo-hisui1436. Goodra-hisui1437. Avalugg-hisui1438. Decidueye-hisui1439. Dialga-origin1440. Palkia-origin1441. Basculin-white-striped1442. Basculegion-female1443. Enamorus-therian1444. Tauros-paldea-combat-breed1445. Tauros-paldea-blaze-breed1446. Tauros-paldea-aqua-breed1447. Wooper-paldea1448. Oinkologne-female1449. Dudunsparce-three-segment1450. Palafin-hero1451. Maushold-family-of-three1452. Tatsugiri-droopy1453. Tatsugiri-stretchy1454. Squawkabilly-blue-plumage1455. Squawkabilly-yellow-plumage1456. Squawkabilly-white-plumage1457. Gimmighoul-roaming1458. Koraidon-limited-build1459. Koraidon-sprinting-build1460. Koraidon-swimming-build1461. Koraidon-gliding-build1462. Miraidon-low-power-mode1463. Miraidon-drive-mode1464. Miraidon-aquatic-mode1465. Miraidon-glide-mode1466. Ursaluna-bloodmoon1467. Ogerpon-wellspring-mask1468. Ogerpon-hearthflame-mask1469. Ogerpon-cornerstone-mask1470. Terapagos-terastal1471. Terapagos-stellar1472. Poltchageist-artisan1473. Sinistcha-masterpiece