Endpoint: ability

GEThttps://pokedex.mimo.dev/api/ability

Request

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

Response

response.json
1[
2 {
3 "name": "stench",
4 "url": "https://pokedex.mimo.dev/api/ability/1/",
5 "id": "1"
6 },
7 {
8 "name": "drizzle",
9 "url": "https://pokedex.mimo.dev/api/ability/2/",
10 "id": "2"
11 },
12 {
13 "name": "speed-boost",
14 "url": "https://pokedex.mimo.dev/api/ability/3/",
15 "id": "3"
16 },
17 {
18 "name": "battle-armor",
19 "url": "https://pokedex.mimo.dev/api/ability/4/",
20 "id": "4"
21 },
22 {
23 "name": "sturdy",
24 "url": "https://pokedex.mimo.dev/api/ability/5/",
25 "id": "5"
26 },
27 {
28 "name": "damp",
29 "url": "https://pokedex.mimo.dev/api/ability/6/",
30 "id": "6"
31 },
32 {
33 "name": "limber",
34 "url": "https://pokedex.mimo.dev/api/ability/7/",
35 "id": "7"
36 },
37 {
38 "name": "sand-veil",
39 "url": "https://pokedex.mimo.dev/api/ability/8/",
40 "id": "8"
41 },
42 {
43 "name": "static",
44 "url": "https://pokedex.mimo.dev/api/ability/9/",
45 "id": "9"
46 },
47 {
48 "name": "volt-absorb",
49 "url": "https://pokedex.mimo.dev/api/ability/10/",
50 "id": "10"
51 },
52 {
53 "name": "water-absorb",
54 "url": "https://pokedex.mimo.dev/api/ability/11/",
55 "id": "11"
56 },
57 {
58 "name": "oblivious",
59 "url": "https://pokedex.mimo.dev/api/ability/12/",
60 "id": "12"
61 },
62 {
63 "name": "cloud-nine",
64 "url": "https://pokedex.mimo.dev/api/ability/13/",
65 "id": "13"
66 },
67 {
68 "name": "compound-eyes",
69 "url": "https://pokedex.mimo.dev/api/ability/14/",
70 "id": "14"
71 },
72 {
73 "name": "insomnia",
74 "url": "https://pokedex.mimo.dev/api/ability/15/",
75 "id": "15"
76 },
77 {
78 "name": "color-change",
79 "url": "https://pokedex.mimo.dev/api/ability/16/",
80 "id": "16"
81 },
82 {
83 "name": "immunity",
84 "url": "https://pokedex.mimo.dev/api/ability/17/",
85 "id": "17"
86 },
87 {
88 "name": "flash-fire",
89 "url": "https://pokedex.mimo.dev/api/ability/18/",
90 "id": "18"
91 },
92 {
93 "name": "shield-dust",
94 "url": "https://pokedex.mimo.dev/api/ability/19/",
95 "id": "19"
96 },
97 {
98 "name": "own-tempo",
99 "url": "https://pokedex.mimo.dev/api/ability/20/",
100 "id": "20"
101 },
102 {
103 "name": "suction-cups",
104 "url": "https://pokedex.mimo.dev/api/ability/21/",
105 "id": "21"
106 },
107 {
108 "name": "intimidate",
109 "url": "https://pokedex.mimo.dev/api/ability/22/",
110 "id": "22"
111 },
112 {
113 "name": "shadow-tag",
114 "url": "https://pokedex.mimo.dev/api/ability/23/",
115 "id": "23"
116 },
117 {
118 "name": "rough-skin",
119 "url": "https://pokedex.mimo.dev/api/ability/24/",
120 "id": "24"
121 },
122 {
123 "name": "wonder-guard",
124 "url": "https://pokedex.mimo.dev/api/ability/25/",
125 "id": "25"
126 },
127 {
128 "name": "levitate",
129 "url": "https://pokedex.mimo.dev/api/ability/26/",
130 "id": "26"
131 },
132 {
133 "name": "effect-spore",
134 "url": "https://pokedex.mimo.dev/api/ability/27/",
135 "id": "27"
136 },
137 {
138 "name": "synchronize",
139 "url": "https://pokedex.mimo.dev/api/ability/28/",
140 "id": "28"
141 },
142 {
143 "name": "clear-body",
144 "url": "https://pokedex.mimo.dev/api/ability/29/",
145 "id": "29"
146 },
147 {
148 "name": "natural-cure",
149 "url": "https://pokedex.mimo.dev/api/ability/30/",
150 "id": "30"
151 },
152 {
153 "name": "lightning-rod",
154 "url": "https://pokedex.mimo.dev/api/ability/31/",
155 "id": "31"
156 },
157 {
158 "name": "serene-grace",
159 "url": "https://pokedex.mimo.dev/api/ability/32/",
160 "id": "32"
161 },
162 {
163 "name": "swift-swim",
164 "url": "https://pokedex.mimo.dev/api/ability/33/",
165 "id": "33"
166 },
167 {
168 "name": "chlorophyll",
169 "url": "https://pokedex.mimo.dev/api/ability/34/",
170 "id": "34"
171 },
172 {
173 "name": "illuminate",
174 "url": "https://pokedex.mimo.dev/api/ability/35/",
175 "id": "35"
176 },
177 {
178 "name": "trace",
179 "url": "https://pokedex.mimo.dev/api/ability/36/",
180 "id": "36"
181 },
182 {
183 "name": "huge-power",
184 "url": "https://pokedex.mimo.dev/api/ability/37/",
185 "id": "37"
186 },
187 {
188 "name": "poison-point",
189 "url": "https://pokedex.mimo.dev/api/ability/38/",
190 "id": "38"
191 },
192 {
193 "name": "inner-focus",
194 "url": "https://pokedex.mimo.dev/api/ability/39/",
195 "id": "39"
196 },
197 {
198 "name": "magma-armor",
199 "url": "https://pokedex.mimo.dev/api/ability/40/",
200 "id": "40"
201 },
202 {
203 "name": "water-veil",
204 "url": "https://pokedex.mimo.dev/api/ability/41/",
205 "id": "41"
206 },
207 {
208 "name": "magnet-pull",
209 "url": "https://pokedex.mimo.dev/api/ability/42/",
210 "id": "42"
211 },
212 {
213 "name": "soundproof",
214 "url": "https://pokedex.mimo.dev/api/ability/43/",
215 "id": "43"
216 },
217 {
218 "name": "rain-dish",
219 "url": "https://pokedex.mimo.dev/api/ability/44/",
220 "id": "44"
221 },
222 {
223 "name": "sand-stream",
224 "url": "https://pokedex.mimo.dev/api/ability/45/",
225 "id": "45"
226 },
227 {
228 "name": "pressure",
229 "url": "https://pokedex.mimo.dev/api/ability/46/",
230 "id": "46"
231 },
232 {
233 "name": "thick-fat",
234 "url": "https://pokedex.mimo.dev/api/ability/47/",
235 "id": "47"
236 },
237 {
238 "name": "early-bird",
239 "url": "https://pokedex.mimo.dev/api/ability/48/",
240 "id": "48"
241 },
242 {
243 "name": "flame-body",
244 "url": "https://pokedex.mimo.dev/api/ability/49/",
245 "id": "49"
246 },
247 {
248 "name": "run-away",
249 "url": "https://pokedex.mimo.dev/api/ability/50/",
250 "id": "50"
251 },
252 {
253 "name": "keen-eye",
254 "url": "https://pokedex.mimo.dev/api/ability/51/",
255 "id": "51"
256 },
257 {
258 "name": "hyper-cutter",
259 "url": "https://pokedex.mimo.dev/api/ability/52/",
260 "id": "52"
261 },
262 {
263 "name": "pickup",
264 "url": "https://pokedex.mimo.dev/api/ability/53/",
265 "id": "53"
266 },
267 {
268 "name": "truant",
269 "url": "https://pokedex.mimo.dev/api/ability/54/",
270 "id": "54"
271 },
272 {
273 "name": "hustle",
274 "url": "https://pokedex.mimo.dev/api/ability/55/",
275 "id": "55"
276 },
277 {
278 "name": "cute-charm",
279 "url": "https://pokedex.mimo.dev/api/ability/56/",
280 "id": "56"
281 },
282 {
283 "name": "plus",
284 "url": "https://pokedex.mimo.dev/api/ability/57/",
285 "id": "57"
286 },
287 {
288 "name": "minus",
289 "url": "https://pokedex.mimo.dev/api/ability/58/",
290 "id": "58"
291 },
292 {
293 "name": "forecast",
294 "url": "https://pokedex.mimo.dev/api/ability/59/",
295 "id": "59"
296 },
297 {
298 "name": "sticky-hold",
299 "url": "https://pokedex.mimo.dev/api/ability/60/",
300 "id": "60"
301 },
302 {
303 "name": "shed-skin",
304 "url": "https://pokedex.mimo.dev/api/ability/61/",
305 "id": "61"
306 },
307 {
308 "name": "guts",
309 "url": "https://pokedex.mimo.dev/api/ability/62/",
310 "id": "62"
311 },
312 {
313 "name": "marvel-scale",
314 "url": "https://pokedex.mimo.dev/api/ability/63/",
315 "id": "63"
316 },
317 {
318 "name": "liquid-ooze",
319 "url": "https://pokedex.mimo.dev/api/ability/64/",
320 "id": "64"
321 },
322 {
323 "name": "overgrow",
324 "url": "https://pokedex.mimo.dev/api/ability/65/",
325 "id": "65"
326 },
327 {
328 "name": "blaze",
329 "url": "https://pokedex.mimo.dev/api/ability/66/",
330 "id": "66"
331 },
332 {
333 "name": "torrent",
334 "url": "https://pokedex.mimo.dev/api/ability/67/",
335 "id": "67"
336 },
337 {
338 "name": "swarm",
339 "url": "https://pokedex.mimo.dev/api/ability/68/",
340 "id": "68"
341 },
342 {
343 "name": "rock-head",
344 "url": "https://pokedex.mimo.dev/api/ability/69/",
345 "id": "69"
346 },
347 {
348 "name": "drought",
349 "url": "https://pokedex.mimo.dev/api/ability/70/",
350 "id": "70"
351 },
352 {
353 "name": "arena-trap",
354 "url": "https://pokedex.mimo.dev/api/ability/71/",
355 "id": "71"
356 },
357 {
358 "name": "vital-spirit",
359 "url": "https://pokedex.mimo.dev/api/ability/72/",
360 "id": "72"
361 },
362 {
363 "name": "white-smoke",
364 "url": "https://pokedex.mimo.dev/api/ability/73/",
365 "id": "73"
366 },
367 {
368 "name": "pure-power",
369 "url": "https://pokedex.mimo.dev/api/ability/74/",
370 "id": "74"
371 },
372 {
373 "name": "shell-armor",
374 "url": "https://pokedex.mimo.dev/api/ability/75/",
375 "id": "75"
376 },
377 {
378 "name": "air-lock",
379 "url": "https://pokedex.mimo.dev/api/ability/76/",
380 "id": "76"
381 },
382 {
383 "name": "tangled-feet",
384 "url": "https://pokedex.mimo.dev/api/ability/77/",
385 "id": "77"
386 },
387 {
388 "name": "motor-drive",
389 "url": "https://pokedex.mimo.dev/api/ability/78/",
390 "id": "78"
391 },
392 {
393 "name": "rivalry",
394 "url": "https://pokedex.mimo.dev/api/ability/79/",
395 "id": "79"
396 },
397 {
398 "name": "steadfast",
399 "url": "https://pokedex.mimo.dev/api/ability/80/",
400 "id": "80"
401 },
402 {
403 "name": "snow-cloak",
404 "url": "https://pokedex.mimo.dev/api/ability/81/",
405 "id": "81"
406 },
407 {
408 "name": "gluttony",
409 "url": "https://pokedex.mimo.dev/api/ability/82/",
410 "id": "82"
411 },
412 {
413 "name": "anger-point",
414 "url": "https://pokedex.mimo.dev/api/ability/83/",
415 "id": "83"
416 },
417 {
418 "name": "unburden",
419 "url": "https://pokedex.mimo.dev/api/ability/84/",
420 "id": "84"
421 },
422 {
423 "name": "heatproof",
424 "url": "https://pokedex.mimo.dev/api/ability/85/",
425 "id": "85"
426 },
427 {
428 "name": "simple",
429 "url": "https://pokedex.mimo.dev/api/ability/86/",
430 "id": "86"
431 },
432 {
433 "name": "dry-skin",
434 "url": "https://pokedex.mimo.dev/api/ability/87/",
435 "id": "87"
436 },
437 {
438 "name": "download",
439 "url": "https://pokedex.mimo.dev/api/ability/88/",
440 "id": "88"
441 },
442 {
443 "name": "iron-fist",
444 "url": "https://pokedex.mimo.dev/api/ability/89/",
445 "id": "89"
446 },
447 {
448 "name": "poison-heal",
449 "url": "https://pokedex.mimo.dev/api/ability/90/",
450 "id": "90"
451 },
452 {
453 "name": "adaptability",
454 "url": "https://pokedex.mimo.dev/api/ability/91/",
455 "id": "91"
456 },
457 {
458 "name": "skill-link",
459 "url": "https://pokedex.mimo.dev/api/ability/92/",
460 "id": "92"
461 },
462 {
463 "name": "hydration",
464 "url": "https://pokedex.mimo.dev/api/ability/93/",
465 "id": "93"
466 },
467 {
468 "name": "solar-power",
469 "url": "https://pokedex.mimo.dev/api/ability/94/",
470 "id": "94"
471 },
472 {
473 "name": "quick-feet",
474 "url": "https://pokedex.mimo.dev/api/ability/95/",
475 "id": "95"
476 },
477 {
478 "name": "normalize",
479 "url": "https://pokedex.mimo.dev/api/ability/96/",
480 "id": "96"
481 },
482 {
483 "name": "sniper",
484 "url": "https://pokedex.mimo.dev/api/ability/97/",
485 "id": "97"
486 },
487 {
488 "name": "magic-guard",
489 "url": "https://pokedex.mimo.dev/api/ability/98/",
490 "id": "98"
491 },
492 {
493 "name": "no-guard",
494 "url": "https://pokedex.mimo.dev/api/ability/99/",
495 "id": "99"
496 },
497 {
498 "name": "stall",
499 "url": "https://pokedex.mimo.dev/api/ability/100/",
500 "id": "100"
501 },
502 {
503 "name": "technician",
504 "url": "https://pokedex.mimo.dev/api/ability/101/",
505 "id": "101"
506 },
507 {
508 "name": "leaf-guard",
509 "url": "https://pokedex.mimo.dev/api/ability/102/",
510 "id": "102"
511 },
512 {
513 "name": "klutz",
514 "url": "https://pokedex.mimo.dev/api/ability/103/",
515 "id": "103"
516 },
517 {
518 "name": "mold-breaker",
519 "url": "https://pokedex.mimo.dev/api/ability/104/",
520 "id": "104"
521 },
522 {
523 "name": "super-luck",
524 "url": "https://pokedex.mimo.dev/api/ability/105/",
525 "id": "105"
526 },
527 {
528 "name": "aftermath",
529 "url": "https://pokedex.mimo.dev/api/ability/106/",
530 "id": "106"
531 },
532 {
533 "name": "anticipation",
534 "url": "https://pokedex.mimo.dev/api/ability/107/",
535 "id": "107"
536 },
537 {
538 "name": "forewarn",
539 "url": "https://pokedex.mimo.dev/api/ability/108/",
540 "id": "108"
541 },
542 {
543 "name": "unaware",
544 "url": "https://pokedex.mimo.dev/api/ability/109/",
545 "id": "109"
546 },
547 {
548 "name": "tinted-lens",
549 "url": "https://pokedex.mimo.dev/api/ability/110/",
550 "id": "110"
551 },
552 {
553 "name": "filter",
554 "url": "https://pokedex.mimo.dev/api/ability/111/",
555 "id": "111"
556 },
557 {
558 "name": "slow-start",
559 "url": "https://pokedex.mimo.dev/api/ability/112/",
560 "id": "112"
561 },
562 {
563 "name": "scrappy",
564 "url": "https://pokedex.mimo.dev/api/ability/113/",
565 "id": "113"
566 },
567 {
568 "name": "storm-drain",
569 "url": "https://pokedex.mimo.dev/api/ability/114/",
570 "id": "114"
571 },
572 {
573 "name": "ice-body",
574 "url": "https://pokedex.mimo.dev/api/ability/115/",
575 "id": "115"
576 },
577 {
578 "name": "solid-rock",
579 "url": "https://pokedex.mimo.dev/api/ability/116/",
580 "id": "116"
581 },
582 {
583 "name": "snow-warning",
584 "url": "https://pokedex.mimo.dev/api/ability/117/",
585 "id": "117"
586 },
587 {
588 "name": "honey-gather",
589 "url": "https://pokedex.mimo.dev/api/ability/118/",
590 "id": "118"
591 },
592 {
593 "name": "frisk",
594 "url": "https://pokedex.mimo.dev/api/ability/119/",
595 "id": "119"
596 },
597 {
598 "name": "reckless",
599 "url": "https://pokedex.mimo.dev/api/ability/120/",
600 "id": "120"
601 },
602 {
603 "name": "multitype",
604 "url": "https://pokedex.mimo.dev/api/ability/121/",
605 "id": "121"
606 },
607 {
608 "name": "flower-gift",
609 "url": "https://pokedex.mimo.dev/api/ability/122/",
610 "id": "122"
611 },
612 {
613 "name": "bad-dreams",
614 "url": "https://pokedex.mimo.dev/api/ability/123/",
615 "id": "123"
616 },
617 {
618 "name": "pickpocket",
619 "url": "https://pokedex.mimo.dev/api/ability/124/",
620 "id": "124"
621 },
622 {
623 "name": "sheer-force",
624 "url": "https://pokedex.mimo.dev/api/ability/125/",
625 "id": "125"
626 },
627 {
628 "name": "contrary",
629 "url": "https://pokedex.mimo.dev/api/ability/126/",
630 "id": "126"
631 },
632 {
633 "name": "unnerve",
634 "url": "https://pokedex.mimo.dev/api/ability/127/",
635 "id": "127"
636 },
637 {
638 "name": "defiant",
639 "url": "https://pokedex.mimo.dev/api/ability/128/",
640 "id": "128"
641 },
642 {
643 "name": "defeatist",
644 "url": "https://pokedex.mimo.dev/api/ability/129/",
645 "id": "129"
646 },
647 {
648 "name": "cursed-body",
649 "url": "https://pokedex.mimo.dev/api/ability/130/",
650 "id": "130"
651 },
652 {
653 "name": "healer",
654 "url": "https://pokedex.mimo.dev/api/ability/131/",
655 "id": "131"
656 },
657 {
658 "name": "friend-guard",
659 "url": "https://pokedex.mimo.dev/api/ability/132/",
660 "id": "132"
661 },
662 {
663 "name": "weak-armor",
664 "url": "https://pokedex.mimo.dev/api/ability/133/",
665 "id": "133"
666 },
667 {
668 "name": "heavy-metal",
669 "url": "https://pokedex.mimo.dev/api/ability/134/",
670 "id": "134"
671 },
672 {
673 "name": "light-metal",
674 "url": "https://pokedex.mimo.dev/api/ability/135/",
675 "id": "135"
676 },
677 {
678 "name": "multiscale",
679 "url": "https://pokedex.mimo.dev/api/ability/136/",
680 "id": "136"
681 },
682 {
683 "name": "toxic-boost",
684 "url": "https://pokedex.mimo.dev/api/ability/137/",
685 "id": "137"
686 },
687 {
688 "name": "flare-boost",
689 "url": "https://pokedex.mimo.dev/api/ability/138/",
690 "id": "138"
691 },
692 {
693 "name": "harvest",
694 "url": "https://pokedex.mimo.dev/api/ability/139/",
695 "id": "139"
696 },
697 {
698 "name": "telepathy",
699 "url": "https://pokedex.mimo.dev/api/ability/140/",
700 "id": "140"
701 },
702 {
703 "name": "moody",
704 "url": "https://pokedex.mimo.dev/api/ability/141/",
705 "id": "141"
706 },
707 {
708 "name": "overcoat",
709 "url": "https://pokedex.mimo.dev/api/ability/142/",
710 "id": "142"
711 },
712 {
713 "name": "poison-touch",
714 "url": "https://pokedex.mimo.dev/api/ability/143/",
715 "id": "143"
716 },
717 {
718 "name": "regenerator",
719 "url": "https://pokedex.mimo.dev/api/ability/144/",
720 "id": "144"
721 },
722 {
723 "name": "big-pecks",
724 "url": "https://pokedex.mimo.dev/api/ability/145/",
725 "id": "145"
726 },
727 {
728 "name": "sand-rush",
729 "url": "https://pokedex.mimo.dev/api/ability/146/",
730 "id": "146"
731 },
732 {
733 "name": "wonder-skin",
734 "url": "https://pokedex.mimo.dev/api/ability/147/",
735 "id": "147"
736 },
737 {
738 "name": "analytic",
739 "url": "https://pokedex.mimo.dev/api/ability/148/",
740 "id": "148"
741 },
742 {
743 "name": "illusion",
744 "url": "https://pokedex.mimo.dev/api/ability/149/",
745 "id": "149"
746 },
747 {
748 "name": "imposter",
749 "url": "https://pokedex.mimo.dev/api/ability/150/",
750 "id": "150"
751 },
752 {
753 "name": "infiltrator",
754 "url": "https://pokedex.mimo.dev/api/ability/151/",
755 "id": "151"
756 },
757 {
758 "name": "mummy",
759 "url": "https://pokedex.mimo.dev/api/ability/152/",
760 "id": "152"
761 },
762 {
763 "name": "moxie",
764 "url": "https://pokedex.mimo.dev/api/ability/153/",
765 "id": "153"
766 },
767 {
768 "name": "justified",
769 "url": "https://pokedex.mimo.dev/api/ability/154/",
770 "id": "154"
771 },
772 {
773 "name": "rattled",
774 "url": "https://pokedex.mimo.dev/api/ability/155/",
775 "id": "155"
776 },
777 {
778 "name": "magic-bounce",
779 "url": "https://pokedex.mimo.dev/api/ability/156/",
780 "id": "156"
781 },
782 {
783 "name": "sap-sipper",
784 "url": "https://pokedex.mimo.dev/api/ability/157/",
785 "id": "157"
786 },
787 {
788 "name": "prankster",
789 "url": "https://pokedex.mimo.dev/api/ability/158/",
790 "id": "158"
791 },
792 {
793 "name": "sand-force",
794 "url": "https://pokedex.mimo.dev/api/ability/159/",
795 "id": "159"
796 },
797 {
798 "name": "iron-barbs",
799 "url": "https://pokedex.mimo.dev/api/ability/160/",
800 "id": "160"
801 },
802 {
803 "name": "zen-mode",
804 "url": "https://pokedex.mimo.dev/api/ability/161/",
805 "id": "161"
806 },
807 {
808 "name": "victory-star",
809 "url": "https://pokedex.mimo.dev/api/ability/162/",
810 "id": "162"
811 },
812 {
813 "name": "turboblaze",
814 "url": "https://pokedex.mimo.dev/api/ability/163/",
815 "id": "163"
816 },
817 {
818 "name": "teravolt",
819 "url": "https://pokedex.mimo.dev/api/ability/164/",
820 "id": "164"
821 },
822 {
823 "name": "aroma-veil",
824 "url": "https://pokedex.mimo.dev/api/ability/165/",
825 "id": "165"
826 },
827 {
828 "name": "flower-veil",
829 "url": "https://pokedex.mimo.dev/api/ability/166/",
830 "id": "166"
831 },
832 {
833 "name": "cheek-pouch",
834 "url": "https://pokedex.mimo.dev/api/ability/167/",
835 "id": "167"
836 },
837 {
838 "name": "protean",
839 "url": "https://pokedex.mimo.dev/api/ability/168/",
840 "id": "168"
841 },
842 {
843 "name": "fur-coat",
844 "url": "https://pokedex.mimo.dev/api/ability/169/",
845 "id": "169"
846 },
847 {
848 "name": "magician",
849 "url": "https://pokedex.mimo.dev/api/ability/170/",
850 "id": "170"
851 },
852 {
853 "name": "bulletproof",
854 "url": "https://pokedex.mimo.dev/api/ability/171/",
855 "id": "171"
856 },
857 {
858 "name": "competitive",
859 "url": "https://pokedex.mimo.dev/api/ability/172/",
860 "id": "172"
861 },
862 {
863 "name": "strong-jaw",
864 "url": "https://pokedex.mimo.dev/api/ability/173/",
865 "id": "173"
866 },
867 {
868 "name": "refrigerate",
869 "url": "https://pokedex.mimo.dev/api/ability/174/",
870 "id": "174"
871 },
872 {
873 "name": "sweet-veil",
874 "url": "https://pokedex.mimo.dev/api/ability/175/",
875 "id": "175"
876 },
877 {
878 "name": "stance-change",
879 "url": "https://pokedex.mimo.dev/api/ability/176/",
880 "id": "176"
881 },
882 {
883 "name": "gale-wings",
884 "url": "https://pokedex.mimo.dev/api/ability/177/",
885 "id": "177"
886 },
887 {
888 "name": "mega-launcher",
889 "url": "https://pokedex.mimo.dev/api/ability/178/",
890 "id": "178"
891 },
892 {
893 "name": "grass-pelt",
894 "url": "https://pokedex.mimo.dev/api/ability/179/",
895 "id": "179"
896 },
897 {
898 "name": "symbiosis",
899 "url": "https://pokedex.mimo.dev/api/ability/180/",
900 "id": "180"
901 },
902 {
903 "name": "tough-claws",
904 "url": "https://pokedex.mimo.dev/api/ability/181/",
905 "id": "181"
906 },
907 {
908 "name": "pixilate",
909 "url": "https://pokedex.mimo.dev/api/ability/182/",
910 "id": "182"
911 },
912 {
913 "name": "gooey",
914 "url": "https://pokedex.mimo.dev/api/ability/183/",
915 "id": "183"
916 },
917 {
918 "name": "aerilate",
919 "url": "https://pokedex.mimo.dev/api/ability/184/",
920 "id": "184"
921 },
922 {
923 "name": "parental-bond",
924 "url": "https://pokedex.mimo.dev/api/ability/185/",
925 "id": "185"
926 },
927 {
928 "name": "dark-aura",
929 "url": "https://pokedex.mimo.dev/api/ability/186/",
930 "id": "186"
931 },
932 {
933 "name": "fairy-aura",
934 "url": "https://pokedex.mimo.dev/api/ability/187/",
935 "id": "187"
936 },
937 {
938 "name": "aura-break",
939 "url": "https://pokedex.mimo.dev/api/ability/188/",
940 "id": "188"
941 },
942 {
943 "name": "primordial-sea",
944 "url": "https://pokedex.mimo.dev/api/ability/189/",
945 "id": "189"
946 },
947 {
948 "name": "desolate-land",
949 "url": "https://pokedex.mimo.dev/api/ability/190/",
950 "id": "190"
951 },
952 {
953 "name": "delta-stream",
954 "url": "https://pokedex.mimo.dev/api/ability/191/",
955 "id": "191"
956 },
957 {
958 "name": "stamina",
959 "url": "https://pokedex.mimo.dev/api/ability/192/",
960 "id": "192"
961 },
962 {
963 "name": "wimp-out",
964 "url": "https://pokedex.mimo.dev/api/ability/193/",
965 "id": "193"
966 },
967 {
968 "name": "emergency-exit",
969 "url": "https://pokedex.mimo.dev/api/ability/194/",
970 "id": "194"
971 },
972 {
973 "name": "water-compaction",
974 "url": "https://pokedex.mimo.dev/api/ability/195/",
975 "id": "195"
976 },
977 {
978 "name": "merciless",
979 "url": "https://pokedex.mimo.dev/api/ability/196/",
980 "id": "196"
981 },
982 {
983 "name": "shields-down",
984 "url": "https://pokedex.mimo.dev/api/ability/197/",
985 "id": "197"
986 },
987 {
988 "name": "stakeout",
989 "url": "https://pokedex.mimo.dev/api/ability/198/",
990 "id": "198"
991 },
992 {
993 "name": "water-bubble",
994 "url": "https://pokedex.mimo.dev/api/ability/199/",
995 "id": "199"
996 },
997 {
998 "name": "steelworker",
999 "url": "https://pokedex.mimo.dev/api/ability/200/",
1000 "id": "200"
1001 },
1002 {
1003 "name": "berserk",
1004 "url": "https://pokedex.mimo.dev/api/ability/201/",
1005 "id": "201"
1006 },
1007 {
1008 "name": "slush-rush",
1009 "url": "https://pokedex.mimo.dev/api/ability/202/",
1010 "id": "202"
1011 },
1012 {
1013 "name": "long-reach",
1014 "url": "https://pokedex.mimo.dev/api/ability/203/",
1015 "id": "203"
1016 },
1017 {
1018 "name": "liquid-voice",
1019 "url": "https://pokedex.mimo.dev/api/ability/204/",
1020 "id": "204"
1021 },
1022 {
1023 "name": "triage",
1024 "url": "https://pokedex.mimo.dev/api/ability/205/",
1025 "id": "205"
1026 },
1027 {
1028 "name": "galvanize",
1029 "url": "https://pokedex.mimo.dev/api/ability/206/",
1030 "id": "206"
1031 },
1032 {
1033 "name": "surge-surfer",
1034 "url": "https://pokedex.mimo.dev/api/ability/207/",
1035 "id": "207"
1036 },
1037 {
1038 "name": "schooling",
1039 "url": "https://pokedex.mimo.dev/api/ability/208/",
1040 "id": "208"
1041 },
1042 {
1043 "name": "disguise",
1044 "url": "https://pokedex.mimo.dev/api/ability/209/",
1045 "id": "209"
1046 },
1047 {
1048 "name": "battle-bond",
1049 "url": "https://pokedex.mimo.dev/api/ability/210/",
1050 "id": "210"
1051 },
1052 {
1053 "name": "power-construct",
1054 "url": "https://pokedex.mimo.dev/api/ability/211/",
1055 "id": "211"
1056 },
1057 {
1058 "name": "corrosion",
1059 "url": "https://pokedex.mimo.dev/api/ability/212/",
1060 "id": "212"
1061 },
1062 {
1063 "name": "comatose",
1064 "url": "https://pokedex.mimo.dev/api/ability/213/",
1065 "id": "213"
1066 },
1067 {
1068 "name": "queenly-majesty",
1069 "url": "https://pokedex.mimo.dev/api/ability/214/",
1070 "id": "214"
1071 },
1072 {
1073 "name": "innards-out",
1074 "url": "https://pokedex.mimo.dev/api/ability/215/",
1075 "id": "215"
1076 },
1077 {
1078 "name": "dancer",
1079 "url": "https://pokedex.mimo.dev/api/ability/216/",
1080 "id": "216"
1081 },
1082 {
1083 "name": "battery",
1084 "url": "https://pokedex.mimo.dev/api/ability/217/",
1085 "id": "217"
1086 },
1087 {
1088 "name": "fluffy",
1089 "url": "https://pokedex.mimo.dev/api/ability/218/",
1090 "id": "218"
1091 },
1092 {
1093 "name": "dazzling",
1094 "url": "https://pokedex.mimo.dev/api/ability/219/",
1095 "id": "219"
1096 },
1097 {
1098 "name": "soul-heart",
1099 "url": "https://pokedex.mimo.dev/api/ability/220/",
1100 "id": "220"
1101 },
1102 {
1103 "name": "tangling-hair",
1104 "url": "https://pokedex.mimo.dev/api/ability/221/",
1105 "id": "221"
1106 },
1107 {
1108 "name": "receiver",
1109 "url": "https://pokedex.mimo.dev/api/ability/222/",
1110 "id": "222"
1111 },
1112 {
1113 "name": "power-of-alchemy",
1114 "url": "https://pokedex.mimo.dev/api/ability/223/",
1115 "id": "223"
1116 },
1117 {
1118 "name": "beast-boost",
1119 "url": "https://pokedex.mimo.dev/api/ability/224/",
1120 "id": "224"
1121 },
1122 {
1123 "name": "rks-system",
1124 "url": "https://pokedex.mimo.dev/api/ability/225/",
1125 "id": "225"
1126 },
1127 {
1128 "name": "electric-surge",
1129 "url": "https://pokedex.mimo.dev/api/ability/226/",
1130 "id": "226"
1131 },
1132 {
1133 "name": "psychic-surge",
1134 "url": "https://pokedex.mimo.dev/api/ability/227/",
1135 "id": "227"
1136 },
1137 {
1138 "name": "misty-surge",
1139 "url": "https://pokedex.mimo.dev/api/ability/228/",
1140 "id": "228"
1141 },
1142 {
1143 "name": "grassy-surge",
1144 "url": "https://pokedex.mimo.dev/api/ability/229/",
1145 "id": "229"
1146 },
1147 {
1148 "name": "full-metal-body",
1149 "url": "https://pokedex.mimo.dev/api/ability/230/",
1150 "id": "230"
1151 },
1152 {
1153 "name": "shadow-shield",
1154 "url": "https://pokedex.mimo.dev/api/ability/231/",
1155 "id": "231"
1156 },
1157 {
1158 "name": "prism-armor",
1159 "url": "https://pokedex.mimo.dev/api/ability/232/",
1160 "id": "232"
1161 },
1162 {
1163 "name": "neuroforce",
1164 "url": "https://pokedex.mimo.dev/api/ability/233/",
1165 "id": "233"
1166 },
1167 {
1168 "name": "intrepid-sword",
1169 "url": "https://pokedex.mimo.dev/api/ability/234/",
1170 "id": "234"
1171 },
1172 {
1173 "name": "dauntless-shield",
1174 "url": "https://pokedex.mimo.dev/api/ability/235/",
1175 "id": "235"
1176 },
1177 {
1178 "name": "libero",
1179 "url": "https://pokedex.mimo.dev/api/ability/236/",
1180 "id": "236"
1181 },
1182 {
1183 "name": "ball-fetch",
1184 "url": "https://pokedex.mimo.dev/api/ability/237/",
1185 "id": "237"
1186 },
1187 {
1188 "name": "cotton-down",
1189 "url": "https://pokedex.mimo.dev/api/ability/238/",
1190 "id": "238"
1191 },
1192 {
1193 "name": "propeller-tail",
1194 "url": "https://pokedex.mimo.dev/api/ability/239/",
1195 "id": "239"
1196 },
1197 {
1198 "name": "mirror-armor",
1199 "url": "https://pokedex.mimo.dev/api/ability/240/",
1200 "id": "240"
1201 },
1202 {
1203 "name": "gulp-missile",
1204 "url": "https://pokedex.mimo.dev/api/ability/241/",
1205 "id": "241"
1206 },
1207 {
1208 "name": "stalwart",
1209 "url": "https://pokedex.mimo.dev/api/ability/242/",
1210 "id": "242"
1211 },
1212 {
1213 "name": "steam-engine",
1214 "url": "https://pokedex.mimo.dev/api/ability/243/",
1215 "id": "243"
1216 },
1217 {
1218 "name": "punk-rock",
1219 "url": "https://pokedex.mimo.dev/api/ability/244/",
1220 "id": "244"
1221 },
1222 {
1223 "name": "sand-spit",
1224 "url": "https://pokedex.mimo.dev/api/ability/245/",
1225 "id": "245"
1226 },
1227 {
1228 "name": "ice-scales",
1229 "url": "https://pokedex.mimo.dev/api/ability/246/",
1230 "id": "246"
1231 },
1232 {
1233 "name": "ripen",
1234 "url": "https://pokedex.mimo.dev/api/ability/247/",
1235 "id": "247"
1236 },
1237 {
1238 "name": "ice-face",
1239 "url": "https://pokedex.mimo.dev/api/ability/248/",
1240 "id": "248"
1241 },
1242 {
1243 "name": "power-spot",
1244 "url": "https://pokedex.mimo.dev/api/ability/249/",
1245 "id": "249"
1246 },
1247 {
1248 "name": "mimicry",
1249 "url": "https://pokedex.mimo.dev/api/ability/250/",
1250 "id": "250"
1251 },
1252 {
1253 "name": "screen-cleaner",
1254 "url": "https://pokedex.mimo.dev/api/ability/251/",
1255 "id": "251"
1256 },
1257 {
1258 "name": "steely-spirit",
1259 "url": "https://pokedex.mimo.dev/api/ability/252/",
1260 "id": "252"
1261 },
1262 {
1263 "name": "perish-body",
1264 "url": "https://pokedex.mimo.dev/api/ability/253/",
1265 "id": "253"
1266 },
1267 {
1268 "name": "wandering-spirit",
1269 "url": "https://pokedex.mimo.dev/api/ability/254/",
1270 "id": "254"
1271 },
1272 {
1273 "name": "gorilla-tactics",
1274 "url": "https://pokedex.mimo.dev/api/ability/255/",
1275 "id": "255"
1276 },
1277 {
1278 "name": "neutralizing-gas",
1279 "url": "https://pokedex.mimo.dev/api/ability/256/",
1280 "id": "256"
1281 },
1282 {
1283 "name": "pastel-veil",
1284 "url": "https://pokedex.mimo.dev/api/ability/257/",
1285 "id": "257"
1286 },
1287 {
1288 "name": "hunger-switch",
1289 "url": "https://pokedex.mimo.dev/api/ability/258/",
1290 "id": "258"
1291 },
1292 {
1293 "name": "quick-draw",
1294 "url": "https://pokedex.mimo.dev/api/ability/259/",
1295 "id": "259"
1296 },
1297 {
1298 "name": "unseen-fist",
1299 "url": "https://pokedex.mimo.dev/api/ability/260/",
1300 "id": "260"
1301 },
1302 {
1303 "name": "curious-medicine",
1304 "url": "https://pokedex.mimo.dev/api/ability/261/",
1305 "id": "261"
1306 },
1307 {
1308 "name": "transistor",
1309 "url": "https://pokedex.mimo.dev/api/ability/262/",
1310 "id": "262"
1311 },
1312 {
1313 "name": "dragons-maw",
1314 "url": "https://pokedex.mimo.dev/api/ability/263/",
1315 "id": "263"
1316 },
1317 {
1318 "name": "chilling-neigh",
1319 "url": "https://pokedex.mimo.dev/api/ability/264/",
1320 "id": "264"
1321 },
1322 {
1323 "name": "grim-neigh",
1324 "url": "https://pokedex.mimo.dev/api/ability/265/",
1325 "id": "265"
1326 },
1327 {
1328 "name": "as-one-glastrier",
1329 "url": "https://pokedex.mimo.dev/api/ability/266/",
1330 "id": "266"
1331 },
1332 {
1333 "name": "as-one-spectrier",
1334 "url": "https://pokedex.mimo.dev/api/ability/267/",
1335 "id": "267"
1336 },
1337 {
1338 "name": "lingering-aroma",
1339 "url": "https://pokedex.mimo.dev/api/ability/268/",
1340 "id": "268"
1341 },
1342 {
1343 "name": "seed-sower",
1344 "url": "https://pokedex.mimo.dev/api/ability/269/",
1345 "id": "269"
1346 },
1347 {
1348 "name": "thermal-exchange",
1349 "url": "https://pokedex.mimo.dev/api/ability/270/",
1350 "id": "270"
1351 },
1352 {
1353 "name": "anger-shell",
1354 "url": "https://pokedex.mimo.dev/api/ability/271/",
1355 "id": "271"
1356 },
1357 {
1358 "name": "purifying-salt",
1359 "url": "https://pokedex.mimo.dev/api/ability/272/",
1360 "id": "272"
1361 },
1362 {
1363 "name": "well-baked-body",
1364 "url": "https://pokedex.mimo.dev/api/ability/273/",
1365 "id": "273"
1366 },
1367 {
1368 "name": "wind-rider",
1369 "url": "https://pokedex.mimo.dev/api/ability/274/",
1370 "id": "274"
1371 },
1372 {
1373 "name": "guard-dog",
1374 "url": "https://pokedex.mimo.dev/api/ability/275/",
1375 "id": "275"
1376 },
1377 {
1378 "name": "rocky-payload",
1379 "url": "https://pokedex.mimo.dev/api/ability/276/",
1380 "id": "276"
1381 },
1382 {
1383 "name": "wind-power",
1384 "url": "https://pokedex.mimo.dev/api/ability/277/",
1385 "id": "277"
1386 },
1387 {
1388 "name": "zero-to-hero",
1389 "url": "https://pokedex.mimo.dev/api/ability/278/",
1390 "id": "278"
1391 },
1392 {
1393 "name": "commander",
1394 "url": "https://pokedex.mimo.dev/api/ability/279/",
1395 "id": "279"
1396 },
1397 {
1398 "name": "electromorphosis",
1399 "url": "https://pokedex.mimo.dev/api/ability/280/",
1400 "id": "280"
1401 },
1402 {
1403 "name": "protosynthesis",
1404 "url": "https://pokedex.mimo.dev/api/ability/281/",
1405 "id": "281"
1406 },
1407 {
1408 "name": "quark-drive",
1409 "url": "https://pokedex.mimo.dev/api/ability/282/",
1410 "id": "282"
1411 },
1412 {
1413 "name": "good-as-gold",
1414 "url": "https://pokedex.mimo.dev/api/ability/283/",
1415 "id": "283"
1416 },
1417 {
1418 "name": "vessel-of-ruin",
1419 "url": "https://pokedex.mimo.dev/api/ability/284/",
1420 "id": "284"
1421 },
1422 {
1423 "name": "sword-of-ruin",
1424 "url": "https://pokedex.mimo.dev/api/ability/285/",
1425 "id": "285"
1426 },
1427 {
1428 "name": "tablets-of-ruin",
1429 "url": "https://pokedex.mimo.dev/api/ability/286/",
1430 "id": "286"
1431 },
1432 {
1433 "name": "beads-of-ruin",
1434 "url": "https://pokedex.mimo.dev/api/ability/287/",
1435 "id": "287"
1436 },
1437 {
1438 "name": "orichalcum-pulse",
1439 "url": "https://pokedex.mimo.dev/api/ability/288/",
1440 "id": "288"
1441 },
1442 {
1443 "name": "hadron-engine",
1444 "url": "https://pokedex.mimo.dev/api/ability/289/",
1445 "id": "289"
1446 },
1447 {
1448 "name": "opportunist",
1449 "url": "https://pokedex.mimo.dev/api/ability/290/",
1450 "id": "290"
1451 },
1452 {
1453 "name": "cud-chew",
1454 "url": "https://pokedex.mimo.dev/api/ability/291/",
1455 "id": "291"
1456 },
1457 {
1458 "name": "sharpness",
1459 "url": "https://pokedex.mimo.dev/api/ability/292/",
1460 "id": "292"
1461 },
1462 {
1463 "name": "supreme-overlord",
1464 "url": "https://pokedex.mimo.dev/api/ability/293/",
1465 "id": "293"
1466 },
1467 {
1468 "name": "costar",
1469 "url": "https://pokedex.mimo.dev/api/ability/294/",
1470 "id": "294"
1471 },
1472 {
1473 "name": "toxic-debris",
1474 "url": "https://pokedex.mimo.dev/api/ability/295/",
1475 "id": "295"
1476 },
1477 {
1478 "name": "armor-tail",
1479 "url": "https://pokedex.mimo.dev/api/ability/296/",
1480 "id": "296"
1481 },
1482 {
1483 "name": "earth-eater",
1484 "url": "https://pokedex.mimo.dev/api/ability/297/",
1485 "id": "297"
1486 },
1487 {
1488 "name": "mycelium-might",
1489 "url": "https://pokedex.mimo.dev/api/ability/298/",
1490 "id": "298"
1491 },
1492 {
1493 "name": "minds-eye",
1494 "url": "https://pokedex.mimo.dev/api/ability/299/",
1495 "id": "299"
1496 },
1497 {
1498 "name": "supersweet-syrup",
1499 "url": "https://pokedex.mimo.dev/api/ability/300/",
1500 "id": "300"
1501 },
1502 {
1503 "name": "hospitality",
1504 "url": "https://pokedex.mimo.dev/api/ability/301/",
1505 "id": "301"
1506 },
1507 {
1508 "name": "toxic-chain",
1509 "url": "https://pokedex.mimo.dev/api/ability/302/",
1510 "id": "302"
1511 },
1512 {
1513 "name": "embody-aspect",
1514 "url": "https://pokedex.mimo.dev/api/ability/303/",
1515 "id": "303"
1516 },
1517 {
1518 "name": "tera-shift",
1519 "url": "https://pokedex.mimo.dev/api/ability/304/",
1520 "id": "304"
1521 },
1522 {
1523 "name": "tera-shell",
1524 "url": "https://pokedex.mimo.dev/api/ability/305/",
1525 "id": "305"
1526 },
1527 {
1528 "name": "teraform-zero",
1529 "url": "https://pokedex.mimo.dev/api/ability/306/",
1530 "id": "306"
1531 },
1532 {
1533 "name": "poison-puppeteer",
1534 "url": "https://pokedex.mimo.dev/api/ability/307/",
1535 "id": "307"
1536 },
1537 {
1538 "name": "mountaineer",
1539 "url": "https://pokedex.mimo.dev/api/ability/10001/",
1540 "id": "10001"
1541 },
1542 {
1543 "name": "wave-rider",
1544 "url": "https://pokedex.mimo.dev/api/ability/10002/",
1545 "id": "10002"
1546 },
1547 {
1548 "name": "skater",
1549 "url": "https://pokedex.mimo.dev/api/ability/10003/",
1550 "id": "10003"
1551 },
1552 {
1553 "name": "thrust",
1554 "url": "https://pokedex.mimo.dev/api/ability/10004/",
1555 "id": "10004"
1556 },
1557 {
1558 "name": "perception",
1559 "url": "https://pokedex.mimo.dev/api/ability/10005/",
1560 "id": "10005"
1561 },
1562 {
1563 "name": "parry",
1564 "url": "https://pokedex.mimo.dev/api/ability/10006/",
1565 "id": "10006"
1566 },
1567 {
1568 "name": "instinct",
1569 "url": "https://pokedex.mimo.dev/api/ability/10007/",
1570 "id": "10007"
1571 },
1572 {
1573 "name": "dodge",
1574 "url": "https://pokedex.mimo.dev/api/ability/10008/",
1575 "id": "10008"
1576 },
1577 {
1578 "name": "jagged-edge",
1579 "url": "https://pokedex.mimo.dev/api/ability/10009/",
1580 "id": "10009"
1581 },
1582 {
1583 "name": "frostbite",
1584 "url": "https://pokedex.mimo.dev/api/ability/10010/",
1585 "id": "10010"
1586 },
1587 {
1588 "name": "tenacity",
1589 "url": "https://pokedex.mimo.dev/api/ability/10011/",
1590 "id": "10011"
1591 },
1592 {
1593 "name": "pride",
1594 "url": "https://pokedex.mimo.dev/api/ability/10012/",
1595 "id": "10012"
1596 },
1597 {
1598 "name": "deep-sleep",
1599 "url": "https://pokedex.mimo.dev/api/ability/10013/",
1600 "id": "10013"
1601 },
1602 {
1603 "name": "power-nap",
1604 "url": "https://pokedex.mimo.dev/api/ability/10014/",
1605 "id": "10014"
1606 },
1607 {
1608 "name": "spirit",
1609 "url": "https://pokedex.mimo.dev/api/ability/10015/",
1610 "id": "10015"
1611 },
1612 {
1613 "name": "warm-blanket",
1614 "url": "https://pokedex.mimo.dev/api/ability/10016/",
1615 "id": "10016"
1616 },
1617 {
1618 "name": "gulp",
1619 "url": "https://pokedex.mimo.dev/api/ability/10017/",
1620 "id": "10017"
1621 },
1622 {
1623 "name": "herbivore",
1624 "url": "https://pokedex.mimo.dev/api/ability/10018/",
1625 "id": "10018"
1626 },
1627 {
1628 "name": "sandpit",
1629 "url": "https://pokedex.mimo.dev/api/ability/10019/",
1630 "id": "10019"
1631 },
1632 {
1633 "name": "hot-blooded",
1634 "url": "https://pokedex.mimo.dev/api/ability/10020/",
1635 "id": "10020"
1636 },
1637 {
1638 "name": "medic",
1639 "url": "https://pokedex.mimo.dev/api/ability/10021/",
1640 "id": "10021"
1641 },
1642 {
1643 "name": "life-force",
1644 "url": "https://pokedex.mimo.dev/api/ability/10022/",
1645 "id": "10022"
1646 },
1647 {
1648 "name": "lunchbox",
1649 "url": "https://pokedex.mimo.dev/api/ability/10023/",
1650 "id": "10023"
1651 },
1652 {
1653 "name": "nurse",
1654 "url": "https://pokedex.mimo.dev/api/ability/10024/",
1655 "id": "10024"
1656 },
1657 {
1658 "name": "melee",
1659 "url": "https://pokedex.mimo.dev/api/ability/10025/",
1660 "id": "10025"
1661 },
1662 {
1663 "name": "sponge",
1664 "url": "https://pokedex.mimo.dev/api/ability/10026/",
1665 "id": "10026"
1666 },
1667 {
1668 "name": "bodyguard",
1669 "url": "https://pokedex.mimo.dev/api/ability/10027/",
1670 "id": "10027"
1671 },
1672 {
1673 "name": "hero",
1674 "url": "https://pokedex.mimo.dev/api/ability/10028/",
1675 "id": "10028"
1676 },
1677 {
1678 "name": "last-bastion",
1679 "url": "https://pokedex.mimo.dev/api/ability/10029/",
1680 "id": "10029"
1681 },
1682 {
1683 "name": "stealth",
1684 "url": "https://pokedex.mimo.dev/api/ability/10030/",
1685 "id": "10030"
1686 },
1687 {
1688 "name": "vanguard",
1689 "url": "https://pokedex.mimo.dev/api/ability/10031/",
1690 "id": "10031"
1691 },
1692 {
1693 "name": "nomad",
1694 "url": "https://pokedex.mimo.dev/api/ability/10032/",
1695 "id": "10032"
1696 },
1697 {
1698 "name": "sequence",
1699 "url": "https://pokedex.mimo.dev/api/ability/10033/",
1700 "id": "10033"
1701 },
1702 {
1703 "name": "grass-cloak",
1704 "url": "https://pokedex.mimo.dev/api/ability/10034/",
1705 "id": "10034"
1706 },
1707 {
1708 "name": "celebrate",
1709 "url": "https://pokedex.mimo.dev/api/ability/10035/",
1710 "id": "10035"
1711 },
1712 {
1713 "name": "lullaby",
1714 "url": "https://pokedex.mimo.dev/api/ability/10036/",
1715 "id": "10036"
1716 },
1717 {
1718 "name": "calming",
1719 "url": "https://pokedex.mimo.dev/api/ability/10037/",
1720 "id": "10037"
1721 },
1722 {
1723 "name": "daze",
1724 "url": "https://pokedex.mimo.dev/api/ability/10038/",
1725 "id": "10038"
1726 },
1727 {
1728 "name": "frighten",
1729 "url": "https://pokedex.mimo.dev/api/ability/10039/",
1730 "id": "10039"
1731 },
1732 {
1733 "name": "interference",
1734 "url": "https://pokedex.mimo.dev/api/ability/10040/",
1735 "id": "10040"
1736 },
1737 {
1738 "name": "mood-maker",
1739 "url": "https://pokedex.mimo.dev/api/ability/10041/",
1740 "id": "10041"
1741 },
1742 {
1743 "name": "confidence",
1744 "url": "https://pokedex.mimo.dev/api/ability/10042/",
1745 "id": "10042"
1746 },
1747 {
1748 "name": "fortune",
1749 "url": "https://pokedex.mimo.dev/api/ability/10043/",
1750 "id": "10043"
1751 },
1752 {
1753 "name": "bonanza",
1754 "url": "https://pokedex.mimo.dev/api/ability/10044/",
1755 "id": "10044"
1756 },
1757 {
1758 "name": "explode",
1759 "url": "https://pokedex.mimo.dev/api/ability/10045/",
1760 "id": "10045"
1761 },
1762 {
1763 "name": "omnipotent",
1764 "url": "https://pokedex.mimo.dev/api/ability/10046/",
1765 "id": "10046"
1766 },
1767 {
1768 "name": "share",
1769 "url": "https://pokedex.mimo.dev/api/ability/10047/",
1770 "id": "10047"
1771 },
1772 {
1773 "name": "black-hole",
1774 "url": "https://pokedex.mimo.dev/api/ability/10048/",
1775 "id": "10048"
1776 },
1777 {
1778 "name": "shadow-dash",
1779 "url": "https://pokedex.mimo.dev/api/ability/10049/",
1780 "id": "10049"
1781 },
1782 {
1783 "name": "sprint",
1784 "url": "https://pokedex.mimo.dev/api/ability/10050/",
1785 "id": "10050"
1786 },
1787 {
1788 "name": "disgust",
1789 "url": "https://pokedex.mimo.dev/api/ability/10051/",
1790 "id": "10051"
1791 },
1792 {
1793 "name": "high-rise",
1794 "url": "https://pokedex.mimo.dev/api/ability/10052/",
1795 "id": "10052"
1796 },
1797 {
1798 "name": "climber",
1799 "url": "https://pokedex.mimo.dev/api/ability/10053/",
1800 "id": "10053"
1801 },
1802 {
1803 "name": "flame-boost",
1804 "url": "https://pokedex.mimo.dev/api/ability/10054/",
1805 "id": "10054"
1806 },
1807 {
1808 "name": "aqua-boost",
1809 "url": "https://pokedex.mimo.dev/api/ability/10055/",
1810 "id": "10055"
1811 },
1812 {
1813 "name": "run-up",
1814 "url": "https://pokedex.mimo.dev/api/ability/10056/",
1815 "id": "10056"
1816 },
1817 {
1818 "name": "conqueror",
1819 "url": "https://pokedex.mimo.dev/api/ability/10057/",
1820 "id": "10057"
1821 },
1822 {
1823 "name": "shackle",
1824 "url": "https://pokedex.mimo.dev/api/ability/10058/",
1825 "id": "10058"
1826 },
1827 {
1828 "name": "decoy",
1829 "url": "https://pokedex.mimo.dev/api/ability/10059/",
1830 "id": "10059"
1831 },
1832 {
1833 "name": "shield",
1834 "url": "https://pokedex.mimo.dev/api/ability/10060/",
1835 "id": "10060"
1836 }
1837]
1. Stench2. Drizzle3. Speed-boost4. Battle-armor5. Sturdy6. Damp7. Limber8. Sand-veil9. Static10. Volt-absorb11. Water-absorb12. Oblivious13. Cloud-nine14. Compound-eyes15. Insomnia16. Color-change17. Immunity18. Flash-fire19. Shield-dust20. Own-tempo21. Suction-cups22. Intimidate23. Shadow-tag24. Rough-skin25. Wonder-guard26. Levitate27. Effect-spore28. Synchronize29. Clear-body30. Natural-cure31. Lightning-rod32. Serene-grace33. Swift-swim34. Chlorophyll35. Illuminate36. Trace37. Huge-power38. Poison-point39. Inner-focus40. Magma-armor41. Water-veil42. Magnet-pull43. Soundproof44. Rain-dish45. Sand-stream46. Pressure47. Thick-fat48. Early-bird49. Flame-body50. Run-away51. Keen-eye52. Hyper-cutter53. Pickup54. Truant55. Hustle56. Cute-charm57. Plus58. Minus59. Forecast60. Sticky-hold61. Shed-skin62. Guts63. Marvel-scale64. Liquid-ooze65. Overgrow66. Blaze67. Torrent68. Swarm69. Rock-head70. Drought71. Arena-trap72. Vital-spirit73. White-smoke74. Pure-power75. Shell-armor76. Air-lock77. Tangled-feet78. Motor-drive79. Rivalry80. Steadfast81. Snow-cloak82. Gluttony83. Anger-point84. Unburden85. Heatproof86. Simple87. Dry-skin88. Download89. Iron-fist90. Poison-heal91. Adaptability92. Skill-link93. Hydration94. Solar-power95. Quick-feet96. Normalize97. Sniper98. Magic-guard99. No-guard100. Stall101. Technician102. Leaf-guard103. Klutz104. Mold-breaker105. Super-luck106. Aftermath107. Anticipation108. Forewarn109. Unaware110. Tinted-lens111. Filter112. Slow-start113. Scrappy114. Storm-drain115. Ice-body116. Solid-rock117. Snow-warning118. Honey-gather119. Frisk120. Reckless121. Multitype122. Flower-gift123. Bad-dreams124. Pickpocket125. Sheer-force126. Contrary127. Unnerve128. Defiant129. Defeatist130. Cursed-body131. Healer132. Friend-guard133. Weak-armor134. Heavy-metal135. Light-metal136. Multiscale137. Toxic-boost138. Flare-boost139. Harvest140. Telepathy141. Moody142. Overcoat143. Poison-touch144. Regenerator145. Big-pecks146. Sand-rush147. Wonder-skin148. Analytic149. Illusion150. Imposter151. Infiltrator152. Mummy153. Moxie154. Justified155. Rattled156. Magic-bounce157. Sap-sipper158. Prankster159. Sand-force160. Iron-barbs161. Zen-mode162. Victory-star163. Turboblaze164. Teravolt165. Aroma-veil166. Flower-veil167. Cheek-pouch168. Protean169. Fur-coat170. Magician171. Bulletproof172. Competitive173. Strong-jaw174. Refrigerate175. Sweet-veil176. Stance-change177. Gale-wings178. Mega-launcher179. Grass-pelt180. Symbiosis181. Tough-claws182. Pixilate183. Gooey184. Aerilate185. Parental-bond186. Dark-aura187. Fairy-aura188. Aura-break189. Primordial-sea190. Desolate-land191. Delta-stream192. Stamina193. Wimp-out194. Emergency-exit195. Water-compaction196. Merciless197. Shields-down198. Stakeout199. Water-bubble200. Steelworker201. Berserk202. Slush-rush203. Long-reach204. Liquid-voice205. Triage206. Galvanize207. Surge-surfer208. Schooling209. Disguise210. Battle-bond211. Power-construct212. Corrosion213. Comatose214. Queenly-majesty215. Innards-out216. Dancer217. Battery218. Fluffy219. Dazzling220. Soul-heart221. Tangling-hair222. Receiver223. Power-of-alchemy224. Beast-boost225. Rks-system226. Electric-surge227. Psychic-surge228. Misty-surge229. Grassy-surge230. Full-metal-body231. Shadow-shield232. Prism-armor233. Neuroforce234. Intrepid-sword235. Dauntless-shield236. Libero237. Ball-fetch238. Cotton-down239. Propeller-tail240. Mirror-armor241. Gulp-missile242. Stalwart243. Steam-engine244. Punk-rock245. Sand-spit246. Ice-scales247. Ripen248. Ice-face249. Power-spot250. Mimicry251. Screen-cleaner252. Steely-spirit253. Perish-body254. Wandering-spirit255. Gorilla-tactics256. Neutralizing-gas257. Pastel-veil258. Hunger-switch259. Quick-draw260. Unseen-fist261. Curious-medicine262. Transistor263. Dragons-maw264. Chilling-neigh265. Grim-neigh266. As-one-glastrier267. As-one-spectrier268. Lingering-aroma269. Seed-sower270. Thermal-exchange271. Anger-shell272. Purifying-salt273. Well-baked-body274. Wind-rider275. Guard-dog276. Rocky-payload277. Wind-power278. Zero-to-hero279. Commander280. Electromorphosis281. Protosynthesis282. Quark-drive283. Good-as-gold284. Vessel-of-ruin285. Sword-of-ruin286. Tablets-of-ruin287. Beads-of-ruin288. Orichalcum-pulse289. Hadron-engine290. Opportunist291. Cud-chew292. Sharpness293. Supreme-overlord294. Costar295. Toxic-debris296. Armor-tail297. Earth-eater298. Mycelium-might299. Minds-eye300. Supersweet-syrup301. Hospitality302. Toxic-chain303. Embody-aspect304. Tera-shift305. Tera-shell306. Teraform-zero307. Poison-puppeteer308. Mountaineer309. Wave-rider310. Skater311. Thrust312. Perception313. Parry314. Instinct315. Dodge316. Jagged-edge317. Frostbite318. Tenacity319. Pride320. Deep-sleep321. Power-nap322. Spirit323. Warm-blanket324. Gulp325. Herbivore326. Sandpit327. Hot-blooded328. Medic329. Life-force330. Lunchbox331. Nurse332. Melee333. Sponge334. Bodyguard335. Hero336. Last-bastion337. Stealth338. Vanguard339. Nomad340. Sequence341. Grass-cloak342. Celebrate343. Lullaby344. Calming345. Daze346. Frighten347. Interference348. Mood-maker349. Confidence350. Fortune351. Bonanza352. Explode353. Omnipotent354. Share355. Black-hole356. Shadow-dash357. Sprint358. Disgust359. High-rise360. Climber361. Flame-boost362. Aqua-boost363. Run-up364. Conqueror365. Shackle366. Decoy367. Shield