this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12964 lines 190 kB view raw
1{ 2 "pokemon": [ 3 { 4 "id": 1, 5 "name": "bulbasaur", 6 "dexId": 1 7 }, 8 { 9 "id": 2, 10 "name": "ivysaur", 11 "dexId": 2 12 }, 13 { 14 "id": 3, 15 "name": "venusaur", 16 "dexId": 3 17 }, 18 { 19 "id": 4, 20 "name": "charmander", 21 "dexId": 4 22 }, 23 { 24 "id": 5, 25 "name": "charmeleon", 26 "dexId": 5 27 }, 28 { 29 "id": 6, 30 "name": "charizard", 31 "dexId": 6 32 }, 33 { 34 "id": 7, 35 "name": "squirtle", 36 "dexId": 7 37 }, 38 { 39 "id": 8, 40 "name": "wartortle", 41 "dexId": 8 42 }, 43 { 44 "id": 9, 45 "name": "blastoise", 46 "dexId": 9 47 }, 48 { 49 "id": 10, 50 "name": "caterpie", 51 "dexId": 10 52 }, 53 { 54 "id": 11, 55 "name": "metapod", 56 "dexId": 11 57 }, 58 { 59 "id": 12, 60 "name": "butterfree", 61 "dexId": 12 62 }, 63 { 64 "id": 13, 65 "name": "weedle", 66 "dexId": 13 67 }, 68 { 69 "id": 14, 70 "name": "kakuna", 71 "dexId": 14 72 }, 73 { 74 "id": 15, 75 "name": "beedrill", 76 "dexId": 15 77 }, 78 { 79 "id": 16, 80 "name": "pidgey", 81 "dexId": 16 82 }, 83 { 84 "id": 17, 85 "name": "pidgeotto", 86 "dexId": 17 87 }, 88 { 89 "id": 18, 90 "name": "pidgeot", 91 "dexId": 18 92 }, 93 { 94 "id": 19, 95 "name": "rattata", 96 "dexId": 19 97 }, 98 { 99 "id": 20, 100 "name": "raticate", 101 "dexId": 20 102 }, 103 { 104 "id": 21, 105 "name": "spearow", 106 "dexId": 21 107 }, 108 { 109 "id": 22, 110 "name": "fearow", 111 "dexId": 22 112 }, 113 { 114 "id": 23, 115 "name": "ekans", 116 "dexId": 23 117 }, 118 { 119 "id": 24, 120 "name": "arbok", 121 "dexId": 24 122 }, 123 { 124 "id": 25, 125 "name": "pikachu", 126 "dexId": 25 127 }, 128 { 129 "id": 26, 130 "name": "raichu", 131 "dexId": 26 132 }, 133 { 134 "id": 27, 135 "name": "sandshrew", 136 "dexId": 27 137 }, 138 { 139 "id": 28, 140 "name": "sandslash", 141 "dexId": 28 142 }, 143 { 144 "id": 29, 145 "name": "nidoran-f", 146 "dexId": 29 147 }, 148 { 149 "id": 30, 150 "name": "nidorina", 151 "dexId": 30 152 }, 153 { 154 "id": 31, 155 "name": "nidoqueen", 156 "dexId": 31 157 }, 158 { 159 "id": 32, 160 "name": "nidoran-m", 161 "dexId": 32 162 }, 163 { 164 "id": 33, 165 "name": "nidorino", 166 "dexId": 33 167 }, 168 { 169 "id": 34, 170 "name": "nidoking", 171 "dexId": 34 172 }, 173 { 174 "id": 35, 175 "name": "clefairy", 176 "dexId": 35 177 }, 178 { 179 "id": 36, 180 "name": "clefable", 181 "dexId": 36 182 }, 183 { 184 "id": 37, 185 "name": "vulpix", 186 "dexId": 37 187 }, 188 { 189 "id": 38, 190 "name": "ninetales", 191 "dexId": 38 192 }, 193 { 194 "id": 39, 195 "name": "jigglypuff", 196 "dexId": 39 197 }, 198 { 199 "id": 40, 200 "name": "wigglytuff", 201 "dexId": 40 202 }, 203 { 204 "id": 41, 205 "name": "zubat", 206 "dexId": 41 207 }, 208 { 209 "id": 42, 210 "name": "golbat", 211 "dexId": 42 212 }, 213 { 214 "id": 43, 215 "name": "oddish", 216 "dexId": 43 217 }, 218 { 219 "id": 44, 220 "name": "gloom", 221 "dexId": 44 222 }, 223 { 224 "id": 45, 225 "name": "vileplume", 226 "dexId": 45 227 }, 228 { 229 "id": 46, 230 "name": "paras", 231 "dexId": 46 232 }, 233 { 234 "id": 47, 235 "name": "parasect", 236 "dexId": 47 237 }, 238 { 239 "id": 48, 240 "name": "venonat", 241 "dexId": 48 242 }, 243 { 244 "id": 49, 245 "name": "venomoth", 246 "dexId": 49 247 }, 248 { 249 "id": 50, 250 "name": "diglett", 251 "dexId": 50 252 }, 253 { 254 "id": 51, 255 "name": "dugtrio", 256 "dexId": 51 257 }, 258 { 259 "id": 52, 260 "name": "meowth", 261 "dexId": 52 262 }, 263 { 264 "id": 53, 265 "name": "persian", 266 "dexId": 53 267 }, 268 { 269 "id": 54, 270 "name": "psyduck", 271 "dexId": 54 272 }, 273 { 274 "id": 55, 275 "name": "golduck", 276 "dexId": 55 277 }, 278 { 279 "id": 56, 280 "name": "mankey", 281 "dexId": 56 282 }, 283 { 284 "id": 57, 285 "name": "primeape", 286 "dexId": 57 287 }, 288 { 289 "id": 58, 290 "name": "growlithe", 291 "dexId": 58 292 }, 293 { 294 "id": 59, 295 "name": "arcanine", 296 "dexId": 59 297 }, 298 { 299 "id": 60, 300 "name": "poliwag", 301 "dexId": 60 302 }, 303 { 304 "id": 61, 305 "name": "poliwhirl", 306 "dexId": 61 307 }, 308 { 309 "id": 62, 310 "name": "poliwrath", 311 "dexId": 62 312 }, 313 { 314 "id": 63, 315 "name": "abra", 316 "dexId": 63 317 }, 318 { 319 "id": 64, 320 "name": "kadabra", 321 "dexId": 64 322 }, 323 { 324 "id": 65, 325 "name": "alakazam", 326 "dexId": 65 327 }, 328 { 329 "id": 66, 330 "name": "machop", 331 "dexId": 66 332 }, 333 { 334 "id": 67, 335 "name": "machoke", 336 "dexId": 67 337 }, 338 { 339 "id": 68, 340 "name": "machamp", 341 "dexId": 68 342 }, 343 { 344 "id": 69, 345 "name": "bellsprout", 346 "dexId": 69 347 }, 348 { 349 "id": 70, 350 "name": "weepinbell", 351 "dexId": 70 352 }, 353 { 354 "id": 71, 355 "name": "victreebel", 356 "dexId": 71 357 }, 358 { 359 "id": 72, 360 "name": "tentacool", 361 "dexId": 72 362 }, 363 { 364 "id": 73, 365 "name": "tentacruel", 366 "dexId": 73 367 }, 368 { 369 "id": 74, 370 "name": "geodude", 371 "dexId": 74 372 }, 373 { 374 "id": 75, 375 "name": "graveler", 376 "dexId": 75 377 }, 378 { 379 "id": 76, 380 "name": "golem", 381 "dexId": 76 382 }, 383 { 384 "id": 77, 385 "name": "ponyta", 386 "dexId": 77 387 }, 388 { 389 "id": 78, 390 "name": "rapidash", 391 "dexId": 78 392 }, 393 { 394 "id": 79, 395 "name": "slowpoke", 396 "dexId": 79 397 }, 398 { 399 "id": 80, 400 "name": "slowbro", 401 "dexId": 80 402 }, 403 { 404 "id": 81, 405 "name": "magnemite", 406 "dexId": 81 407 }, 408 { 409 "id": 82, 410 "name": "magneton", 411 "dexId": 82 412 }, 413 { 414 "id": 83, 415 "name": "farfetchd", 416 "dexId": 83 417 }, 418 { 419 "id": 84, 420 "name": "doduo", 421 "dexId": 84 422 }, 423 { 424 "id": 85, 425 "name": "dodrio", 426 "dexId": 85 427 }, 428 { 429 "id": 86, 430 "name": "seel", 431 "dexId": 86 432 }, 433 { 434 "id": 87, 435 "name": "dewgong", 436 "dexId": 87 437 }, 438 { 439 "id": 88, 440 "name": "grimer", 441 "dexId": 88 442 }, 443 { 444 "id": 89, 445 "name": "muk", 446 "dexId": 89 447 }, 448 { 449 "id": 90, 450 "name": "shellder", 451 "dexId": 90 452 }, 453 { 454 "id": 91, 455 "name": "cloyster", 456 "dexId": 91 457 }, 458 { 459 "id": 92, 460 "name": "gastly", 461 "dexId": 92 462 }, 463 { 464 "id": 93, 465 "name": "haunter", 466 "dexId": 93 467 }, 468 { 469 "id": 94, 470 "name": "gengar", 471 "dexId": 94 472 }, 473 { 474 "id": 95, 475 "name": "onix", 476 "dexId": 95 477 }, 478 { 479 "id": 96, 480 "name": "drowzee", 481 "dexId": 96 482 }, 483 { 484 "id": 97, 485 "name": "hypno", 486 "dexId": 97 487 }, 488 { 489 "id": 98, 490 "name": "krabby", 491 "dexId": 98 492 }, 493 { 494 "id": 99, 495 "name": "kingler", 496 "dexId": 99 497 }, 498 { 499 "id": 100, 500 "name": "voltorb", 501 "dexId": 100 502 }, 503 { 504 "id": 101, 505 "name": "electrode", 506 "dexId": 101 507 }, 508 { 509 "id": 102, 510 "name": "exeggcute", 511 "dexId": 102 512 }, 513 { 514 "id": 103, 515 "name": "exeggutor", 516 "dexId": 103 517 }, 518 { 519 "id": 104, 520 "name": "cubone", 521 "dexId": 104 522 }, 523 { 524 "id": 105, 525 "name": "marowak", 526 "dexId": 105 527 }, 528 { 529 "id": 106, 530 "name": "hitmonlee", 531 "dexId": 106 532 }, 533 { 534 "id": 107, 535 "name": "hitmonchan", 536 "dexId": 107 537 }, 538 { 539 "id": 108, 540 "name": "lickitung", 541 "dexId": 108 542 }, 543 { 544 "id": 109, 545 "name": "koffing", 546 "dexId": 109 547 }, 548 { 549 "id": 110, 550 "name": "weezing", 551 "dexId": 110 552 }, 553 { 554 "id": 111, 555 "name": "rhyhorn", 556 "dexId": 111 557 }, 558 { 559 "id": 112, 560 "name": "rhydon", 561 "dexId": 112 562 }, 563 { 564 "id": 113, 565 "name": "chansey", 566 "dexId": 113 567 }, 568 { 569 "id": 114, 570 "name": "tangela", 571 "dexId": 114 572 }, 573 { 574 "id": 115, 575 "name": "kangaskhan", 576 "dexId": 115 577 }, 578 { 579 "id": 116, 580 "name": "horsea", 581 "dexId": 116 582 }, 583 { 584 "id": 117, 585 "name": "seadra", 586 "dexId": 117 587 }, 588 { 589 "id": 118, 590 "name": "goldeen", 591 "dexId": 118 592 }, 593 { 594 "id": 119, 595 "name": "seaking", 596 "dexId": 119 597 }, 598 { 599 "id": 120, 600 "name": "staryu", 601 "dexId": 120 602 }, 603 { 604 "id": 121, 605 "name": "starmie", 606 "dexId": 121 607 }, 608 { 609 "id": 122, 610 "name": "mr-mime", 611 "dexId": 122 612 }, 613 { 614 "id": 123, 615 "name": "scyther", 616 "dexId": 123 617 }, 618 { 619 "id": 124, 620 "name": "jynx", 621 "dexId": 124 622 }, 623 { 624 "id": 125, 625 "name": "electabuzz", 626 "dexId": 125 627 }, 628 { 629 "id": 126, 630 "name": "magmar", 631 "dexId": 126 632 }, 633 { 634 "id": 127, 635 "name": "pinsir", 636 "dexId": 127 637 }, 638 { 639 "id": 128, 640 "name": "tauros", 641 "dexId": 128 642 }, 643 { 644 "id": 129, 645 "name": "magikarp", 646 "dexId": 129 647 }, 648 { 649 "id": 130, 650 "name": "gyarados", 651 "dexId": 130 652 }, 653 { 654 "id": 131, 655 "name": "lapras", 656 "dexId": 131 657 }, 658 { 659 "id": 132, 660 "name": "ditto", 661 "dexId": 132 662 }, 663 { 664 "id": 133, 665 "name": "eevee", 666 "dexId": 133 667 }, 668 { 669 "id": 134, 670 "name": "vaporeon", 671 "dexId": 134 672 }, 673 { 674 "id": 135, 675 "name": "jolteon", 676 "dexId": 135 677 }, 678 { 679 "id": 136, 680 "name": "flareon", 681 "dexId": 136 682 }, 683 { 684 "id": 137, 685 "name": "porygon", 686 "dexId": 137 687 }, 688 { 689 "id": 138, 690 "name": "omanyte", 691 "dexId": 138 692 }, 693 { 694 "id": 139, 695 "name": "omastar", 696 "dexId": 139 697 }, 698 { 699 "id": 140, 700 "name": "kabuto", 701 "dexId": 140 702 }, 703 { 704 "id": 141, 705 "name": "kabutops", 706 "dexId": 141 707 }, 708 { 709 "id": 142, 710 "name": "aerodactyl", 711 "dexId": 142 712 }, 713 { 714 "id": 143, 715 "name": "snorlax", 716 "dexId": 143 717 }, 718 { 719 "id": 144, 720 "name": "articuno", 721 "dexId": 144 722 }, 723 { 724 "id": 145, 725 "name": "zapdos", 726 "dexId": 145 727 }, 728 { 729 "id": 146, 730 "name": "moltres", 731 "dexId": 146 732 }, 733 { 734 "id": 147, 735 "name": "dratini", 736 "dexId": 147 737 }, 738 { 739 "id": 148, 740 "name": "dragonair", 741 "dexId": 148 742 }, 743 { 744 "id": 149, 745 "name": "dragonite", 746 "dexId": 149 747 }, 748 { 749 "id": 150, 750 "name": "mewtwo", 751 "dexId": 150 752 }, 753 { 754 "id": 151, 755 "name": "mew", 756 "dexId": 151 757 }, 758 { 759 "id": 152, 760 "name": "chikorita", 761 "dexId": 152 762 }, 763 { 764 "id": 153, 765 "name": "bayleef", 766 "dexId": 153 767 }, 768 { 769 "id": 154, 770 "name": "meganium", 771 "dexId": 154 772 }, 773 { 774 "id": 155, 775 "name": "cyndaquil", 776 "dexId": 155 777 }, 778 { 779 "id": 156, 780 "name": "quilava", 781 "dexId": 156 782 }, 783 { 784 "id": 157, 785 "name": "typhlosion", 786 "dexId": 157 787 }, 788 { 789 "id": 158, 790 "name": "totodile", 791 "dexId": 158 792 }, 793 { 794 "id": 159, 795 "name": "croconaw", 796 "dexId": 159 797 }, 798 { 799 "id": 160, 800 "name": "feraligatr", 801 "dexId": 160 802 }, 803 { 804 "id": 161, 805 "name": "sentret", 806 "dexId": 161 807 }, 808 { 809 "id": 162, 810 "name": "furret", 811 "dexId": 162 812 }, 813 { 814 "id": 163, 815 "name": "hoothoot", 816 "dexId": 163 817 }, 818 { 819 "id": 164, 820 "name": "noctowl", 821 "dexId": 164 822 }, 823 { 824 "id": 165, 825 "name": "ledyba", 826 "dexId": 165 827 }, 828 { 829 "id": 166, 830 "name": "ledian", 831 "dexId": 166 832 }, 833 { 834 "id": 167, 835 "name": "spinarak", 836 "dexId": 167 837 }, 838 { 839 "id": 168, 840 "name": "ariados", 841 "dexId": 168 842 }, 843 { 844 "id": 169, 845 "name": "crobat", 846 "dexId": 169 847 }, 848 { 849 "id": 170, 850 "name": "chinchou", 851 "dexId": 170 852 }, 853 { 854 "id": 171, 855 "name": "lanturn", 856 "dexId": 171 857 }, 858 { 859 "id": 172, 860 "name": "pichu", 861 "dexId": 172 862 }, 863 { 864 "id": 173, 865 "name": "cleffa", 866 "dexId": 173 867 }, 868 { 869 "id": 174, 870 "name": "igglybuff", 871 "dexId": 174 872 }, 873 { 874 "id": 175, 875 "name": "togepi", 876 "dexId": 175 877 }, 878 { 879 "id": 176, 880 "name": "togetic", 881 "dexId": 176 882 }, 883 { 884 "id": 177, 885 "name": "natu", 886 "dexId": 177 887 }, 888 { 889 "id": 178, 890 "name": "xatu", 891 "dexId": 178 892 }, 893 { 894 "id": 179, 895 "name": "mareep", 896 "dexId": 179 897 }, 898 { 899 "id": 180, 900 "name": "flaaffy", 901 "dexId": 180 902 }, 903 { 904 "id": 181, 905 "name": "ampharos", 906 "dexId": 181 907 }, 908 { 909 "id": 182, 910 "name": "bellossom", 911 "dexId": 182 912 }, 913 { 914 "id": 183, 915 "name": "marill", 916 "dexId": 183 917 }, 918 { 919 "id": 184, 920 "name": "azumarill", 921 "dexId": 184 922 }, 923 { 924 "id": 185, 925 "name": "sudowoodo", 926 "dexId": 185 927 }, 928 { 929 "id": 186, 930 "name": "politoed", 931 "dexId": 186 932 }, 933 { 934 "id": 187, 935 "name": "hoppip", 936 "dexId": 187 937 }, 938 { 939 "id": 188, 940 "name": "skiploom", 941 "dexId": 188 942 }, 943 { 944 "id": 189, 945 "name": "jumpluff", 946 "dexId": 189 947 }, 948 { 949 "id": 190, 950 "name": "aipom", 951 "dexId": 190 952 }, 953 { 954 "id": 191, 955 "name": "sunkern", 956 "dexId": 191 957 }, 958 { 959 "id": 192, 960 "name": "sunflora", 961 "dexId": 192 962 }, 963 { 964 "id": 193, 965 "name": "yanma", 966 "dexId": 193 967 }, 968 { 969 "id": 194, 970 "name": "wooper", 971 "dexId": 194 972 }, 973 { 974 "id": 195, 975 "name": "quagsire", 976 "dexId": 195 977 }, 978 { 979 "id": 196, 980 "name": "espeon", 981 "dexId": 196 982 }, 983 { 984 "id": 197, 985 "name": "umbreon", 986 "dexId": 197 987 }, 988 { 989 "id": 198, 990 "name": "murkrow", 991 "dexId": 198 992 }, 993 { 994 "id": 199, 995 "name": "slowking", 996 "dexId": 199 997 }, 998 { 999 "id": 200, 1000 "name": "misdreavus", 1001 "dexId": 200 1002 }, 1003 { 1004 "id": 201, 1005 "name": "unown", 1006 "dexId": 201 1007 }, 1008 { 1009 "id": 202, 1010 "name": "wobbuffet", 1011 "dexId": 202 1012 }, 1013 { 1014 "id": 203, 1015 "name": "girafarig", 1016 "dexId": 203 1017 }, 1018 { 1019 "id": 204, 1020 "name": "pineco", 1021 "dexId": 204 1022 }, 1023 { 1024 "id": 205, 1025 "name": "forretress", 1026 "dexId": 205 1027 }, 1028 { 1029 "id": 206, 1030 "name": "dunsparce", 1031 "dexId": 206 1032 }, 1033 { 1034 "id": 207, 1035 "name": "gligar", 1036 "dexId": 207 1037 }, 1038 { 1039 "id": 208, 1040 "name": "steelix", 1041 "dexId": 208 1042 }, 1043 { 1044 "id": 209, 1045 "name": "snubbull", 1046 "dexId": 209 1047 }, 1048 { 1049 "id": 210, 1050 "name": "granbull", 1051 "dexId": 210 1052 }, 1053 { 1054 "id": 211, 1055 "name": "qwilfish", 1056 "dexId": 211 1057 }, 1058 { 1059 "id": 212, 1060 "name": "scizor", 1061 "dexId": 212 1062 }, 1063 { 1064 "id": 213, 1065 "name": "shuckle", 1066 "dexId": 213 1067 }, 1068 { 1069 "id": 214, 1070 "name": "heracross", 1071 "dexId": 214 1072 }, 1073 { 1074 "id": 215, 1075 "name": "sneasel", 1076 "dexId": 215 1077 }, 1078 { 1079 "id": 216, 1080 "name": "teddiursa", 1081 "dexId": 216 1082 }, 1083 { 1084 "id": 217, 1085 "name": "ursaring", 1086 "dexId": 217 1087 }, 1088 { 1089 "id": 218, 1090 "name": "slugma", 1091 "dexId": 218 1092 }, 1093 { 1094 "id": 219, 1095 "name": "magcargo", 1096 "dexId": 219 1097 }, 1098 { 1099 "id": 220, 1100 "name": "swinub", 1101 "dexId": 220 1102 }, 1103 { 1104 "id": 221, 1105 "name": "piloswine", 1106 "dexId": 221 1107 }, 1108 { 1109 "id": 222, 1110 "name": "corsola", 1111 "dexId": 222 1112 }, 1113 { 1114 "id": 223, 1115 "name": "remoraid", 1116 "dexId": 223 1117 }, 1118 { 1119 "id": 224, 1120 "name": "octillery", 1121 "dexId": 224 1122 }, 1123 { 1124 "id": 225, 1125 "name": "delibird", 1126 "dexId": 225 1127 }, 1128 { 1129 "id": 226, 1130 "name": "mantine", 1131 "dexId": 226 1132 }, 1133 { 1134 "id": 227, 1135 "name": "skarmory", 1136 "dexId": 227 1137 }, 1138 { 1139 "id": 228, 1140 "name": "houndour", 1141 "dexId": 228 1142 }, 1143 { 1144 "id": 229, 1145 "name": "houndoom", 1146 "dexId": 229 1147 }, 1148 { 1149 "id": 230, 1150 "name": "kingdra", 1151 "dexId": 230 1152 }, 1153 { 1154 "id": 231, 1155 "name": "phanpy", 1156 "dexId": 231 1157 }, 1158 { 1159 "id": 232, 1160 "name": "donphan", 1161 "dexId": 232 1162 }, 1163 { 1164 "id": 233, 1165 "name": "porygon2", 1166 "dexId": 233 1167 }, 1168 { 1169 "id": 234, 1170 "name": "stantler", 1171 "dexId": 234 1172 }, 1173 { 1174 "id": 235, 1175 "name": "smeargle", 1176 "dexId": 235 1177 }, 1178 { 1179 "id": 236, 1180 "name": "tyrogue", 1181 "dexId": 236 1182 }, 1183 { 1184 "id": 237, 1185 "name": "hitmontop", 1186 "dexId": 237 1187 }, 1188 { 1189 "id": 238, 1190 "name": "smoochum", 1191 "dexId": 238 1192 }, 1193 { 1194 "id": 239, 1195 "name": "elekid", 1196 "dexId": 239 1197 }, 1198 { 1199 "id": 240, 1200 "name": "magby", 1201 "dexId": 240 1202 }, 1203 { 1204 "id": 241, 1205 "name": "miltank", 1206 "dexId": 241 1207 }, 1208 { 1209 "id": 242, 1210 "name": "blissey", 1211 "dexId": 242 1212 }, 1213 { 1214 "id": 243, 1215 "name": "raikou", 1216 "dexId": 243 1217 }, 1218 { 1219 "id": 244, 1220 "name": "entei", 1221 "dexId": 244 1222 }, 1223 { 1224 "id": 245, 1225 "name": "suicune", 1226 "dexId": 245 1227 }, 1228 { 1229 "id": 246, 1230 "name": "larvitar", 1231 "dexId": 246 1232 }, 1233 { 1234 "id": 247, 1235 "name": "pupitar", 1236 "dexId": 247 1237 }, 1238 { 1239 "id": 248, 1240 "name": "tyranitar", 1241 "dexId": 248 1242 }, 1243 { 1244 "id": 249, 1245 "name": "lugia", 1246 "dexId": 249 1247 }, 1248 { 1249 "id": 250, 1250 "name": "ho-oh", 1251 "dexId": 250 1252 }, 1253 { 1254 "id": 251, 1255 "name": "celebi", 1256 "dexId": 251 1257 }, 1258 { 1259 "id": 252, 1260 "name": "treecko", 1261 "dexId": 252 1262 }, 1263 { 1264 "id": 253, 1265 "name": "grovyle", 1266 "dexId": 253 1267 }, 1268 { 1269 "id": 254, 1270 "name": "sceptile", 1271 "dexId": 254 1272 }, 1273 { 1274 "id": 255, 1275 "name": "torchic", 1276 "dexId": 255 1277 }, 1278 { 1279 "id": 256, 1280 "name": "combusken", 1281 "dexId": 256 1282 }, 1283 { 1284 "id": 257, 1285 "name": "blaziken", 1286 "dexId": 257 1287 }, 1288 { 1289 "id": 258, 1290 "name": "mudkip", 1291 "dexId": 258 1292 }, 1293 { 1294 "id": 259, 1295 "name": "marshtomp", 1296 "dexId": 259 1297 }, 1298 { 1299 "id": 260, 1300 "name": "swampert", 1301 "dexId": 260 1302 }, 1303 { 1304 "id": 261, 1305 "name": "poochyena", 1306 "dexId": 261 1307 }, 1308 { 1309 "id": 262, 1310 "name": "mightyena", 1311 "dexId": 262 1312 }, 1313 { 1314 "id": 263, 1315 "name": "zigzagoon", 1316 "dexId": 263 1317 }, 1318 { 1319 "id": 264, 1320 "name": "linoone", 1321 "dexId": 264 1322 }, 1323 { 1324 "id": 265, 1325 "name": "wurmple", 1326 "dexId": 265 1327 }, 1328 { 1329 "id": 266, 1330 "name": "silcoon", 1331 "dexId": 266 1332 }, 1333 { 1334 "id": 267, 1335 "name": "beautifly", 1336 "dexId": 267 1337 }, 1338 { 1339 "id": 268, 1340 "name": "cascoon", 1341 "dexId": 268 1342 }, 1343 { 1344 "id": 269, 1345 "name": "dustox", 1346 "dexId": 269 1347 }, 1348 { 1349 "id": 270, 1350 "name": "lotad", 1351 "dexId": 270 1352 }, 1353 { 1354 "id": 271, 1355 "name": "lombre", 1356 "dexId": 271 1357 }, 1358 { 1359 "id": 272, 1360 "name": "ludicolo", 1361 "dexId": 272 1362 }, 1363 { 1364 "id": 273, 1365 "name": "seedot", 1366 "dexId": 273 1367 }, 1368 { 1369 "id": 274, 1370 "name": "nuzleaf", 1371 "dexId": 274 1372 }, 1373 { 1374 "id": 275, 1375 "name": "shiftry", 1376 "dexId": 275 1377 }, 1378 { 1379 "id": 276, 1380 "name": "taillow", 1381 "dexId": 276 1382 }, 1383 { 1384 "id": 277, 1385 "name": "swellow", 1386 "dexId": 277 1387 }, 1388 { 1389 "id": 278, 1390 "name": "wingull", 1391 "dexId": 278 1392 }, 1393 { 1394 "id": 279, 1395 "name": "pelipper", 1396 "dexId": 279 1397 }, 1398 { 1399 "id": 280, 1400 "name": "ralts", 1401 "dexId": 280 1402 }, 1403 { 1404 "id": 281, 1405 "name": "kirlia", 1406 "dexId": 281 1407 }, 1408 { 1409 "id": 282, 1410 "name": "gardevoir", 1411 "dexId": 282 1412 }, 1413 { 1414 "id": 283, 1415 "name": "surskit", 1416 "dexId": 283 1417 }, 1418 { 1419 "id": 284, 1420 "name": "masquerain", 1421 "dexId": 284 1422 }, 1423 { 1424 "id": 285, 1425 "name": "shroomish", 1426 "dexId": 285 1427 }, 1428 { 1429 "id": 286, 1430 "name": "breloom", 1431 "dexId": 286 1432 }, 1433 { 1434 "id": 287, 1435 "name": "slakoth", 1436 "dexId": 287 1437 }, 1438 { 1439 "id": 288, 1440 "name": "vigoroth", 1441 "dexId": 288 1442 }, 1443 { 1444 "id": 289, 1445 "name": "slaking", 1446 "dexId": 289 1447 }, 1448 { 1449 "id": 290, 1450 "name": "nincada", 1451 "dexId": 290 1452 }, 1453 { 1454 "id": 291, 1455 "name": "ninjask", 1456 "dexId": 291 1457 }, 1458 { 1459 "id": 292, 1460 "name": "shedinja", 1461 "dexId": 292 1462 }, 1463 { 1464 "id": 293, 1465 "name": "whismur", 1466 "dexId": 293 1467 }, 1468 { 1469 "id": 294, 1470 "name": "loudred", 1471 "dexId": 294 1472 }, 1473 { 1474 "id": 295, 1475 "name": "exploud", 1476 "dexId": 295 1477 }, 1478 { 1479 "id": 296, 1480 "name": "makuhita", 1481 "dexId": 296 1482 }, 1483 { 1484 "id": 297, 1485 "name": "hariyama", 1486 "dexId": 297 1487 }, 1488 { 1489 "id": 298, 1490 "name": "azurill", 1491 "dexId": 298 1492 }, 1493 { 1494 "id": 299, 1495 "name": "nosepass", 1496 "dexId": 299 1497 }, 1498 { 1499 "id": 300, 1500 "name": "skitty", 1501 "dexId": 300 1502 }, 1503 { 1504 "id": 301, 1505 "name": "delcatty", 1506 "dexId": 301 1507 }, 1508 { 1509 "id": 302, 1510 "name": "sableye", 1511 "dexId": 302 1512 }, 1513 { 1514 "id": 303, 1515 "name": "mawile", 1516 "dexId": 303 1517 }, 1518 { 1519 "id": 304, 1520 "name": "aron", 1521 "dexId": 304 1522 }, 1523 { 1524 "id": 305, 1525 "name": "lairon", 1526 "dexId": 305 1527 }, 1528 { 1529 "id": 306, 1530 "name": "aggron", 1531 "dexId": 306 1532 }, 1533 { 1534 "id": 307, 1535 "name": "meditite", 1536 "dexId": 307 1537 }, 1538 { 1539 "id": 308, 1540 "name": "medicham", 1541 "dexId": 308 1542 }, 1543 { 1544 "id": 309, 1545 "name": "electrike", 1546 "dexId": 309 1547 }, 1548 { 1549 "id": 310, 1550 "name": "manectric", 1551 "dexId": 310 1552 }, 1553 { 1554 "id": 311, 1555 "name": "plusle", 1556 "dexId": 311 1557 }, 1558 { 1559 "id": 312, 1560 "name": "minun", 1561 "dexId": 312 1562 }, 1563 { 1564 "id": 313, 1565 "name": "volbeat", 1566 "dexId": 313 1567 }, 1568 { 1569 "id": 314, 1570 "name": "illumise", 1571 "dexId": 314 1572 }, 1573 { 1574 "id": 315, 1575 "name": "roselia", 1576 "dexId": 315 1577 }, 1578 { 1579 "id": 316, 1580 "name": "gulpin", 1581 "dexId": 316 1582 }, 1583 { 1584 "id": 317, 1585 "name": "swalot", 1586 "dexId": 317 1587 }, 1588 { 1589 "id": 318, 1590 "name": "carvanha", 1591 "dexId": 318 1592 }, 1593 { 1594 "id": 319, 1595 "name": "sharpedo", 1596 "dexId": 319 1597 }, 1598 { 1599 "id": 320, 1600 "name": "wailmer", 1601 "dexId": 320 1602 }, 1603 { 1604 "id": 321, 1605 "name": "wailord", 1606 "dexId": 321 1607 }, 1608 { 1609 "id": 322, 1610 "name": "numel", 1611 "dexId": 322 1612 }, 1613 { 1614 "id": 323, 1615 "name": "camerupt", 1616 "dexId": 323 1617 }, 1618 { 1619 "id": 324, 1620 "name": "torkoal", 1621 "dexId": 324 1622 }, 1623 { 1624 "id": 325, 1625 "name": "spoink", 1626 "dexId": 325 1627 }, 1628 { 1629 "id": 326, 1630 "name": "grumpig", 1631 "dexId": 326 1632 }, 1633 { 1634 "id": 327, 1635 "name": "spinda", 1636 "dexId": 327 1637 }, 1638 { 1639 "id": 328, 1640 "name": "trapinch", 1641 "dexId": 328 1642 }, 1643 { 1644 "id": 329, 1645 "name": "vibrava", 1646 "dexId": 329 1647 }, 1648 { 1649 "id": 330, 1650 "name": "flygon", 1651 "dexId": 330 1652 }, 1653 { 1654 "id": 331, 1655 "name": "cacnea", 1656 "dexId": 331 1657 }, 1658 { 1659 "id": 332, 1660 "name": "cacturne", 1661 "dexId": 332 1662 }, 1663 { 1664 "id": 333, 1665 "name": "swablu", 1666 "dexId": 333 1667 }, 1668 { 1669 "id": 334, 1670 "name": "altaria", 1671 "dexId": 334 1672 }, 1673 { 1674 "id": 335, 1675 "name": "zangoose", 1676 "dexId": 335 1677 }, 1678 { 1679 "id": 336, 1680 "name": "seviper", 1681 "dexId": 336 1682 }, 1683 { 1684 "id": 337, 1685 "name": "lunatone", 1686 "dexId": 337 1687 }, 1688 { 1689 "id": 338, 1690 "name": "solrock", 1691 "dexId": 338 1692 }, 1693 { 1694 "id": 339, 1695 "name": "barboach", 1696 "dexId": 339 1697 }, 1698 { 1699 "id": 340, 1700 "name": "whiscash", 1701 "dexId": 340 1702 }, 1703 { 1704 "id": 341, 1705 "name": "corphish", 1706 "dexId": 341 1707 }, 1708 { 1709 "id": 342, 1710 "name": "crawdaunt", 1711 "dexId": 342 1712 }, 1713 { 1714 "id": 343, 1715 "name": "baltoy", 1716 "dexId": 343 1717 }, 1718 { 1719 "id": 344, 1720 "name": "claydol", 1721 "dexId": 344 1722 }, 1723 { 1724 "id": 345, 1725 "name": "lileep", 1726 "dexId": 345 1727 }, 1728 { 1729 "id": 346, 1730 "name": "cradily", 1731 "dexId": 346 1732 }, 1733 { 1734 "id": 347, 1735 "name": "anorith", 1736 "dexId": 347 1737 }, 1738 { 1739 "id": 348, 1740 "name": "armaldo", 1741 "dexId": 348 1742 }, 1743 { 1744 "id": 349, 1745 "name": "feebas", 1746 "dexId": 349 1747 }, 1748 { 1749 "id": 350, 1750 "name": "milotic", 1751 "dexId": 350 1752 }, 1753 { 1754 "id": 351, 1755 "name": "castform", 1756 "dexId": 351 1757 }, 1758 { 1759 "id": 352, 1760 "name": "kecleon", 1761 "dexId": 352 1762 }, 1763 { 1764 "id": 353, 1765 "name": "shuppet", 1766 "dexId": 353 1767 }, 1768 { 1769 "id": 354, 1770 "name": "banette", 1771 "dexId": 354 1772 }, 1773 { 1774 "id": 355, 1775 "name": "duskull", 1776 "dexId": 355 1777 }, 1778 { 1779 "id": 356, 1780 "name": "dusclops", 1781 "dexId": 356 1782 }, 1783 { 1784 "id": 357, 1785 "name": "tropius", 1786 "dexId": 357 1787 }, 1788 { 1789 "id": 358, 1790 "name": "chimecho", 1791 "dexId": 358 1792 }, 1793 { 1794 "id": 359, 1795 "name": "absol", 1796 "dexId": 359 1797 }, 1798 { 1799 "id": 360, 1800 "name": "wynaut", 1801 "dexId": 360 1802 }, 1803 { 1804 "id": 361, 1805 "name": "snorunt", 1806 "dexId": 361 1807 }, 1808 { 1809 "id": 362, 1810 "name": "glalie", 1811 "dexId": 362 1812 }, 1813 { 1814 "id": 363, 1815 "name": "spheal", 1816 "dexId": 363 1817 }, 1818 { 1819 "id": 364, 1820 "name": "sealeo", 1821 "dexId": 364 1822 }, 1823 { 1824 "id": 365, 1825 "name": "walrein", 1826 "dexId": 365 1827 }, 1828 { 1829 "id": 366, 1830 "name": "clamperl", 1831 "dexId": 366 1832 }, 1833 { 1834 "id": 367, 1835 "name": "huntail", 1836 "dexId": 367 1837 }, 1838 { 1839 "id": 368, 1840 "name": "gorebyss", 1841 "dexId": 368 1842 }, 1843 { 1844 "id": 369, 1845 "name": "relicanth", 1846 "dexId": 369 1847 }, 1848 { 1849 "id": 370, 1850 "name": "luvdisc", 1851 "dexId": 370 1852 }, 1853 { 1854 "id": 371, 1855 "name": "bagon", 1856 "dexId": 371 1857 }, 1858 { 1859 "id": 372, 1860 "name": "shelgon", 1861 "dexId": 372 1862 }, 1863 { 1864 "id": 373, 1865 "name": "salamence", 1866 "dexId": 373 1867 }, 1868 { 1869 "id": 374, 1870 "name": "beldum", 1871 "dexId": 374 1872 }, 1873 { 1874 "id": 375, 1875 "name": "metang", 1876 "dexId": 375 1877 }, 1878 { 1879 "id": 376, 1880 "name": "metagross", 1881 "dexId": 376 1882 }, 1883 { 1884 "id": 377, 1885 "name": "regirock", 1886 "dexId": 377 1887 }, 1888 { 1889 "id": 378, 1890 "name": "regice", 1891 "dexId": 378 1892 }, 1893 { 1894 "id": 379, 1895 "name": "registeel", 1896 "dexId": 379 1897 }, 1898 { 1899 "id": 380, 1900 "name": "latias", 1901 "dexId": 380 1902 }, 1903 { 1904 "id": 381, 1905 "name": "latios", 1906 "dexId": 381 1907 }, 1908 { 1909 "id": 382, 1910 "name": "kyogre", 1911 "dexId": 382 1912 }, 1913 { 1914 "id": 383, 1915 "name": "groudon", 1916 "dexId": 383 1917 }, 1918 { 1919 "id": 384, 1920 "name": "rayquaza", 1921 "dexId": 384 1922 }, 1923 { 1924 "id": 385, 1925 "name": "jirachi", 1926 "dexId": 385 1927 }, 1928 { 1929 "id": 386, 1930 "name": "deoxys-normal", 1931 "dexId": 386 1932 }, 1933 { 1934 "id": 387, 1935 "name": "turtwig", 1936 "dexId": 387 1937 }, 1938 { 1939 "id": 388, 1940 "name": "grotle", 1941 "dexId": 388 1942 }, 1943 { 1944 "id": 389, 1945 "name": "torterra", 1946 "dexId": 389 1947 }, 1948 { 1949 "id": 390, 1950 "name": "chimchar", 1951 "dexId": 390 1952 }, 1953 { 1954 "id": 391, 1955 "name": "monferno", 1956 "dexId": 391 1957 }, 1958 { 1959 "id": 392, 1960 "name": "infernape", 1961 "dexId": 392 1962 }, 1963 { 1964 "id": 393, 1965 "name": "piplup", 1966 "dexId": 393 1967 }, 1968 { 1969 "id": 394, 1970 "name": "prinplup", 1971 "dexId": 394 1972 }, 1973 { 1974 "id": 395, 1975 "name": "empoleon", 1976 "dexId": 395 1977 }, 1978 { 1979 "id": 396, 1980 "name": "starly", 1981 "dexId": 396 1982 }, 1983 { 1984 "id": 397, 1985 "name": "staravia", 1986 "dexId": 397 1987 }, 1988 { 1989 "id": 398, 1990 "name": "staraptor", 1991 "dexId": 398 1992 }, 1993 { 1994 "id": 399, 1995 "name": "bidoof", 1996 "dexId": 399 1997 }, 1998 { 1999 "id": 400, 2000 "name": "bibarel", 2001 "dexId": 400 2002 }, 2003 { 2004 "id": 401, 2005 "name": "kricketot", 2006 "dexId": 401 2007 }, 2008 { 2009 "id": 402, 2010 "name": "kricketune", 2011 "dexId": 402 2012 }, 2013 { 2014 "id": 403, 2015 "name": "shinx", 2016 "dexId": 403 2017 }, 2018 { 2019 "id": 404, 2020 "name": "luxio", 2021 "dexId": 404 2022 }, 2023 { 2024 "id": 405, 2025 "name": "luxray", 2026 "dexId": 405 2027 }, 2028 { 2029 "id": 406, 2030 "name": "budew", 2031 "dexId": 406 2032 }, 2033 { 2034 "id": 407, 2035 "name": "roserade", 2036 "dexId": 407 2037 }, 2038 { 2039 "id": 408, 2040 "name": "cranidos", 2041 "dexId": 408 2042 }, 2043 { 2044 "id": 409, 2045 "name": "rampardos", 2046 "dexId": 409 2047 }, 2048 { 2049 "id": 410, 2050 "name": "shieldon", 2051 "dexId": 410 2052 }, 2053 { 2054 "id": 411, 2055 "name": "bastiodon", 2056 "dexId": 411 2057 }, 2058 { 2059 "id": 412, 2060 "name": "burmy", 2061 "dexId": 412 2062 }, 2063 { 2064 "id": 413, 2065 "name": "wormadam-plant", 2066 "dexId": 413 2067 }, 2068 { 2069 "id": 414, 2070 "name": "mothim", 2071 "dexId": 414 2072 }, 2073 { 2074 "id": 415, 2075 "name": "combee", 2076 "dexId": 415 2077 }, 2078 { 2079 "id": 416, 2080 "name": "vespiquen", 2081 "dexId": 416 2082 }, 2083 { 2084 "id": 417, 2085 "name": "pachirisu", 2086 "dexId": 417 2087 }, 2088 { 2089 "id": 418, 2090 "name": "buizel", 2091 "dexId": 418 2092 }, 2093 { 2094 "id": 419, 2095 "name": "floatzel", 2096 "dexId": 419 2097 }, 2098 { 2099 "id": 420, 2100 "name": "cherubi", 2101 "dexId": 420 2102 }, 2103 { 2104 "id": 421, 2105 "name": "cherrim", 2106 "dexId": 421 2107 }, 2108 { 2109 "id": 422, 2110 "name": "shellos", 2111 "dexId": 422 2112 }, 2113 { 2114 "id": 423, 2115 "name": "gastrodon", 2116 "dexId": 423 2117 }, 2118 { 2119 "id": 424, 2120 "name": "ambipom", 2121 "dexId": 424 2122 }, 2123 { 2124 "id": 425, 2125 "name": "drifloon", 2126 "dexId": 425 2127 }, 2128 { 2129 "id": 426, 2130 "name": "drifblim", 2131 "dexId": 426 2132 }, 2133 { 2134 "id": 427, 2135 "name": "buneary", 2136 "dexId": 427 2137 }, 2138 { 2139 "id": 428, 2140 "name": "lopunny", 2141 "dexId": 428 2142 }, 2143 { 2144 "id": 429, 2145 "name": "mismagius", 2146 "dexId": 429 2147 }, 2148 { 2149 "id": 430, 2150 "name": "honchkrow", 2151 "dexId": 430 2152 }, 2153 { 2154 "id": 431, 2155 "name": "glameow", 2156 "dexId": 431 2157 }, 2158 { 2159 "id": 432, 2160 "name": "purugly", 2161 "dexId": 432 2162 }, 2163 { 2164 "id": 433, 2165 "name": "chingling", 2166 "dexId": 433 2167 }, 2168 { 2169 "id": 434, 2170 "name": "stunky", 2171 "dexId": 434 2172 }, 2173 { 2174 "id": 435, 2175 "name": "skuntank", 2176 "dexId": 435 2177 }, 2178 { 2179 "id": 436, 2180 "name": "bronzor", 2181 "dexId": 436 2182 }, 2183 { 2184 "id": 437, 2185 "name": "bronzong", 2186 "dexId": 437 2187 }, 2188 { 2189 "id": 438, 2190 "name": "bonsly", 2191 "dexId": 438 2192 }, 2193 { 2194 "id": 439, 2195 "name": "mime-jr", 2196 "dexId": 439 2197 }, 2198 { 2199 "id": 440, 2200 "name": "happiny", 2201 "dexId": 440 2202 }, 2203 { 2204 "id": 441, 2205 "name": "chatot", 2206 "dexId": 441 2207 }, 2208 { 2209 "id": 442, 2210 "name": "spiritomb", 2211 "dexId": 442 2212 }, 2213 { 2214 "id": 443, 2215 "name": "gible", 2216 "dexId": 443 2217 }, 2218 { 2219 "id": 444, 2220 "name": "gabite", 2221 "dexId": 444 2222 }, 2223 { 2224 "id": 445, 2225 "name": "garchomp", 2226 "dexId": 445 2227 }, 2228 { 2229 "id": 446, 2230 "name": "munchlax", 2231 "dexId": 446 2232 }, 2233 { 2234 "id": 447, 2235 "name": "riolu", 2236 "dexId": 447 2237 }, 2238 { 2239 "id": 448, 2240 "name": "lucario", 2241 "dexId": 448 2242 }, 2243 { 2244 "id": 449, 2245 "name": "hippopotas", 2246 "dexId": 449 2247 }, 2248 { 2249 "id": 450, 2250 "name": "hippowdon", 2251 "dexId": 450 2252 }, 2253 { 2254 "id": 451, 2255 "name": "skorupi", 2256 "dexId": 451 2257 }, 2258 { 2259 "id": 452, 2260 "name": "drapion", 2261 "dexId": 452 2262 }, 2263 { 2264 "id": 453, 2265 "name": "croagunk", 2266 "dexId": 453 2267 }, 2268 { 2269 "id": 454, 2270 "name": "toxicroak", 2271 "dexId": 454 2272 }, 2273 { 2274 "id": 455, 2275 "name": "carnivine", 2276 "dexId": 455 2277 }, 2278 { 2279 "id": 456, 2280 "name": "finneon", 2281 "dexId": 456 2282 }, 2283 { 2284 "id": 457, 2285 "name": "lumineon", 2286 "dexId": 457 2287 }, 2288 { 2289 "id": 458, 2290 "name": "mantyke", 2291 "dexId": 458 2292 }, 2293 { 2294 "id": 459, 2295 "name": "snover", 2296 "dexId": 459 2297 }, 2298 { 2299 "id": 460, 2300 "name": "abomasnow", 2301 "dexId": 460 2302 }, 2303 { 2304 "id": 461, 2305 "name": "weavile", 2306 "dexId": 461 2307 }, 2308 { 2309 "id": 462, 2310 "name": "magnezone", 2311 "dexId": 462 2312 }, 2313 { 2314 "id": 463, 2315 "name": "lickilicky", 2316 "dexId": 463 2317 }, 2318 { 2319 "id": 464, 2320 "name": "rhyperior", 2321 "dexId": 464 2322 }, 2323 { 2324 "id": 465, 2325 "name": "tangrowth", 2326 "dexId": 465 2327 }, 2328 { 2329 "id": 466, 2330 "name": "electivire", 2331 "dexId": 466 2332 }, 2333 { 2334 "id": 467, 2335 "name": "magmortar", 2336 "dexId": 467 2337 }, 2338 { 2339 "id": 468, 2340 "name": "togekiss", 2341 "dexId": 468 2342 }, 2343 { 2344 "id": 469, 2345 "name": "yanmega", 2346 "dexId": 469 2347 }, 2348 { 2349 "id": 470, 2350 "name": "leafeon", 2351 "dexId": 470 2352 }, 2353 { 2354 "id": 471, 2355 "name": "glaceon", 2356 "dexId": 471 2357 }, 2358 { 2359 "id": 472, 2360 "name": "gliscor", 2361 "dexId": 472 2362 }, 2363 { 2364 "id": 473, 2365 "name": "mamoswine", 2366 "dexId": 473 2367 }, 2368 { 2369 "id": 474, 2370 "name": "porygon-z", 2371 "dexId": 474 2372 }, 2373 { 2374 "id": 475, 2375 "name": "gallade", 2376 "dexId": 475 2377 }, 2378 { 2379 "id": 476, 2380 "name": "probopass", 2381 "dexId": 476 2382 }, 2383 { 2384 "id": 477, 2385 "name": "dusknoir", 2386 "dexId": 477 2387 }, 2388 { 2389 "id": 478, 2390 "name": "froslass", 2391 "dexId": 478 2392 }, 2393 { 2394 "id": 479, 2395 "name": "rotom", 2396 "dexId": 479 2397 }, 2398 { 2399 "id": 480, 2400 "name": "uxie", 2401 "dexId": 480 2402 }, 2403 { 2404 "id": 481, 2405 "name": "mesprit", 2406 "dexId": 481 2407 }, 2408 { 2409 "id": 482, 2410 "name": "azelf", 2411 "dexId": 482 2412 }, 2413 { 2414 "id": 483, 2415 "name": "dialga", 2416 "dexId": 483 2417 }, 2418 { 2419 "id": 484, 2420 "name": "palkia", 2421 "dexId": 484 2422 }, 2423 { 2424 "id": 485, 2425 "name": "heatran", 2426 "dexId": 485 2427 }, 2428 { 2429 "id": 486, 2430 "name": "regigigas", 2431 "dexId": 486 2432 }, 2433 { 2434 "id": 487, 2435 "name": "giratina-altered", 2436 "dexId": 487 2437 }, 2438 { 2439 "id": 488, 2440 "name": "cresselia", 2441 "dexId": 488 2442 }, 2443 { 2444 "id": 489, 2445 "name": "phione", 2446 "dexId": 489 2447 }, 2448 { 2449 "id": 490, 2450 "name": "manaphy", 2451 "dexId": 490 2452 }, 2453 { 2454 "id": 491, 2455 "name": "darkrai", 2456 "dexId": 491 2457 }, 2458 { 2459 "id": 492, 2460 "name": "shaymin-land", 2461 "dexId": 492 2462 }, 2463 { 2464 "id": 493, 2465 "name": "arceus", 2466 "dexId": 493 2467 }, 2468 { 2469 "id": 494, 2470 "name": "victini", 2471 "dexId": 494 2472 }, 2473 { 2474 "id": 495, 2475 "name": "snivy", 2476 "dexId": 495 2477 }, 2478 { 2479 "id": 496, 2480 "name": "servine", 2481 "dexId": 496 2482 }, 2483 { 2484 "id": 497, 2485 "name": "serperior", 2486 "dexId": 497 2487 }, 2488 { 2489 "id": 498, 2490 "name": "tepig", 2491 "dexId": 498 2492 }, 2493 { 2494 "id": 499, 2495 "name": "pignite", 2496 "dexId": 499 2497 }, 2498 { 2499 "id": 500, 2500 "name": "emboar", 2501 "dexId": 500 2502 }, 2503 { 2504 "id": 501, 2505 "name": "oshawott", 2506 "dexId": 501 2507 }, 2508 { 2509 "id": 502, 2510 "name": "dewott", 2511 "dexId": 502 2512 }, 2513 { 2514 "id": 503, 2515 "name": "samurott", 2516 "dexId": 503 2517 }, 2518 { 2519 "id": 504, 2520 "name": "patrat", 2521 "dexId": 504 2522 }, 2523 { 2524 "id": 505, 2525 "name": "watchog", 2526 "dexId": 505 2527 }, 2528 { 2529 "id": 506, 2530 "name": "lillipup", 2531 "dexId": 506 2532 }, 2533 { 2534 "id": 507, 2535 "name": "herdier", 2536 "dexId": 507 2537 }, 2538 { 2539 "id": 508, 2540 "name": "stoutland", 2541 "dexId": 508 2542 }, 2543 { 2544 "id": 509, 2545 "name": "purrloin", 2546 "dexId": 509 2547 }, 2548 { 2549 "id": 510, 2550 "name": "liepard", 2551 "dexId": 510 2552 }, 2553 { 2554 "id": 511, 2555 "name": "pansage", 2556 "dexId": 511 2557 }, 2558 { 2559 "id": 512, 2560 "name": "simisage", 2561 "dexId": 512 2562 }, 2563 { 2564 "id": 513, 2565 "name": "pansear", 2566 "dexId": 513 2567 }, 2568 { 2569 "id": 514, 2570 "name": "simisear", 2571 "dexId": 514 2572 }, 2573 { 2574 "id": 515, 2575 "name": "panpour", 2576 "dexId": 515 2577 }, 2578 { 2579 "id": 516, 2580 "name": "simipour", 2581 "dexId": 516 2582 }, 2583 { 2584 "id": 517, 2585 "name": "munna", 2586 "dexId": 517 2587 }, 2588 { 2589 "id": 518, 2590 "name": "musharna", 2591 "dexId": 518 2592 }, 2593 { 2594 "id": 519, 2595 "name": "pidove", 2596 "dexId": 519 2597 }, 2598 { 2599 "id": 520, 2600 "name": "tranquill", 2601 "dexId": 520 2602 }, 2603 { 2604 "id": 521, 2605 "name": "unfezant", 2606 "dexId": 521 2607 }, 2608 { 2609 "id": 522, 2610 "name": "blitzle", 2611 "dexId": 522 2612 }, 2613 { 2614 "id": 523, 2615 "name": "zebstrika", 2616 "dexId": 523 2617 }, 2618 { 2619 "id": 524, 2620 "name": "roggenrola", 2621 "dexId": 524 2622 }, 2623 { 2624 "id": 525, 2625 "name": "boldore", 2626 "dexId": 525 2627 }, 2628 { 2629 "id": 526, 2630 "name": "gigalith", 2631 "dexId": 526 2632 }, 2633 { 2634 "id": 527, 2635 "name": "woobat", 2636 "dexId": 527 2637 }, 2638 { 2639 "id": 528, 2640 "name": "swoobat", 2641 "dexId": 528 2642 }, 2643 { 2644 "id": 529, 2645 "name": "drilbur", 2646 "dexId": 529 2647 }, 2648 { 2649 "id": 530, 2650 "name": "excadrill", 2651 "dexId": 530 2652 }, 2653 { 2654 "id": 531, 2655 "name": "audino", 2656 "dexId": 531 2657 }, 2658 { 2659 "id": 532, 2660 "name": "timburr", 2661 "dexId": 532 2662 }, 2663 { 2664 "id": 533, 2665 "name": "gurdurr", 2666 "dexId": 533 2667 }, 2668 { 2669 "id": 534, 2670 "name": "conkeldurr", 2671 "dexId": 534 2672 }, 2673 { 2674 "id": 535, 2675 "name": "tympole", 2676 "dexId": 535 2677 }, 2678 { 2679 "id": 536, 2680 "name": "palpitoad", 2681 "dexId": 536 2682 }, 2683 { 2684 "id": 537, 2685 "name": "seismitoad", 2686 "dexId": 537 2687 }, 2688 { 2689 "id": 538, 2690 "name": "throh", 2691 "dexId": 538 2692 }, 2693 { 2694 "id": 539, 2695 "name": "sawk", 2696 "dexId": 539 2697 }, 2698 { 2699 "id": 540, 2700 "name": "sewaddle", 2701 "dexId": 540 2702 }, 2703 { 2704 "id": 541, 2705 "name": "swadloon", 2706 "dexId": 541 2707 }, 2708 { 2709 "id": 542, 2710 "name": "leavanny", 2711 "dexId": 542 2712 }, 2713 { 2714 "id": 543, 2715 "name": "venipede", 2716 "dexId": 543 2717 }, 2718 { 2719 "id": 544, 2720 "name": "whirlipede", 2721 "dexId": 544 2722 }, 2723 { 2724 "id": 545, 2725 "name": "scolipede", 2726 "dexId": 545 2727 }, 2728 { 2729 "id": 546, 2730 "name": "cottonee", 2731 "dexId": 546 2732 }, 2733 { 2734 "id": 547, 2735 "name": "whimsicott", 2736 "dexId": 547 2737 }, 2738 { 2739 "id": 548, 2740 "name": "petilil", 2741 "dexId": 548 2742 }, 2743 { 2744 "id": 549, 2745 "name": "lilligant", 2746 "dexId": 549 2747 }, 2748 { 2749 "id": 550, 2750 "name": "basculin-red-striped", 2751 "dexId": 550 2752 }, 2753 { 2754 "id": 551, 2755 "name": "sandile", 2756 "dexId": 551 2757 }, 2758 { 2759 "id": 552, 2760 "name": "krokorok", 2761 "dexId": 552 2762 }, 2763 { 2764 "id": 553, 2765 "name": "krookodile", 2766 "dexId": 553 2767 }, 2768 { 2769 "id": 554, 2770 "name": "darumaka", 2771 "dexId": 554 2772 }, 2773 { 2774 "id": 555, 2775 "name": "darmanitan-standard", 2776 "dexId": 555 2777 }, 2778 { 2779 "id": 556, 2780 "name": "maractus", 2781 "dexId": 556 2782 }, 2783 { 2784 "id": 557, 2785 "name": "dwebble", 2786 "dexId": 557 2787 }, 2788 { 2789 "id": 558, 2790 "name": "crustle", 2791 "dexId": 558 2792 }, 2793 { 2794 "id": 559, 2795 "name": "scraggy", 2796 "dexId": 559 2797 }, 2798 { 2799 "id": 560, 2800 "name": "scrafty", 2801 "dexId": 560 2802 }, 2803 { 2804 "id": 561, 2805 "name": "sigilyph", 2806 "dexId": 561 2807 }, 2808 { 2809 "id": 562, 2810 "name": "yamask", 2811 "dexId": 562 2812 }, 2813 { 2814 "id": 563, 2815 "name": "cofagrigus", 2816 "dexId": 563 2817 }, 2818 { 2819 "id": 564, 2820 "name": "tirtouga", 2821 "dexId": 564 2822 }, 2823 { 2824 "id": 565, 2825 "name": "carracosta", 2826 "dexId": 565 2827 }, 2828 { 2829 "id": 566, 2830 "name": "archen", 2831 "dexId": 566 2832 }, 2833 { 2834 "id": 567, 2835 "name": "archeops", 2836 "dexId": 567 2837 }, 2838 { 2839 "id": 568, 2840 "name": "trubbish", 2841 "dexId": 568 2842 }, 2843 { 2844 "id": 569, 2845 "name": "garbodor", 2846 "dexId": 569 2847 }, 2848 { 2849 "id": 570, 2850 "name": "zorua", 2851 "dexId": 570 2852 }, 2853 { 2854 "id": 571, 2855 "name": "zoroark", 2856 "dexId": 571 2857 }, 2858 { 2859 "id": 572, 2860 "name": "minccino", 2861 "dexId": 572 2862 }, 2863 { 2864 "id": 573, 2865 "name": "cinccino", 2866 "dexId": 573 2867 }, 2868 { 2869 "id": 574, 2870 "name": "gothita", 2871 "dexId": 574 2872 }, 2873 { 2874 "id": 575, 2875 "name": "gothorita", 2876 "dexId": 575 2877 }, 2878 { 2879 "id": 576, 2880 "name": "gothitelle", 2881 "dexId": 576 2882 }, 2883 { 2884 "id": 577, 2885 "name": "solosis", 2886 "dexId": 577 2887 }, 2888 { 2889 "id": 578, 2890 "name": "duosion", 2891 "dexId": 578 2892 }, 2893 { 2894 "id": 579, 2895 "name": "reuniclus", 2896 "dexId": 579 2897 }, 2898 { 2899 "id": 580, 2900 "name": "ducklett", 2901 "dexId": 580 2902 }, 2903 { 2904 "id": 581, 2905 "name": "swanna", 2906 "dexId": 581 2907 }, 2908 { 2909 "id": 582, 2910 "name": "vanillite", 2911 "dexId": 582 2912 }, 2913 { 2914 "id": 583, 2915 "name": "vanillish", 2916 "dexId": 583 2917 }, 2918 { 2919 "id": 584, 2920 "name": "vanilluxe", 2921 "dexId": 584 2922 }, 2923 { 2924 "id": 585, 2925 "name": "deerling", 2926 "dexId": 585 2927 }, 2928 { 2929 "id": 586, 2930 "name": "sawsbuck", 2931 "dexId": 586 2932 }, 2933 { 2934 "id": 587, 2935 "name": "emolga", 2936 "dexId": 587 2937 }, 2938 { 2939 "id": 588, 2940 "name": "karrablast", 2941 "dexId": 588 2942 }, 2943 { 2944 "id": 589, 2945 "name": "escavalier", 2946 "dexId": 589 2947 }, 2948 { 2949 "id": 590, 2950 "name": "foongus", 2951 "dexId": 590 2952 }, 2953 { 2954 "id": 591, 2955 "name": "amoonguss", 2956 "dexId": 591 2957 }, 2958 { 2959 "id": 592, 2960 "name": "frillish", 2961 "dexId": 592 2962 }, 2963 { 2964 "id": 593, 2965 "name": "jellicent", 2966 "dexId": 593 2967 }, 2968 { 2969 "id": 594, 2970 "name": "alomomola", 2971 "dexId": 594 2972 }, 2973 { 2974 "id": 595, 2975 "name": "joltik", 2976 "dexId": 595 2977 }, 2978 { 2979 "id": 596, 2980 "name": "galvantula", 2981 "dexId": 596 2982 }, 2983 { 2984 "id": 597, 2985 "name": "ferroseed", 2986 "dexId": 597 2987 }, 2988 { 2989 "id": 598, 2990 "name": "ferrothorn", 2991 "dexId": 598 2992 }, 2993 { 2994 "id": 599, 2995 "name": "klink", 2996 "dexId": 599 2997 }, 2998 { 2999 "id": 600, 3000 "name": "klang", 3001 "dexId": 600 3002 }, 3003 { 3004 "id": 601, 3005 "name": "klinklang", 3006 "dexId": 601 3007 }, 3008 { 3009 "id": 602, 3010 "name": "tynamo", 3011 "dexId": 602 3012 }, 3013 { 3014 "id": 603, 3015 "name": "eelektrik", 3016 "dexId": 603 3017 }, 3018 { 3019 "id": 604, 3020 "name": "eelektross", 3021 "dexId": 604 3022 }, 3023 { 3024 "id": 605, 3025 "name": "elgyem", 3026 "dexId": 605 3027 }, 3028 { 3029 "id": 606, 3030 "name": "beheeyem", 3031 "dexId": 606 3032 }, 3033 { 3034 "id": 607, 3035 "name": "litwick", 3036 "dexId": 607 3037 }, 3038 { 3039 "id": 608, 3040 "name": "lampent", 3041 "dexId": 608 3042 }, 3043 { 3044 "id": 609, 3045 "name": "chandelure", 3046 "dexId": 609 3047 }, 3048 { 3049 "id": 610, 3050 "name": "axew", 3051 "dexId": 610 3052 }, 3053 { 3054 "id": 611, 3055 "name": "fraxure", 3056 "dexId": 611 3057 }, 3058 { 3059 "id": 612, 3060 "name": "haxorus", 3061 "dexId": 612 3062 }, 3063 { 3064 "id": 613, 3065 "name": "cubchoo", 3066 "dexId": 613 3067 }, 3068 { 3069 "id": 614, 3070 "name": "beartic", 3071 "dexId": 614 3072 }, 3073 { 3074 "id": 615, 3075 "name": "cryogonal", 3076 "dexId": 615 3077 }, 3078 { 3079 "id": 616, 3080 "name": "shelmet", 3081 "dexId": 616 3082 }, 3083 { 3084 "id": 617, 3085 "name": "accelgor", 3086 "dexId": 617 3087 }, 3088 { 3089 "id": 618, 3090 "name": "stunfisk", 3091 "dexId": 618 3092 }, 3093 { 3094 "id": 619, 3095 "name": "mienfoo", 3096 "dexId": 619 3097 }, 3098 { 3099 "id": 620, 3100 "name": "mienshao", 3101 "dexId": 620 3102 }, 3103 { 3104 "id": 621, 3105 "name": "druddigon", 3106 "dexId": 621 3107 }, 3108 { 3109 "id": 622, 3110 "name": "golett", 3111 "dexId": 622 3112 }, 3113 { 3114 "id": 623, 3115 "name": "golurk", 3116 "dexId": 623 3117 }, 3118 { 3119 "id": 624, 3120 "name": "pawniard", 3121 "dexId": 624 3122 }, 3123 { 3124 "id": 625, 3125 "name": "bisharp", 3126 "dexId": 625 3127 }, 3128 { 3129 "id": 626, 3130 "name": "bouffalant", 3131 "dexId": 626 3132 }, 3133 { 3134 "id": 627, 3135 "name": "rufflet", 3136 "dexId": 627 3137 }, 3138 { 3139 "id": 628, 3140 "name": "braviary", 3141 "dexId": 628 3142 }, 3143 { 3144 "id": 629, 3145 "name": "vullaby", 3146 "dexId": 629 3147 }, 3148 { 3149 "id": 630, 3150 "name": "mandibuzz", 3151 "dexId": 630 3152 }, 3153 { 3154 "id": 631, 3155 "name": "heatmor", 3156 "dexId": 631 3157 }, 3158 { 3159 "id": 632, 3160 "name": "durant", 3161 "dexId": 632 3162 }, 3163 { 3164 "id": 633, 3165 "name": "deino", 3166 "dexId": 633 3167 }, 3168 { 3169 "id": 634, 3170 "name": "zweilous", 3171 "dexId": 634 3172 }, 3173 { 3174 "id": 635, 3175 "name": "hydreigon", 3176 "dexId": 635 3177 }, 3178 { 3179 "id": 636, 3180 "name": "larvesta", 3181 "dexId": 636 3182 }, 3183 { 3184 "id": 637, 3185 "name": "volcarona", 3186 "dexId": 637 3187 }, 3188 { 3189 "id": 638, 3190 "name": "cobalion", 3191 "dexId": 638 3192 }, 3193 { 3194 "id": 639, 3195 "name": "terrakion", 3196 "dexId": 639 3197 }, 3198 { 3199 "id": 640, 3200 "name": "virizion", 3201 "dexId": 640 3202 }, 3203 { 3204 "id": 641, 3205 "name": "tornadus-incarnate", 3206 "dexId": 641 3207 }, 3208 { 3209 "id": 642, 3210 "name": "thundurus-incarnate", 3211 "dexId": 642 3212 }, 3213 { 3214 "id": 643, 3215 "name": "reshiram", 3216 "dexId": 643 3217 }, 3218 { 3219 "id": 644, 3220 "name": "zekrom", 3221 "dexId": 644 3222 }, 3223 { 3224 "id": 645, 3225 "name": "landorus-incarnate", 3226 "dexId": 645 3227 }, 3228 { 3229 "id": 646, 3230 "name": "kyurem", 3231 "dexId": 646 3232 }, 3233 { 3234 "id": 647, 3235 "name": "keldeo-ordinary", 3236 "dexId": 647 3237 }, 3238 { 3239 "id": 648, 3240 "name": "meloetta-aria", 3241 "dexId": 648 3242 }, 3243 { 3244 "id": 649, 3245 "name": "genesect", 3246 "dexId": 649 3247 }, 3248 { 3249 "id": 650, 3250 "name": "chespin", 3251 "dexId": 650 3252 }, 3253 { 3254 "id": 651, 3255 "name": "quilladin", 3256 "dexId": 651 3257 }, 3258 { 3259 "id": 652, 3260 "name": "chesnaught", 3261 "dexId": 652 3262 }, 3263 { 3264 "id": 653, 3265 "name": "fennekin", 3266 "dexId": 653 3267 }, 3268 { 3269 "id": 654, 3270 "name": "braixen", 3271 "dexId": 654 3272 }, 3273 { 3274 "id": 655, 3275 "name": "delphox", 3276 "dexId": 655 3277 }, 3278 { 3279 "id": 656, 3280 "name": "froakie", 3281 "dexId": 656 3282 }, 3283 { 3284 "id": 657, 3285 "name": "frogadier", 3286 "dexId": 657 3287 }, 3288 { 3289 "id": 658, 3290 "name": "greninja", 3291 "dexId": 658 3292 }, 3293 { 3294 "id": 659, 3295 "name": "bunnelby", 3296 "dexId": 659 3297 }, 3298 { 3299 "id": 660, 3300 "name": "diggersby", 3301 "dexId": 660 3302 }, 3303 { 3304 "id": 661, 3305 "name": "fletchling", 3306 "dexId": 661 3307 }, 3308 { 3309 "id": 662, 3310 "name": "fletchinder", 3311 "dexId": 662 3312 }, 3313 { 3314 "id": 663, 3315 "name": "talonflame", 3316 "dexId": 663 3317 }, 3318 { 3319 "id": 664, 3320 "name": "scatterbug", 3321 "dexId": 664 3322 }, 3323 { 3324 "id": 665, 3325 "name": "spewpa", 3326 "dexId": 665 3327 }, 3328 { 3329 "id": 666, 3330 "name": "vivillon", 3331 "dexId": 666 3332 }, 3333 { 3334 "id": 667, 3335 "name": "litleo", 3336 "dexId": 667 3337 }, 3338 { 3339 "id": 668, 3340 "name": "pyroar", 3341 "dexId": 668 3342 }, 3343 { 3344 "id": 669, 3345 "name": "flabebe", 3346 "dexId": 669 3347 }, 3348 { 3349 "id": 670, 3350 "name": "floette", 3351 "dexId": 670 3352 }, 3353 { 3354 "id": 671, 3355 "name": "florges", 3356 "dexId": 671 3357 }, 3358 { 3359 "id": 672, 3360 "name": "skiddo", 3361 "dexId": 672 3362 }, 3363 { 3364 "id": 673, 3365 "name": "gogoat", 3366 "dexId": 673 3367 }, 3368 { 3369 "id": 674, 3370 "name": "pancham", 3371 "dexId": 674 3372 }, 3373 { 3374 "id": 675, 3375 "name": "pangoro", 3376 "dexId": 675 3377 }, 3378 { 3379 "id": 676, 3380 "name": "furfrou", 3381 "dexId": 676 3382 }, 3383 { 3384 "id": 677, 3385 "name": "espurr", 3386 "dexId": 677 3387 }, 3388 { 3389 "id": 678, 3390 "name": "meowstic-male", 3391 "dexId": 678 3392 }, 3393 { 3394 "id": 679, 3395 "name": "honedge", 3396 "dexId": 679 3397 }, 3398 { 3399 "id": 680, 3400 "name": "doublade", 3401 "dexId": 680 3402 }, 3403 { 3404 "id": 681, 3405 "name": "aegislash-shield", 3406 "dexId": 681 3407 }, 3408 { 3409 "id": 682, 3410 "name": "spritzee", 3411 "dexId": 682 3412 }, 3413 { 3414 "id": 683, 3415 "name": "aromatisse", 3416 "dexId": 683 3417 }, 3418 { 3419 "id": 684, 3420 "name": "swirlix", 3421 "dexId": 684 3422 }, 3423 { 3424 "id": 685, 3425 "name": "slurpuff", 3426 "dexId": 685 3427 }, 3428 { 3429 "id": 686, 3430 "name": "inkay", 3431 "dexId": 686 3432 }, 3433 { 3434 "id": 687, 3435 "name": "malamar", 3436 "dexId": 687 3437 }, 3438 { 3439 "id": 688, 3440 "name": "binacle", 3441 "dexId": 688 3442 }, 3443 { 3444 "id": 689, 3445 "name": "barbaracle", 3446 "dexId": 689 3447 }, 3448 { 3449 "id": 690, 3450 "name": "skrelp", 3451 "dexId": 690 3452 }, 3453 { 3454 "id": 691, 3455 "name": "dragalge", 3456 "dexId": 691 3457 }, 3458 { 3459 "id": 692, 3460 "name": "clauncher", 3461 "dexId": 692 3462 }, 3463 { 3464 "id": 693, 3465 "name": "clawitzer", 3466 "dexId": 693 3467 }, 3468 { 3469 "id": 694, 3470 "name": "helioptile", 3471 "dexId": 694 3472 }, 3473 { 3474 "id": 695, 3475 "name": "heliolisk", 3476 "dexId": 695 3477 }, 3478 { 3479 "id": 696, 3480 "name": "tyrunt", 3481 "dexId": 696 3482 }, 3483 { 3484 "id": 697, 3485 "name": "tyrantrum", 3486 "dexId": 697 3487 }, 3488 { 3489 "id": 698, 3490 "name": "amaura", 3491 "dexId": 698 3492 }, 3493 { 3494 "id": 699, 3495 "name": "aurorus", 3496 "dexId": 699 3497 }, 3498 { 3499 "id": 700, 3500 "name": "sylveon", 3501 "dexId": 700 3502 }, 3503 { 3504 "id": 701, 3505 "name": "hawlucha", 3506 "dexId": 701 3507 }, 3508 { 3509 "id": 702, 3510 "name": "dedenne", 3511 "dexId": 702 3512 }, 3513 { 3514 "id": 703, 3515 "name": "carbink", 3516 "dexId": 703 3517 }, 3518 { 3519 "id": 704, 3520 "name": "goomy", 3521 "dexId": 704 3522 }, 3523 { 3524 "id": 705, 3525 "name": "sliggoo", 3526 "dexId": 705 3527 }, 3528 { 3529 "id": 706, 3530 "name": "goodra", 3531 "dexId": 706 3532 }, 3533 { 3534 "id": 707, 3535 "name": "klefki", 3536 "dexId": 707 3537 }, 3538 { 3539 "id": 708, 3540 "name": "phantump", 3541 "dexId": 708 3542 }, 3543 { 3544 "id": 709, 3545 "name": "trevenant", 3546 "dexId": 709 3547 }, 3548 { 3549 "id": 710, 3550 "name": "pumpkaboo-average", 3551 "dexId": 710 3552 }, 3553 { 3554 "id": 711, 3555 "name": "gourgeist-average", 3556 "dexId": 711 3557 }, 3558 { 3559 "id": 712, 3560 "name": "bergmite", 3561 "dexId": 712 3562 }, 3563 { 3564 "id": 713, 3565 "name": "avalugg", 3566 "dexId": 713 3567 }, 3568 { 3569 "id": 714, 3570 "name": "noibat", 3571 "dexId": 714 3572 }, 3573 { 3574 "id": 715, 3575 "name": "noivern", 3576 "dexId": 715 3577 }, 3578 { 3579 "id": 716, 3580 "name": "xerneas", 3581 "dexId": 716 3582 }, 3583 { 3584 "id": 717, 3585 "name": "yveltal", 3586 "dexId": 717 3587 }, 3588 { 3589 "id": 718, 3590 "name": "zygarde-50", 3591 "dexId": 718 3592 }, 3593 { 3594 "id": 719, 3595 "name": "diancie", 3596 "dexId": 719 3597 }, 3598 { 3599 "id": 720, 3600 "name": "hoopa", 3601 "dexId": 720 3602 }, 3603 { 3604 "id": 721, 3605 "name": "volcanion", 3606 "dexId": 721 3607 }, 3608 { 3609 "id": 722, 3610 "name": "rowlet", 3611 "dexId": 722 3612 }, 3613 { 3614 "id": 723, 3615 "name": "dartrix", 3616 "dexId": 723 3617 }, 3618 { 3619 "id": 724, 3620 "name": "decidueye", 3621 "dexId": 724 3622 }, 3623 { 3624 "id": 725, 3625 "name": "litten", 3626 "dexId": 725 3627 }, 3628 { 3629 "id": 726, 3630 "name": "torracat", 3631 "dexId": 726 3632 }, 3633 { 3634 "id": 727, 3635 "name": "incineroar", 3636 "dexId": 727 3637 }, 3638 { 3639 "id": 728, 3640 "name": "popplio", 3641 "dexId": 728 3642 }, 3643 { 3644 "id": 729, 3645 "name": "brionne", 3646 "dexId": 729 3647 }, 3648 { 3649 "id": 730, 3650 "name": "primarina", 3651 "dexId": 730 3652 }, 3653 { 3654 "id": 731, 3655 "name": "pikipek", 3656 "dexId": 731 3657 }, 3658 { 3659 "id": 732, 3660 "name": "trumbeak", 3661 "dexId": 732 3662 }, 3663 { 3664 "id": 733, 3665 "name": "toucannon", 3666 "dexId": 733 3667 }, 3668 { 3669 "id": 734, 3670 "name": "yungoos", 3671 "dexId": 734 3672 }, 3673 { 3674 "id": 735, 3675 "name": "gumshoos", 3676 "dexId": 735 3677 }, 3678 { 3679 "id": 736, 3680 "name": "grubbin", 3681 "dexId": 736 3682 }, 3683 { 3684 "id": 737, 3685 "name": "charjabug", 3686 "dexId": 737 3687 }, 3688 { 3689 "id": 738, 3690 "name": "vikavolt", 3691 "dexId": 738 3692 }, 3693 { 3694 "id": 739, 3695 "name": "crabrawler", 3696 "dexId": 739 3697 }, 3698 { 3699 "id": 740, 3700 "name": "crabominable", 3701 "dexId": 740 3702 }, 3703 { 3704 "id": 741, 3705 "name": "oricorio-baile", 3706 "dexId": 741 3707 }, 3708 { 3709 "id": 742, 3710 "name": "cutiefly", 3711 "dexId": 742 3712 }, 3713 { 3714 "id": 743, 3715 "name": "ribombee", 3716 "dexId": 743 3717 }, 3718 { 3719 "id": 744, 3720 "name": "rockruff", 3721 "dexId": 744 3722 }, 3723 { 3724 "id": 745, 3725 "name": "lycanroc-midday", 3726 "dexId": 745 3727 }, 3728 { 3729 "id": 746, 3730 "name": "wishiwashi-solo", 3731 "dexId": 746 3732 }, 3733 { 3734 "id": 747, 3735 "name": "mareanie", 3736 "dexId": 747 3737 }, 3738 { 3739 "id": 748, 3740 "name": "toxapex", 3741 "dexId": 748 3742 }, 3743 { 3744 "id": 749, 3745 "name": "mudbray", 3746 "dexId": 749 3747 }, 3748 { 3749 "id": 750, 3750 "name": "mudsdale", 3751 "dexId": 750 3752 }, 3753 { 3754 "id": 751, 3755 "name": "dewpider", 3756 "dexId": 751 3757 }, 3758 { 3759 "id": 752, 3760 "name": "araquanid", 3761 "dexId": 752 3762 }, 3763 { 3764 "id": 753, 3765 "name": "fomantis", 3766 "dexId": 753 3767 }, 3768 { 3769 "id": 754, 3770 "name": "lurantis", 3771 "dexId": 754 3772 }, 3773 { 3774 "id": 755, 3775 "name": "morelull", 3776 "dexId": 755 3777 }, 3778 { 3779 "id": 756, 3780 "name": "shiinotic", 3781 "dexId": 756 3782 }, 3783 { 3784 "id": 757, 3785 "name": "salandit", 3786 "dexId": 757 3787 }, 3788 { 3789 "id": 758, 3790 "name": "salazzle", 3791 "dexId": 758 3792 }, 3793 { 3794 "id": 759, 3795 "name": "stufful", 3796 "dexId": 759 3797 }, 3798 { 3799 "id": 760, 3800 "name": "bewear", 3801 "dexId": 760 3802 }, 3803 { 3804 "id": 761, 3805 "name": "bounsweet", 3806 "dexId": 761 3807 }, 3808 { 3809 "id": 762, 3810 "name": "steenee", 3811 "dexId": 762 3812 }, 3813 { 3814 "id": 763, 3815 "name": "tsareena", 3816 "dexId": 763 3817 }, 3818 { 3819 "id": 764, 3820 "name": "comfey", 3821 "dexId": 764 3822 }, 3823 { 3824 "id": 765, 3825 "name": "oranguru", 3826 "dexId": 765 3827 }, 3828 { 3829 "id": 766, 3830 "name": "passimian", 3831 "dexId": 766 3832 }, 3833 { 3834 "id": 767, 3835 "name": "wimpod", 3836 "dexId": 767 3837 }, 3838 { 3839 "id": 768, 3840 "name": "golisopod", 3841 "dexId": 768 3842 }, 3843 { 3844 "id": 769, 3845 "name": "sandygast", 3846 "dexId": 769 3847 }, 3848 { 3849 "id": 770, 3850 "name": "palossand", 3851 "dexId": 770 3852 }, 3853 { 3854 "id": 771, 3855 "name": "pyukumuku", 3856 "dexId": 771 3857 }, 3858 { 3859 "id": 772, 3860 "name": "type-null", 3861 "dexId": 772 3862 }, 3863 { 3864 "id": 773, 3865 "name": "silvally", 3866 "dexId": 773 3867 }, 3868 { 3869 "id": 774, 3870 "name": "minior-red-meteor", 3871 "dexId": 774 3872 }, 3873 { 3874 "id": 775, 3875 "name": "komala", 3876 "dexId": 775 3877 }, 3878 { 3879 "id": 776, 3880 "name": "turtonator", 3881 "dexId": 776 3882 }, 3883 { 3884 "id": 777, 3885 "name": "togedemaru", 3886 "dexId": 777 3887 }, 3888 { 3889 "id": 778, 3890 "name": "mimikyu-disguised", 3891 "dexId": 778 3892 }, 3893 { 3894 "id": 779, 3895 "name": "bruxish", 3896 "dexId": 779 3897 }, 3898 { 3899 "id": 780, 3900 "name": "drampa", 3901 "dexId": 780 3902 }, 3903 { 3904 "id": 781, 3905 "name": "dhelmise", 3906 "dexId": 781 3907 }, 3908 { 3909 "id": 782, 3910 "name": "jangmo-o", 3911 "dexId": 782 3912 }, 3913 { 3914 "id": 783, 3915 "name": "hakamo-o", 3916 "dexId": 783 3917 }, 3918 { 3919 "id": 784, 3920 "name": "kommo-o", 3921 "dexId": 784 3922 }, 3923 { 3924 "id": 785, 3925 "name": "tapu-koko", 3926 "dexId": 785 3927 }, 3928 { 3929 "id": 786, 3930 "name": "tapu-lele", 3931 "dexId": 786 3932 }, 3933 { 3934 "id": 787, 3935 "name": "tapu-bulu", 3936 "dexId": 787 3937 }, 3938 { 3939 "id": 788, 3940 "name": "tapu-fini", 3941 "dexId": 788 3942 }, 3943 { 3944 "id": 789, 3945 "name": "cosmog", 3946 "dexId": 789 3947 }, 3948 { 3949 "id": 790, 3950 "name": "cosmoem", 3951 "dexId": 790 3952 }, 3953 { 3954 "id": 791, 3955 "name": "solgaleo", 3956 "dexId": 791 3957 }, 3958 { 3959 "id": 792, 3960 "name": "lunala", 3961 "dexId": 792 3962 }, 3963 { 3964 "id": 793, 3965 "name": "nihilego", 3966 "dexId": 793 3967 }, 3968 { 3969 "id": 794, 3970 "name": "buzzwole", 3971 "dexId": 794 3972 }, 3973 { 3974 "id": 795, 3975 "name": "pheromosa", 3976 "dexId": 795 3977 }, 3978 { 3979 "id": 796, 3980 "name": "xurkitree", 3981 "dexId": 796 3982 }, 3983 { 3984 "id": 797, 3985 "name": "celesteela", 3986 "dexId": 797 3987 }, 3988 { 3989 "id": 798, 3990 "name": "kartana", 3991 "dexId": 798 3992 }, 3993 { 3994 "id": 799, 3995 "name": "guzzlord", 3996 "dexId": 799 3997 }, 3998 { 3999 "id": 800, 4000 "name": "necrozma", 4001 "dexId": 800 4002 }, 4003 { 4004 "id": 801, 4005 "name": "magearna", 4006 "dexId": 801 4007 }, 4008 { 4009 "id": 802, 4010 "name": "marshadow", 4011 "dexId": 802 4012 }, 4013 { 4014 "id": 803, 4015 "name": "poipole", 4016 "dexId": 803 4017 }, 4018 { 4019 "id": 804, 4020 "name": "naganadel", 4021 "dexId": 804 4022 }, 4023 { 4024 "id": 805, 4025 "name": "stakataka", 4026 "dexId": 805 4027 }, 4028 { 4029 "id": 806, 4030 "name": "blacephalon", 4031 "dexId": 806 4032 }, 4033 { 4034 "id": 807, 4035 "name": "zeraora", 4036 "dexId": 807 4037 }, 4038 { 4039 "id": 808, 4040 "name": "meltan", 4041 "dexId": 808 4042 }, 4043 { 4044 "id": 809, 4045 "name": "melmetal", 4046 "dexId": 809 4047 }, 4048 { 4049 "id": 810, 4050 "name": "grookey", 4051 "dexId": 810 4052 }, 4053 { 4054 "id": 811, 4055 "name": "thwackey", 4056 "dexId": 811 4057 }, 4058 { 4059 "id": 812, 4060 "name": "rillaboom", 4061 "dexId": 812 4062 }, 4063 { 4064 "id": 813, 4065 "name": "scorbunny", 4066 "dexId": 813 4067 }, 4068 { 4069 "id": 814, 4070 "name": "raboot", 4071 "dexId": 814 4072 }, 4073 { 4074 "id": 815, 4075 "name": "cinderace", 4076 "dexId": 815 4077 }, 4078 { 4079 "id": 816, 4080 "name": "sobble", 4081 "dexId": 816 4082 }, 4083 { 4084 "id": 817, 4085 "name": "drizzile", 4086 "dexId": 817 4087 }, 4088 { 4089 "id": 818, 4090 "name": "inteleon", 4091 "dexId": 818 4092 }, 4093 { 4094 "id": 819, 4095 "name": "skwovet", 4096 "dexId": 819 4097 }, 4098 { 4099 "id": 820, 4100 "name": "greedent", 4101 "dexId": 820 4102 }, 4103 { 4104 "id": 821, 4105 "name": "rookidee", 4106 "dexId": 821 4107 }, 4108 { 4109 "id": 822, 4110 "name": "corvisquire", 4111 "dexId": 822 4112 }, 4113 { 4114 "id": 823, 4115 "name": "corviknight", 4116 "dexId": 823 4117 }, 4118 { 4119 "id": 824, 4120 "name": "blipbug", 4121 "dexId": 824 4122 }, 4123 { 4124 "id": 825, 4125 "name": "dottler", 4126 "dexId": 825 4127 }, 4128 { 4129 "id": 826, 4130 "name": "orbeetle", 4131 "dexId": 826 4132 }, 4133 { 4134 "id": 827, 4135 "name": "nickit", 4136 "dexId": 827 4137 }, 4138 { 4139 "id": 828, 4140 "name": "thievul", 4141 "dexId": 828 4142 }, 4143 { 4144 "id": 829, 4145 "name": "gossifleur", 4146 "dexId": 829 4147 }, 4148 { 4149 "id": 830, 4150 "name": "eldegoss", 4151 "dexId": 830 4152 }, 4153 { 4154 "id": 831, 4155 "name": "wooloo", 4156 "dexId": 831 4157 }, 4158 { 4159 "id": 832, 4160 "name": "dubwool", 4161 "dexId": 832 4162 }, 4163 { 4164 "id": 833, 4165 "name": "chewtle", 4166 "dexId": 833 4167 }, 4168 { 4169 "id": 834, 4170 "name": "drednaw", 4171 "dexId": 834 4172 }, 4173 { 4174 "id": 835, 4175 "name": "yamper", 4176 "dexId": 835 4177 }, 4178 { 4179 "id": 836, 4180 "name": "boltund", 4181 "dexId": 836 4182 }, 4183 { 4184 "id": 837, 4185 "name": "rolycoly", 4186 "dexId": 837 4187 }, 4188 { 4189 "id": 838, 4190 "name": "carkol", 4191 "dexId": 838 4192 }, 4193 { 4194 "id": 839, 4195 "name": "coalossal", 4196 "dexId": 839 4197 }, 4198 { 4199 "id": 840, 4200 "name": "applin", 4201 "dexId": 840 4202 }, 4203 { 4204 "id": 841, 4205 "name": "flapple", 4206 "dexId": 841 4207 }, 4208 { 4209 "id": 842, 4210 "name": "appletun", 4211 "dexId": 842 4212 }, 4213 { 4214 "id": 843, 4215 "name": "silicobra", 4216 "dexId": 843 4217 }, 4218 { 4219 "id": 844, 4220 "name": "sandaconda", 4221 "dexId": 844 4222 }, 4223 { 4224 "id": 845, 4225 "name": "cramorant", 4226 "dexId": 845 4227 }, 4228 { 4229 "id": 846, 4230 "name": "arrokuda", 4231 "dexId": 846 4232 }, 4233 { 4234 "id": 847, 4235 "name": "barraskewda", 4236 "dexId": 847 4237 }, 4238 { 4239 "id": 848, 4240 "name": "toxel", 4241 "dexId": 848 4242 }, 4243 { 4244 "id": 849, 4245 "name": "toxtricity-amped", 4246 "dexId": 849 4247 }, 4248 { 4249 "id": 850, 4250 "name": "sizzlipede", 4251 "dexId": 850 4252 }, 4253 { 4254 "id": 851, 4255 "name": "centiskorch", 4256 "dexId": 851 4257 }, 4258 { 4259 "id": 852, 4260 "name": "clobbopus", 4261 "dexId": 852 4262 }, 4263 { 4264 "id": 853, 4265 "name": "grapploct", 4266 "dexId": 853 4267 }, 4268 { 4269 "id": 854, 4270 "name": "sinistea", 4271 "dexId": 854 4272 }, 4273 { 4274 "id": 855, 4275 "name": "polteageist", 4276 "dexId": 855 4277 }, 4278 { 4279 "id": 856, 4280 "name": "hatenna", 4281 "dexId": 856 4282 }, 4283 { 4284 "id": 857, 4285 "name": "hattrem", 4286 "dexId": 857 4287 }, 4288 { 4289 "id": 858, 4290 "name": "hatterene", 4291 "dexId": 858 4292 }, 4293 { 4294 "id": 859, 4295 "name": "impidimp", 4296 "dexId": 859 4297 }, 4298 { 4299 "id": 860, 4300 "name": "morgrem", 4301 "dexId": 860 4302 }, 4303 { 4304 "id": 861, 4305 "name": "grimmsnarl", 4306 "dexId": 861 4307 }, 4308 { 4309 "id": 862, 4310 "name": "obstagoon", 4311 "dexId": 862 4312 }, 4313 { 4314 "id": 863, 4315 "name": "perrserker", 4316 "dexId": 863 4317 }, 4318 { 4319 "id": 864, 4320 "name": "cursola", 4321 "dexId": 864 4322 }, 4323 { 4324 "id": 865, 4325 "name": "sirfetchd", 4326 "dexId": 865 4327 }, 4328 { 4329 "id": 866, 4330 "name": "mr-rime", 4331 "dexId": 866 4332 }, 4333 { 4334 "id": 867, 4335 "name": "runerigus", 4336 "dexId": 867 4337 }, 4338 { 4339 "id": 868, 4340 "name": "milcery", 4341 "dexId": 868 4342 }, 4343 { 4344 "id": 869, 4345 "name": "alcremie", 4346 "dexId": 869 4347 }, 4348 { 4349 "id": 870, 4350 "name": "falinks", 4351 "dexId": 870 4352 }, 4353 { 4354 "id": 871, 4355 "name": "pincurchin", 4356 "dexId": 871 4357 }, 4358 { 4359 "id": 872, 4360 "name": "snom", 4361 "dexId": 872 4362 }, 4363 { 4364 "id": 873, 4365 "name": "frosmoth", 4366 "dexId": 873 4367 }, 4368 { 4369 "id": 874, 4370 "name": "stonjourner", 4371 "dexId": 874 4372 }, 4373 { 4374 "id": 875, 4375 "name": "eiscue-ice", 4376 "dexId": 875 4377 }, 4378 { 4379 "id": 876, 4380 "name": "indeedee-male", 4381 "dexId": 876 4382 }, 4383 { 4384 "id": 877, 4385 "name": "morpeko-full-belly", 4386 "dexId": 877 4387 }, 4388 { 4389 "id": 878, 4390 "name": "cufant", 4391 "dexId": 878 4392 }, 4393 { 4394 "id": 879, 4395 "name": "copperajah", 4396 "dexId": 879 4397 }, 4398 { 4399 "id": 880, 4400 "name": "dracozolt", 4401 "dexId": 880 4402 }, 4403 { 4404 "id": 881, 4405 "name": "arctozolt", 4406 "dexId": 881 4407 }, 4408 { 4409 "id": 882, 4410 "name": "dracovish", 4411 "dexId": 882 4412 }, 4413 { 4414 "id": 883, 4415 "name": "arctovish", 4416 "dexId": 883 4417 }, 4418 { 4419 "id": 884, 4420 "name": "duraludon", 4421 "dexId": 884 4422 }, 4423 { 4424 "id": 885, 4425 "name": "dreepy", 4426 "dexId": 885 4427 }, 4428 { 4429 "id": 886, 4430 "name": "drakloak", 4431 "dexId": 886 4432 }, 4433 { 4434 "id": 887, 4435 "name": "dragapult", 4436 "dexId": 887 4437 }, 4438 { 4439 "id": 888, 4440 "name": "zacian", 4441 "dexId": 888 4442 }, 4443 { 4444 "id": 889, 4445 "name": "zamazenta", 4446 "dexId": 889 4447 }, 4448 { 4449 "id": 890, 4450 "name": "eternatus", 4451 "dexId": 890 4452 }, 4453 { 4454 "id": 891, 4455 "name": "kubfu", 4456 "dexId": 891 4457 }, 4458 { 4459 "id": 892, 4460 "name": "urshifu-single-strike", 4461 "dexId": 892 4462 }, 4463 { 4464 "id": 893, 4465 "name": "zarude", 4466 "dexId": 893 4467 }, 4468 { 4469 "id": 894, 4470 "name": "regieleki", 4471 "dexId": 894 4472 }, 4473 { 4474 "id": 895, 4475 "name": "regidrago", 4476 "dexId": 895 4477 }, 4478 { 4479 "id": 896, 4480 "name": "glastrier", 4481 "dexId": 896 4482 }, 4483 { 4484 "id": 897, 4485 "name": "spectrier", 4486 "dexId": 897 4487 }, 4488 { 4489 "id": 898, 4490 "name": "calyrex", 4491 "dexId": 898 4492 }, 4493 { 4494 "id": 899, 4495 "name": "wyrdeer", 4496 "dexId": 899 4497 }, 4498 { 4499 "id": 900, 4500 "name": "kleavor", 4501 "dexId": 900 4502 }, 4503 { 4504 "id": 901, 4505 "name": "ursaluna", 4506 "dexId": 901 4507 }, 4508 { 4509 "id": 902, 4510 "name": "basculegion-male", 4511 "dexId": 902 4512 }, 4513 { 4514 "id": 903, 4515 "name": "sneasler", 4516 "dexId": 903 4517 }, 4518 { 4519 "id": 904, 4520 "name": "overqwil", 4521 "dexId": 904 4522 }, 4523 { 4524 "id": 905, 4525 "name": "enamorus-incarnate", 4526 "dexId": 905 4527 }, 4528 { 4529 "id": 906, 4530 "name": "sprigatito", 4531 "dexId": 906 4532 }, 4533 { 4534 "id": 907, 4535 "name": "floragato", 4536 "dexId": 907 4537 }, 4538 { 4539 "id": 908, 4540 "name": "meowscarada", 4541 "dexId": 908 4542 }, 4543 { 4544 "id": 909, 4545 "name": "fuecoco", 4546 "dexId": 909 4547 }, 4548 { 4549 "id": 910, 4550 "name": "crocalor", 4551 "dexId": 910 4552 }, 4553 { 4554 "id": 911, 4555 "name": "skeledirge", 4556 "dexId": 911 4557 }, 4558 { 4559 "id": 912, 4560 "name": "quaxly", 4561 "dexId": 912 4562 }, 4563 { 4564 "id": 913, 4565 "name": "quaxwell", 4566 "dexId": 913 4567 }, 4568 { 4569 "id": 914, 4570 "name": "quaquaval", 4571 "dexId": 914 4572 }, 4573 { 4574 "id": 915, 4575 "name": "lechonk", 4576 "dexId": 915 4577 }, 4578 { 4579 "id": 916, 4580 "name": "oinkologne-male", 4581 "dexId": 916 4582 }, 4583 { 4584 "id": 917, 4585 "name": "tarountula", 4586 "dexId": 917 4587 }, 4588 { 4589 "id": 918, 4590 "name": "spidops", 4591 "dexId": 918 4592 }, 4593 { 4594 "id": 919, 4595 "name": "nymble", 4596 "dexId": 919 4597 }, 4598 { 4599 "id": 920, 4600 "name": "lokix", 4601 "dexId": 920 4602 }, 4603 { 4604 "id": 921, 4605 "name": "pawmi", 4606 "dexId": 921 4607 }, 4608 { 4609 "id": 922, 4610 "name": "pawmo", 4611 "dexId": 922 4612 }, 4613 { 4614 "id": 923, 4615 "name": "pawmot", 4616 "dexId": 923 4617 }, 4618 { 4619 "id": 924, 4620 "name": "tandemaus", 4621 "dexId": 924 4622 }, 4623 { 4624 "id": 925, 4625 "name": "maushold-family-of-four", 4626 "dexId": 925 4627 }, 4628 { 4629 "id": 926, 4630 "name": "fidough", 4631 "dexId": 926 4632 }, 4633 { 4634 "id": 927, 4635 "name": "dachsbun", 4636 "dexId": 927 4637 }, 4638 { 4639 "id": 928, 4640 "name": "smoliv", 4641 "dexId": 928 4642 }, 4643 { 4644 "id": 929, 4645 "name": "dolliv", 4646 "dexId": 929 4647 }, 4648 { 4649 "id": 930, 4650 "name": "arboliva", 4651 "dexId": 930 4652 }, 4653 { 4654 "id": 931, 4655 "name": "squawkabilly-green-plumage", 4656 "dexId": 931 4657 }, 4658 { 4659 "id": 932, 4660 "name": "nacli", 4661 "dexId": 932 4662 }, 4663 { 4664 "id": 933, 4665 "name": "naclstack", 4666 "dexId": 933 4667 }, 4668 { 4669 "id": 934, 4670 "name": "garganacl", 4671 "dexId": 934 4672 }, 4673 { 4674 "id": 935, 4675 "name": "charcadet", 4676 "dexId": 935 4677 }, 4678 { 4679 "id": 936, 4680 "name": "armarouge", 4681 "dexId": 936 4682 }, 4683 { 4684 "id": 937, 4685 "name": "ceruledge", 4686 "dexId": 937 4687 }, 4688 { 4689 "id": 938, 4690 "name": "tadbulb", 4691 "dexId": 938 4692 }, 4693 { 4694 "id": 939, 4695 "name": "bellibolt", 4696 "dexId": 939 4697 }, 4698 { 4699 "id": 940, 4700 "name": "wattrel", 4701 "dexId": 940 4702 }, 4703 { 4704 "id": 941, 4705 "name": "kilowattrel", 4706 "dexId": 941 4707 }, 4708 { 4709 "id": 942, 4710 "name": "maschiff", 4711 "dexId": 942 4712 }, 4713 { 4714 "id": 943, 4715 "name": "mabosstiff", 4716 "dexId": 943 4717 }, 4718 { 4719 "id": 944, 4720 "name": "shroodle", 4721 "dexId": 944 4722 }, 4723 { 4724 "id": 945, 4725 "name": "grafaiai", 4726 "dexId": 945 4727 }, 4728 { 4729 "id": 946, 4730 "name": "bramblin", 4731 "dexId": 946 4732 }, 4733 { 4734 "id": 947, 4735 "name": "brambleghast", 4736 "dexId": 947 4737 }, 4738 { 4739 "id": 948, 4740 "name": "toedscool", 4741 "dexId": 948 4742 }, 4743 { 4744 "id": 949, 4745 "name": "toedscruel", 4746 "dexId": 949 4747 }, 4748 { 4749 "id": 950, 4750 "name": "klawf", 4751 "dexId": 950 4752 }, 4753 { 4754 "id": 951, 4755 "name": "capsakid", 4756 "dexId": 951 4757 }, 4758 { 4759 "id": 952, 4760 "name": "scovillain", 4761 "dexId": 952 4762 }, 4763 { 4764 "id": 953, 4765 "name": "rellor", 4766 "dexId": 953 4767 }, 4768 { 4769 "id": 954, 4770 "name": "rabsca", 4771 "dexId": 954 4772 }, 4773 { 4774 "id": 955, 4775 "name": "flittle", 4776 "dexId": 955 4777 }, 4778 { 4779 "id": 956, 4780 "name": "espathra", 4781 "dexId": 956 4782 }, 4783 { 4784 "id": 957, 4785 "name": "tinkatink", 4786 "dexId": 957 4787 }, 4788 { 4789 "id": 958, 4790 "name": "tinkatuff", 4791 "dexId": 958 4792 }, 4793 { 4794 "id": 959, 4795 "name": "tinkaton", 4796 "dexId": 959 4797 }, 4798 { 4799 "id": 960, 4800 "name": "wiglett", 4801 "dexId": 960 4802 }, 4803 { 4804 "id": 961, 4805 "name": "wugtrio", 4806 "dexId": 961 4807 }, 4808 { 4809 "id": 962, 4810 "name": "bombirdier", 4811 "dexId": 962 4812 }, 4813 { 4814 "id": 963, 4815 "name": "finizen", 4816 "dexId": 963 4817 }, 4818 { 4819 "id": 964, 4820 "name": "palafin-zero", 4821 "dexId": 964 4822 }, 4823 { 4824 "id": 965, 4825 "name": "varoom", 4826 "dexId": 965 4827 }, 4828 { 4829 "id": 966, 4830 "name": "revavroom", 4831 "dexId": 966 4832 }, 4833 { 4834 "id": 967, 4835 "name": "cyclizar", 4836 "dexId": 967 4837 }, 4838 { 4839 "id": 968, 4840 "name": "orthworm", 4841 "dexId": 968 4842 }, 4843 { 4844 "id": 969, 4845 "name": "glimmet", 4846 "dexId": 969 4847 }, 4848 { 4849 "id": 970, 4850 "name": "glimmora", 4851 "dexId": 970 4852 }, 4853 { 4854 "id": 971, 4855 "name": "greavard", 4856 "dexId": 971 4857 }, 4858 { 4859 "id": 972, 4860 "name": "houndstone", 4861 "dexId": 972 4862 }, 4863 { 4864 "id": 973, 4865 "name": "flamigo", 4866 "dexId": 973 4867 }, 4868 { 4869 "id": 974, 4870 "name": "cetoddle", 4871 "dexId": 974 4872 }, 4873 { 4874 "id": 975, 4875 "name": "cetitan", 4876 "dexId": 975 4877 }, 4878 { 4879 "id": 976, 4880 "name": "veluza", 4881 "dexId": 976 4882 }, 4883 { 4884 "id": 977, 4885 "name": "dondozo", 4886 "dexId": 977 4887 }, 4888 { 4889 "id": 978, 4890 "name": "tatsugiri-curly", 4891 "dexId": 978 4892 }, 4893 { 4894 "id": 979, 4895 "name": "annihilape", 4896 "dexId": 979 4897 }, 4898 { 4899 "id": 980, 4900 "name": "clodsire", 4901 "dexId": 980 4902 }, 4903 { 4904 "id": 981, 4905 "name": "farigiraf", 4906 "dexId": 981 4907 }, 4908 { 4909 "id": 982, 4910 "name": "dudunsparce-two-segment", 4911 "dexId": 982 4912 }, 4913 { 4914 "id": 983, 4915 "name": "kingambit", 4916 "dexId": 983 4917 }, 4918 { 4919 "id": 984, 4920 "name": "great-tusk", 4921 "dexId": 984 4922 }, 4923 { 4924 "id": 985, 4925 "name": "scream-tail", 4926 "dexId": 985 4927 }, 4928 { 4929 "id": 986, 4930 "name": "brute-bonnet", 4931 "dexId": 986 4932 }, 4933 { 4934 "id": 987, 4935 "name": "flutter-mane", 4936 "dexId": 987 4937 }, 4938 { 4939 "id": 988, 4940 "name": "slither-wing", 4941 "dexId": 988 4942 }, 4943 { 4944 "id": 989, 4945 "name": "sandy-shocks", 4946 "dexId": 989 4947 }, 4948 { 4949 "id": 990, 4950 "name": "iron-treads", 4951 "dexId": 990 4952 }, 4953 { 4954 "id": 991, 4955 "name": "iron-bundle", 4956 "dexId": 991 4957 }, 4958 { 4959 "id": 992, 4960 "name": "iron-hands", 4961 "dexId": 992 4962 }, 4963 { 4964 "id": 993, 4965 "name": "iron-jugulis", 4966 "dexId": 993 4967 }, 4968 { 4969 "id": 994, 4970 "name": "iron-moth", 4971 "dexId": 994 4972 }, 4973 { 4974 "id": 995, 4975 "name": "iron-thorns", 4976 "dexId": 995 4977 }, 4978 { 4979 "id": 996, 4980 "name": "frigibax", 4981 "dexId": 996 4982 }, 4983 { 4984 "id": 997, 4985 "name": "arctibax", 4986 "dexId": 997 4987 }, 4988 { 4989 "id": 998, 4990 "name": "baxcalibur", 4991 "dexId": 998 4992 }, 4993 { 4994 "id": 999, 4995 "name": "gimmighoul", 4996 "dexId": 999 4997 }, 4998 { 4999 "id": 1000, 5000 "name": "gholdengo", 5001 "dexId": 1000 5002 }, 5003 { 5004 "id": 1001, 5005 "name": "wo-chien", 5006 "dexId": 1001 5007 }, 5008 { 5009 "id": 1002, 5010 "name": "chien-pao", 5011 "dexId": 1002 5012 }, 5013 { 5014 "id": 1003, 5015 "name": "ting-lu", 5016 "dexId": 1003 5017 }, 5018 { 5019 "id": 1004, 5020 "name": "chi-yu", 5021 "dexId": 1004 5022 }, 5023 { 5024 "id": 1005, 5025 "name": "roaring-moon", 5026 "dexId": 1005 5027 }, 5028 { 5029 "id": 1006, 5030 "name": "iron-valiant", 5031 "dexId": 1006 5032 }, 5033 { 5034 "id": 1007, 5035 "name": "koraidon", 5036 "dexId": 1007 5037 }, 5038 { 5039 "id": 1008, 5040 "name": "miraidon", 5041 "dexId": 1008 5042 }, 5043 { 5044 "id": 1009, 5045 "name": "walking-wake", 5046 "dexId": 1009 5047 }, 5048 { 5049 "id": 1010, 5050 "name": "iron-leaves", 5051 "dexId": 1010 5052 }, 5053 { 5054 "id": 1011, 5055 "name": "dipplin", 5056 "dexId": 1011 5057 }, 5058 { 5059 "id": 1012, 5060 "name": "poltchageist", 5061 "dexId": 1012 5062 }, 5063 { 5064 "id": 1013, 5065 "name": "sinistcha", 5066 "dexId": 1013 5067 }, 5068 { 5069 "id": 1014, 5070 "name": "okidogi", 5071 "dexId": 1014 5072 }, 5073 { 5074 "id": 1015, 5075 "name": "munkidori", 5076 "dexId": 1015 5077 }, 5078 { 5079 "id": 1016, 5080 "name": "fezandipiti", 5081 "dexId": 1016 5082 }, 5083 { 5084 "id": 1017, 5085 "name": "ogerpon", 5086 "dexId": 1017 5087 }, 5088 { 5089 "id": 1018, 5090 "name": "archaludon", 5091 "dexId": 1018 5092 }, 5093 { 5094 "id": 1019, 5095 "name": "hydrapple", 5096 "dexId": 1019 5097 }, 5098 { 5099 "id": 1020, 5100 "name": "gouging-fire", 5101 "dexId": 1020 5102 }, 5103 { 5104 "id": 1021, 5105 "name": "raging-bolt", 5106 "dexId": 1021 5107 }, 5108 { 5109 "id": 1022, 5110 "name": "iron-boulder", 5111 "dexId": 1022 5112 }, 5113 { 5114 "id": 1023, 5115 "name": "iron-crown", 5116 "dexId": 1023 5117 }, 5118 { 5119 "id": 1024, 5120 "name": "terapagos", 5121 "dexId": 1024 5122 }, 5123 { 5124 "id": 1025, 5125 "name": "pecharunt", 5126 "dexId": 1025 5127 } 5128 ], 5129 "types": [ 5130 { 5131 "id": 1, 5132 "name": "normal" 5133 }, 5134 { 5135 "id": 2, 5136 "name": "fighting" 5137 }, 5138 { 5139 "id": 3, 5140 "name": "flying" 5141 }, 5142 { 5143 "id": 4, 5144 "name": "poison" 5145 }, 5146 { 5147 "id": 5, 5148 "name": "ground" 5149 }, 5150 { 5151 "id": 6, 5152 "name": "rock" 5153 }, 5154 { 5155 "id": 7, 5156 "name": "bug" 5157 }, 5158 { 5159 "id": 8, 5160 "name": "ghost" 5161 }, 5162 { 5163 "id": 9, 5164 "name": "steel" 5165 }, 5166 { 5167 "id": 10, 5168 "name": "fire" 5169 }, 5170 { 5171 "id": 11, 5172 "name": "water" 5173 }, 5174 { 5175 "id": 12, 5176 "name": "grass" 5177 }, 5178 { 5179 "id": 13, 5180 "name": "electric" 5181 }, 5182 { 5183 "id": 14, 5184 "name": "psychic" 5185 }, 5186 { 5187 "id": 15, 5188 "name": "ice" 5189 }, 5190 { 5191 "id": 16, 5192 "name": "dragon" 5193 }, 5194 { 5195 "id": 17, 5196 "name": "dark" 5197 }, 5198 { 5199 "id": 18, 5200 "name": "fairy" 5201 }, 5202 { 5203 "id": 19, 5204 "name": "stellar" 5205 } 5206 ], 5207 "pokemonTypes": [ 5208 { 5209 "id": 1, 5210 "pokemonId": 1, 5211 "typeId": 12 5212 }, 5213 { 5214 "id": 2, 5215 "pokemonId": 1, 5216 "typeId": 4 5217 }, 5218 { 5219 "id": 3, 5220 "pokemonId": 2, 5221 "typeId": 12 5222 }, 5223 { 5224 "id": 4, 5225 "pokemonId": 2, 5226 "typeId": 4 5227 }, 5228 { 5229 "id": 5, 5230 "pokemonId": 3, 5231 "typeId": 12 5232 }, 5233 { 5234 "id": 6, 5235 "pokemonId": 3, 5236 "typeId": 4 5237 }, 5238 { 5239 "id": 7, 5240 "pokemonId": 4, 5241 "typeId": 10 5242 }, 5243 { 5244 "id": 8, 5245 "pokemonId": 5, 5246 "typeId": 10 5247 }, 5248 { 5249 "id": 9, 5250 "pokemonId": 6, 5251 "typeId": 10 5252 }, 5253 { 5254 "id": 10, 5255 "pokemonId": 6, 5256 "typeId": 3 5257 }, 5258 { 5259 "id": 11, 5260 "pokemonId": 7, 5261 "typeId": 11 5262 }, 5263 { 5264 "id": 12, 5265 "pokemonId": 8, 5266 "typeId": 11 5267 }, 5268 { 5269 "id": 13, 5270 "pokemonId": 9, 5271 "typeId": 11 5272 }, 5273 { 5274 "id": 14, 5275 "pokemonId": 10, 5276 "typeId": 7 5277 }, 5278 { 5279 "id": 15, 5280 "pokemonId": 11, 5281 "typeId": 7 5282 }, 5283 { 5284 "id": 16, 5285 "pokemonId": 12, 5286 "typeId": 7 5287 }, 5288 { 5289 "id": 17, 5290 "pokemonId": 12, 5291 "typeId": 3 5292 }, 5293 { 5294 "id": 18, 5295 "pokemonId": 13, 5296 "typeId": 7 5297 }, 5298 { 5299 "id": 19, 5300 "pokemonId": 13, 5301 "typeId": 4 5302 }, 5303 { 5304 "id": 20, 5305 "pokemonId": 14, 5306 "typeId": 7 5307 }, 5308 { 5309 "id": 21, 5310 "pokemonId": 14, 5311 "typeId": 4 5312 }, 5313 { 5314 "id": 22, 5315 "pokemonId": 15, 5316 "typeId": 7 5317 }, 5318 { 5319 "id": 23, 5320 "pokemonId": 15, 5321 "typeId": 4 5322 }, 5323 { 5324 "id": 24, 5325 "pokemonId": 16, 5326 "typeId": 1 5327 }, 5328 { 5329 "id": 25, 5330 "pokemonId": 16, 5331 "typeId": 3 5332 }, 5333 { 5334 "id": 26, 5335 "pokemonId": 17, 5336 "typeId": 1 5337 }, 5338 { 5339 "id": 27, 5340 "pokemonId": 17, 5341 "typeId": 3 5342 }, 5343 { 5344 "id": 28, 5345 "pokemonId": 18, 5346 "typeId": 1 5347 }, 5348 { 5349 "id": 29, 5350 "pokemonId": 18, 5351 "typeId": 3 5352 }, 5353 { 5354 "id": 30, 5355 "pokemonId": 19, 5356 "typeId": 1 5357 }, 5358 { 5359 "id": 31, 5360 "pokemonId": 20, 5361 "typeId": 1 5362 }, 5363 { 5364 "id": 32, 5365 "pokemonId": 21, 5366 "typeId": 1 5367 }, 5368 { 5369 "id": 33, 5370 "pokemonId": 21, 5371 "typeId": 3 5372 }, 5373 { 5374 "id": 34, 5375 "pokemonId": 22, 5376 "typeId": 1 5377 }, 5378 { 5379 "id": 35, 5380 "pokemonId": 22, 5381 "typeId": 3 5382 }, 5383 { 5384 "id": 36, 5385 "pokemonId": 23, 5386 "typeId": 4 5387 }, 5388 { 5389 "id": 37, 5390 "pokemonId": 24, 5391 "typeId": 4 5392 }, 5393 { 5394 "id": 38, 5395 "pokemonId": 25, 5396 "typeId": 13 5397 }, 5398 { 5399 "id": 39, 5400 "pokemonId": 26, 5401 "typeId": 13 5402 }, 5403 { 5404 "id": 40, 5405 "pokemonId": 27, 5406 "typeId": 5 5407 }, 5408 { 5409 "id": 41, 5410 "pokemonId": 28, 5411 "typeId": 5 5412 }, 5413 { 5414 "id": 42, 5415 "pokemonId": 29, 5416 "typeId": 4 5417 }, 5418 { 5419 "id": 43, 5420 "pokemonId": 30, 5421 "typeId": 4 5422 }, 5423 { 5424 "id": 44, 5425 "pokemonId": 31, 5426 "typeId": 4 5427 }, 5428 { 5429 "id": 45, 5430 "pokemonId": 31, 5431 "typeId": 5 5432 }, 5433 { 5434 "id": 46, 5435 "pokemonId": 32, 5436 "typeId": 4 5437 }, 5438 { 5439 "id": 47, 5440 "pokemonId": 33, 5441 "typeId": 4 5442 }, 5443 { 5444 "id": 48, 5445 "pokemonId": 34, 5446 "typeId": 4 5447 }, 5448 { 5449 "id": 49, 5450 "pokemonId": 34, 5451 "typeId": 5 5452 }, 5453 { 5454 "id": 50, 5455 "pokemonId": 35, 5456 "typeId": 18 5457 }, 5458 { 5459 "id": 51, 5460 "pokemonId": 36, 5461 "typeId": 18 5462 }, 5463 { 5464 "id": 52, 5465 "pokemonId": 37, 5466 "typeId": 10 5467 }, 5468 { 5469 "id": 53, 5470 "pokemonId": 38, 5471 "typeId": 10 5472 }, 5473 { 5474 "id": 54, 5475 "pokemonId": 39, 5476 "typeId": 1 5477 }, 5478 { 5479 "id": 55, 5480 "pokemonId": 39, 5481 "typeId": 18 5482 }, 5483 { 5484 "id": 56, 5485 "pokemonId": 40, 5486 "typeId": 1 5487 }, 5488 { 5489 "id": 57, 5490 "pokemonId": 40, 5491 "typeId": 18 5492 }, 5493 { 5494 "id": 58, 5495 "pokemonId": 41, 5496 "typeId": 4 5497 }, 5498 { 5499 "id": 59, 5500 "pokemonId": 41, 5501 "typeId": 3 5502 }, 5503 { 5504 "id": 60, 5505 "pokemonId": 42, 5506 "typeId": 4 5507 }, 5508 { 5509 "id": 61, 5510 "pokemonId": 42, 5511 "typeId": 3 5512 }, 5513 { 5514 "id": 62, 5515 "pokemonId": 43, 5516 "typeId": 12 5517 }, 5518 { 5519 "id": 63, 5520 "pokemonId": 43, 5521 "typeId": 4 5522 }, 5523 { 5524 "id": 64, 5525 "pokemonId": 44, 5526 "typeId": 12 5527 }, 5528 { 5529 "id": 65, 5530 "pokemonId": 44, 5531 "typeId": 4 5532 }, 5533 { 5534 "id": 66, 5535 "pokemonId": 45, 5536 "typeId": 12 5537 }, 5538 { 5539 "id": 67, 5540 "pokemonId": 45, 5541 "typeId": 4 5542 }, 5543 { 5544 "id": 68, 5545 "pokemonId": 46, 5546 "typeId": 7 5547 }, 5548 { 5549 "id": 69, 5550 "pokemonId": 46, 5551 "typeId": 12 5552 }, 5553 { 5554 "id": 70, 5555 "pokemonId": 47, 5556 "typeId": 7 5557 }, 5558 { 5559 "id": 71, 5560 "pokemonId": 47, 5561 "typeId": 12 5562 }, 5563 { 5564 "id": 72, 5565 "pokemonId": 48, 5566 "typeId": 7 5567 }, 5568 { 5569 "id": 73, 5570 "pokemonId": 48, 5571 "typeId": 4 5572 }, 5573 { 5574 "id": 74, 5575 "pokemonId": 49, 5576 "typeId": 7 5577 }, 5578 { 5579 "id": 75, 5580 "pokemonId": 49, 5581 "typeId": 4 5582 }, 5583 { 5584 "id": 76, 5585 "pokemonId": 50, 5586 "typeId": 5 5587 }, 5588 { 5589 "id": 77, 5590 "pokemonId": 51, 5591 "typeId": 5 5592 }, 5593 { 5594 "id": 78, 5595 "pokemonId": 52, 5596 "typeId": 1 5597 }, 5598 { 5599 "id": 79, 5600 "pokemonId": 53, 5601 "typeId": 1 5602 }, 5603 { 5604 "id": 80, 5605 "pokemonId": 54, 5606 "typeId": 11 5607 }, 5608 { 5609 "id": 81, 5610 "pokemonId": 55, 5611 "typeId": 11 5612 }, 5613 { 5614 "id": 82, 5615 "pokemonId": 56, 5616 "typeId": 2 5617 }, 5618 { 5619 "id": 83, 5620 "pokemonId": 57, 5621 "typeId": 2 5622 }, 5623 { 5624 "id": 84, 5625 "pokemonId": 58, 5626 "typeId": 10 5627 }, 5628 { 5629 "id": 85, 5630 "pokemonId": 59, 5631 "typeId": 10 5632 }, 5633 { 5634 "id": 86, 5635 "pokemonId": 60, 5636 "typeId": 11 5637 }, 5638 { 5639 "id": 87, 5640 "pokemonId": 61, 5641 "typeId": 11 5642 }, 5643 { 5644 "id": 88, 5645 "pokemonId": 62, 5646 "typeId": 11 5647 }, 5648 { 5649 "id": 89, 5650 "pokemonId": 62, 5651 "typeId": 2 5652 }, 5653 { 5654 "id": 90, 5655 "pokemonId": 63, 5656 "typeId": 14 5657 }, 5658 { 5659 "id": 91, 5660 "pokemonId": 64, 5661 "typeId": 14 5662 }, 5663 { 5664 "id": 92, 5665 "pokemonId": 65, 5666 "typeId": 14 5667 }, 5668 { 5669 "id": 93, 5670 "pokemonId": 66, 5671 "typeId": 2 5672 }, 5673 { 5674 "id": 94, 5675 "pokemonId": 67, 5676 "typeId": 2 5677 }, 5678 { 5679 "id": 95, 5680 "pokemonId": 68, 5681 "typeId": 2 5682 }, 5683 { 5684 "id": 96, 5685 "pokemonId": 69, 5686 "typeId": 12 5687 }, 5688 { 5689 "id": 97, 5690 "pokemonId": 69, 5691 "typeId": 4 5692 }, 5693 { 5694 "id": 98, 5695 "pokemonId": 70, 5696 "typeId": 12 5697 }, 5698 { 5699 "id": 99, 5700 "pokemonId": 70, 5701 "typeId": 4 5702 }, 5703 { 5704 "id": 100, 5705 "pokemonId": 71, 5706 "typeId": 12 5707 }, 5708 { 5709 "id": 101, 5710 "pokemonId": 71, 5711 "typeId": 4 5712 }, 5713 { 5714 "id": 102, 5715 "pokemonId": 72, 5716 "typeId": 11 5717 }, 5718 { 5719 "id": 103, 5720 "pokemonId": 72, 5721 "typeId": 4 5722 }, 5723 { 5724 "id": 104, 5725 "pokemonId": 73, 5726 "typeId": 11 5727 }, 5728 { 5729 "id": 105, 5730 "pokemonId": 73, 5731 "typeId": 4 5732 }, 5733 { 5734 "id": 106, 5735 "pokemonId": 74, 5736 "typeId": 6 5737 }, 5738 { 5739 "id": 107, 5740 "pokemonId": 74, 5741 "typeId": 5 5742 }, 5743 { 5744 "id": 108, 5745 "pokemonId": 75, 5746 "typeId": 6 5747 }, 5748 { 5749 "id": 109, 5750 "pokemonId": 75, 5751 "typeId": 5 5752 }, 5753 { 5754 "id": 110, 5755 "pokemonId": 76, 5756 "typeId": 6 5757 }, 5758 { 5759 "id": 111, 5760 "pokemonId": 76, 5761 "typeId": 5 5762 }, 5763 { 5764 "id": 112, 5765 "pokemonId": 77, 5766 "typeId": 10 5767 }, 5768 { 5769 "id": 113, 5770 "pokemonId": 78, 5771 "typeId": 10 5772 }, 5773 { 5774 "id": 114, 5775 "pokemonId": 79, 5776 "typeId": 11 5777 }, 5778 { 5779 "id": 115, 5780 "pokemonId": 79, 5781 "typeId": 14 5782 }, 5783 { 5784 "id": 116, 5785 "pokemonId": 80, 5786 "typeId": 11 5787 }, 5788 { 5789 "id": 117, 5790 "pokemonId": 80, 5791 "typeId": 14 5792 }, 5793 { 5794 "id": 118, 5795 "pokemonId": 81, 5796 "typeId": 13 5797 }, 5798 { 5799 "id": 119, 5800 "pokemonId": 81, 5801 "typeId": 9 5802 }, 5803 { 5804 "id": 120, 5805 "pokemonId": 82, 5806 "typeId": 13 5807 }, 5808 { 5809 "id": 121, 5810 "pokemonId": 82, 5811 "typeId": 9 5812 }, 5813 { 5814 "id": 122, 5815 "pokemonId": 83, 5816 "typeId": 1 5817 }, 5818 { 5819 "id": 123, 5820 "pokemonId": 83, 5821 "typeId": 3 5822 }, 5823 { 5824 "id": 124, 5825 "pokemonId": 84, 5826 "typeId": 1 5827 }, 5828 { 5829 "id": 125, 5830 "pokemonId": 84, 5831 "typeId": 3 5832 }, 5833 { 5834 "id": 126, 5835 "pokemonId": 85, 5836 "typeId": 1 5837 }, 5838 { 5839 "id": 127, 5840 "pokemonId": 85, 5841 "typeId": 3 5842 }, 5843 { 5844 "id": 128, 5845 "pokemonId": 86, 5846 "typeId": 11 5847 }, 5848 { 5849 "id": 129, 5850 "pokemonId": 87, 5851 "typeId": 11 5852 }, 5853 { 5854 "id": 130, 5855 "pokemonId": 87, 5856 "typeId": 15 5857 }, 5858 { 5859 "id": 131, 5860 "pokemonId": 88, 5861 "typeId": 4 5862 }, 5863 { 5864 "id": 132, 5865 "pokemonId": 89, 5866 "typeId": 4 5867 }, 5868 { 5869 "id": 133, 5870 "pokemonId": 90, 5871 "typeId": 11 5872 }, 5873 { 5874 "id": 134, 5875 "pokemonId": 91, 5876 "typeId": 11 5877 }, 5878 { 5879 "id": 135, 5880 "pokemonId": 91, 5881 "typeId": 15 5882 }, 5883 { 5884 "id": 136, 5885 "pokemonId": 92, 5886 "typeId": 8 5887 }, 5888 { 5889 "id": 137, 5890 "pokemonId": 92, 5891 "typeId": 4 5892 }, 5893 { 5894 "id": 138, 5895 "pokemonId": 93, 5896 "typeId": 8 5897 }, 5898 { 5899 "id": 139, 5900 "pokemonId": 93, 5901 "typeId": 4 5902 }, 5903 { 5904 "id": 140, 5905 "pokemonId": 94, 5906 "typeId": 8 5907 }, 5908 { 5909 "id": 141, 5910 "pokemonId": 94, 5911 "typeId": 4 5912 }, 5913 { 5914 "id": 142, 5915 "pokemonId": 95, 5916 "typeId": 6 5917 }, 5918 { 5919 "id": 143, 5920 "pokemonId": 95, 5921 "typeId": 5 5922 }, 5923 { 5924 "id": 144, 5925 "pokemonId": 96, 5926 "typeId": 14 5927 }, 5928 { 5929 "id": 145, 5930 "pokemonId": 97, 5931 "typeId": 14 5932 }, 5933 { 5934 "id": 146, 5935 "pokemonId": 98, 5936 "typeId": 11 5937 }, 5938 { 5939 "id": 147, 5940 "pokemonId": 99, 5941 "typeId": 11 5942 }, 5943 { 5944 "id": 148, 5945 "pokemonId": 100, 5946 "typeId": 13 5947 }, 5948 { 5949 "id": 149, 5950 "pokemonId": 101, 5951 "typeId": 13 5952 }, 5953 { 5954 "id": 150, 5955 "pokemonId": 102, 5956 "typeId": 12 5957 }, 5958 { 5959 "id": 151, 5960 "pokemonId": 102, 5961 "typeId": 14 5962 }, 5963 { 5964 "id": 152, 5965 "pokemonId": 103, 5966 "typeId": 12 5967 }, 5968 { 5969 "id": 153, 5970 "pokemonId": 103, 5971 "typeId": 14 5972 }, 5973 { 5974 "id": 154, 5975 "pokemonId": 104, 5976 "typeId": 5 5977 }, 5978 { 5979 "id": 155, 5980 "pokemonId": 105, 5981 "typeId": 5 5982 }, 5983 { 5984 "id": 156, 5985 "pokemonId": 106, 5986 "typeId": 2 5987 }, 5988 { 5989 "id": 157, 5990 "pokemonId": 107, 5991 "typeId": 2 5992 }, 5993 { 5994 "id": 158, 5995 "pokemonId": 108, 5996 "typeId": 1 5997 }, 5998 { 5999 "id": 159, 6000 "pokemonId": 109, 6001 "typeId": 4 6002 }, 6003 { 6004 "id": 160, 6005 "pokemonId": 110, 6006 "typeId": 4 6007 }, 6008 { 6009 "id": 161, 6010 "pokemonId": 111, 6011 "typeId": 5 6012 }, 6013 { 6014 "id": 162, 6015 "pokemonId": 111, 6016 "typeId": 6 6017 }, 6018 { 6019 "id": 163, 6020 "pokemonId": 112, 6021 "typeId": 5 6022 }, 6023 { 6024 "id": 164, 6025 "pokemonId": 112, 6026 "typeId": 6 6027 }, 6028 { 6029 "id": 165, 6030 "pokemonId": 113, 6031 "typeId": 1 6032 }, 6033 { 6034 "id": 166, 6035 "pokemonId": 114, 6036 "typeId": 12 6037 }, 6038 { 6039 "id": 167, 6040 "pokemonId": 115, 6041 "typeId": 1 6042 }, 6043 { 6044 "id": 168, 6045 "pokemonId": 116, 6046 "typeId": 11 6047 }, 6048 { 6049 "id": 169, 6050 "pokemonId": 117, 6051 "typeId": 11 6052 }, 6053 { 6054 "id": 170, 6055 "pokemonId": 118, 6056 "typeId": 11 6057 }, 6058 { 6059 "id": 171, 6060 "pokemonId": 119, 6061 "typeId": 11 6062 }, 6063 { 6064 "id": 172, 6065 "pokemonId": 120, 6066 "typeId": 11 6067 }, 6068 { 6069 "id": 173, 6070 "pokemonId": 121, 6071 "typeId": 11 6072 }, 6073 { 6074 "id": 174, 6075 "pokemonId": 121, 6076 "typeId": 14 6077 }, 6078 { 6079 "id": 175, 6080 "pokemonId": 122, 6081 "typeId": 14 6082 }, 6083 { 6084 "id": 176, 6085 "pokemonId": 122, 6086 "typeId": 18 6087 }, 6088 { 6089 "id": 177, 6090 "pokemonId": 123, 6091 "typeId": 7 6092 }, 6093 { 6094 "id": 178, 6095 "pokemonId": 123, 6096 "typeId": 3 6097 }, 6098 { 6099 "id": 179, 6100 "pokemonId": 124, 6101 "typeId": 15 6102 }, 6103 { 6104 "id": 180, 6105 "pokemonId": 124, 6106 "typeId": 14 6107 }, 6108 { 6109 "id": 181, 6110 "pokemonId": 125, 6111 "typeId": 13 6112 }, 6113 { 6114 "id": 182, 6115 "pokemonId": 126, 6116 "typeId": 10 6117 }, 6118 { 6119 "id": 183, 6120 "pokemonId": 127, 6121 "typeId": 7 6122 }, 6123 { 6124 "id": 184, 6125 "pokemonId": 128, 6126 "typeId": 1 6127 }, 6128 { 6129 "id": 185, 6130 "pokemonId": 129, 6131 "typeId": 11 6132 }, 6133 { 6134 "id": 186, 6135 "pokemonId": 130, 6136 "typeId": 11 6137 }, 6138 { 6139 "id": 187, 6140 "pokemonId": 130, 6141 "typeId": 3 6142 }, 6143 { 6144 "id": 188, 6145 "pokemonId": 131, 6146 "typeId": 11 6147 }, 6148 { 6149 "id": 189, 6150 "pokemonId": 131, 6151 "typeId": 15 6152 }, 6153 { 6154 "id": 190, 6155 "pokemonId": 132, 6156 "typeId": 1 6157 }, 6158 { 6159 "id": 191, 6160 "pokemonId": 133, 6161 "typeId": 1 6162 }, 6163 { 6164 "id": 192, 6165 "pokemonId": 134, 6166 "typeId": 11 6167 }, 6168 { 6169 "id": 193, 6170 "pokemonId": 135, 6171 "typeId": 13 6172 }, 6173 { 6174 "id": 194, 6175 "pokemonId": 136, 6176 "typeId": 10 6177 }, 6178 { 6179 "id": 195, 6180 "pokemonId": 137, 6181 "typeId": 1 6182 }, 6183 { 6184 "id": 196, 6185 "pokemonId": 138, 6186 "typeId": 6 6187 }, 6188 { 6189 "id": 197, 6190 "pokemonId": 138, 6191 "typeId": 11 6192 }, 6193 { 6194 "id": 198, 6195 "pokemonId": 139, 6196 "typeId": 6 6197 }, 6198 { 6199 "id": 199, 6200 "pokemonId": 139, 6201 "typeId": 11 6202 }, 6203 { 6204 "id": 200, 6205 "pokemonId": 140, 6206 "typeId": 6 6207 }, 6208 { 6209 "id": 201, 6210 "pokemonId": 140, 6211 "typeId": 11 6212 }, 6213 { 6214 "id": 202, 6215 "pokemonId": 141, 6216 "typeId": 6 6217 }, 6218 { 6219 "id": 203, 6220 "pokemonId": 141, 6221 "typeId": 11 6222 }, 6223 { 6224 "id": 204, 6225 "pokemonId": 142, 6226 "typeId": 6 6227 }, 6228 { 6229 "id": 205, 6230 "pokemonId": 142, 6231 "typeId": 3 6232 }, 6233 { 6234 "id": 206, 6235 "pokemonId": 143, 6236 "typeId": 1 6237 }, 6238 { 6239 "id": 207, 6240 "pokemonId": 144, 6241 "typeId": 15 6242 }, 6243 { 6244 "id": 208, 6245 "pokemonId": 144, 6246 "typeId": 3 6247 }, 6248 { 6249 "id": 209, 6250 "pokemonId": 145, 6251 "typeId": 13 6252 }, 6253 { 6254 "id": 210, 6255 "pokemonId": 145, 6256 "typeId": 3 6257 }, 6258 { 6259 "id": 211, 6260 "pokemonId": 146, 6261 "typeId": 10 6262 }, 6263 { 6264 "id": 212, 6265 "pokemonId": 146, 6266 "typeId": 3 6267 }, 6268 { 6269 "id": 213, 6270 "pokemonId": 147, 6271 "typeId": 16 6272 }, 6273 { 6274 "id": 214, 6275 "pokemonId": 148, 6276 "typeId": 16 6277 }, 6278 { 6279 "id": 215, 6280 "pokemonId": 149, 6281 "typeId": 16 6282 }, 6283 { 6284 "id": 216, 6285 "pokemonId": 149, 6286 "typeId": 3 6287 }, 6288 { 6289 "id": 217, 6290 "pokemonId": 150, 6291 "typeId": 14 6292 }, 6293 { 6294 "id": 218, 6295 "pokemonId": 151, 6296 "typeId": 14 6297 }, 6298 { 6299 "id": 219, 6300 "pokemonId": 152, 6301 "typeId": 12 6302 }, 6303 { 6304 "id": 220, 6305 "pokemonId": 153, 6306 "typeId": 12 6307 }, 6308 { 6309 "id": 221, 6310 "pokemonId": 154, 6311 "typeId": 12 6312 }, 6313 { 6314 "id": 222, 6315 "pokemonId": 155, 6316 "typeId": 10 6317 }, 6318 { 6319 "id": 223, 6320 "pokemonId": 156, 6321 "typeId": 10 6322 }, 6323 { 6324 "id": 224, 6325 "pokemonId": 157, 6326 "typeId": 10 6327 }, 6328 { 6329 "id": 225, 6330 "pokemonId": 158, 6331 "typeId": 11 6332 }, 6333 { 6334 "id": 226, 6335 "pokemonId": 159, 6336 "typeId": 11 6337 }, 6338 { 6339 "id": 227, 6340 "pokemonId": 160, 6341 "typeId": 11 6342 }, 6343 { 6344 "id": 228, 6345 "pokemonId": 161, 6346 "typeId": 1 6347 }, 6348 { 6349 "id": 229, 6350 "pokemonId": 162, 6351 "typeId": 1 6352 }, 6353 { 6354 "id": 230, 6355 "pokemonId": 163, 6356 "typeId": 1 6357 }, 6358 { 6359 "id": 231, 6360 "pokemonId": 163, 6361 "typeId": 3 6362 }, 6363 { 6364 "id": 232, 6365 "pokemonId": 164, 6366 "typeId": 1 6367 }, 6368 { 6369 "id": 233, 6370 "pokemonId": 164, 6371 "typeId": 3 6372 }, 6373 { 6374 "id": 234, 6375 "pokemonId": 165, 6376 "typeId": 7 6377 }, 6378 { 6379 "id": 235, 6380 "pokemonId": 165, 6381 "typeId": 3 6382 }, 6383 { 6384 "id": 236, 6385 "pokemonId": 166, 6386 "typeId": 7 6387 }, 6388 { 6389 "id": 237, 6390 "pokemonId": 166, 6391 "typeId": 3 6392 }, 6393 { 6394 "id": 238, 6395 "pokemonId": 167, 6396 "typeId": 7 6397 }, 6398 { 6399 "id": 239, 6400 "pokemonId": 167, 6401 "typeId": 4 6402 }, 6403 { 6404 "id": 240, 6405 "pokemonId": 168, 6406 "typeId": 7 6407 }, 6408 { 6409 "id": 241, 6410 "pokemonId": 168, 6411 "typeId": 4 6412 }, 6413 { 6414 "id": 242, 6415 "pokemonId": 169, 6416 "typeId": 4 6417 }, 6418 { 6419 "id": 243, 6420 "pokemonId": 169, 6421 "typeId": 3 6422 }, 6423 { 6424 "id": 244, 6425 "pokemonId": 170, 6426 "typeId": 11 6427 }, 6428 { 6429 "id": 245, 6430 "pokemonId": 170, 6431 "typeId": 13 6432 }, 6433 { 6434 "id": 246, 6435 "pokemonId": 171, 6436 "typeId": 11 6437 }, 6438 { 6439 "id": 247, 6440 "pokemonId": 171, 6441 "typeId": 13 6442 }, 6443 { 6444 "id": 248, 6445 "pokemonId": 172, 6446 "typeId": 13 6447 }, 6448 { 6449 "id": 249, 6450 "pokemonId": 173, 6451 "typeId": 18 6452 }, 6453 { 6454 "id": 250, 6455 "pokemonId": 174, 6456 "typeId": 1 6457 }, 6458 { 6459 "id": 251, 6460 "pokemonId": 174, 6461 "typeId": 18 6462 }, 6463 { 6464 "id": 252, 6465 "pokemonId": 175, 6466 "typeId": 18 6467 }, 6468 { 6469 "id": 253, 6470 "pokemonId": 176, 6471 "typeId": 18 6472 }, 6473 { 6474 "id": 254, 6475 "pokemonId": 176, 6476 "typeId": 3 6477 }, 6478 { 6479 "id": 255, 6480 "pokemonId": 177, 6481 "typeId": 14 6482 }, 6483 { 6484 "id": 256, 6485 "pokemonId": 177, 6486 "typeId": 3 6487 }, 6488 { 6489 "id": 257, 6490 "pokemonId": 178, 6491 "typeId": 14 6492 }, 6493 { 6494 "id": 258, 6495 "pokemonId": 178, 6496 "typeId": 3 6497 }, 6498 { 6499 "id": 259, 6500 "pokemonId": 179, 6501 "typeId": 13 6502 }, 6503 { 6504 "id": 260, 6505 "pokemonId": 180, 6506 "typeId": 13 6507 }, 6508 { 6509 "id": 261, 6510 "pokemonId": 181, 6511 "typeId": 13 6512 }, 6513 { 6514 "id": 262, 6515 "pokemonId": 182, 6516 "typeId": 12 6517 }, 6518 { 6519 "id": 263, 6520 "pokemonId": 183, 6521 "typeId": 11 6522 }, 6523 { 6524 "id": 264, 6525 "pokemonId": 183, 6526 "typeId": 18 6527 }, 6528 { 6529 "id": 265, 6530 "pokemonId": 184, 6531 "typeId": 11 6532 }, 6533 { 6534 "id": 266, 6535 "pokemonId": 184, 6536 "typeId": 18 6537 }, 6538 { 6539 "id": 267, 6540 "pokemonId": 185, 6541 "typeId": 6 6542 }, 6543 { 6544 "id": 268, 6545 "pokemonId": 186, 6546 "typeId": 11 6547 }, 6548 { 6549 "id": 269, 6550 "pokemonId": 187, 6551 "typeId": 12 6552 }, 6553 { 6554 "id": 270, 6555 "pokemonId": 187, 6556 "typeId": 3 6557 }, 6558 { 6559 "id": 271, 6560 "pokemonId": 188, 6561 "typeId": 12 6562 }, 6563 { 6564 "id": 272, 6565 "pokemonId": 188, 6566 "typeId": 3 6567 }, 6568 { 6569 "id": 273, 6570 "pokemonId": 189, 6571 "typeId": 12 6572 }, 6573 { 6574 "id": 274, 6575 "pokemonId": 189, 6576 "typeId": 3 6577 }, 6578 { 6579 "id": 275, 6580 "pokemonId": 190, 6581 "typeId": 1 6582 }, 6583 { 6584 "id": 276, 6585 "pokemonId": 191, 6586 "typeId": 12 6587 }, 6588 { 6589 "id": 277, 6590 "pokemonId": 192, 6591 "typeId": 12 6592 }, 6593 { 6594 "id": 278, 6595 "pokemonId": 193, 6596 "typeId": 7 6597 }, 6598 { 6599 "id": 279, 6600 "pokemonId": 193, 6601 "typeId": 3 6602 }, 6603 { 6604 "id": 280, 6605 "pokemonId": 194, 6606 "typeId": 11 6607 }, 6608 { 6609 "id": 281, 6610 "pokemonId": 194, 6611 "typeId": 5 6612 }, 6613 { 6614 "id": 282, 6615 "pokemonId": 195, 6616 "typeId": 11 6617 }, 6618 { 6619 "id": 283, 6620 "pokemonId": 195, 6621 "typeId": 5 6622 }, 6623 { 6624 "id": 284, 6625 "pokemonId": 196, 6626 "typeId": 14 6627 }, 6628 { 6629 "id": 285, 6630 "pokemonId": 197, 6631 "typeId": 17 6632 }, 6633 { 6634 "id": 286, 6635 "pokemonId": 198, 6636 "typeId": 17 6637 }, 6638 { 6639 "id": 287, 6640 "pokemonId": 198, 6641 "typeId": 3 6642 }, 6643 { 6644 "id": 288, 6645 "pokemonId": 199, 6646 "typeId": 11 6647 }, 6648 { 6649 "id": 289, 6650 "pokemonId": 199, 6651 "typeId": 14 6652 }, 6653 { 6654 "id": 290, 6655 "pokemonId": 200, 6656 "typeId": 8 6657 }, 6658 { 6659 "id": 291, 6660 "pokemonId": 201, 6661 "typeId": 14 6662 }, 6663 { 6664 "id": 292, 6665 "pokemonId": 202, 6666 "typeId": 14 6667 }, 6668 { 6669 "id": 293, 6670 "pokemonId": 203, 6671 "typeId": 1 6672 }, 6673 { 6674 "id": 294, 6675 "pokemonId": 203, 6676 "typeId": 14 6677 }, 6678 { 6679 "id": 295, 6680 "pokemonId": 204, 6681 "typeId": 7 6682 }, 6683 { 6684 "id": 296, 6685 "pokemonId": 205, 6686 "typeId": 7 6687 }, 6688 { 6689 "id": 297, 6690 "pokemonId": 205, 6691 "typeId": 9 6692 }, 6693 { 6694 "id": 298, 6695 "pokemonId": 206, 6696 "typeId": 1 6697 }, 6698 { 6699 "id": 299, 6700 "pokemonId": 207, 6701 "typeId": 5 6702 }, 6703 { 6704 "id": 300, 6705 "pokemonId": 207, 6706 "typeId": 3 6707 }, 6708 { 6709 "id": 301, 6710 "pokemonId": 208, 6711 "typeId": 9 6712 }, 6713 { 6714 "id": 302, 6715 "pokemonId": 208, 6716 "typeId": 5 6717 }, 6718 { 6719 "id": 303, 6720 "pokemonId": 209, 6721 "typeId": 18 6722 }, 6723 { 6724 "id": 304, 6725 "pokemonId": 210, 6726 "typeId": 18 6727 }, 6728 { 6729 "id": 305, 6730 "pokemonId": 211, 6731 "typeId": 11 6732 }, 6733 { 6734 "id": 306, 6735 "pokemonId": 211, 6736 "typeId": 4 6737 }, 6738 { 6739 "id": 307, 6740 "pokemonId": 212, 6741 "typeId": 7 6742 }, 6743 { 6744 "id": 308, 6745 "pokemonId": 212, 6746 "typeId": 9 6747 }, 6748 { 6749 "id": 309, 6750 "pokemonId": 213, 6751 "typeId": 7 6752 }, 6753 { 6754 "id": 310, 6755 "pokemonId": 213, 6756 "typeId": 6 6757 }, 6758 { 6759 "id": 311, 6760 "pokemonId": 214, 6761 "typeId": 7 6762 }, 6763 { 6764 "id": 312, 6765 "pokemonId": 214, 6766 "typeId": 2 6767 }, 6768 { 6769 "id": 313, 6770 "pokemonId": 215, 6771 "typeId": 17 6772 }, 6773 { 6774 "id": 314, 6775 "pokemonId": 215, 6776 "typeId": 15 6777 }, 6778 { 6779 "id": 315, 6780 "pokemonId": 216, 6781 "typeId": 1 6782 }, 6783 { 6784 "id": 316, 6785 "pokemonId": 217, 6786 "typeId": 1 6787 }, 6788 { 6789 "id": 317, 6790 "pokemonId": 218, 6791 "typeId": 10 6792 }, 6793 { 6794 "id": 318, 6795 "pokemonId": 219, 6796 "typeId": 10 6797 }, 6798 { 6799 "id": 319, 6800 "pokemonId": 219, 6801 "typeId": 6 6802 }, 6803 { 6804 "id": 320, 6805 "pokemonId": 220, 6806 "typeId": 15 6807 }, 6808 { 6809 "id": 321, 6810 "pokemonId": 220, 6811 "typeId": 5 6812 }, 6813 { 6814 "id": 322, 6815 "pokemonId": 221, 6816 "typeId": 15 6817 }, 6818 { 6819 "id": 323, 6820 "pokemonId": 221, 6821 "typeId": 5 6822 }, 6823 { 6824 "id": 324, 6825 "pokemonId": 222, 6826 "typeId": 11 6827 }, 6828 { 6829 "id": 325, 6830 "pokemonId": 222, 6831 "typeId": 6 6832 }, 6833 { 6834 "id": 326, 6835 "pokemonId": 223, 6836 "typeId": 11 6837 }, 6838 { 6839 "id": 327, 6840 "pokemonId": 224, 6841 "typeId": 11 6842 }, 6843 { 6844 "id": 328, 6845 "pokemonId": 225, 6846 "typeId": 15 6847 }, 6848 { 6849 "id": 329, 6850 "pokemonId": 225, 6851 "typeId": 3 6852 }, 6853 { 6854 "id": 330, 6855 "pokemonId": 226, 6856 "typeId": 11 6857 }, 6858 { 6859 "id": 331, 6860 "pokemonId": 226, 6861 "typeId": 3 6862 }, 6863 { 6864 "id": 332, 6865 "pokemonId": 227, 6866 "typeId": 9 6867 }, 6868 { 6869 "id": 333, 6870 "pokemonId": 227, 6871 "typeId": 3 6872 }, 6873 { 6874 "id": 334, 6875 "pokemonId": 228, 6876 "typeId": 17 6877 }, 6878 { 6879 "id": 335, 6880 "pokemonId": 228, 6881 "typeId": 10 6882 }, 6883 { 6884 "id": 336, 6885 "pokemonId": 229, 6886 "typeId": 17 6887 }, 6888 { 6889 "id": 337, 6890 "pokemonId": 229, 6891 "typeId": 10 6892 }, 6893 { 6894 "id": 338, 6895 "pokemonId": 230, 6896 "typeId": 11 6897 }, 6898 { 6899 "id": 339, 6900 "pokemonId": 230, 6901 "typeId": 16 6902 }, 6903 { 6904 "id": 340, 6905 "pokemonId": 231, 6906 "typeId": 5 6907 }, 6908 { 6909 "id": 341, 6910 "pokemonId": 232, 6911 "typeId": 5 6912 }, 6913 { 6914 "id": 342, 6915 "pokemonId": 233, 6916 "typeId": 1 6917 }, 6918 { 6919 "id": 343, 6920 "pokemonId": 234, 6921 "typeId": 1 6922 }, 6923 { 6924 "id": 344, 6925 "pokemonId": 235, 6926 "typeId": 1 6927 }, 6928 { 6929 "id": 345, 6930 "pokemonId": 236, 6931 "typeId": 2 6932 }, 6933 { 6934 "id": 346, 6935 "pokemonId": 237, 6936 "typeId": 2 6937 }, 6938 { 6939 "id": 347, 6940 "pokemonId": 238, 6941 "typeId": 15 6942 }, 6943 { 6944 "id": 348, 6945 "pokemonId": 238, 6946 "typeId": 14 6947 }, 6948 { 6949 "id": 349, 6950 "pokemonId": 239, 6951 "typeId": 13 6952 }, 6953 { 6954 "id": 350, 6955 "pokemonId": 240, 6956 "typeId": 10 6957 }, 6958 { 6959 "id": 351, 6960 "pokemonId": 241, 6961 "typeId": 1 6962 }, 6963 { 6964 "id": 352, 6965 "pokemonId": 242, 6966 "typeId": 1 6967 }, 6968 { 6969 "id": 353, 6970 "pokemonId": 243, 6971 "typeId": 13 6972 }, 6973 { 6974 "id": 354, 6975 "pokemonId": 244, 6976 "typeId": 10 6977 }, 6978 { 6979 "id": 355, 6980 "pokemonId": 245, 6981 "typeId": 11 6982 }, 6983 { 6984 "id": 356, 6985 "pokemonId": 246, 6986 "typeId": 6 6987 }, 6988 { 6989 "id": 357, 6990 "pokemonId": 246, 6991 "typeId": 5 6992 }, 6993 { 6994 "id": 358, 6995 "pokemonId": 247, 6996 "typeId": 6 6997 }, 6998 { 6999 "id": 359, 7000 "pokemonId": 247, 7001 "typeId": 5 7002 }, 7003 { 7004 "id": 360, 7005 "pokemonId": 248, 7006 "typeId": 6 7007 }, 7008 { 7009 "id": 361, 7010 "pokemonId": 248, 7011 "typeId": 17 7012 }, 7013 { 7014 "id": 362, 7015 "pokemonId": 249, 7016 "typeId": 14 7017 }, 7018 { 7019 "id": 363, 7020 "pokemonId": 249, 7021 "typeId": 3 7022 }, 7023 { 7024 "id": 364, 7025 "pokemonId": 250, 7026 "typeId": 10 7027 }, 7028 { 7029 "id": 365, 7030 "pokemonId": 250, 7031 "typeId": 3 7032 }, 7033 { 7034 "id": 366, 7035 "pokemonId": 251, 7036 "typeId": 14 7037 }, 7038 { 7039 "id": 367, 7040 "pokemonId": 251, 7041 "typeId": 12 7042 }, 7043 { 7044 "id": 368, 7045 "pokemonId": 252, 7046 "typeId": 12 7047 }, 7048 { 7049 "id": 369, 7050 "pokemonId": 253, 7051 "typeId": 12 7052 }, 7053 { 7054 "id": 370, 7055 "pokemonId": 254, 7056 "typeId": 12 7057 }, 7058 { 7059 "id": 371, 7060 "pokemonId": 255, 7061 "typeId": 10 7062 }, 7063 { 7064 "id": 372, 7065 "pokemonId": 256, 7066 "typeId": 10 7067 }, 7068 { 7069 "id": 373, 7070 "pokemonId": 256, 7071 "typeId": 2 7072 }, 7073 { 7074 "id": 374, 7075 "pokemonId": 257, 7076 "typeId": 10 7077 }, 7078 { 7079 "id": 375, 7080 "pokemonId": 257, 7081 "typeId": 2 7082 }, 7083 { 7084 "id": 376, 7085 "pokemonId": 258, 7086 "typeId": 11 7087 }, 7088 { 7089 "id": 377, 7090 "pokemonId": 259, 7091 "typeId": 11 7092 }, 7093 { 7094 "id": 378, 7095 "pokemonId": 259, 7096 "typeId": 5 7097 }, 7098 { 7099 "id": 379, 7100 "pokemonId": 260, 7101 "typeId": 11 7102 }, 7103 { 7104 "id": 380, 7105 "pokemonId": 260, 7106 "typeId": 5 7107 }, 7108 { 7109 "id": 381, 7110 "pokemonId": 261, 7111 "typeId": 17 7112 }, 7113 { 7114 "id": 382, 7115 "pokemonId": 262, 7116 "typeId": 17 7117 }, 7118 { 7119 "id": 383, 7120 "pokemonId": 263, 7121 "typeId": 1 7122 }, 7123 { 7124 "id": 384, 7125 "pokemonId": 264, 7126 "typeId": 1 7127 }, 7128 { 7129 "id": 385, 7130 "pokemonId": 265, 7131 "typeId": 7 7132 }, 7133 { 7134 "id": 386, 7135 "pokemonId": 266, 7136 "typeId": 7 7137 }, 7138 { 7139 "id": 387, 7140 "pokemonId": 267, 7141 "typeId": 7 7142 }, 7143 { 7144 "id": 388, 7145 "pokemonId": 267, 7146 "typeId": 3 7147 }, 7148 { 7149 "id": 389, 7150 "pokemonId": 268, 7151 "typeId": 7 7152 }, 7153 { 7154 "id": 390, 7155 "pokemonId": 269, 7156 "typeId": 7 7157 }, 7158 { 7159 "id": 391, 7160 "pokemonId": 269, 7161 "typeId": 4 7162 }, 7163 { 7164 "id": 392, 7165 "pokemonId": 270, 7166 "typeId": 11 7167 }, 7168 { 7169 "id": 393, 7170 "pokemonId": 270, 7171 "typeId": 12 7172 }, 7173 { 7174 "id": 394, 7175 "pokemonId": 271, 7176 "typeId": 11 7177 }, 7178 { 7179 "id": 395, 7180 "pokemonId": 271, 7181 "typeId": 12 7182 }, 7183 { 7184 "id": 396, 7185 "pokemonId": 272, 7186 "typeId": 11 7187 }, 7188 { 7189 "id": 397, 7190 "pokemonId": 272, 7191 "typeId": 12 7192 }, 7193 { 7194 "id": 398, 7195 "pokemonId": 273, 7196 "typeId": 12 7197 }, 7198 { 7199 "id": 399, 7200 "pokemonId": 274, 7201 "typeId": 12 7202 }, 7203 { 7204 "id": 400, 7205 "pokemonId": 274, 7206 "typeId": 17 7207 }, 7208 { 7209 "id": 401, 7210 "pokemonId": 275, 7211 "typeId": 12 7212 }, 7213 { 7214 "id": 402, 7215 "pokemonId": 275, 7216 "typeId": 17 7217 }, 7218 { 7219 "id": 403, 7220 "pokemonId": 276, 7221 "typeId": 1 7222 }, 7223 { 7224 "id": 404, 7225 "pokemonId": 276, 7226 "typeId": 3 7227 }, 7228 { 7229 "id": 405, 7230 "pokemonId": 277, 7231 "typeId": 1 7232 }, 7233 { 7234 "id": 406, 7235 "pokemonId": 277, 7236 "typeId": 3 7237 }, 7238 { 7239 "id": 407, 7240 "pokemonId": 278, 7241 "typeId": 11 7242 }, 7243 { 7244 "id": 408, 7245 "pokemonId": 278, 7246 "typeId": 3 7247 }, 7248 { 7249 "id": 409, 7250 "pokemonId": 279, 7251 "typeId": 11 7252 }, 7253 { 7254 "id": 410, 7255 "pokemonId": 279, 7256 "typeId": 3 7257 }, 7258 { 7259 "id": 411, 7260 "pokemonId": 280, 7261 "typeId": 14 7262 }, 7263 { 7264 "id": 412, 7265 "pokemonId": 280, 7266 "typeId": 18 7267 }, 7268 { 7269 "id": 413, 7270 "pokemonId": 281, 7271 "typeId": 14 7272 }, 7273 { 7274 "id": 414, 7275 "pokemonId": 281, 7276 "typeId": 18 7277 }, 7278 { 7279 "id": 415, 7280 "pokemonId": 282, 7281 "typeId": 14 7282 }, 7283 { 7284 "id": 416, 7285 "pokemonId": 282, 7286 "typeId": 18 7287 }, 7288 { 7289 "id": 417, 7290 "pokemonId": 283, 7291 "typeId": 7 7292 }, 7293 { 7294 "id": 418, 7295 "pokemonId": 283, 7296 "typeId": 11 7297 }, 7298 { 7299 "id": 419, 7300 "pokemonId": 284, 7301 "typeId": 7 7302 }, 7303 { 7304 "id": 420, 7305 "pokemonId": 284, 7306 "typeId": 3 7307 }, 7308 { 7309 "id": 421, 7310 "pokemonId": 285, 7311 "typeId": 12 7312 }, 7313 { 7314 "id": 422, 7315 "pokemonId": 286, 7316 "typeId": 12 7317 }, 7318 { 7319 "id": 423, 7320 "pokemonId": 286, 7321 "typeId": 2 7322 }, 7323 { 7324 "id": 424, 7325 "pokemonId": 287, 7326 "typeId": 1 7327 }, 7328 { 7329 "id": 425, 7330 "pokemonId": 288, 7331 "typeId": 1 7332 }, 7333 { 7334 "id": 426, 7335 "pokemonId": 289, 7336 "typeId": 1 7337 }, 7338 { 7339 "id": 427, 7340 "pokemonId": 290, 7341 "typeId": 7 7342 }, 7343 { 7344 "id": 428, 7345 "pokemonId": 290, 7346 "typeId": 5 7347 }, 7348 { 7349 "id": 429, 7350 "pokemonId": 291, 7351 "typeId": 7 7352 }, 7353 { 7354 "id": 430, 7355 "pokemonId": 291, 7356 "typeId": 3 7357 }, 7358 { 7359 "id": 431, 7360 "pokemonId": 292, 7361 "typeId": 7 7362 }, 7363 { 7364 "id": 432, 7365 "pokemonId": 292, 7366 "typeId": 8 7367 }, 7368 { 7369 "id": 433, 7370 "pokemonId": 293, 7371 "typeId": 1 7372 }, 7373 { 7374 "id": 434, 7375 "pokemonId": 294, 7376 "typeId": 1 7377 }, 7378 { 7379 "id": 435, 7380 "pokemonId": 295, 7381 "typeId": 1 7382 }, 7383 { 7384 "id": 436, 7385 "pokemonId": 296, 7386 "typeId": 2 7387 }, 7388 { 7389 "id": 437, 7390 "pokemonId": 297, 7391 "typeId": 2 7392 }, 7393 { 7394 "id": 438, 7395 "pokemonId": 298, 7396 "typeId": 1 7397 }, 7398 { 7399 "id": 439, 7400 "pokemonId": 298, 7401 "typeId": 18 7402 }, 7403 { 7404 "id": 440, 7405 "pokemonId": 299, 7406 "typeId": 6 7407 }, 7408 { 7409 "id": 441, 7410 "pokemonId": 300, 7411 "typeId": 1 7412 }, 7413 { 7414 "id": 442, 7415 "pokemonId": 301, 7416 "typeId": 1 7417 }, 7418 { 7419 "id": 443, 7420 "pokemonId": 302, 7421 "typeId": 17 7422 }, 7423 { 7424 "id": 444, 7425 "pokemonId": 302, 7426 "typeId": 8 7427 }, 7428 { 7429 "id": 445, 7430 "pokemonId": 303, 7431 "typeId": 9 7432 }, 7433 { 7434 "id": 446, 7435 "pokemonId": 303, 7436 "typeId": 18 7437 }, 7438 { 7439 "id": 447, 7440 "pokemonId": 304, 7441 "typeId": 9 7442 }, 7443 { 7444 "id": 448, 7445 "pokemonId": 304, 7446 "typeId": 6 7447 }, 7448 { 7449 "id": 449, 7450 "pokemonId": 305, 7451 "typeId": 9 7452 }, 7453 { 7454 "id": 450, 7455 "pokemonId": 305, 7456 "typeId": 6 7457 }, 7458 { 7459 "id": 451, 7460 "pokemonId": 306, 7461 "typeId": 9 7462 }, 7463 { 7464 "id": 452, 7465 "pokemonId": 306, 7466 "typeId": 6 7467 }, 7468 { 7469 "id": 453, 7470 "pokemonId": 307, 7471 "typeId": 2 7472 }, 7473 { 7474 "id": 454, 7475 "pokemonId": 307, 7476 "typeId": 14 7477 }, 7478 { 7479 "id": 455, 7480 "pokemonId": 308, 7481 "typeId": 2 7482 }, 7483 { 7484 "id": 456, 7485 "pokemonId": 308, 7486 "typeId": 14 7487 }, 7488 { 7489 "id": 457, 7490 "pokemonId": 309, 7491 "typeId": 13 7492 }, 7493 { 7494 "id": 458, 7495 "pokemonId": 310, 7496 "typeId": 13 7497 }, 7498 { 7499 "id": 459, 7500 "pokemonId": 311, 7501 "typeId": 13 7502 }, 7503 { 7504 "id": 460, 7505 "pokemonId": 312, 7506 "typeId": 13 7507 }, 7508 { 7509 "id": 461, 7510 "pokemonId": 313, 7511 "typeId": 7 7512 }, 7513 { 7514 "id": 462, 7515 "pokemonId": 314, 7516 "typeId": 7 7517 }, 7518 { 7519 "id": 463, 7520 "pokemonId": 315, 7521 "typeId": 12 7522 }, 7523 { 7524 "id": 464, 7525 "pokemonId": 315, 7526 "typeId": 4 7527 }, 7528 { 7529 "id": 465, 7530 "pokemonId": 316, 7531 "typeId": 4 7532 }, 7533 { 7534 "id": 466, 7535 "pokemonId": 317, 7536 "typeId": 4 7537 }, 7538 { 7539 "id": 467, 7540 "pokemonId": 318, 7541 "typeId": 11 7542 }, 7543 { 7544 "id": 468, 7545 "pokemonId": 318, 7546 "typeId": 17 7547 }, 7548 { 7549 "id": 469, 7550 "pokemonId": 319, 7551 "typeId": 11 7552 }, 7553 { 7554 "id": 470, 7555 "pokemonId": 319, 7556 "typeId": 17 7557 }, 7558 { 7559 "id": 471, 7560 "pokemonId": 320, 7561 "typeId": 11 7562 }, 7563 { 7564 "id": 472, 7565 "pokemonId": 321, 7566 "typeId": 11 7567 }, 7568 { 7569 "id": 473, 7570 "pokemonId": 322, 7571 "typeId": 10 7572 }, 7573 { 7574 "id": 474, 7575 "pokemonId": 322, 7576 "typeId": 5 7577 }, 7578 { 7579 "id": 475, 7580 "pokemonId": 323, 7581 "typeId": 10 7582 }, 7583 { 7584 "id": 476, 7585 "pokemonId": 323, 7586 "typeId": 5 7587 }, 7588 { 7589 "id": 477, 7590 "pokemonId": 324, 7591 "typeId": 10 7592 }, 7593 { 7594 "id": 478, 7595 "pokemonId": 325, 7596 "typeId": 14 7597 }, 7598 { 7599 "id": 479, 7600 "pokemonId": 326, 7601 "typeId": 14 7602 }, 7603 { 7604 "id": 480, 7605 "pokemonId": 327, 7606 "typeId": 1 7607 }, 7608 { 7609 "id": 481, 7610 "pokemonId": 328, 7611 "typeId": 5 7612 }, 7613 { 7614 "id": 482, 7615 "pokemonId": 329, 7616 "typeId": 5 7617 }, 7618 { 7619 "id": 483, 7620 "pokemonId": 329, 7621 "typeId": 16 7622 }, 7623 { 7624 "id": 484, 7625 "pokemonId": 330, 7626 "typeId": 5 7627 }, 7628 { 7629 "id": 485, 7630 "pokemonId": 330, 7631 "typeId": 16 7632 }, 7633 { 7634 "id": 486, 7635 "pokemonId": 331, 7636 "typeId": 12 7637 }, 7638 { 7639 "id": 487, 7640 "pokemonId": 332, 7641 "typeId": 12 7642 }, 7643 { 7644 "id": 488, 7645 "pokemonId": 332, 7646 "typeId": 17 7647 }, 7648 { 7649 "id": 489, 7650 "pokemonId": 333, 7651 "typeId": 1 7652 }, 7653 { 7654 "id": 490, 7655 "pokemonId": 333, 7656 "typeId": 3 7657 }, 7658 { 7659 "id": 491, 7660 "pokemonId": 334, 7661 "typeId": 16 7662 }, 7663 { 7664 "id": 492, 7665 "pokemonId": 334, 7666 "typeId": 3 7667 }, 7668 { 7669 "id": 493, 7670 "pokemonId": 335, 7671 "typeId": 1 7672 }, 7673 { 7674 "id": 494, 7675 "pokemonId": 336, 7676 "typeId": 4 7677 }, 7678 { 7679 "id": 495, 7680 "pokemonId": 337, 7681 "typeId": 6 7682 }, 7683 { 7684 "id": 496, 7685 "pokemonId": 337, 7686 "typeId": 14 7687 }, 7688 { 7689 "id": 497, 7690 "pokemonId": 338, 7691 "typeId": 6 7692 }, 7693 { 7694 "id": 498, 7695 "pokemonId": 338, 7696 "typeId": 14 7697 }, 7698 { 7699 "id": 499, 7700 "pokemonId": 339, 7701 "typeId": 11 7702 }, 7703 { 7704 "id": 500, 7705 "pokemonId": 339, 7706 "typeId": 5 7707 }, 7708 { 7709 "id": 501, 7710 "pokemonId": 340, 7711 "typeId": 11 7712 }, 7713 { 7714 "id": 502, 7715 "pokemonId": 340, 7716 "typeId": 5 7717 }, 7718 { 7719 "id": 503, 7720 "pokemonId": 341, 7721 "typeId": 11 7722 }, 7723 { 7724 "id": 504, 7725 "pokemonId": 342, 7726 "typeId": 11 7727 }, 7728 { 7729 "id": 505, 7730 "pokemonId": 342, 7731 "typeId": 17 7732 }, 7733 { 7734 "id": 506, 7735 "pokemonId": 343, 7736 "typeId": 5 7737 }, 7738 { 7739 "id": 507, 7740 "pokemonId": 343, 7741 "typeId": 14 7742 }, 7743 { 7744 "id": 508, 7745 "pokemonId": 344, 7746 "typeId": 5 7747 }, 7748 { 7749 "id": 509, 7750 "pokemonId": 344, 7751 "typeId": 14 7752 }, 7753 { 7754 "id": 510, 7755 "pokemonId": 345, 7756 "typeId": 6 7757 }, 7758 { 7759 "id": 511, 7760 "pokemonId": 345, 7761 "typeId": 12 7762 }, 7763 { 7764 "id": 512, 7765 "pokemonId": 346, 7766 "typeId": 6 7767 }, 7768 { 7769 "id": 513, 7770 "pokemonId": 346, 7771 "typeId": 12 7772 }, 7773 { 7774 "id": 514, 7775 "pokemonId": 347, 7776 "typeId": 6 7777 }, 7778 { 7779 "id": 515, 7780 "pokemonId": 347, 7781 "typeId": 7 7782 }, 7783 { 7784 "id": 516, 7785 "pokemonId": 348, 7786 "typeId": 6 7787 }, 7788 { 7789 "id": 517, 7790 "pokemonId": 348, 7791 "typeId": 7 7792 }, 7793 { 7794 "id": 518, 7795 "pokemonId": 349, 7796 "typeId": 11 7797 }, 7798 { 7799 "id": 519, 7800 "pokemonId": 350, 7801 "typeId": 11 7802 }, 7803 { 7804 "id": 520, 7805 "pokemonId": 351, 7806 "typeId": 1 7807 }, 7808 { 7809 "id": 521, 7810 "pokemonId": 352, 7811 "typeId": 1 7812 }, 7813 { 7814 "id": 522, 7815 "pokemonId": 353, 7816 "typeId": 8 7817 }, 7818 { 7819 "id": 523, 7820 "pokemonId": 354, 7821 "typeId": 8 7822 }, 7823 { 7824 "id": 524, 7825 "pokemonId": 355, 7826 "typeId": 8 7827 }, 7828 { 7829 "id": 525, 7830 "pokemonId": 356, 7831 "typeId": 8 7832 }, 7833 { 7834 "id": 526, 7835 "pokemonId": 357, 7836 "typeId": 12 7837 }, 7838 { 7839 "id": 527, 7840 "pokemonId": 357, 7841 "typeId": 3 7842 }, 7843 { 7844 "id": 528, 7845 "pokemonId": 358, 7846 "typeId": 14 7847 }, 7848 { 7849 "id": 529, 7850 "pokemonId": 359, 7851 "typeId": 17 7852 }, 7853 { 7854 "id": 530, 7855 "pokemonId": 360, 7856 "typeId": 14 7857 }, 7858 { 7859 "id": 531, 7860 "pokemonId": 361, 7861 "typeId": 15 7862 }, 7863 { 7864 "id": 532, 7865 "pokemonId": 362, 7866 "typeId": 15 7867 }, 7868 { 7869 "id": 533, 7870 "pokemonId": 363, 7871 "typeId": 15 7872 }, 7873 { 7874 "id": 534, 7875 "pokemonId": 363, 7876 "typeId": 11 7877 }, 7878 { 7879 "id": 535, 7880 "pokemonId": 364, 7881 "typeId": 15 7882 }, 7883 { 7884 "id": 536, 7885 "pokemonId": 364, 7886 "typeId": 11 7887 }, 7888 { 7889 "id": 537, 7890 "pokemonId": 365, 7891 "typeId": 15 7892 }, 7893 { 7894 "id": 538, 7895 "pokemonId": 365, 7896 "typeId": 11 7897 }, 7898 { 7899 "id": 539, 7900 "pokemonId": 366, 7901 "typeId": 11 7902 }, 7903 { 7904 "id": 540, 7905 "pokemonId": 367, 7906 "typeId": 11 7907 }, 7908 { 7909 "id": 541, 7910 "pokemonId": 368, 7911 "typeId": 11 7912 }, 7913 { 7914 "id": 542, 7915 "pokemonId": 369, 7916 "typeId": 11 7917 }, 7918 { 7919 "id": 543, 7920 "pokemonId": 369, 7921 "typeId": 6 7922 }, 7923 { 7924 "id": 544, 7925 "pokemonId": 370, 7926 "typeId": 11 7927 }, 7928 { 7929 "id": 545, 7930 "pokemonId": 371, 7931 "typeId": 16 7932 }, 7933 { 7934 "id": 546, 7935 "pokemonId": 372, 7936 "typeId": 16 7937 }, 7938 { 7939 "id": 547, 7940 "pokemonId": 373, 7941 "typeId": 16 7942 }, 7943 { 7944 "id": 548, 7945 "pokemonId": 373, 7946 "typeId": 3 7947 }, 7948 { 7949 "id": 549, 7950 "pokemonId": 374, 7951 "typeId": 9 7952 }, 7953 { 7954 "id": 550, 7955 "pokemonId": 374, 7956 "typeId": 14 7957 }, 7958 { 7959 "id": 551, 7960 "pokemonId": 375, 7961 "typeId": 9 7962 }, 7963 { 7964 "id": 552, 7965 "pokemonId": 375, 7966 "typeId": 14 7967 }, 7968 { 7969 "id": 553, 7970 "pokemonId": 376, 7971 "typeId": 9 7972 }, 7973 { 7974 "id": 554, 7975 "pokemonId": 376, 7976 "typeId": 14 7977 }, 7978 { 7979 "id": 555, 7980 "pokemonId": 377, 7981 "typeId": 6 7982 }, 7983 { 7984 "id": 556, 7985 "pokemonId": 378, 7986 "typeId": 15 7987 }, 7988 { 7989 "id": 557, 7990 "pokemonId": 379, 7991 "typeId": 9 7992 }, 7993 { 7994 "id": 558, 7995 "pokemonId": 380, 7996 "typeId": 16 7997 }, 7998 { 7999 "id": 559, 8000 "pokemonId": 380, 8001 "typeId": 14 8002 }, 8003 { 8004 "id": 560, 8005 "pokemonId": 381, 8006 "typeId": 16 8007 }, 8008 { 8009 "id": 561, 8010 "pokemonId": 381, 8011 "typeId": 14 8012 }, 8013 { 8014 "id": 562, 8015 "pokemonId": 382, 8016 "typeId": 11 8017 }, 8018 { 8019 "id": 563, 8020 "pokemonId": 383, 8021 "typeId": 5 8022 }, 8023 { 8024 "id": 564, 8025 "pokemonId": 384, 8026 "typeId": 16 8027 }, 8028 { 8029 "id": 565, 8030 "pokemonId": 384, 8031 "typeId": 3 8032 }, 8033 { 8034 "id": 566, 8035 "pokemonId": 385, 8036 "typeId": 9 8037 }, 8038 { 8039 "id": 567, 8040 "pokemonId": 385, 8041 "typeId": 14 8042 }, 8043 { 8044 "id": 568, 8045 "pokemonId": 386, 8046 "typeId": 14 8047 }, 8048 { 8049 "id": 569, 8050 "pokemonId": 387, 8051 "typeId": 12 8052 }, 8053 { 8054 "id": 570, 8055 "pokemonId": 388, 8056 "typeId": 12 8057 }, 8058 { 8059 "id": 571, 8060 "pokemonId": 389, 8061 "typeId": 12 8062 }, 8063 { 8064 "id": 572, 8065 "pokemonId": 389, 8066 "typeId": 5 8067 }, 8068 { 8069 "id": 573, 8070 "pokemonId": 390, 8071 "typeId": 10 8072 }, 8073 { 8074 "id": 574, 8075 "pokemonId": 391, 8076 "typeId": 10 8077 }, 8078 { 8079 "id": 575, 8080 "pokemonId": 391, 8081 "typeId": 2 8082 }, 8083 { 8084 "id": 576, 8085 "pokemonId": 392, 8086 "typeId": 10 8087 }, 8088 { 8089 "id": 577, 8090 "pokemonId": 392, 8091 "typeId": 2 8092 }, 8093 { 8094 "id": 578, 8095 "pokemonId": 393, 8096 "typeId": 11 8097 }, 8098 { 8099 "id": 579, 8100 "pokemonId": 394, 8101 "typeId": 11 8102 }, 8103 { 8104 "id": 580, 8105 "pokemonId": 395, 8106 "typeId": 11 8107 }, 8108 { 8109 "id": 581, 8110 "pokemonId": 395, 8111 "typeId": 9 8112 }, 8113 { 8114 "id": 582, 8115 "pokemonId": 396, 8116 "typeId": 1 8117 }, 8118 { 8119 "id": 583, 8120 "pokemonId": 396, 8121 "typeId": 3 8122 }, 8123 { 8124 "id": 584, 8125 "pokemonId": 397, 8126 "typeId": 1 8127 }, 8128 { 8129 "id": 585, 8130 "pokemonId": 397, 8131 "typeId": 3 8132 }, 8133 { 8134 "id": 586, 8135 "pokemonId": 398, 8136 "typeId": 1 8137 }, 8138 { 8139 "id": 587, 8140 "pokemonId": 398, 8141 "typeId": 3 8142 }, 8143 { 8144 "id": 588, 8145 "pokemonId": 399, 8146 "typeId": 1 8147 }, 8148 { 8149 "id": 589, 8150 "pokemonId": 400, 8151 "typeId": 1 8152 }, 8153 { 8154 "id": 590, 8155 "pokemonId": 400, 8156 "typeId": 11 8157 }, 8158 { 8159 "id": 591, 8160 "pokemonId": 401, 8161 "typeId": 7 8162 }, 8163 { 8164 "id": 592, 8165 "pokemonId": 402, 8166 "typeId": 7 8167 }, 8168 { 8169 "id": 593, 8170 "pokemonId": 403, 8171 "typeId": 13 8172 }, 8173 { 8174 "id": 594, 8175 "pokemonId": 404, 8176 "typeId": 13 8177 }, 8178 { 8179 "id": 595, 8180 "pokemonId": 405, 8181 "typeId": 13 8182 }, 8183 { 8184 "id": 596, 8185 "pokemonId": 406, 8186 "typeId": 12 8187 }, 8188 { 8189 "id": 597, 8190 "pokemonId": 406, 8191 "typeId": 4 8192 }, 8193 { 8194 "id": 598, 8195 "pokemonId": 407, 8196 "typeId": 12 8197 }, 8198 { 8199 "id": 599, 8200 "pokemonId": 407, 8201 "typeId": 4 8202 }, 8203 { 8204 "id": 600, 8205 "pokemonId": 408, 8206 "typeId": 6 8207 }, 8208 { 8209 "id": 601, 8210 "pokemonId": 409, 8211 "typeId": 6 8212 }, 8213 { 8214 "id": 602, 8215 "pokemonId": 410, 8216 "typeId": 6 8217 }, 8218 { 8219 "id": 603, 8220 "pokemonId": 410, 8221 "typeId": 9 8222 }, 8223 { 8224 "id": 604, 8225 "pokemonId": 411, 8226 "typeId": 6 8227 }, 8228 { 8229 "id": 605, 8230 "pokemonId": 411, 8231 "typeId": 9 8232 }, 8233 { 8234 "id": 606, 8235 "pokemonId": 412, 8236 "typeId": 7 8237 }, 8238 { 8239 "id": 607, 8240 "pokemonId": 413, 8241 "typeId": 7 8242 }, 8243 { 8244 "id": 608, 8245 "pokemonId": 413, 8246 "typeId": 12 8247 }, 8248 { 8249 "id": 609, 8250 "pokemonId": 414, 8251 "typeId": 7 8252 }, 8253 { 8254 "id": 610, 8255 "pokemonId": 414, 8256 "typeId": 3 8257 }, 8258 { 8259 "id": 611, 8260 "pokemonId": 415, 8261 "typeId": 7 8262 }, 8263 { 8264 "id": 612, 8265 "pokemonId": 415, 8266 "typeId": 3 8267 }, 8268 { 8269 "id": 613, 8270 "pokemonId": 416, 8271 "typeId": 7 8272 }, 8273 { 8274 "id": 614, 8275 "pokemonId": 416, 8276 "typeId": 3 8277 }, 8278 { 8279 "id": 615, 8280 "pokemonId": 417, 8281 "typeId": 13 8282 }, 8283 { 8284 "id": 616, 8285 "pokemonId": 418, 8286 "typeId": 11 8287 }, 8288 { 8289 "id": 617, 8290 "pokemonId": 419, 8291 "typeId": 11 8292 }, 8293 { 8294 "id": 618, 8295 "pokemonId": 420, 8296 "typeId": 12 8297 }, 8298 { 8299 "id": 619, 8300 "pokemonId": 421, 8301 "typeId": 12 8302 }, 8303 { 8304 "id": 620, 8305 "pokemonId": 422, 8306 "typeId": 11 8307 }, 8308 { 8309 "id": 621, 8310 "pokemonId": 423, 8311 "typeId": 11 8312 }, 8313 { 8314 "id": 622, 8315 "pokemonId": 423, 8316 "typeId": 5 8317 }, 8318 { 8319 "id": 623, 8320 "pokemonId": 424, 8321 "typeId": 1 8322 }, 8323 { 8324 "id": 624, 8325 "pokemonId": 425, 8326 "typeId": 8 8327 }, 8328 { 8329 "id": 625, 8330 "pokemonId": 425, 8331 "typeId": 3 8332 }, 8333 { 8334 "id": 626, 8335 "pokemonId": 426, 8336 "typeId": 8 8337 }, 8338 { 8339 "id": 627, 8340 "pokemonId": 426, 8341 "typeId": 3 8342 }, 8343 { 8344 "id": 628, 8345 "pokemonId": 427, 8346 "typeId": 1 8347 }, 8348 { 8349 "id": 629, 8350 "pokemonId": 428, 8351 "typeId": 1 8352 }, 8353 { 8354 "id": 630, 8355 "pokemonId": 429, 8356 "typeId": 8 8357 }, 8358 { 8359 "id": 631, 8360 "pokemonId": 430, 8361 "typeId": 17 8362 }, 8363 { 8364 "id": 632, 8365 "pokemonId": 430, 8366 "typeId": 3 8367 }, 8368 { 8369 "id": 633, 8370 "pokemonId": 431, 8371 "typeId": 1 8372 }, 8373 { 8374 "id": 634, 8375 "pokemonId": 432, 8376 "typeId": 1 8377 }, 8378 { 8379 "id": 635, 8380 "pokemonId": 433, 8381 "typeId": 14 8382 }, 8383 { 8384 "id": 636, 8385 "pokemonId": 434, 8386 "typeId": 4 8387 }, 8388 { 8389 "id": 637, 8390 "pokemonId": 434, 8391 "typeId": 17 8392 }, 8393 { 8394 "id": 638, 8395 "pokemonId": 435, 8396 "typeId": 4 8397 }, 8398 { 8399 "id": 639, 8400 "pokemonId": 435, 8401 "typeId": 17 8402 }, 8403 { 8404 "id": 640, 8405 "pokemonId": 436, 8406 "typeId": 9 8407 }, 8408 { 8409 "id": 641, 8410 "pokemonId": 436, 8411 "typeId": 14 8412 }, 8413 { 8414 "id": 642, 8415 "pokemonId": 437, 8416 "typeId": 9 8417 }, 8418 { 8419 "id": 643, 8420 "pokemonId": 437, 8421 "typeId": 14 8422 }, 8423 { 8424 "id": 644, 8425 "pokemonId": 438, 8426 "typeId": 6 8427 }, 8428 { 8429 "id": 645, 8430 "pokemonId": 439, 8431 "typeId": 14 8432 }, 8433 { 8434 "id": 646, 8435 "pokemonId": 439, 8436 "typeId": 18 8437 }, 8438 { 8439 "id": 647, 8440 "pokemonId": 440, 8441 "typeId": 1 8442 }, 8443 { 8444 "id": 648, 8445 "pokemonId": 441, 8446 "typeId": 1 8447 }, 8448 { 8449 "id": 649, 8450 "pokemonId": 441, 8451 "typeId": 3 8452 }, 8453 { 8454 "id": 650, 8455 "pokemonId": 442, 8456 "typeId": 8 8457 }, 8458 { 8459 "id": 651, 8460 "pokemonId": 442, 8461 "typeId": 17 8462 }, 8463 { 8464 "id": 652, 8465 "pokemonId": 443, 8466 "typeId": 16 8467 }, 8468 { 8469 "id": 653, 8470 "pokemonId": 443, 8471 "typeId": 5 8472 }, 8473 { 8474 "id": 654, 8475 "pokemonId": 444, 8476 "typeId": 16 8477 }, 8478 { 8479 "id": 655, 8480 "pokemonId": 444, 8481 "typeId": 5 8482 }, 8483 { 8484 "id": 656, 8485 "pokemonId": 445, 8486 "typeId": 16 8487 }, 8488 { 8489 "id": 657, 8490 "pokemonId": 445, 8491 "typeId": 5 8492 }, 8493 { 8494 "id": 658, 8495 "pokemonId": 446, 8496 "typeId": 1 8497 }, 8498 { 8499 "id": 659, 8500 "pokemonId": 447, 8501 "typeId": 2 8502 }, 8503 { 8504 "id": 660, 8505 "pokemonId": 448, 8506 "typeId": 2 8507 }, 8508 { 8509 "id": 661, 8510 "pokemonId": 448, 8511 "typeId": 9 8512 }, 8513 { 8514 "id": 662, 8515 "pokemonId": 449, 8516 "typeId": 5 8517 }, 8518 { 8519 "id": 663, 8520 "pokemonId": 450, 8521 "typeId": 5 8522 }, 8523 { 8524 "id": 664, 8525 "pokemonId": 451, 8526 "typeId": 4 8527 }, 8528 { 8529 "id": 665, 8530 "pokemonId": 451, 8531 "typeId": 7 8532 }, 8533 { 8534 "id": 666, 8535 "pokemonId": 452, 8536 "typeId": 4 8537 }, 8538 { 8539 "id": 667, 8540 "pokemonId": 452, 8541 "typeId": 17 8542 }, 8543 { 8544 "id": 668, 8545 "pokemonId": 453, 8546 "typeId": 4 8547 }, 8548 { 8549 "id": 669, 8550 "pokemonId": 453, 8551 "typeId": 2 8552 }, 8553 { 8554 "id": 670, 8555 "pokemonId": 454, 8556 "typeId": 4 8557 }, 8558 { 8559 "id": 671, 8560 "pokemonId": 454, 8561 "typeId": 2 8562 }, 8563 { 8564 "id": 672, 8565 "pokemonId": 455, 8566 "typeId": 12 8567 }, 8568 { 8569 "id": 673, 8570 "pokemonId": 456, 8571 "typeId": 11 8572 }, 8573 { 8574 "id": 674, 8575 "pokemonId": 457, 8576 "typeId": 11 8577 }, 8578 { 8579 "id": 675, 8580 "pokemonId": 458, 8581 "typeId": 11 8582 }, 8583 { 8584 "id": 676, 8585 "pokemonId": 458, 8586 "typeId": 3 8587 }, 8588 { 8589 "id": 677, 8590 "pokemonId": 459, 8591 "typeId": 12 8592 }, 8593 { 8594 "id": 678, 8595 "pokemonId": 459, 8596 "typeId": 15 8597 }, 8598 { 8599 "id": 679, 8600 "pokemonId": 460, 8601 "typeId": 12 8602 }, 8603 { 8604 "id": 680, 8605 "pokemonId": 460, 8606 "typeId": 15 8607 }, 8608 { 8609 "id": 681, 8610 "pokemonId": 461, 8611 "typeId": 17 8612 }, 8613 { 8614 "id": 682, 8615 "pokemonId": 461, 8616 "typeId": 15 8617 }, 8618 { 8619 "id": 683, 8620 "pokemonId": 462, 8621 "typeId": 13 8622 }, 8623 { 8624 "id": 684, 8625 "pokemonId": 462, 8626 "typeId": 9 8627 }, 8628 { 8629 "id": 685, 8630 "pokemonId": 463, 8631 "typeId": 1 8632 }, 8633 { 8634 "id": 686, 8635 "pokemonId": 464, 8636 "typeId": 5 8637 }, 8638 { 8639 "id": 687, 8640 "pokemonId": 464, 8641 "typeId": 6 8642 }, 8643 { 8644 "id": 688, 8645 "pokemonId": 465, 8646 "typeId": 12 8647 }, 8648 { 8649 "id": 689, 8650 "pokemonId": 466, 8651 "typeId": 13 8652 }, 8653 { 8654 "id": 690, 8655 "pokemonId": 467, 8656 "typeId": 10 8657 }, 8658 { 8659 "id": 691, 8660 "pokemonId": 468, 8661 "typeId": 18 8662 }, 8663 { 8664 "id": 692, 8665 "pokemonId": 468, 8666 "typeId": 3 8667 }, 8668 { 8669 "id": 693, 8670 "pokemonId": 469, 8671 "typeId": 7 8672 }, 8673 { 8674 "id": 694, 8675 "pokemonId": 469, 8676 "typeId": 3 8677 }, 8678 { 8679 "id": 695, 8680 "pokemonId": 470, 8681 "typeId": 12 8682 }, 8683 { 8684 "id": 696, 8685 "pokemonId": 471, 8686 "typeId": 15 8687 }, 8688 { 8689 "id": 697, 8690 "pokemonId": 472, 8691 "typeId": 5 8692 }, 8693 { 8694 "id": 698, 8695 "pokemonId": 472, 8696 "typeId": 3 8697 }, 8698 { 8699 "id": 699, 8700 "pokemonId": 473, 8701 "typeId": 15 8702 }, 8703 { 8704 "id": 700, 8705 "pokemonId": 473, 8706 "typeId": 5 8707 }, 8708 { 8709 "id": 701, 8710 "pokemonId": 474, 8711 "typeId": 1 8712 }, 8713 { 8714 "id": 702, 8715 "pokemonId": 475, 8716 "typeId": 14 8717 }, 8718 { 8719 "id": 703, 8720 "pokemonId": 475, 8721 "typeId": 2 8722 }, 8723 { 8724 "id": 704, 8725 "pokemonId": 476, 8726 "typeId": 6 8727 }, 8728 { 8729 "id": 705, 8730 "pokemonId": 476, 8731 "typeId": 9 8732 }, 8733 { 8734 "id": 706, 8735 "pokemonId": 477, 8736 "typeId": 8 8737 }, 8738 { 8739 "id": 707, 8740 "pokemonId": 478, 8741 "typeId": 15 8742 }, 8743 { 8744 "id": 708, 8745 "pokemonId": 478, 8746 "typeId": 8 8747 }, 8748 { 8749 "id": 709, 8750 "pokemonId": 479, 8751 "typeId": 13 8752 }, 8753 { 8754 "id": 710, 8755 "pokemonId": 479, 8756 "typeId": 8 8757 }, 8758 { 8759 "id": 711, 8760 "pokemonId": 480, 8761 "typeId": 14 8762 }, 8763 { 8764 "id": 712, 8765 "pokemonId": 481, 8766 "typeId": 14 8767 }, 8768 { 8769 "id": 713, 8770 "pokemonId": 482, 8771 "typeId": 14 8772 }, 8773 { 8774 "id": 714, 8775 "pokemonId": 483, 8776 "typeId": 9 8777 }, 8778 { 8779 "id": 715, 8780 "pokemonId": 483, 8781 "typeId": 16 8782 }, 8783 { 8784 "id": 716, 8785 "pokemonId": 484, 8786 "typeId": 11 8787 }, 8788 { 8789 "id": 717, 8790 "pokemonId": 484, 8791 "typeId": 16 8792 }, 8793 { 8794 "id": 718, 8795 "pokemonId": 485, 8796 "typeId": 10 8797 }, 8798 { 8799 "id": 719, 8800 "pokemonId": 485, 8801 "typeId": 9 8802 }, 8803 { 8804 "id": 720, 8805 "pokemonId": 486, 8806 "typeId": 1 8807 }, 8808 { 8809 "id": 721, 8810 "pokemonId": 487, 8811 "typeId": 8 8812 }, 8813 { 8814 "id": 722, 8815 "pokemonId": 487, 8816 "typeId": 16 8817 }, 8818 { 8819 "id": 723, 8820 "pokemonId": 488, 8821 "typeId": 14 8822 }, 8823 { 8824 "id": 724, 8825 "pokemonId": 489, 8826 "typeId": 11 8827 }, 8828 { 8829 "id": 725, 8830 "pokemonId": 490, 8831 "typeId": 11 8832 }, 8833 { 8834 "id": 726, 8835 "pokemonId": 491, 8836 "typeId": 17 8837 }, 8838 { 8839 "id": 727, 8840 "pokemonId": 492, 8841 "typeId": 12 8842 }, 8843 { 8844 "id": 728, 8845 "pokemonId": 493, 8846 "typeId": 1 8847 }, 8848 { 8849 "id": 729, 8850 "pokemonId": 494, 8851 "typeId": 14 8852 }, 8853 { 8854 "id": 730, 8855 "pokemonId": 494, 8856 "typeId": 10 8857 }, 8858 { 8859 "id": 731, 8860 "pokemonId": 495, 8861 "typeId": 12 8862 }, 8863 { 8864 "id": 732, 8865 "pokemonId": 496, 8866 "typeId": 12 8867 }, 8868 { 8869 "id": 733, 8870 "pokemonId": 497, 8871 "typeId": 12 8872 }, 8873 { 8874 "id": 734, 8875 "pokemonId": 498, 8876 "typeId": 10 8877 }, 8878 { 8879 "id": 735, 8880 "pokemonId": 499, 8881 "typeId": 10 8882 }, 8883 { 8884 "id": 736, 8885 "pokemonId": 499, 8886 "typeId": 2 8887 }, 8888 { 8889 "id": 737, 8890 "pokemonId": 500, 8891 "typeId": 10 8892 }, 8893 { 8894 "id": 738, 8895 "pokemonId": 500, 8896 "typeId": 2 8897 }, 8898 { 8899 "id": 739, 8900 "pokemonId": 501, 8901 "typeId": 11 8902 }, 8903 { 8904 "id": 740, 8905 "pokemonId": 502, 8906 "typeId": 11 8907 }, 8908 { 8909 "id": 741, 8910 "pokemonId": 503, 8911 "typeId": 11 8912 }, 8913 { 8914 "id": 742, 8915 "pokemonId": 504, 8916 "typeId": 1 8917 }, 8918 { 8919 "id": 743, 8920 "pokemonId": 505, 8921 "typeId": 1 8922 }, 8923 { 8924 "id": 744, 8925 "pokemonId": 506, 8926 "typeId": 1 8927 }, 8928 { 8929 "id": 745, 8930 "pokemonId": 507, 8931 "typeId": 1 8932 }, 8933 { 8934 "id": 746, 8935 "pokemonId": 508, 8936 "typeId": 1 8937 }, 8938 { 8939 "id": 747, 8940 "pokemonId": 509, 8941 "typeId": 17 8942 }, 8943 { 8944 "id": 748, 8945 "pokemonId": 510, 8946 "typeId": 17 8947 }, 8948 { 8949 "id": 749, 8950 "pokemonId": 511, 8951 "typeId": 12 8952 }, 8953 { 8954 "id": 750, 8955 "pokemonId": 512, 8956 "typeId": 12 8957 }, 8958 { 8959 "id": 751, 8960 "pokemonId": 513, 8961 "typeId": 10 8962 }, 8963 { 8964 "id": 752, 8965 "pokemonId": 514, 8966 "typeId": 10 8967 }, 8968 { 8969 "id": 753, 8970 "pokemonId": 515, 8971 "typeId": 11 8972 }, 8973 { 8974 "id": 754, 8975 "pokemonId": 516, 8976 "typeId": 11 8977 }, 8978 { 8979 "id": 755, 8980 "pokemonId": 517, 8981 "typeId": 14 8982 }, 8983 { 8984 "id": 756, 8985 "pokemonId": 518, 8986 "typeId": 14 8987 }, 8988 { 8989 "id": 757, 8990 "pokemonId": 519, 8991 "typeId": 1 8992 }, 8993 { 8994 "id": 758, 8995 "pokemonId": 519, 8996 "typeId": 3 8997 }, 8998 { 8999 "id": 759, 9000 "pokemonId": 520, 9001 "typeId": 1 9002 }, 9003 { 9004 "id": 760, 9005 "pokemonId": 520, 9006 "typeId": 3 9007 }, 9008 { 9009 "id": 761, 9010 "pokemonId": 521, 9011 "typeId": 1 9012 }, 9013 { 9014 "id": 762, 9015 "pokemonId": 521, 9016 "typeId": 3 9017 }, 9018 { 9019 "id": 763, 9020 "pokemonId": 522, 9021 "typeId": 13 9022 }, 9023 { 9024 "id": 764, 9025 "pokemonId": 523, 9026 "typeId": 13 9027 }, 9028 { 9029 "id": 765, 9030 "pokemonId": 524, 9031 "typeId": 6 9032 }, 9033 { 9034 "id": 766, 9035 "pokemonId": 525, 9036 "typeId": 6 9037 }, 9038 { 9039 "id": 767, 9040 "pokemonId": 526, 9041 "typeId": 6 9042 }, 9043 { 9044 "id": 768, 9045 "pokemonId": 527, 9046 "typeId": 14 9047 }, 9048 { 9049 "id": 769, 9050 "pokemonId": 527, 9051 "typeId": 3 9052 }, 9053 { 9054 "id": 770, 9055 "pokemonId": 528, 9056 "typeId": 14 9057 }, 9058 { 9059 "id": 771, 9060 "pokemonId": 528, 9061 "typeId": 3 9062 }, 9063 { 9064 "id": 772, 9065 "pokemonId": 529, 9066 "typeId": 5 9067 }, 9068 { 9069 "id": 773, 9070 "pokemonId": 530, 9071 "typeId": 5 9072 }, 9073 { 9074 "id": 774, 9075 "pokemonId": 530, 9076 "typeId": 9 9077 }, 9078 { 9079 "id": 775, 9080 "pokemonId": 531, 9081 "typeId": 1 9082 }, 9083 { 9084 "id": 776, 9085 "pokemonId": 532, 9086 "typeId": 2 9087 }, 9088 { 9089 "id": 777, 9090 "pokemonId": 533, 9091 "typeId": 2 9092 }, 9093 { 9094 "id": 778, 9095 "pokemonId": 534, 9096 "typeId": 2 9097 }, 9098 { 9099 "id": 779, 9100 "pokemonId": 535, 9101 "typeId": 11 9102 }, 9103 { 9104 "id": 780, 9105 "pokemonId": 536, 9106 "typeId": 11 9107 }, 9108 { 9109 "id": 781, 9110 "pokemonId": 536, 9111 "typeId": 5 9112 }, 9113 { 9114 "id": 782, 9115 "pokemonId": 537, 9116 "typeId": 11 9117 }, 9118 { 9119 "id": 783, 9120 "pokemonId": 537, 9121 "typeId": 5 9122 }, 9123 { 9124 "id": 784, 9125 "pokemonId": 538, 9126 "typeId": 2 9127 }, 9128 { 9129 "id": 785, 9130 "pokemonId": 539, 9131 "typeId": 2 9132 }, 9133 { 9134 "id": 786, 9135 "pokemonId": 540, 9136 "typeId": 7 9137 }, 9138 { 9139 "id": 787, 9140 "pokemonId": 540, 9141 "typeId": 12 9142 }, 9143 { 9144 "id": 788, 9145 "pokemonId": 541, 9146 "typeId": 7 9147 }, 9148 { 9149 "id": 789, 9150 "pokemonId": 541, 9151 "typeId": 12 9152 }, 9153 { 9154 "id": 790, 9155 "pokemonId": 542, 9156 "typeId": 7 9157 }, 9158 { 9159 "id": 791, 9160 "pokemonId": 542, 9161 "typeId": 12 9162 }, 9163 { 9164 "id": 792, 9165 "pokemonId": 543, 9166 "typeId": 7 9167 }, 9168 { 9169 "id": 793, 9170 "pokemonId": 543, 9171 "typeId": 4 9172 }, 9173 { 9174 "id": 794, 9175 "pokemonId": 544, 9176 "typeId": 7 9177 }, 9178 { 9179 "id": 795, 9180 "pokemonId": 544, 9181 "typeId": 4 9182 }, 9183 { 9184 "id": 796, 9185 "pokemonId": 545, 9186 "typeId": 7 9187 }, 9188 { 9189 "id": 797, 9190 "pokemonId": 545, 9191 "typeId": 4 9192 }, 9193 { 9194 "id": 798, 9195 "pokemonId": 546, 9196 "typeId": 12 9197 }, 9198 { 9199 "id": 799, 9200 "pokemonId": 546, 9201 "typeId": 18 9202 }, 9203 { 9204 "id": 800, 9205 "pokemonId": 547, 9206 "typeId": 12 9207 }, 9208 { 9209 "id": 801, 9210 "pokemonId": 547, 9211 "typeId": 18 9212 }, 9213 { 9214 "id": 802, 9215 "pokemonId": 548, 9216 "typeId": 12 9217 }, 9218 { 9219 "id": 803, 9220 "pokemonId": 549, 9221 "typeId": 12 9222 }, 9223 { 9224 "id": 804, 9225 "pokemonId": 550, 9226 "typeId": 11 9227 }, 9228 { 9229 "id": 805, 9230 "pokemonId": 551, 9231 "typeId": 5 9232 }, 9233 { 9234 "id": 806, 9235 "pokemonId": 551, 9236 "typeId": 17 9237 }, 9238 { 9239 "id": 807, 9240 "pokemonId": 552, 9241 "typeId": 5 9242 }, 9243 { 9244 "id": 808, 9245 "pokemonId": 552, 9246 "typeId": 17 9247 }, 9248 { 9249 "id": 809, 9250 "pokemonId": 553, 9251 "typeId": 5 9252 }, 9253 { 9254 "id": 810, 9255 "pokemonId": 553, 9256 "typeId": 17 9257 }, 9258 { 9259 "id": 811, 9260 "pokemonId": 554, 9261 "typeId": 10 9262 }, 9263 { 9264 "id": 812, 9265 "pokemonId": 555, 9266 "typeId": 10 9267 }, 9268 { 9269 "id": 813, 9270 "pokemonId": 556, 9271 "typeId": 12 9272 }, 9273 { 9274 "id": 814, 9275 "pokemonId": 557, 9276 "typeId": 7 9277 }, 9278 { 9279 "id": 815, 9280 "pokemonId": 557, 9281 "typeId": 6 9282 }, 9283 { 9284 "id": 816, 9285 "pokemonId": 558, 9286 "typeId": 7 9287 }, 9288 { 9289 "id": 817, 9290 "pokemonId": 558, 9291 "typeId": 6 9292 }, 9293 { 9294 "id": 818, 9295 "pokemonId": 559, 9296 "typeId": 17 9297 }, 9298 { 9299 "id": 819, 9300 "pokemonId": 559, 9301 "typeId": 2 9302 }, 9303 { 9304 "id": 820, 9305 "pokemonId": 560, 9306 "typeId": 17 9307 }, 9308 { 9309 "id": 821, 9310 "pokemonId": 560, 9311 "typeId": 2 9312 }, 9313 { 9314 "id": 822, 9315 "pokemonId": 561, 9316 "typeId": 14 9317 }, 9318 { 9319 "id": 823, 9320 "pokemonId": 561, 9321 "typeId": 3 9322 }, 9323 { 9324 "id": 824, 9325 "pokemonId": 562, 9326 "typeId": 8 9327 }, 9328 { 9329 "id": 825, 9330 "pokemonId": 563, 9331 "typeId": 8 9332 }, 9333 { 9334 "id": 826, 9335 "pokemonId": 564, 9336 "typeId": 11 9337 }, 9338 { 9339 "id": 827, 9340 "pokemonId": 564, 9341 "typeId": 6 9342 }, 9343 { 9344 "id": 828, 9345 "pokemonId": 565, 9346 "typeId": 11 9347 }, 9348 { 9349 "id": 829, 9350 "pokemonId": 565, 9351 "typeId": 6 9352 }, 9353 { 9354 "id": 830, 9355 "pokemonId": 566, 9356 "typeId": 6 9357 }, 9358 { 9359 "id": 831, 9360 "pokemonId": 566, 9361 "typeId": 3 9362 }, 9363 { 9364 "id": 832, 9365 "pokemonId": 567, 9366 "typeId": 6 9367 }, 9368 { 9369 "id": 833, 9370 "pokemonId": 567, 9371 "typeId": 3 9372 }, 9373 { 9374 "id": 834, 9375 "pokemonId": 568, 9376 "typeId": 4 9377 }, 9378 { 9379 "id": 835, 9380 "pokemonId": 569, 9381 "typeId": 4 9382 }, 9383 { 9384 "id": 836, 9385 "pokemonId": 570, 9386 "typeId": 17 9387 }, 9388 { 9389 "id": 837, 9390 "pokemonId": 571, 9391 "typeId": 17 9392 }, 9393 { 9394 "id": 838, 9395 "pokemonId": 572, 9396 "typeId": 1 9397 }, 9398 { 9399 "id": 839, 9400 "pokemonId": 573, 9401 "typeId": 1 9402 }, 9403 { 9404 "id": 840, 9405 "pokemonId": 574, 9406 "typeId": 14 9407 }, 9408 { 9409 "id": 841, 9410 "pokemonId": 575, 9411 "typeId": 14 9412 }, 9413 { 9414 "id": 842, 9415 "pokemonId": 576, 9416 "typeId": 14 9417 }, 9418 { 9419 "id": 843, 9420 "pokemonId": 577, 9421 "typeId": 14 9422 }, 9423 { 9424 "id": 844, 9425 "pokemonId": 578, 9426 "typeId": 14 9427 }, 9428 { 9429 "id": 845, 9430 "pokemonId": 579, 9431 "typeId": 14 9432 }, 9433 { 9434 "id": 846, 9435 "pokemonId": 580, 9436 "typeId": 11 9437 }, 9438 { 9439 "id": 847, 9440 "pokemonId": 580, 9441 "typeId": 3 9442 }, 9443 { 9444 "id": 848, 9445 "pokemonId": 581, 9446 "typeId": 11 9447 }, 9448 { 9449 "id": 849, 9450 "pokemonId": 581, 9451 "typeId": 3 9452 }, 9453 { 9454 "id": 850, 9455 "pokemonId": 582, 9456 "typeId": 15 9457 }, 9458 { 9459 "id": 851, 9460 "pokemonId": 583, 9461 "typeId": 15 9462 }, 9463 { 9464 "id": 852, 9465 "pokemonId": 584, 9466 "typeId": 15 9467 }, 9468 { 9469 "id": 853, 9470 "pokemonId": 585, 9471 "typeId": 1 9472 }, 9473 { 9474 "id": 854, 9475 "pokemonId": 585, 9476 "typeId": 12 9477 }, 9478 { 9479 "id": 855, 9480 "pokemonId": 586, 9481 "typeId": 1 9482 }, 9483 { 9484 "id": 856, 9485 "pokemonId": 586, 9486 "typeId": 12 9487 }, 9488 { 9489 "id": 857, 9490 "pokemonId": 587, 9491 "typeId": 13 9492 }, 9493 { 9494 "id": 858, 9495 "pokemonId": 587, 9496 "typeId": 3 9497 }, 9498 { 9499 "id": 859, 9500 "pokemonId": 588, 9501 "typeId": 7 9502 }, 9503 { 9504 "id": 860, 9505 "pokemonId": 589, 9506 "typeId": 7 9507 }, 9508 { 9509 "id": 861, 9510 "pokemonId": 589, 9511 "typeId": 9 9512 }, 9513 { 9514 "id": 862, 9515 "pokemonId": 590, 9516 "typeId": 12 9517 }, 9518 { 9519 "id": 863, 9520 "pokemonId": 590, 9521 "typeId": 4 9522 }, 9523 { 9524 "id": 864, 9525 "pokemonId": 591, 9526 "typeId": 12 9527 }, 9528 { 9529 "id": 865, 9530 "pokemonId": 591, 9531 "typeId": 4 9532 }, 9533 { 9534 "id": 866, 9535 "pokemonId": 592, 9536 "typeId": 11 9537 }, 9538 { 9539 "id": 867, 9540 "pokemonId": 592, 9541 "typeId": 8 9542 }, 9543 { 9544 "id": 868, 9545 "pokemonId": 593, 9546 "typeId": 11 9547 }, 9548 { 9549 "id": 869, 9550 "pokemonId": 593, 9551 "typeId": 8 9552 }, 9553 { 9554 "id": 870, 9555 "pokemonId": 594, 9556 "typeId": 11 9557 }, 9558 { 9559 "id": 871, 9560 "pokemonId": 595, 9561 "typeId": 7 9562 }, 9563 { 9564 "id": 872, 9565 "pokemonId": 595, 9566 "typeId": 13 9567 }, 9568 { 9569 "id": 873, 9570 "pokemonId": 596, 9571 "typeId": 7 9572 }, 9573 { 9574 "id": 874, 9575 "pokemonId": 596, 9576 "typeId": 13 9577 }, 9578 { 9579 "id": 875, 9580 "pokemonId": 597, 9581 "typeId": 12 9582 }, 9583 { 9584 "id": 876, 9585 "pokemonId": 597, 9586 "typeId": 9 9587 }, 9588 { 9589 "id": 877, 9590 "pokemonId": 598, 9591 "typeId": 12 9592 }, 9593 { 9594 "id": 878, 9595 "pokemonId": 598, 9596 "typeId": 9 9597 }, 9598 { 9599 "id": 879, 9600 "pokemonId": 599, 9601 "typeId": 9 9602 }, 9603 { 9604 "id": 880, 9605 "pokemonId": 600, 9606 "typeId": 9 9607 }, 9608 { 9609 "id": 881, 9610 "pokemonId": 601, 9611 "typeId": 9 9612 }, 9613 { 9614 "id": 882, 9615 "pokemonId": 602, 9616 "typeId": 13 9617 }, 9618 { 9619 "id": 883, 9620 "pokemonId": 603, 9621 "typeId": 13 9622 }, 9623 { 9624 "id": 884, 9625 "pokemonId": 604, 9626 "typeId": 13 9627 }, 9628 { 9629 "id": 885, 9630 "pokemonId": 605, 9631 "typeId": 14 9632 }, 9633 { 9634 "id": 886, 9635 "pokemonId": 606, 9636 "typeId": 14 9637 }, 9638 { 9639 "id": 887, 9640 "pokemonId": 607, 9641 "typeId": 8 9642 }, 9643 { 9644 "id": 888, 9645 "pokemonId": 607, 9646 "typeId": 10 9647 }, 9648 { 9649 "id": 889, 9650 "pokemonId": 608, 9651 "typeId": 8 9652 }, 9653 { 9654 "id": 890, 9655 "pokemonId": 608, 9656 "typeId": 10 9657 }, 9658 { 9659 "id": 891, 9660 "pokemonId": 609, 9661 "typeId": 8 9662 }, 9663 { 9664 "id": 892, 9665 "pokemonId": 609, 9666 "typeId": 10 9667 }, 9668 { 9669 "id": 893, 9670 "pokemonId": 610, 9671 "typeId": 16 9672 }, 9673 { 9674 "id": 894, 9675 "pokemonId": 611, 9676 "typeId": 16 9677 }, 9678 { 9679 "id": 895, 9680 "pokemonId": 612, 9681 "typeId": 16 9682 }, 9683 { 9684 "id": 896, 9685 "pokemonId": 613, 9686 "typeId": 15 9687 }, 9688 { 9689 "id": 897, 9690 "pokemonId": 614, 9691 "typeId": 15 9692 }, 9693 { 9694 "id": 898, 9695 "pokemonId": 615, 9696 "typeId": 15 9697 }, 9698 { 9699 "id": 899, 9700 "pokemonId": 616, 9701 "typeId": 7 9702 }, 9703 { 9704 "id": 900, 9705 "pokemonId": 617, 9706 "typeId": 7 9707 }, 9708 { 9709 "id": 901, 9710 "pokemonId": 618, 9711 "typeId": 5 9712 }, 9713 { 9714 "id": 902, 9715 "pokemonId": 618, 9716 "typeId": 13 9717 }, 9718 { 9719 "id": 903, 9720 "pokemonId": 619, 9721 "typeId": 2 9722 }, 9723 { 9724 "id": 904, 9725 "pokemonId": 620, 9726 "typeId": 2 9727 }, 9728 { 9729 "id": 905, 9730 "pokemonId": 621, 9731 "typeId": 16 9732 }, 9733 { 9734 "id": 906, 9735 "pokemonId": 622, 9736 "typeId": 5 9737 }, 9738 { 9739 "id": 907, 9740 "pokemonId": 622, 9741 "typeId": 8 9742 }, 9743 { 9744 "id": 908, 9745 "pokemonId": 623, 9746 "typeId": 5 9747 }, 9748 { 9749 "id": 909, 9750 "pokemonId": 623, 9751 "typeId": 8 9752 }, 9753 { 9754 "id": 910, 9755 "pokemonId": 624, 9756 "typeId": 17 9757 }, 9758 { 9759 "id": 911, 9760 "pokemonId": 624, 9761 "typeId": 9 9762 }, 9763 { 9764 "id": 912, 9765 "pokemonId": 625, 9766 "typeId": 17 9767 }, 9768 { 9769 "id": 913, 9770 "pokemonId": 625, 9771 "typeId": 9 9772 }, 9773 { 9774 "id": 914, 9775 "pokemonId": 626, 9776 "typeId": 1 9777 }, 9778 { 9779 "id": 915, 9780 "pokemonId": 627, 9781 "typeId": 1 9782 }, 9783 { 9784 "id": 916, 9785 "pokemonId": 627, 9786 "typeId": 3 9787 }, 9788 { 9789 "id": 917, 9790 "pokemonId": 628, 9791 "typeId": 1 9792 }, 9793 { 9794 "id": 918, 9795 "pokemonId": 628, 9796 "typeId": 3 9797 }, 9798 { 9799 "id": 919, 9800 "pokemonId": 629, 9801 "typeId": 17 9802 }, 9803 { 9804 "id": 920, 9805 "pokemonId": 629, 9806 "typeId": 3 9807 }, 9808 { 9809 "id": 921, 9810 "pokemonId": 630, 9811 "typeId": 17 9812 }, 9813 { 9814 "id": 922, 9815 "pokemonId": 630, 9816 "typeId": 3 9817 }, 9818 { 9819 "id": 923, 9820 "pokemonId": 631, 9821 "typeId": 10 9822 }, 9823 { 9824 "id": 924, 9825 "pokemonId": 632, 9826 "typeId": 7 9827 }, 9828 { 9829 "id": 925, 9830 "pokemonId": 632, 9831 "typeId": 9 9832 }, 9833 { 9834 "id": 926, 9835 "pokemonId": 633, 9836 "typeId": 17 9837 }, 9838 { 9839 "id": 927, 9840 "pokemonId": 633, 9841 "typeId": 16 9842 }, 9843 { 9844 "id": 928, 9845 "pokemonId": 634, 9846 "typeId": 17 9847 }, 9848 { 9849 "id": 929, 9850 "pokemonId": 634, 9851 "typeId": 16 9852 }, 9853 { 9854 "id": 930, 9855 "pokemonId": 635, 9856 "typeId": 17 9857 }, 9858 { 9859 "id": 931, 9860 "pokemonId": 635, 9861 "typeId": 16 9862 }, 9863 { 9864 "id": 932, 9865 "pokemonId": 636, 9866 "typeId": 7 9867 }, 9868 { 9869 "id": 933, 9870 "pokemonId": 636, 9871 "typeId": 10 9872 }, 9873 { 9874 "id": 934, 9875 "pokemonId": 637, 9876 "typeId": 7 9877 }, 9878 { 9879 "id": 935, 9880 "pokemonId": 637, 9881 "typeId": 10 9882 }, 9883 { 9884 "id": 936, 9885 "pokemonId": 638, 9886 "typeId": 9 9887 }, 9888 { 9889 "id": 937, 9890 "pokemonId": 638, 9891 "typeId": 2 9892 }, 9893 { 9894 "id": 938, 9895 "pokemonId": 639, 9896 "typeId": 6 9897 }, 9898 { 9899 "id": 939, 9900 "pokemonId": 639, 9901 "typeId": 2 9902 }, 9903 { 9904 "id": 940, 9905 "pokemonId": 640, 9906 "typeId": 12 9907 }, 9908 { 9909 "id": 941, 9910 "pokemonId": 640, 9911 "typeId": 2 9912 }, 9913 { 9914 "id": 942, 9915 "pokemonId": 641, 9916 "typeId": 3 9917 }, 9918 { 9919 "id": 943, 9920 "pokemonId": 642, 9921 "typeId": 13 9922 }, 9923 { 9924 "id": 944, 9925 "pokemonId": 642, 9926 "typeId": 3 9927 }, 9928 { 9929 "id": 945, 9930 "pokemonId": 643, 9931 "typeId": 16 9932 }, 9933 { 9934 "id": 946, 9935 "pokemonId": 643, 9936 "typeId": 10 9937 }, 9938 { 9939 "id": 947, 9940 "pokemonId": 644, 9941 "typeId": 16 9942 }, 9943 { 9944 "id": 948, 9945 "pokemonId": 644, 9946 "typeId": 13 9947 }, 9948 { 9949 "id": 949, 9950 "pokemonId": 645, 9951 "typeId": 5 9952 }, 9953 { 9954 "id": 950, 9955 "pokemonId": 645, 9956 "typeId": 3 9957 }, 9958 { 9959 "id": 951, 9960 "pokemonId": 646, 9961 "typeId": 16 9962 }, 9963 { 9964 "id": 952, 9965 "pokemonId": 646, 9966 "typeId": 15 9967 }, 9968 { 9969 "id": 953, 9970 "pokemonId": 647, 9971 "typeId": 11 9972 }, 9973 { 9974 "id": 954, 9975 "pokemonId": 647, 9976 "typeId": 2 9977 }, 9978 { 9979 "id": 955, 9980 "pokemonId": 648, 9981 "typeId": 1 9982 }, 9983 { 9984 "id": 956, 9985 "pokemonId": 648, 9986 "typeId": 14 9987 }, 9988 { 9989 "id": 957, 9990 "pokemonId": 649, 9991 "typeId": 7 9992 }, 9993 { 9994 "id": 958, 9995 "pokemonId": 649, 9996 "typeId": 9 9997 }, 9998 { 9999 "id": 959, 10000 "pokemonId": 650, 10001 "typeId": 12 10002 }, 10003 { 10004 "id": 960, 10005 "pokemonId": 651, 10006 "typeId": 12 10007 }, 10008 { 10009 "id": 961, 10010 "pokemonId": 652, 10011 "typeId": 12 10012 }, 10013 { 10014 "id": 962, 10015 "pokemonId": 652, 10016 "typeId": 2 10017 }, 10018 { 10019 "id": 963, 10020 "pokemonId": 653, 10021 "typeId": 10 10022 }, 10023 { 10024 "id": 964, 10025 "pokemonId": 654, 10026 "typeId": 10 10027 }, 10028 { 10029 "id": 965, 10030 "pokemonId": 655, 10031 "typeId": 10 10032 }, 10033 { 10034 "id": 966, 10035 "pokemonId": 655, 10036 "typeId": 14 10037 }, 10038 { 10039 "id": 967, 10040 "pokemonId": 656, 10041 "typeId": 11 10042 }, 10043 { 10044 "id": 968, 10045 "pokemonId": 657, 10046 "typeId": 11 10047 }, 10048 { 10049 "id": 969, 10050 "pokemonId": 658, 10051 "typeId": 11 10052 }, 10053 { 10054 "id": 970, 10055 "pokemonId": 658, 10056 "typeId": 17 10057 }, 10058 { 10059 "id": 971, 10060 "pokemonId": 659, 10061 "typeId": 1 10062 }, 10063 { 10064 "id": 972, 10065 "pokemonId": 660, 10066 "typeId": 1 10067 }, 10068 { 10069 "id": 973, 10070 "pokemonId": 660, 10071 "typeId": 5 10072 }, 10073 { 10074 "id": 974, 10075 "pokemonId": 661, 10076 "typeId": 1 10077 }, 10078 { 10079 "id": 975, 10080 "pokemonId": 661, 10081 "typeId": 3 10082 }, 10083 { 10084 "id": 976, 10085 "pokemonId": 662, 10086 "typeId": 10 10087 }, 10088 { 10089 "id": 977, 10090 "pokemonId": 662, 10091 "typeId": 3 10092 }, 10093 { 10094 "id": 978, 10095 "pokemonId": 663, 10096 "typeId": 10 10097 }, 10098 { 10099 "id": 979, 10100 "pokemonId": 663, 10101 "typeId": 3 10102 }, 10103 { 10104 "id": 980, 10105 "pokemonId": 664, 10106 "typeId": 7 10107 }, 10108 { 10109 "id": 981, 10110 "pokemonId": 665, 10111 "typeId": 7 10112 }, 10113 { 10114 "id": 982, 10115 "pokemonId": 666, 10116 "typeId": 7 10117 }, 10118 { 10119 "id": 983, 10120 "pokemonId": 666, 10121 "typeId": 3 10122 }, 10123 { 10124 "id": 984, 10125 "pokemonId": 667, 10126 "typeId": 10 10127 }, 10128 { 10129 "id": 985, 10130 "pokemonId": 667, 10131 "typeId": 1 10132 }, 10133 { 10134 "id": 986, 10135 "pokemonId": 668, 10136 "typeId": 10 10137 }, 10138 { 10139 "id": 987, 10140 "pokemonId": 668, 10141 "typeId": 1 10142 }, 10143 { 10144 "id": 988, 10145 "pokemonId": 669, 10146 "typeId": 18 10147 }, 10148 { 10149 "id": 989, 10150 "pokemonId": 670, 10151 "typeId": 18 10152 }, 10153 { 10154 "id": 990, 10155 "pokemonId": 671, 10156 "typeId": 18 10157 }, 10158 { 10159 "id": 991, 10160 "pokemonId": 672, 10161 "typeId": 12 10162 }, 10163 { 10164 "id": 992, 10165 "pokemonId": 673, 10166 "typeId": 12 10167 }, 10168 { 10169 "id": 993, 10170 "pokemonId": 674, 10171 "typeId": 2 10172 }, 10173 { 10174 "id": 994, 10175 "pokemonId": 675, 10176 "typeId": 2 10177 }, 10178 { 10179 "id": 995, 10180 "pokemonId": 675, 10181 "typeId": 17 10182 }, 10183 { 10184 "id": 996, 10185 "pokemonId": 676, 10186 "typeId": 1 10187 }, 10188 { 10189 "id": 997, 10190 "pokemonId": 677, 10191 "typeId": 14 10192 }, 10193 { 10194 "id": 998, 10195 "pokemonId": 678, 10196 "typeId": 14 10197 }, 10198 { 10199 "id": 999, 10200 "pokemonId": 679, 10201 "typeId": 9 10202 }, 10203 { 10204 "id": 1000, 10205 "pokemonId": 679, 10206 "typeId": 8 10207 }, 10208 { 10209 "id": 1001, 10210 "pokemonId": 680, 10211 "typeId": 9 10212 }, 10213 { 10214 "id": 1002, 10215 "pokemonId": 680, 10216 "typeId": 8 10217 }, 10218 { 10219 "id": 1003, 10220 "pokemonId": 681, 10221 "typeId": 9 10222 }, 10223 { 10224 "id": 1004, 10225 "pokemonId": 681, 10226 "typeId": 8 10227 }, 10228 { 10229 "id": 1005, 10230 "pokemonId": 682, 10231 "typeId": 18 10232 }, 10233 { 10234 "id": 1006, 10235 "pokemonId": 683, 10236 "typeId": 18 10237 }, 10238 { 10239 "id": 1007, 10240 "pokemonId": 684, 10241 "typeId": 18 10242 }, 10243 { 10244 "id": 1008, 10245 "pokemonId": 685, 10246 "typeId": 18 10247 }, 10248 { 10249 "id": 1009, 10250 "pokemonId": 686, 10251 "typeId": 17 10252 }, 10253 { 10254 "id": 1010, 10255 "pokemonId": 686, 10256 "typeId": 14 10257 }, 10258 { 10259 "id": 1011, 10260 "pokemonId": 687, 10261 "typeId": 17 10262 }, 10263 { 10264 "id": 1012, 10265 "pokemonId": 687, 10266 "typeId": 14 10267 }, 10268 { 10269 "id": 1013, 10270 "pokemonId": 688, 10271 "typeId": 6 10272 }, 10273 { 10274 "id": 1014, 10275 "pokemonId": 688, 10276 "typeId": 11 10277 }, 10278 { 10279 "id": 1015, 10280 "pokemonId": 689, 10281 "typeId": 6 10282 }, 10283 { 10284 "id": 1016, 10285 "pokemonId": 689, 10286 "typeId": 11 10287 }, 10288 { 10289 "id": 1017, 10290 "pokemonId": 690, 10291 "typeId": 4 10292 }, 10293 { 10294 "id": 1018, 10295 "pokemonId": 690, 10296 "typeId": 11 10297 }, 10298 { 10299 "id": 1019, 10300 "pokemonId": 691, 10301 "typeId": 4 10302 }, 10303 { 10304 "id": 1020, 10305 "pokemonId": 691, 10306 "typeId": 16 10307 }, 10308 { 10309 "id": 1021, 10310 "pokemonId": 692, 10311 "typeId": 11 10312 }, 10313 { 10314 "id": 1022, 10315 "pokemonId": 693, 10316 "typeId": 11 10317 }, 10318 { 10319 "id": 1023, 10320 "pokemonId": 694, 10321 "typeId": 13 10322 }, 10323 { 10324 "id": 1024, 10325 "pokemonId": 694, 10326 "typeId": 1 10327 }, 10328 { 10329 "id": 1025, 10330 "pokemonId": 695, 10331 "typeId": 13 10332 }, 10333 { 10334 "id": 1026, 10335 "pokemonId": 695, 10336 "typeId": 1 10337 }, 10338 { 10339 "id": 1027, 10340 "pokemonId": 696, 10341 "typeId": 6 10342 }, 10343 { 10344 "id": 1028, 10345 "pokemonId": 696, 10346 "typeId": 16 10347 }, 10348 { 10349 "id": 1029, 10350 "pokemonId": 697, 10351 "typeId": 6 10352 }, 10353 { 10354 "id": 1030, 10355 "pokemonId": 697, 10356 "typeId": 16 10357 }, 10358 { 10359 "id": 1031, 10360 "pokemonId": 698, 10361 "typeId": 6 10362 }, 10363 { 10364 "id": 1032, 10365 "pokemonId": 698, 10366 "typeId": 15 10367 }, 10368 { 10369 "id": 1033, 10370 "pokemonId": 699, 10371 "typeId": 6 10372 }, 10373 { 10374 "id": 1034, 10375 "pokemonId": 699, 10376 "typeId": 15 10377 }, 10378 { 10379 "id": 1035, 10380 "pokemonId": 700, 10381 "typeId": 18 10382 }, 10383 { 10384 "id": 1036, 10385 "pokemonId": 701, 10386 "typeId": 2 10387 }, 10388 { 10389 "id": 1037, 10390 "pokemonId": 701, 10391 "typeId": 3 10392 }, 10393 { 10394 "id": 1038, 10395 "pokemonId": 702, 10396 "typeId": 13 10397 }, 10398 { 10399 "id": 1039, 10400 "pokemonId": 702, 10401 "typeId": 18 10402 }, 10403 { 10404 "id": 1040, 10405 "pokemonId": 703, 10406 "typeId": 6 10407 }, 10408 { 10409 "id": 1041, 10410 "pokemonId": 703, 10411 "typeId": 18 10412 }, 10413 { 10414 "id": 1042, 10415 "pokemonId": 704, 10416 "typeId": 16 10417 }, 10418 { 10419 "id": 1043, 10420 "pokemonId": 705, 10421 "typeId": 16 10422 }, 10423 { 10424 "id": 1044, 10425 "pokemonId": 706, 10426 "typeId": 16 10427 }, 10428 { 10429 "id": 1045, 10430 "pokemonId": 707, 10431 "typeId": 9 10432 }, 10433 { 10434 "id": 1046, 10435 "pokemonId": 707, 10436 "typeId": 18 10437 }, 10438 { 10439 "id": 1047, 10440 "pokemonId": 708, 10441 "typeId": 8 10442 }, 10443 { 10444 "id": 1048, 10445 "pokemonId": 708, 10446 "typeId": 12 10447 }, 10448 { 10449 "id": 1049, 10450 "pokemonId": 709, 10451 "typeId": 8 10452 }, 10453 { 10454 "id": 1050, 10455 "pokemonId": 709, 10456 "typeId": 12 10457 }, 10458 { 10459 "id": 1051, 10460 "pokemonId": 710, 10461 "typeId": 8 10462 }, 10463 { 10464 "id": 1052, 10465 "pokemonId": 710, 10466 "typeId": 12 10467 }, 10468 { 10469 "id": 1053, 10470 "pokemonId": 711, 10471 "typeId": 8 10472 }, 10473 { 10474 "id": 1054, 10475 "pokemonId": 711, 10476 "typeId": 12 10477 }, 10478 { 10479 "id": 1055, 10480 "pokemonId": 712, 10481 "typeId": 15 10482 }, 10483 { 10484 "id": 1056, 10485 "pokemonId": 713, 10486 "typeId": 15 10487 }, 10488 { 10489 "id": 1057, 10490 "pokemonId": 714, 10491 "typeId": 3 10492 }, 10493 { 10494 "id": 1058, 10495 "pokemonId": 714, 10496 "typeId": 16 10497 }, 10498 { 10499 "id": 1059, 10500 "pokemonId": 715, 10501 "typeId": 3 10502 }, 10503 { 10504 "id": 1060, 10505 "pokemonId": 715, 10506 "typeId": 16 10507 }, 10508 { 10509 "id": 1061, 10510 "pokemonId": 716, 10511 "typeId": 18 10512 }, 10513 { 10514 "id": 1062, 10515 "pokemonId": 717, 10516 "typeId": 17 10517 }, 10518 { 10519 "id": 1063, 10520 "pokemonId": 717, 10521 "typeId": 3 10522 }, 10523 { 10524 "id": 1064, 10525 "pokemonId": 718, 10526 "typeId": 16 10527 }, 10528 { 10529 "id": 1065, 10530 "pokemonId": 718, 10531 "typeId": 5 10532 }, 10533 { 10534 "id": 1066, 10535 "pokemonId": 719, 10536 "typeId": 6 10537 }, 10538 { 10539 "id": 1067, 10540 "pokemonId": 719, 10541 "typeId": 18 10542 }, 10543 { 10544 "id": 1068, 10545 "pokemonId": 720, 10546 "typeId": 14 10547 }, 10548 { 10549 "id": 1069, 10550 "pokemonId": 720, 10551 "typeId": 8 10552 }, 10553 { 10554 "id": 1070, 10555 "pokemonId": 721, 10556 "typeId": 10 10557 }, 10558 { 10559 "id": 1071, 10560 "pokemonId": 721, 10561 "typeId": 11 10562 }, 10563 { 10564 "id": 1072, 10565 "pokemonId": 722, 10566 "typeId": 12 10567 }, 10568 { 10569 "id": 1073, 10570 "pokemonId": 722, 10571 "typeId": 3 10572 }, 10573 { 10574 "id": 1074, 10575 "pokemonId": 723, 10576 "typeId": 12 10577 }, 10578 { 10579 "id": 1075, 10580 "pokemonId": 723, 10581 "typeId": 3 10582 }, 10583 { 10584 "id": 1076, 10585 "pokemonId": 724, 10586 "typeId": 12 10587 }, 10588 { 10589 "id": 1077, 10590 "pokemonId": 724, 10591 "typeId": 8 10592 }, 10593 { 10594 "id": 1078, 10595 "pokemonId": 725, 10596 "typeId": 10 10597 }, 10598 { 10599 "id": 1079, 10600 "pokemonId": 726, 10601 "typeId": 10 10602 }, 10603 { 10604 "id": 1080, 10605 "pokemonId": 727, 10606 "typeId": 10 10607 }, 10608 { 10609 "id": 1081, 10610 "pokemonId": 727, 10611 "typeId": 17 10612 }, 10613 { 10614 "id": 1082, 10615 "pokemonId": 728, 10616 "typeId": 11 10617 }, 10618 { 10619 "id": 1083, 10620 "pokemonId": 729, 10621 "typeId": 11 10622 }, 10623 { 10624 "id": 1084, 10625 "pokemonId": 730, 10626 "typeId": 11 10627 }, 10628 { 10629 "id": 1085, 10630 "pokemonId": 730, 10631 "typeId": 18 10632 }, 10633 { 10634 "id": 1086, 10635 "pokemonId": 731, 10636 "typeId": 1 10637 }, 10638 { 10639 "id": 1087, 10640 "pokemonId": 731, 10641 "typeId": 3 10642 }, 10643 { 10644 "id": 1088, 10645 "pokemonId": 732, 10646 "typeId": 1 10647 }, 10648 { 10649 "id": 1089, 10650 "pokemonId": 732, 10651 "typeId": 3 10652 }, 10653 { 10654 "id": 1090, 10655 "pokemonId": 733, 10656 "typeId": 1 10657 }, 10658 { 10659 "id": 1091, 10660 "pokemonId": 733, 10661 "typeId": 3 10662 }, 10663 { 10664 "id": 1092, 10665 "pokemonId": 734, 10666 "typeId": 1 10667 }, 10668 { 10669 "id": 1093, 10670 "pokemonId": 735, 10671 "typeId": 1 10672 }, 10673 { 10674 "id": 1094, 10675 "pokemonId": 736, 10676 "typeId": 7 10677 }, 10678 { 10679 "id": 1095, 10680 "pokemonId": 737, 10681 "typeId": 7 10682 }, 10683 { 10684 "id": 1096, 10685 "pokemonId": 737, 10686 "typeId": 13 10687 }, 10688 { 10689 "id": 1097, 10690 "pokemonId": 738, 10691 "typeId": 7 10692 }, 10693 { 10694 "id": 1098, 10695 "pokemonId": 738, 10696 "typeId": 13 10697 }, 10698 { 10699 "id": 1099, 10700 "pokemonId": 739, 10701 "typeId": 2 10702 }, 10703 { 10704 "id": 1100, 10705 "pokemonId": 740, 10706 "typeId": 2 10707 }, 10708 { 10709 "id": 1101, 10710 "pokemonId": 740, 10711 "typeId": 15 10712 }, 10713 { 10714 "id": 1102, 10715 "pokemonId": 741, 10716 "typeId": 10 10717 }, 10718 { 10719 "id": 1103, 10720 "pokemonId": 741, 10721 "typeId": 3 10722 }, 10723 { 10724 "id": 1104, 10725 "pokemonId": 742, 10726 "typeId": 7 10727 }, 10728 { 10729 "id": 1105, 10730 "pokemonId": 742, 10731 "typeId": 18 10732 }, 10733 { 10734 "id": 1106, 10735 "pokemonId": 743, 10736 "typeId": 7 10737 }, 10738 { 10739 "id": 1107, 10740 "pokemonId": 743, 10741 "typeId": 18 10742 }, 10743 { 10744 "id": 1108, 10745 "pokemonId": 744, 10746 "typeId": 6 10747 }, 10748 { 10749 "id": 1109, 10750 "pokemonId": 745, 10751 "typeId": 6 10752 }, 10753 { 10754 "id": 1110, 10755 "pokemonId": 746, 10756 "typeId": 11 10757 }, 10758 { 10759 "id": 1111, 10760 "pokemonId": 747, 10761 "typeId": 4 10762 }, 10763 { 10764 "id": 1112, 10765 "pokemonId": 747, 10766 "typeId": 11 10767 }, 10768 { 10769 "id": 1113, 10770 "pokemonId": 748, 10771 "typeId": 4 10772 }, 10773 { 10774 "id": 1114, 10775 "pokemonId": 748, 10776 "typeId": 11 10777 }, 10778 { 10779 "id": 1115, 10780 "pokemonId": 749, 10781 "typeId": 5 10782 }, 10783 { 10784 "id": 1116, 10785 "pokemonId": 750, 10786 "typeId": 5 10787 }, 10788 { 10789 "id": 1117, 10790 "pokemonId": 751, 10791 "typeId": 11 10792 }, 10793 { 10794 "id": 1118, 10795 "pokemonId": 751, 10796 "typeId": 7 10797 }, 10798 { 10799 "id": 1119, 10800 "pokemonId": 752, 10801 "typeId": 11 10802 }, 10803 { 10804 "id": 1120, 10805 "pokemonId": 752, 10806 "typeId": 7 10807 }, 10808 { 10809 "id": 1121, 10810 "pokemonId": 753, 10811 "typeId": 12 10812 }, 10813 { 10814 "id": 1122, 10815 "pokemonId": 754, 10816 "typeId": 12 10817 }, 10818 { 10819 "id": 1123, 10820 "pokemonId": 755, 10821 "typeId": 12 10822 }, 10823 { 10824 "id": 1124, 10825 "pokemonId": 755, 10826 "typeId": 18 10827 }, 10828 { 10829 "id": 1125, 10830 "pokemonId": 756, 10831 "typeId": 12 10832 }, 10833 { 10834 "id": 1126, 10835 "pokemonId": 756, 10836 "typeId": 18 10837 }, 10838 { 10839 "id": 1127, 10840 "pokemonId": 757, 10841 "typeId": 4 10842 }, 10843 { 10844 "id": 1128, 10845 "pokemonId": 757, 10846 "typeId": 10 10847 }, 10848 { 10849 "id": 1129, 10850 "pokemonId": 758, 10851 "typeId": 4 10852 }, 10853 { 10854 "id": 1130, 10855 "pokemonId": 758, 10856 "typeId": 10 10857 }, 10858 { 10859 "id": 1131, 10860 "pokemonId": 759, 10861 "typeId": 1 10862 }, 10863 { 10864 "id": 1132, 10865 "pokemonId": 759, 10866 "typeId": 2 10867 }, 10868 { 10869 "id": 1133, 10870 "pokemonId": 760, 10871 "typeId": 1 10872 }, 10873 { 10874 "id": 1134, 10875 "pokemonId": 760, 10876 "typeId": 2 10877 }, 10878 { 10879 "id": 1135, 10880 "pokemonId": 761, 10881 "typeId": 12 10882 }, 10883 { 10884 "id": 1136, 10885 "pokemonId": 762, 10886 "typeId": 12 10887 }, 10888 { 10889 "id": 1137, 10890 "pokemonId": 763, 10891 "typeId": 12 10892 }, 10893 { 10894 "id": 1138, 10895 "pokemonId": 764, 10896 "typeId": 18 10897 }, 10898 { 10899 "id": 1139, 10900 "pokemonId": 765, 10901 "typeId": 1 10902 }, 10903 { 10904 "id": 1140, 10905 "pokemonId": 765, 10906 "typeId": 14 10907 }, 10908 { 10909 "id": 1141, 10910 "pokemonId": 766, 10911 "typeId": 2 10912 }, 10913 { 10914 "id": 1142, 10915 "pokemonId": 767, 10916 "typeId": 7 10917 }, 10918 { 10919 "id": 1143, 10920 "pokemonId": 767, 10921 "typeId": 11 10922 }, 10923 { 10924 "id": 1144, 10925 "pokemonId": 768, 10926 "typeId": 7 10927 }, 10928 { 10929 "id": 1145, 10930 "pokemonId": 768, 10931 "typeId": 11 10932 }, 10933 { 10934 "id": 1146, 10935 "pokemonId": 769, 10936 "typeId": 8 10937 }, 10938 { 10939 "id": 1147, 10940 "pokemonId": 769, 10941 "typeId": 5 10942 }, 10943 { 10944 "id": 1148, 10945 "pokemonId": 770, 10946 "typeId": 8 10947 }, 10948 { 10949 "id": 1149, 10950 "pokemonId": 770, 10951 "typeId": 5 10952 }, 10953 { 10954 "id": 1150, 10955 "pokemonId": 771, 10956 "typeId": 11 10957 }, 10958 { 10959 "id": 1151, 10960 "pokemonId": 772, 10961 "typeId": 1 10962 }, 10963 { 10964 "id": 1152, 10965 "pokemonId": 773, 10966 "typeId": 1 10967 }, 10968 { 10969 "id": 1153, 10970 "pokemonId": 774, 10971 "typeId": 6 10972 }, 10973 { 10974 "id": 1154, 10975 "pokemonId": 774, 10976 "typeId": 3 10977 }, 10978 { 10979 "id": 1155, 10980 "pokemonId": 775, 10981 "typeId": 1 10982 }, 10983 { 10984 "id": 1156, 10985 "pokemonId": 776, 10986 "typeId": 10 10987 }, 10988 { 10989 "id": 1157, 10990 "pokemonId": 776, 10991 "typeId": 16 10992 }, 10993 { 10994 "id": 1158, 10995 "pokemonId": 777, 10996 "typeId": 13 10997 }, 10998 { 10999 "id": 1159, 11000 "pokemonId": 777, 11001 "typeId": 9 11002 }, 11003 { 11004 "id": 1160, 11005 "pokemonId": 778, 11006 "typeId": 8 11007 }, 11008 { 11009 "id": 1161, 11010 "pokemonId": 778, 11011 "typeId": 18 11012 }, 11013 { 11014 "id": 1162, 11015 "pokemonId": 779, 11016 "typeId": 11 11017 }, 11018 { 11019 "id": 1163, 11020 "pokemonId": 779, 11021 "typeId": 14 11022 }, 11023 { 11024 "id": 1164, 11025 "pokemonId": 780, 11026 "typeId": 1 11027 }, 11028 { 11029 "id": 1165, 11030 "pokemonId": 780, 11031 "typeId": 16 11032 }, 11033 { 11034 "id": 1166, 11035 "pokemonId": 781, 11036 "typeId": 8 11037 }, 11038 { 11039 "id": 1167, 11040 "pokemonId": 781, 11041 "typeId": 12 11042 }, 11043 { 11044 "id": 1168, 11045 "pokemonId": 782, 11046 "typeId": 16 11047 }, 11048 { 11049 "id": 1169, 11050 "pokemonId": 783, 11051 "typeId": 16 11052 }, 11053 { 11054 "id": 1170, 11055 "pokemonId": 783, 11056 "typeId": 2 11057 }, 11058 { 11059 "id": 1171, 11060 "pokemonId": 784, 11061 "typeId": 16 11062 }, 11063 { 11064 "id": 1172, 11065 "pokemonId": 784, 11066 "typeId": 2 11067 }, 11068 { 11069 "id": 1173, 11070 "pokemonId": 785, 11071 "typeId": 13 11072 }, 11073 { 11074 "id": 1174, 11075 "pokemonId": 785, 11076 "typeId": 18 11077 }, 11078 { 11079 "id": 1175, 11080 "pokemonId": 786, 11081 "typeId": 14 11082 }, 11083 { 11084 "id": 1176, 11085 "pokemonId": 786, 11086 "typeId": 18 11087 }, 11088 { 11089 "id": 1177, 11090 "pokemonId": 787, 11091 "typeId": 12 11092 }, 11093 { 11094 "id": 1178, 11095 "pokemonId": 787, 11096 "typeId": 18 11097 }, 11098 { 11099 "id": 1179, 11100 "pokemonId": 788, 11101 "typeId": 11 11102 }, 11103 { 11104 "id": 1180, 11105 "pokemonId": 788, 11106 "typeId": 18 11107 }, 11108 { 11109 "id": 1181, 11110 "pokemonId": 789, 11111 "typeId": 14 11112 }, 11113 { 11114 "id": 1182, 11115 "pokemonId": 790, 11116 "typeId": 14 11117 }, 11118 { 11119 "id": 1183, 11120 "pokemonId": 791, 11121 "typeId": 14 11122 }, 11123 { 11124 "id": 1184, 11125 "pokemonId": 791, 11126 "typeId": 9 11127 }, 11128 { 11129 "id": 1185, 11130 "pokemonId": 792, 11131 "typeId": 14 11132 }, 11133 { 11134 "id": 1186, 11135 "pokemonId": 792, 11136 "typeId": 8 11137 }, 11138 { 11139 "id": 1187, 11140 "pokemonId": 793, 11141 "typeId": 6 11142 }, 11143 { 11144 "id": 1188, 11145 "pokemonId": 793, 11146 "typeId": 4 11147 }, 11148 { 11149 "id": 1189, 11150 "pokemonId": 794, 11151 "typeId": 7 11152 }, 11153 { 11154 "id": 1190, 11155 "pokemonId": 794, 11156 "typeId": 2 11157 }, 11158 { 11159 "id": 1191, 11160 "pokemonId": 795, 11161 "typeId": 7 11162 }, 11163 { 11164 "id": 1192, 11165 "pokemonId": 795, 11166 "typeId": 2 11167 }, 11168 { 11169 "id": 1193, 11170 "pokemonId": 796, 11171 "typeId": 13 11172 }, 11173 { 11174 "id": 1194, 11175 "pokemonId": 797, 11176 "typeId": 9 11177 }, 11178 { 11179 "id": 1195, 11180 "pokemonId": 797, 11181 "typeId": 3 11182 }, 11183 { 11184 "id": 1196, 11185 "pokemonId": 798, 11186 "typeId": 12 11187 }, 11188 { 11189 "id": 1197, 11190 "pokemonId": 798, 11191 "typeId": 9 11192 }, 11193 { 11194 "id": 1198, 11195 "pokemonId": 799, 11196 "typeId": 17 11197 }, 11198 { 11199 "id": 1199, 11200 "pokemonId": 799, 11201 "typeId": 16 11202 }, 11203 { 11204 "id": 1200, 11205 "pokemonId": 800, 11206 "typeId": 14 11207 }, 11208 { 11209 "id": 1201, 11210 "pokemonId": 801, 11211 "typeId": 9 11212 }, 11213 { 11214 "id": 1202, 11215 "pokemonId": 801, 11216 "typeId": 18 11217 }, 11218 { 11219 "id": 1203, 11220 "pokemonId": 802, 11221 "typeId": 2 11222 }, 11223 { 11224 "id": 1204, 11225 "pokemonId": 802, 11226 "typeId": 8 11227 }, 11228 { 11229 "id": 1205, 11230 "pokemonId": 803, 11231 "typeId": 4 11232 }, 11233 { 11234 "id": 1206, 11235 "pokemonId": 804, 11236 "typeId": 4 11237 }, 11238 { 11239 "id": 1207, 11240 "pokemonId": 804, 11241 "typeId": 16 11242 }, 11243 { 11244 "id": 1208, 11245 "pokemonId": 805, 11246 "typeId": 6 11247 }, 11248 { 11249 "id": 1209, 11250 "pokemonId": 805, 11251 "typeId": 9 11252 }, 11253 { 11254 "id": 1210, 11255 "pokemonId": 806, 11256 "typeId": 10 11257 }, 11258 { 11259 "id": 1211, 11260 "pokemonId": 806, 11261 "typeId": 8 11262 }, 11263 { 11264 "id": 1212, 11265 "pokemonId": 807, 11266 "typeId": 13 11267 }, 11268 { 11269 "id": 1213, 11270 "pokemonId": 808, 11271 "typeId": 9 11272 }, 11273 { 11274 "id": 1214, 11275 "pokemonId": 809, 11276 "typeId": 9 11277 }, 11278 { 11279 "id": 1215, 11280 "pokemonId": 810, 11281 "typeId": 12 11282 }, 11283 { 11284 "id": 1216, 11285 "pokemonId": 811, 11286 "typeId": 12 11287 }, 11288 { 11289 "id": 1217, 11290 "pokemonId": 812, 11291 "typeId": 12 11292 }, 11293 { 11294 "id": 1218, 11295 "pokemonId": 813, 11296 "typeId": 10 11297 }, 11298 { 11299 "id": 1219, 11300 "pokemonId": 814, 11301 "typeId": 10 11302 }, 11303 { 11304 "id": 1220, 11305 "pokemonId": 815, 11306 "typeId": 10 11307 }, 11308 { 11309 "id": 1221, 11310 "pokemonId": 816, 11311 "typeId": 11 11312 }, 11313 { 11314 "id": 1222, 11315 "pokemonId": 817, 11316 "typeId": 11 11317 }, 11318 { 11319 "id": 1223, 11320 "pokemonId": 818, 11321 "typeId": 11 11322 }, 11323 { 11324 "id": 1224, 11325 "pokemonId": 819, 11326 "typeId": 1 11327 }, 11328 { 11329 "id": 1225, 11330 "pokemonId": 820, 11331 "typeId": 1 11332 }, 11333 { 11334 "id": 1226, 11335 "pokemonId": 821, 11336 "typeId": 3 11337 }, 11338 { 11339 "id": 1227, 11340 "pokemonId": 822, 11341 "typeId": 3 11342 }, 11343 { 11344 "id": 1228, 11345 "pokemonId": 823, 11346 "typeId": 3 11347 }, 11348 { 11349 "id": 1229, 11350 "pokemonId": 823, 11351 "typeId": 9 11352 }, 11353 { 11354 "id": 1230, 11355 "pokemonId": 824, 11356 "typeId": 7 11357 }, 11358 { 11359 "id": 1231, 11360 "pokemonId": 825, 11361 "typeId": 7 11362 }, 11363 { 11364 "id": 1232, 11365 "pokemonId": 825, 11366 "typeId": 14 11367 }, 11368 { 11369 "id": 1233, 11370 "pokemonId": 826, 11371 "typeId": 7 11372 }, 11373 { 11374 "id": 1234, 11375 "pokemonId": 826, 11376 "typeId": 14 11377 }, 11378 { 11379 "id": 1235, 11380 "pokemonId": 827, 11381 "typeId": 17 11382 }, 11383 { 11384 "id": 1236, 11385 "pokemonId": 828, 11386 "typeId": 17 11387 }, 11388 { 11389 "id": 1237, 11390 "pokemonId": 829, 11391 "typeId": 12 11392 }, 11393 { 11394 "id": 1238, 11395 "pokemonId": 830, 11396 "typeId": 12 11397 }, 11398 { 11399 "id": 1239, 11400 "pokemonId": 831, 11401 "typeId": 1 11402 }, 11403 { 11404 "id": 1240, 11405 "pokemonId": 832, 11406 "typeId": 1 11407 }, 11408 { 11409 "id": 1241, 11410 "pokemonId": 833, 11411 "typeId": 11 11412 }, 11413 { 11414 "id": 1242, 11415 "pokemonId": 834, 11416 "typeId": 11 11417 }, 11418 { 11419 "id": 1243, 11420 "pokemonId": 834, 11421 "typeId": 6 11422 }, 11423 { 11424 "id": 1244, 11425 "pokemonId": 835, 11426 "typeId": 13 11427 }, 11428 { 11429 "id": 1245, 11430 "pokemonId": 836, 11431 "typeId": 13 11432 }, 11433 { 11434 "id": 1246, 11435 "pokemonId": 837, 11436 "typeId": 6 11437 }, 11438 { 11439 "id": 1247, 11440 "pokemonId": 838, 11441 "typeId": 6 11442 }, 11443 { 11444 "id": 1248, 11445 "pokemonId": 838, 11446 "typeId": 10 11447 }, 11448 { 11449 "id": 1249, 11450 "pokemonId": 839, 11451 "typeId": 6 11452 }, 11453 { 11454 "id": 1250, 11455 "pokemonId": 839, 11456 "typeId": 10 11457 }, 11458 { 11459 "id": 1251, 11460 "pokemonId": 840, 11461 "typeId": 12 11462 }, 11463 { 11464 "id": 1252, 11465 "pokemonId": 840, 11466 "typeId": 16 11467 }, 11468 { 11469 "id": 1253, 11470 "pokemonId": 841, 11471 "typeId": 12 11472 }, 11473 { 11474 "id": 1254, 11475 "pokemonId": 841, 11476 "typeId": 16 11477 }, 11478 { 11479 "id": 1255, 11480 "pokemonId": 842, 11481 "typeId": 12 11482 }, 11483 { 11484 "id": 1256, 11485 "pokemonId": 842, 11486 "typeId": 16 11487 }, 11488 { 11489 "id": 1257, 11490 "pokemonId": 843, 11491 "typeId": 5 11492 }, 11493 { 11494 "id": 1258, 11495 "pokemonId": 844, 11496 "typeId": 5 11497 }, 11498 { 11499 "id": 1259, 11500 "pokemonId": 845, 11501 "typeId": 3 11502 }, 11503 { 11504 "id": 1260, 11505 "pokemonId": 845, 11506 "typeId": 11 11507 }, 11508 { 11509 "id": 1261, 11510 "pokemonId": 846, 11511 "typeId": 11 11512 }, 11513 { 11514 "id": 1262, 11515 "pokemonId": 847, 11516 "typeId": 11 11517 }, 11518 { 11519 "id": 1263, 11520 "pokemonId": 848, 11521 "typeId": 13 11522 }, 11523 { 11524 "id": 1264, 11525 "pokemonId": 848, 11526 "typeId": 4 11527 }, 11528 { 11529 "id": 1265, 11530 "pokemonId": 849, 11531 "typeId": 13 11532 }, 11533 { 11534 "id": 1266, 11535 "pokemonId": 849, 11536 "typeId": 4 11537 }, 11538 { 11539 "id": 1267, 11540 "pokemonId": 850, 11541 "typeId": 10 11542 }, 11543 { 11544 "id": 1268, 11545 "pokemonId": 850, 11546 "typeId": 7 11547 }, 11548 { 11549 "id": 1269, 11550 "pokemonId": 851, 11551 "typeId": 10 11552 }, 11553 { 11554 "id": 1270, 11555 "pokemonId": 851, 11556 "typeId": 7 11557 }, 11558 { 11559 "id": 1271, 11560 "pokemonId": 852, 11561 "typeId": 2 11562 }, 11563 { 11564 "id": 1272, 11565 "pokemonId": 853, 11566 "typeId": 2 11567 }, 11568 { 11569 "id": 1273, 11570 "pokemonId": 854, 11571 "typeId": 8 11572 }, 11573 { 11574 "id": 1274, 11575 "pokemonId": 855, 11576 "typeId": 8 11577 }, 11578 { 11579 "id": 1275, 11580 "pokemonId": 856, 11581 "typeId": 14 11582 }, 11583 { 11584 "id": 1276, 11585 "pokemonId": 857, 11586 "typeId": 14 11587 }, 11588 { 11589 "id": 1277, 11590 "pokemonId": 858, 11591 "typeId": 14 11592 }, 11593 { 11594 "id": 1278, 11595 "pokemonId": 858, 11596 "typeId": 18 11597 }, 11598 { 11599 "id": 1279, 11600 "pokemonId": 859, 11601 "typeId": 17 11602 }, 11603 { 11604 "id": 1280, 11605 "pokemonId": 859, 11606 "typeId": 18 11607 }, 11608 { 11609 "id": 1281, 11610 "pokemonId": 860, 11611 "typeId": 17 11612 }, 11613 { 11614 "id": 1282, 11615 "pokemonId": 860, 11616 "typeId": 18 11617 }, 11618 { 11619 "id": 1283, 11620 "pokemonId": 861, 11621 "typeId": 17 11622 }, 11623 { 11624 "id": 1284, 11625 "pokemonId": 861, 11626 "typeId": 18 11627 }, 11628 { 11629 "id": 1285, 11630 "pokemonId": 862, 11631 "typeId": 17 11632 }, 11633 { 11634 "id": 1286, 11635 "pokemonId": 862, 11636 "typeId": 1 11637 }, 11638 { 11639 "id": 1287, 11640 "pokemonId": 863, 11641 "typeId": 9 11642 }, 11643 { 11644 "id": 1288, 11645 "pokemonId": 864, 11646 "typeId": 8 11647 }, 11648 { 11649 "id": 1289, 11650 "pokemonId": 865, 11651 "typeId": 2 11652 }, 11653 { 11654 "id": 1290, 11655 "pokemonId": 866, 11656 "typeId": 15 11657 }, 11658 { 11659 "id": 1291, 11660 "pokemonId": 866, 11661 "typeId": 14 11662 }, 11663 { 11664 "id": 1292, 11665 "pokemonId": 867, 11666 "typeId": 5 11667 }, 11668 { 11669 "id": 1293, 11670 "pokemonId": 867, 11671 "typeId": 8 11672 }, 11673 { 11674 "id": 1294, 11675 "pokemonId": 868, 11676 "typeId": 18 11677 }, 11678 { 11679 "id": 1295, 11680 "pokemonId": 869, 11681 "typeId": 18 11682 }, 11683 { 11684 "id": 1296, 11685 "pokemonId": 870, 11686 "typeId": 2 11687 }, 11688 { 11689 "id": 1297, 11690 "pokemonId": 871, 11691 "typeId": 13 11692 }, 11693 { 11694 "id": 1298, 11695 "pokemonId": 872, 11696 "typeId": 15 11697 }, 11698 { 11699 "id": 1299, 11700 "pokemonId": 872, 11701 "typeId": 7 11702 }, 11703 { 11704 "id": 1300, 11705 "pokemonId": 873, 11706 "typeId": 15 11707 }, 11708 { 11709 "id": 1301, 11710 "pokemonId": 873, 11711 "typeId": 7 11712 }, 11713 { 11714 "id": 1302, 11715 "pokemonId": 874, 11716 "typeId": 6 11717 }, 11718 { 11719 "id": 1303, 11720 "pokemonId": 875, 11721 "typeId": 15 11722 }, 11723 { 11724 "id": 1304, 11725 "pokemonId": 876, 11726 "typeId": 14 11727 }, 11728 { 11729 "id": 1305, 11730 "pokemonId": 876, 11731 "typeId": 1 11732 }, 11733 { 11734 "id": 1306, 11735 "pokemonId": 877, 11736 "typeId": 13 11737 }, 11738 { 11739 "id": 1307, 11740 "pokemonId": 877, 11741 "typeId": 17 11742 }, 11743 { 11744 "id": 1308, 11745 "pokemonId": 878, 11746 "typeId": 9 11747 }, 11748 { 11749 "id": 1309, 11750 "pokemonId": 879, 11751 "typeId": 9 11752 }, 11753 { 11754 "id": 1310, 11755 "pokemonId": 880, 11756 "typeId": 13 11757 }, 11758 { 11759 "id": 1311, 11760 "pokemonId": 880, 11761 "typeId": 16 11762 }, 11763 { 11764 "id": 1312, 11765 "pokemonId": 881, 11766 "typeId": 13 11767 }, 11768 { 11769 "id": 1313, 11770 "pokemonId": 881, 11771 "typeId": 15 11772 }, 11773 { 11774 "id": 1314, 11775 "pokemonId": 882, 11776 "typeId": 11 11777 }, 11778 { 11779 "id": 1315, 11780 "pokemonId": 882, 11781 "typeId": 16 11782 }, 11783 { 11784 "id": 1316, 11785 "pokemonId": 883, 11786 "typeId": 11 11787 }, 11788 { 11789 "id": 1317, 11790 "pokemonId": 883, 11791 "typeId": 15 11792 }, 11793 { 11794 "id": 1318, 11795 "pokemonId": 884, 11796 "typeId": 9 11797 }, 11798 { 11799 "id": 1319, 11800 "pokemonId": 884, 11801 "typeId": 16 11802 }, 11803 { 11804 "id": 1320, 11805 "pokemonId": 885, 11806 "typeId": 16 11807 }, 11808 { 11809 "id": 1321, 11810 "pokemonId": 885, 11811 "typeId": 8 11812 }, 11813 { 11814 "id": 1322, 11815 "pokemonId": 886, 11816 "typeId": 16 11817 }, 11818 { 11819 "id": 1323, 11820 "pokemonId": 886, 11821 "typeId": 8 11822 }, 11823 { 11824 "id": 1324, 11825 "pokemonId": 887, 11826 "typeId": 16 11827 }, 11828 { 11829 "id": 1325, 11830 "pokemonId": 887, 11831 "typeId": 8 11832 }, 11833 { 11834 "id": 1326, 11835 "pokemonId": 888, 11836 "typeId": 18 11837 }, 11838 { 11839 "id": 1327, 11840 "pokemonId": 889, 11841 "typeId": 2 11842 }, 11843 { 11844 "id": 1328, 11845 "pokemonId": 890, 11846 "typeId": 4 11847 }, 11848 { 11849 "id": 1329, 11850 "pokemonId": 890, 11851 "typeId": 16 11852 }, 11853 { 11854 "id": 1330, 11855 "pokemonId": 891, 11856 "typeId": 2 11857 }, 11858 { 11859 "id": 1331, 11860 "pokemonId": 892, 11861 "typeId": 2 11862 }, 11863 { 11864 "id": 1332, 11865 "pokemonId": 892, 11866 "typeId": 17 11867 }, 11868 { 11869 "id": 1333, 11870 "pokemonId": 893, 11871 "typeId": 17 11872 }, 11873 { 11874 "id": 1334, 11875 "pokemonId": 893, 11876 "typeId": 12 11877 }, 11878 { 11879 "id": 1335, 11880 "pokemonId": 894, 11881 "typeId": 13 11882 }, 11883 { 11884 "id": 1336, 11885 "pokemonId": 895, 11886 "typeId": 16 11887 }, 11888 { 11889 "id": 1337, 11890 "pokemonId": 896, 11891 "typeId": 15 11892 }, 11893 { 11894 "id": 1338, 11895 "pokemonId": 897, 11896 "typeId": 8 11897 }, 11898 { 11899 "id": 1339, 11900 "pokemonId": 898, 11901 "typeId": 14 11902 }, 11903 { 11904 "id": 1340, 11905 "pokemonId": 898, 11906 "typeId": 12 11907 }, 11908 { 11909 "id": 1341, 11910 "pokemonId": 899, 11911 "typeId": 1 11912 }, 11913 { 11914 "id": 1342, 11915 "pokemonId": 899, 11916 "typeId": 14 11917 }, 11918 { 11919 "id": 1343, 11920 "pokemonId": 900, 11921 "typeId": 7 11922 }, 11923 { 11924 "id": 1344, 11925 "pokemonId": 900, 11926 "typeId": 6 11927 }, 11928 { 11929 "id": 1345, 11930 "pokemonId": 901, 11931 "typeId": 5 11932 }, 11933 { 11934 "id": 1346, 11935 "pokemonId": 901, 11936 "typeId": 1 11937 }, 11938 { 11939 "id": 1347, 11940 "pokemonId": 902, 11941 "typeId": 11 11942 }, 11943 { 11944 "id": 1348, 11945 "pokemonId": 902, 11946 "typeId": 8 11947 }, 11948 { 11949 "id": 1349, 11950 "pokemonId": 903, 11951 "typeId": 2 11952 }, 11953 { 11954 "id": 1350, 11955 "pokemonId": 903, 11956 "typeId": 4 11957 }, 11958 { 11959 "id": 1351, 11960 "pokemonId": 904, 11961 "typeId": 17 11962 }, 11963 { 11964 "id": 1352, 11965 "pokemonId": 904, 11966 "typeId": 4 11967 }, 11968 { 11969 "id": 1353, 11970 "pokemonId": 905, 11971 "typeId": 18 11972 }, 11973 { 11974 "id": 1354, 11975 "pokemonId": 905, 11976 "typeId": 3 11977 }, 11978 { 11979 "id": 1355, 11980 "pokemonId": 906, 11981 "typeId": 12 11982 }, 11983 { 11984 "id": 1356, 11985 "pokemonId": 907, 11986 "typeId": 12 11987 }, 11988 { 11989 "id": 1357, 11990 "pokemonId": 908, 11991 "typeId": 12 11992 }, 11993 { 11994 "id": 1358, 11995 "pokemonId": 908, 11996 "typeId": 17 11997 }, 11998 { 11999 "id": 1359, 12000 "pokemonId": 909, 12001 "typeId": 10 12002 }, 12003 { 12004 "id": 1360, 12005 "pokemonId": 910, 12006 "typeId": 10 12007 }, 12008 { 12009 "id": 1361, 12010 "pokemonId": 911, 12011 "typeId": 10 12012 }, 12013 { 12014 "id": 1362, 12015 "pokemonId": 911, 12016 "typeId": 8 12017 }, 12018 { 12019 "id": 1363, 12020 "pokemonId": 912, 12021 "typeId": 11 12022 }, 12023 { 12024 "id": 1364, 12025 "pokemonId": 913, 12026 "typeId": 11 12027 }, 12028 { 12029 "id": 1365, 12030 "pokemonId": 914, 12031 "typeId": 11 12032 }, 12033 { 12034 "id": 1366, 12035 "pokemonId": 914, 12036 "typeId": 2 12037 }, 12038 { 12039 "id": 1367, 12040 "pokemonId": 915, 12041 "typeId": 1 12042 }, 12043 { 12044 "id": 1368, 12045 "pokemonId": 916, 12046 "typeId": 1 12047 }, 12048 { 12049 "id": 1369, 12050 "pokemonId": 917, 12051 "typeId": 7 12052 }, 12053 { 12054 "id": 1370, 12055 "pokemonId": 918, 12056 "typeId": 7 12057 }, 12058 { 12059 "id": 1371, 12060 "pokemonId": 919, 12061 "typeId": 7 12062 }, 12063 { 12064 "id": 1372, 12065 "pokemonId": 920, 12066 "typeId": 7 12067 }, 12068 { 12069 "id": 1373, 12070 "pokemonId": 920, 12071 "typeId": 17 12072 }, 12073 { 12074 "id": 1374, 12075 "pokemonId": 921, 12076 "typeId": 13 12077 }, 12078 { 12079 "id": 1375, 12080 "pokemonId": 922, 12081 "typeId": 13 12082 }, 12083 { 12084 "id": 1376, 12085 "pokemonId": 922, 12086 "typeId": 2 12087 }, 12088 { 12089 "id": 1377, 12090 "pokemonId": 923, 12091 "typeId": 13 12092 }, 12093 { 12094 "id": 1378, 12095 "pokemonId": 923, 12096 "typeId": 2 12097 }, 12098 { 12099 "id": 1379, 12100 "pokemonId": 924, 12101 "typeId": 1 12102 }, 12103 { 12104 "id": 1380, 12105 "pokemonId": 925, 12106 "typeId": 1 12107 }, 12108 { 12109 "id": 1381, 12110 "pokemonId": 926, 12111 "typeId": 18 12112 }, 12113 { 12114 "id": 1382, 12115 "pokemonId": 927, 12116 "typeId": 18 12117 }, 12118 { 12119 "id": 1383, 12120 "pokemonId": 928, 12121 "typeId": 12 12122 }, 12123 { 12124 "id": 1384, 12125 "pokemonId": 928, 12126 "typeId": 1 12127 }, 12128 { 12129 "id": 1385, 12130 "pokemonId": 929, 12131 "typeId": 12 12132 }, 12133 { 12134 "id": 1386, 12135 "pokemonId": 929, 12136 "typeId": 1 12137 }, 12138 { 12139 "id": 1387, 12140 "pokemonId": 930, 12141 "typeId": 12 12142 }, 12143 { 12144 "id": 1388, 12145 "pokemonId": 930, 12146 "typeId": 1 12147 }, 12148 { 12149 "id": 1389, 12150 "pokemonId": 931, 12151 "typeId": 1 12152 }, 12153 { 12154 "id": 1390, 12155 "pokemonId": 931, 12156 "typeId": 3 12157 }, 12158 { 12159 "id": 1391, 12160 "pokemonId": 932, 12161 "typeId": 6 12162 }, 12163 { 12164 "id": 1392, 12165 "pokemonId": 933, 12166 "typeId": 6 12167 }, 12168 { 12169 "id": 1393, 12170 "pokemonId": 934, 12171 "typeId": 6 12172 }, 12173 { 12174 "id": 1394, 12175 "pokemonId": 935, 12176 "typeId": 10 12177 }, 12178 { 12179 "id": 1395, 12180 "pokemonId": 936, 12181 "typeId": 10 12182 }, 12183 { 12184 "id": 1396, 12185 "pokemonId": 936, 12186 "typeId": 14 12187 }, 12188 { 12189 "id": 1397, 12190 "pokemonId": 937, 12191 "typeId": 10 12192 }, 12193 { 12194 "id": 1398, 12195 "pokemonId": 937, 12196 "typeId": 8 12197 }, 12198 { 12199 "id": 1399, 12200 "pokemonId": 938, 12201 "typeId": 13 12202 }, 12203 { 12204 "id": 1400, 12205 "pokemonId": 939, 12206 "typeId": 13 12207 }, 12208 { 12209 "id": 1401, 12210 "pokemonId": 940, 12211 "typeId": 13 12212 }, 12213 { 12214 "id": 1402, 12215 "pokemonId": 940, 12216 "typeId": 3 12217 }, 12218 { 12219 "id": 1403, 12220 "pokemonId": 941, 12221 "typeId": 13 12222 }, 12223 { 12224 "id": 1404, 12225 "pokemonId": 941, 12226 "typeId": 3 12227 }, 12228 { 12229 "id": 1405, 12230 "pokemonId": 942, 12231 "typeId": 17 12232 }, 12233 { 12234 "id": 1406, 12235 "pokemonId": 943, 12236 "typeId": 17 12237 }, 12238 { 12239 "id": 1407, 12240 "pokemonId": 944, 12241 "typeId": 4 12242 }, 12243 { 12244 "id": 1408, 12245 "pokemonId": 944, 12246 "typeId": 1 12247 }, 12248 { 12249 "id": 1409, 12250 "pokemonId": 945, 12251 "typeId": 4 12252 }, 12253 { 12254 "id": 1410, 12255 "pokemonId": 945, 12256 "typeId": 1 12257 }, 12258 { 12259 "id": 1411, 12260 "pokemonId": 946, 12261 "typeId": 12 12262 }, 12263 { 12264 "id": 1412, 12265 "pokemonId": 946, 12266 "typeId": 8 12267 }, 12268 { 12269 "id": 1413, 12270 "pokemonId": 947, 12271 "typeId": 12 12272 }, 12273 { 12274 "id": 1414, 12275 "pokemonId": 947, 12276 "typeId": 8 12277 }, 12278 { 12279 "id": 1415, 12280 "pokemonId": 948, 12281 "typeId": 5 12282 }, 12283 { 12284 "id": 1416, 12285 "pokemonId": 948, 12286 "typeId": 12 12287 }, 12288 { 12289 "id": 1417, 12290 "pokemonId": 949, 12291 "typeId": 5 12292 }, 12293 { 12294 "id": 1418, 12295 "pokemonId": 949, 12296 "typeId": 12 12297 }, 12298 { 12299 "id": 1419, 12300 "pokemonId": 950, 12301 "typeId": 6 12302 }, 12303 { 12304 "id": 1420, 12305 "pokemonId": 951, 12306 "typeId": 12 12307 }, 12308 { 12309 "id": 1421, 12310 "pokemonId": 952, 12311 "typeId": 12 12312 }, 12313 { 12314 "id": 1422, 12315 "pokemonId": 952, 12316 "typeId": 10 12317 }, 12318 { 12319 "id": 1423, 12320 "pokemonId": 953, 12321 "typeId": 7 12322 }, 12323 { 12324 "id": 1424, 12325 "pokemonId": 954, 12326 "typeId": 7 12327 }, 12328 { 12329 "id": 1425, 12330 "pokemonId": 954, 12331 "typeId": 14 12332 }, 12333 { 12334 "id": 1426, 12335 "pokemonId": 955, 12336 "typeId": 14 12337 }, 12338 { 12339 "id": 1427, 12340 "pokemonId": 956, 12341 "typeId": 14 12342 }, 12343 { 12344 "id": 1428, 12345 "pokemonId": 957, 12346 "typeId": 18 12347 }, 12348 { 12349 "id": 1429, 12350 "pokemonId": 957, 12351 "typeId": 9 12352 }, 12353 { 12354 "id": 1430, 12355 "pokemonId": 958, 12356 "typeId": 18 12357 }, 12358 { 12359 "id": 1431, 12360 "pokemonId": 958, 12361 "typeId": 9 12362 }, 12363 { 12364 "id": 1432, 12365 "pokemonId": 959, 12366 "typeId": 18 12367 }, 12368 { 12369 "id": 1433, 12370 "pokemonId": 959, 12371 "typeId": 9 12372 }, 12373 { 12374 "id": 1434, 12375 "pokemonId": 960, 12376 "typeId": 11 12377 }, 12378 { 12379 "id": 1435, 12380 "pokemonId": 961, 12381 "typeId": 11 12382 }, 12383 { 12384 "id": 1436, 12385 "pokemonId": 962, 12386 "typeId": 3 12387 }, 12388 { 12389 "id": 1437, 12390 "pokemonId": 962, 12391 "typeId": 17 12392 }, 12393 { 12394 "id": 1438, 12395 "pokemonId": 963, 12396 "typeId": 11 12397 }, 12398 { 12399 "id": 1439, 12400 "pokemonId": 964, 12401 "typeId": 11 12402 }, 12403 { 12404 "id": 1440, 12405 "pokemonId": 965, 12406 "typeId": 9 12407 }, 12408 { 12409 "id": 1441, 12410 "pokemonId": 965, 12411 "typeId": 4 12412 }, 12413 { 12414 "id": 1442, 12415 "pokemonId": 966, 12416 "typeId": 9 12417 }, 12418 { 12419 "id": 1443, 12420 "pokemonId": 966, 12421 "typeId": 4 12422 }, 12423 { 12424 "id": 1444, 12425 "pokemonId": 967, 12426 "typeId": 16 12427 }, 12428 { 12429 "id": 1445, 12430 "pokemonId": 967, 12431 "typeId": 1 12432 }, 12433 { 12434 "id": 1446, 12435 "pokemonId": 968, 12436 "typeId": 9 12437 }, 12438 { 12439 "id": 1447, 12440 "pokemonId": 969, 12441 "typeId": 6 12442 }, 12443 { 12444 "id": 1448, 12445 "pokemonId": 969, 12446 "typeId": 4 12447 }, 12448 { 12449 "id": 1449, 12450 "pokemonId": 970, 12451 "typeId": 6 12452 }, 12453 { 12454 "id": 1450, 12455 "pokemonId": 970, 12456 "typeId": 4 12457 }, 12458 { 12459 "id": 1451, 12460 "pokemonId": 971, 12461 "typeId": 8 12462 }, 12463 { 12464 "id": 1452, 12465 "pokemonId": 972, 12466 "typeId": 8 12467 }, 12468 { 12469 "id": 1453, 12470 "pokemonId": 973, 12471 "typeId": 3 12472 }, 12473 { 12474 "id": 1454, 12475 "pokemonId": 973, 12476 "typeId": 2 12477 }, 12478 { 12479 "id": 1455, 12480 "pokemonId": 974, 12481 "typeId": 15 12482 }, 12483 { 12484 "id": 1456, 12485 "pokemonId": 975, 12486 "typeId": 15 12487 }, 12488 { 12489 "id": 1457, 12490 "pokemonId": 976, 12491 "typeId": 11 12492 }, 12493 { 12494 "id": 1458, 12495 "pokemonId": 976, 12496 "typeId": 14 12497 }, 12498 { 12499 "id": 1459, 12500 "pokemonId": 977, 12501 "typeId": 11 12502 }, 12503 { 12504 "id": 1460, 12505 "pokemonId": 978, 12506 "typeId": 16 12507 }, 12508 { 12509 "id": 1461, 12510 "pokemonId": 978, 12511 "typeId": 11 12512 }, 12513 { 12514 "id": 1462, 12515 "pokemonId": 979, 12516 "typeId": 2 12517 }, 12518 { 12519 "id": 1463, 12520 "pokemonId": 979, 12521 "typeId": 8 12522 }, 12523 { 12524 "id": 1464, 12525 "pokemonId": 980, 12526 "typeId": 4 12527 }, 12528 { 12529 "id": 1465, 12530 "pokemonId": 980, 12531 "typeId": 5 12532 }, 12533 { 12534 "id": 1466, 12535 "pokemonId": 981, 12536 "typeId": 1 12537 }, 12538 { 12539 "id": 1467, 12540 "pokemonId": 981, 12541 "typeId": 14 12542 }, 12543 { 12544 "id": 1468, 12545 "pokemonId": 982, 12546 "typeId": 1 12547 }, 12548 { 12549 "id": 1469, 12550 "pokemonId": 983, 12551 "typeId": 17 12552 }, 12553 { 12554 "id": 1470, 12555 "pokemonId": 983, 12556 "typeId": 9 12557 }, 12558 { 12559 "id": 1471, 12560 "pokemonId": 984, 12561 "typeId": 5 12562 }, 12563 { 12564 "id": 1472, 12565 "pokemonId": 984, 12566 "typeId": 2 12567 }, 12568 { 12569 "id": 1473, 12570 "pokemonId": 985, 12571 "typeId": 18 12572 }, 12573 { 12574 "id": 1474, 12575 "pokemonId": 985, 12576 "typeId": 14 12577 }, 12578 { 12579 "id": 1475, 12580 "pokemonId": 986, 12581 "typeId": 12 12582 }, 12583 { 12584 "id": 1476, 12585 "pokemonId": 986, 12586 "typeId": 17 12587 }, 12588 { 12589 "id": 1477, 12590 "pokemonId": 987, 12591 "typeId": 8 12592 }, 12593 { 12594 "id": 1478, 12595 "pokemonId": 987, 12596 "typeId": 18 12597 }, 12598 { 12599 "id": 1479, 12600 "pokemonId": 988, 12601 "typeId": 7 12602 }, 12603 { 12604 "id": 1480, 12605 "pokemonId": 988, 12606 "typeId": 2 12607 }, 12608 { 12609 "id": 1481, 12610 "pokemonId": 989, 12611 "typeId": 13 12612 }, 12613 { 12614 "id": 1482, 12615 "pokemonId": 989, 12616 "typeId": 5 12617 }, 12618 { 12619 "id": 1483, 12620 "pokemonId": 990, 12621 "typeId": 5 12622 }, 12623 { 12624 "id": 1484, 12625 "pokemonId": 990, 12626 "typeId": 9 12627 }, 12628 { 12629 "id": 1485, 12630 "pokemonId": 991, 12631 "typeId": 15 12632 }, 12633 { 12634 "id": 1486, 12635 "pokemonId": 991, 12636 "typeId": 11 12637 }, 12638 { 12639 "id": 1487, 12640 "pokemonId": 992, 12641 "typeId": 2 12642 }, 12643 { 12644 "id": 1488, 12645 "pokemonId": 992, 12646 "typeId": 13 12647 }, 12648 { 12649 "id": 1489, 12650 "pokemonId": 993, 12651 "typeId": 17 12652 }, 12653 { 12654 "id": 1490, 12655 "pokemonId": 993, 12656 "typeId": 3 12657 }, 12658 { 12659 "id": 1491, 12660 "pokemonId": 994, 12661 "typeId": 10 12662 }, 12663 { 12664 "id": 1492, 12665 "pokemonId": 994, 12666 "typeId": 4 12667 }, 12668 { 12669 "id": 1493, 12670 "pokemonId": 995, 12671 "typeId": 6 12672 }, 12673 { 12674 "id": 1494, 12675 "pokemonId": 995, 12676 "typeId": 13 12677 }, 12678 { 12679 "id": 1495, 12680 "pokemonId": 996, 12681 "typeId": 16 12682 }, 12683 { 12684 "id": 1496, 12685 "pokemonId": 996, 12686 "typeId": 15 12687 }, 12688 { 12689 "id": 1497, 12690 "pokemonId": 997, 12691 "typeId": 16 12692 }, 12693 { 12694 "id": 1498, 12695 "pokemonId": 997, 12696 "typeId": 15 12697 }, 12698 { 12699 "id": 1499, 12700 "pokemonId": 998, 12701 "typeId": 16 12702 }, 12703 { 12704 "id": 1500, 12705 "pokemonId": 998, 12706 "typeId": 15 12707 }, 12708 { 12709 "id": 1501, 12710 "pokemonId": 999, 12711 "typeId": 8 12712 }, 12713 { 12714 "id": 1502, 12715 "pokemonId": 1000, 12716 "typeId": 9 12717 }, 12718 { 12719 "id": 1503, 12720 "pokemonId": 1000, 12721 "typeId": 8 12722 }, 12723 { 12724 "id": 1504, 12725 "pokemonId": 1001, 12726 "typeId": 17 12727 }, 12728 { 12729 "id": 1505, 12730 "pokemonId": 1001, 12731 "typeId": 12 12732 }, 12733 { 12734 "id": 1506, 12735 "pokemonId": 1002, 12736 "typeId": 17 12737 }, 12738 { 12739 "id": 1507, 12740 "pokemonId": 1002, 12741 "typeId": 15 12742 }, 12743 { 12744 "id": 1508, 12745 "pokemonId": 1003, 12746 "typeId": 17 12747 }, 12748 { 12749 "id": 1509, 12750 "pokemonId": 1003, 12751 "typeId": 5 12752 }, 12753 { 12754 "id": 1510, 12755 "pokemonId": 1004, 12756 "typeId": 17 12757 }, 12758 { 12759 "id": 1511, 12760 "pokemonId": 1004, 12761 "typeId": 10 12762 }, 12763 { 12764 "id": 1512, 12765 "pokemonId": 1005, 12766 "typeId": 16 12767 }, 12768 { 12769 "id": 1513, 12770 "pokemonId": 1005, 12771 "typeId": 17 12772 }, 12773 { 12774 "id": 1514, 12775 "pokemonId": 1006, 12776 "typeId": 18 12777 }, 12778 { 12779 "id": 1515, 12780 "pokemonId": 1006, 12781 "typeId": 2 12782 }, 12783 { 12784 "id": 1516, 12785 "pokemonId": 1007, 12786 "typeId": 2 12787 }, 12788 { 12789 "id": 1517, 12790 "pokemonId": 1007, 12791 "typeId": 16 12792 }, 12793 { 12794 "id": 1518, 12795 "pokemonId": 1008, 12796 "typeId": 13 12797 }, 12798 { 12799 "id": 1519, 12800 "pokemonId": 1008, 12801 "typeId": 16 12802 }, 12803 { 12804 "id": 1520, 12805 "pokemonId": 1009, 12806 "typeId": 11 12807 }, 12808 { 12809 "id": 1521, 12810 "pokemonId": 1009, 12811 "typeId": 16 12812 }, 12813 { 12814 "id": 1522, 12815 "pokemonId": 1010, 12816 "typeId": 12 12817 }, 12818 { 12819 "id": 1523, 12820 "pokemonId": 1010, 12821 "typeId": 14 12822 }, 12823 { 12824 "id": 1524, 12825 "pokemonId": 1011, 12826 "typeId": 12 12827 }, 12828 { 12829 "id": 1525, 12830 "pokemonId": 1011, 12831 "typeId": 16 12832 }, 12833 { 12834 "id": 1526, 12835 "pokemonId": 1012, 12836 "typeId": 12 12837 }, 12838 { 12839 "id": 1527, 12840 "pokemonId": 1012, 12841 "typeId": 8 12842 }, 12843 { 12844 "id": 1528, 12845 "pokemonId": 1013, 12846 "typeId": 12 12847 }, 12848 { 12849 "id": 1529, 12850 "pokemonId": 1013, 12851 "typeId": 8 12852 }, 12853 { 12854 "id": 1530, 12855 "pokemonId": 1014, 12856 "typeId": 4 12857 }, 12858 { 12859 "id": 1531, 12860 "pokemonId": 1014, 12861 "typeId": 2 12862 }, 12863 { 12864 "id": 1532, 12865 "pokemonId": 1015, 12866 "typeId": 4 12867 }, 12868 { 12869 "id": 1533, 12870 "pokemonId": 1015, 12871 "typeId": 14 12872 }, 12873 { 12874 "id": 1534, 12875 "pokemonId": 1016, 12876 "typeId": 4 12877 }, 12878 { 12879 "id": 1535, 12880 "pokemonId": 1016, 12881 "typeId": 18 12882 }, 12883 { 12884 "id": 1536, 12885 "pokemonId": 1017, 12886 "typeId": 12 12887 }, 12888 { 12889 "id": 1537, 12890 "pokemonId": 1018, 12891 "typeId": 9 12892 }, 12893 { 12894 "id": 1538, 12895 "pokemonId": 1018, 12896 "typeId": 16 12897 }, 12898 { 12899 "id": 1539, 12900 "pokemonId": 1019, 12901 "typeId": 12 12902 }, 12903 { 12904 "id": 1540, 12905 "pokemonId": 1019, 12906 "typeId": 16 12907 }, 12908 { 12909 "id": 1541, 12910 "pokemonId": 1020, 12911 "typeId": 10 12912 }, 12913 { 12914 "id": 1542, 12915 "pokemonId": 1020, 12916 "typeId": 16 12917 }, 12918 { 12919 "id": 1543, 12920 "pokemonId": 1021, 12921 "typeId": 13 12922 }, 12923 { 12924 "id": 1544, 12925 "pokemonId": 1021, 12926 "typeId": 16 12927 }, 12928 { 12929 "id": 1545, 12930 "pokemonId": 1022, 12931 "typeId": 6 12932 }, 12933 { 12934 "id": 1546, 12935 "pokemonId": 1022, 12936 "typeId": 14 12937 }, 12938 { 12939 "id": 1547, 12940 "pokemonId": 1023, 12941 "typeId": 9 12942 }, 12943 { 12944 "id": 1548, 12945 "pokemonId": 1023, 12946 "typeId": 14 12947 }, 12948 { 12949 "id": 1549, 12950 "pokemonId": 1024, 12951 "typeId": 1 12952 }, 12953 { 12954 "id": 1550, 12955 "pokemonId": 1025, 12956 "typeId": 4 12957 }, 12958 { 12959 "id": 1551, 12960 "pokemonId": 1025, 12961 "typeId": 8 12962 } 12963 ] 12964}