[
  {
    "id": 1,
    "name": "bulbasaur",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 111,
      "stamina": 128
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "ivysaur",
        "form": "normal"
      }
    ]
  },
  {
    "id": 2,
    "name": "ivysaur",
    "form": "normal",
    "baseStats": {
      "attack": 151,
      "defense": 143,
      "stamina": 155
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "venusaur",
        "form": "normal"
      }
    ]
  },
  {
    "id": 3,
    "name": "venusaur",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 189,
      "stamina": 190
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 4,
    "name": "charmander",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 93,
      "stamina": 118
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "charmeleon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 5,
    "name": "charmeleon",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 126,
      "stamina": 151
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "charizard",
        "form": "normal"
      }
    ]
  },
  {
    "id": 6,
    "name": "charizard",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 173,
      "stamina": 186
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 7,
    "name": "squirtle",
    "form": "normal",
    "baseStats": {
      "attack": 94,
      "defense": 121,
      "stamina": 127
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "wartortle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 8,
    "name": "wartortle",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 155,
      "stamina": 153
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "blastoise",
        "form": "normal"
      }
    ]
  },
  {
    "id": 9,
    "name": "blastoise",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 207,
      "stamina": 188
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 10,
    "name": "caterpie",
    "form": "normal",
    "baseStats": {
      "attack": 55,
      "defense": 55,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "metapod",
        "form": "normal"
      }
    ]
  },
  {
    "id": 11,
    "name": "metapod",
    "form": "normal",
    "baseStats": {
      "attack": 45,
      "defense": 80,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "butterfree",
        "form": "normal"
      }
    ]
  },
  {
    "id": 12,
    "name": "butterfree",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 137,
      "stamina": 155
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 13,
    "name": "weedle",
    "form": "normal",
    "baseStats": {
      "attack": 63,
      "defense": 50,
      "stamina": 120
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "kakuna",
        "form": "normal"
      }
    ]
  },
  {
    "id": 14,
    "name": "kakuna",
    "form": "normal",
    "baseStats": {
      "attack": 46,
      "defense": 75,
      "stamina": 128
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "beedrill",
        "form": "normal"
      }
    ]
  },
  {
    "id": 15,
    "name": "beedrill",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 130,
      "stamina": 163
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 16,
    "name": "pidgey",
    "form": "normal",
    "baseStats": {
      "attack": 85,
      "defense": 73,
      "stamina": 120
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "pidgeotto",
        "form": "normal"
      }
    ]
  },
  {
    "id": 17,
    "name": "pidgeotto",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 105,
      "stamina": 160
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "pidgeot",
        "form": "normal"
      }
    ]
  },
  {
    "id": 18,
    "name": "pidgeot",
    "form": "normal",
    "baseStats": {
      "attack": 166,
      "defense": 154,
      "stamina": 195
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 19,
    "name": "rattata",
    "form": "alola",
    "baseStats": {
      "attack": 103,
      "defense": 70,
      "stamina": 102
    },
    "types": [
      "dark",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "raticate",
        "form": "alola"
      }
    ]
  },
  {
    "id": 19,
    "name": "rattata",
    "form": "normal",
    "baseStats": {
      "attack": 103,
      "defense": 70,
      "stamina": 102
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "raticate",
        "form": "normal"
      }
    ]
  },
  {
    "id": 20,
    "name": "raticate",
    "form": "alola",
    "baseStats": {
      "attack": 135,
      "defense": 154,
      "stamina": 181
    },
    "types": [
      "dark",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 20,
    "name": "raticate",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 139,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 21,
    "name": "spearow",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 60,
      "stamina": 120
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "fearow",
        "form": "normal"
      }
    ]
  },
  {
    "id": 22,
    "name": "fearow",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 133,
      "stamina": 163
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 23,
    "name": "ekans",
    "form": "normal",
    "baseStats": {
      "attack": 110,
      "defense": 97,
      "stamina": 111
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "arbok",
        "form": "normal"
      }
    ]
  },
  {
    "id": 24,
    "name": "arbok",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 153,
      "stamina": 155
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "doctor",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flying01",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flying02",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flying03",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flying04",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flying5thanniv",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "flyingokinawa",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "horizons",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "jeju",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "kariyushi",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "kurta",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "raichu",
        "form": null
      }
    ]
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "popstar",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "rockstar",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "tshirt01",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "tshirt02",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 25,
    "name": "pikachu",
    "form": "tshirt03",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 26,
    "name": "raichu",
    "form": "alola",
    "baseStats": {
      "attack": 201,
      "defense": 154,
      "stamina": 155
    },
    "types": [
      "electric",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 26,
    "name": "raichu",
    "form": "normal",
    "baseStats": {
      "attack": 193,
      "defense": 151,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 27,
    "name": "sandshrew",
    "form": "alola",
    "baseStats": {
      "attack": 125,
      "defense": 129,
      "stamina": 137
    },
    "types": [
      "ice",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "sandslash",
        "form": "alola"
      }
    ]
  },
  {
    "id": 27,
    "name": "sandshrew",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 120,
      "stamina": 137
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "sandslash",
        "form": "normal"
      }
    ]
  },
  {
    "id": 28,
    "name": "sandslash",
    "form": "alola",
    "baseStats": {
      "attack": 177,
      "defense": 195,
      "stamina": 181
    },
    "types": [
      "ice",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 28,
    "name": "sandslash",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 175,
      "stamina": 181
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 29,
    "name": "nidoran-female",
    "form": "nidorannormal",
    "baseStats": {
      "attack": 86,
      "defense": 89,
      "stamina": 146
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "nidorina",
        "form": "normal"
      }
    ]
  },
  {
    "id": 30,
    "name": "nidorina",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 120,
      "stamina": 172
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "nidoqueen",
        "form": "normal"
      }
    ]
  },
  {
    "id": 31,
    "name": "nidoqueen",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 173,
      "stamina": 207
    },
    "types": [
      "poison",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 32,
    "name": "nidoran-male",
    "form": "nidorannormal",
    "baseStats": {
      "attack": 105,
      "defense": 76,
      "stamina": 130
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "nidorino",
        "form": "normal"
      }
    ]
  },
  {
    "id": 33,
    "name": "nidorino",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 111,
      "stamina": 156
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "nidoking",
        "form": "normal"
      }
    ]
  },
  {
    "id": 34,
    "name": "nidoking",
    "form": "normal",
    "baseStats": {
      "attack": 204,
      "defense": 156,
      "stamina": 191
    },
    "types": [
      "poison",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 35,
    "name": "clefairy",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 108,
      "stamina": 172
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "clefable",
        "form": "normal"
      }
    ]
  },
  {
    "id": 36,
    "name": "clefable",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 162,
      "stamina": 216
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 37,
    "name": "vulpix",
    "form": "alola",
    "baseStats": {
      "attack": 96,
      "defense": 109,
      "stamina": 116
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "ninetales",
        "form": "alola"
      }
    ]
  },
  {
    "id": 37,
    "name": "vulpix",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 109,
      "stamina": 116
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "ninetales",
        "form": "normal"
      }
    ]
  },
  {
    "id": 38,
    "name": "ninetales",
    "form": "alola",
    "baseStats": {
      "attack": 170,
      "defense": 193,
      "stamina": 177
    },
    "types": [
      "ice",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 38,
    "name": "ninetales",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 190,
      "stamina": 177
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 39,
    "name": "jigglypuff",
    "form": "normal",
    "baseStats": {
      "attack": 80,
      "defense": 41,
      "stamina": 251
    },
    "types": [
      "normal",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "wigglytuff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 40,
    "name": "wigglytuff",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 90,
      "stamina": 295
    },
    "types": [
      "normal",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 41,
    "name": "zubat",
    "form": "normal",
    "baseStats": {
      "attack": 83,
      "defense": 73,
      "stamina": 120
    },
    "types": [
      "poison",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "golbat",
        "form": "normal"
      }
    ]
  },
  {
    "id": 42,
    "name": "golbat",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 150,
      "stamina": 181
    },
    "types": [
      "poison",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "crobat",
        "form": "normal"
      }
    ]
  },
  {
    "id": 43,
    "name": "oddish",
    "form": "normal",
    "baseStats": {
      "attack": 131,
      "defense": 112,
      "stamina": 128
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "gloom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 44,
    "name": "gloom",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 136,
      "stamina": 155
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "vileplume",
        "form": "normal"
      },
      {
        "pokemon": "bellossom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 45,
    "name": "vileplume",
    "form": "normal",
    "baseStats": {
      "attack": 202,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 46,
    "name": "paras",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 99,
      "stamina": 111
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "parasect",
        "form": "normal"
      }
    ]
  },
  {
    "id": 47,
    "name": "parasect",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 146,
      "stamina": 155
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 48,
    "name": "venonat",
    "form": "normal",
    "baseStats": {
      "attack": 100,
      "defense": 100,
      "stamina": 155
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "venomoth",
        "form": "normal"
      }
    ]
  },
  {
    "id": 49,
    "name": "venomoth",
    "form": "normal",
    "baseStats": {
      "attack": 179,
      "defense": 143,
      "stamina": 172
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 50,
    "name": "diglett",
    "form": "alola",
    "baseStats": {
      "attack": 108,
      "defense": 81,
      "stamina": 67
    },
    "types": [
      "ground",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "dugtrio",
        "form": "alola"
      }
    ]
  },
  {
    "id": 50,
    "name": "diglett",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 78,
      "stamina": 67
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "dugtrio",
        "form": "normal"
      }
    ]
  },
  {
    "id": 51,
    "name": "dugtrio",
    "form": "alola",
    "baseStats": {
      "attack": 201,
      "defense": 142,
      "stamina": 111
    },
    "types": [
      "ground",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 51,
    "name": "dugtrio",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 136,
      "stamina": 111
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 52,
    "name": "meowth",
    "form": "alola",
    "baseStats": {
      "attack": 99,
      "defense": 78,
      "stamina": 120
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "persian",
        "form": "alola"
      }
    ]
  },
  {
    "id": 52,
    "name": "meowth",
    "form": "galarian",
    "baseStats": {
      "attack": 115,
      "defense": 92,
      "stamina": 137
    },
    "types": [
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "perrserker",
        "form": "normal"
      }
    ]
  },
  {
    "id": 52,
    "name": "meowth",
    "form": "normal",
    "baseStats": {
      "attack": 92,
      "defense": 78,
      "stamina": 120
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "persian",
        "form": "normal"
      }
    ]
  },
  {
    "id": 53,
    "name": "persian",
    "form": "alola",
    "baseStats": {
      "attack": 158,
      "defense": 136,
      "stamina": 163
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 53,
    "name": "persian",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 136,
      "stamina": 163
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 54,
    "name": "psyduck",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 95,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "golduck",
        "form": "normal"
      }
    ]
  },
  {
    "id": 55,
    "name": "golduck",
    "form": "normal",
    "baseStats": {
      "attack": 191,
      "defense": 162,
      "stamina": 190
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 56,
    "name": "mankey",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 82,
      "stamina": 120
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "primeape",
        "form": "normal"
      }
    ]
  },
  {
    "id": 57,
    "name": "primeape",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 138,
      "stamina": 163
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "annihilape",
        "form": "normal"
      }
    ]
  },
  {
    "id": 58,
    "name": "growlithe",
    "form": "hisuian",
    "baseStats": {
      "attack": 142,
      "defense": 92,
      "stamina": 155
    },
    "types": [
      "fire",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "arcanine",
        "form": "hisuian"
      }
    ]
  },
  {
    "id": 58,
    "name": "growlithe",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 93,
      "stamina": 146
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "arcanine",
        "form": "normal"
      }
    ]
  },
  {
    "id": 59,
    "name": "arcanine",
    "form": "hisuian",
    "baseStats": {
      "attack": 232,
      "defense": 165,
      "stamina": 216
    },
    "types": [
      "fire",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 59,
    "name": "arcanine",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 166,
      "stamina": 207
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 60,
    "name": "poliwag",
    "form": "normal",
    "baseStats": {
      "attack": 101,
      "defense": 82,
      "stamina": 120
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "poliwhirl",
        "form": "normal"
      }
    ]
  },
  {
    "id": 61,
    "name": "poliwhirl",
    "form": "normal",
    "baseStats": {
      "attack": 130,
      "defense": 123,
      "stamina": 163
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "poliwrath",
        "form": "normal"
      },
      {
        "pokemon": "politoed",
        "form": "normal"
      }
    ]
  },
  {
    "id": 62,
    "name": "poliwrath",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 184,
      "stamina": 207
    },
    "types": [
      "water",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 63,
    "name": "abra",
    "form": "normal",
    "baseStats": {
      "attack": 195,
      "defense": 82,
      "stamina": 93
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "kadabra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 64,
    "name": "kadabra",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 117,
      "stamina": 120
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "alakazam",
        "form": "normal"
      }
    ]
  },
  {
    "id": 65,
    "name": "alakazam",
    "form": "normal",
    "baseStats": {
      "attack": 271,
      "defense": 167,
      "stamina": 146
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 66,
    "name": "machop",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 82,
      "stamina": 172
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "machoke",
        "form": "normal"
      }
    ]
  },
  {
    "id": 67,
    "name": "machoke",
    "form": "normal",
    "baseStats": {
      "attack": 177,
      "defense": 125,
      "stamina": 190
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "machamp",
        "form": "normal"
      }
    ]
  },
  {
    "id": 68,
    "name": "machamp",
    "form": "normal",
    "baseStats": {
      "attack": 234,
      "defense": 159,
      "stamina": 207
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 69,
    "name": "bellsprout",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 61,
      "stamina": 137
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "weepinbell",
        "form": "normal"
      }
    ]
  },
  {
    "id": 70,
    "name": "weepinbell",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 92,
      "stamina": 163
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "victreebel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 71,
    "name": "victreebel",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 135,
      "stamina": 190
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 72,
    "name": "tentacool",
    "form": "normal",
    "baseStats": {
      "attack": 97,
      "defense": 149,
      "stamina": 120
    },
    "types": [
      "water",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "tentacruel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 73,
    "name": "tentacruel",
    "form": "normal",
    "baseStats": {
      "attack": 166,
      "defense": 209,
      "stamina": 190
    },
    "types": [
      "water",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 74,
    "name": "geodude",
    "form": "alola",
    "baseStats": {
      "attack": 132,
      "defense": 132,
      "stamina": 120
    },
    "types": [
      "rock",
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "graveler",
        "form": "alola"
      }
    ]
  },
  {
    "id": 74,
    "name": "geodude",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 132,
      "stamina": 120
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "graveler",
        "form": "normal"
      }
    ]
  },
  {
    "id": 75,
    "name": "graveler",
    "form": "alola",
    "baseStats": {
      "attack": 164,
      "defense": 164,
      "stamina": 146
    },
    "types": [
      "rock",
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "golem",
        "form": "alola"
      }
    ]
  },
  {
    "id": 75,
    "name": "graveler",
    "form": "normal",
    "baseStats": {
      "attack": 164,
      "defense": 164,
      "stamina": 146
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "golem",
        "form": "normal"
      }
    ]
  },
  {
    "id": 76,
    "name": "golem",
    "form": "alola",
    "baseStats": {
      "attack": 211,
      "defense": 198,
      "stamina": 190
    },
    "types": [
      "rock",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 76,
    "name": "golem",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 198,
      "stamina": 190
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 77,
    "name": "ponyta",
    "form": "galarian",
    "baseStats": {
      "attack": 170,
      "defense": 127,
      "stamina": 137
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "rapidash",
        "form": "galarian"
      }
    ]
  },
  {
    "id": 77,
    "name": "ponyta",
    "form": "normal",
    "baseStats": {
      "attack": 170,
      "defense": 127,
      "stamina": 137
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "rapidash",
        "form": "normal"
      }
    ]
  },
  {
    "id": 78,
    "name": "rapidash",
    "form": "galarian",
    "baseStats": {
      "attack": 207,
      "defense": 162,
      "stamina": 163
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 78,
    "name": "rapidash",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 162,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 79,
    "name": "slowpoke",
    "form": "galarian",
    "baseStats": {
      "attack": 109,
      "defense": 98,
      "stamina": 207
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "slowbro",
        "form": "galarian"
      },
      {
        "pokemon": "slowking",
        "form": "galarian"
      }
    ]
  },
  {
    "id": 79,
    "name": "slowpoke",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 98,
      "stamina": 207
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "slowbro",
        "form": "normal"
      },
      {
        "pokemon": "slowking",
        "form": "normal"
      }
    ]
  },
  {
    "id": 80,
    "name": "slowbro",
    "form": "galarian",
    "baseStats": {
      "attack": 182,
      "defense": 156,
      "stamina": 216
    },
    "types": [
      "poison",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 80,
    "name": "slowbro",
    "form": "normal",
    "baseStats": {
      "attack": 177,
      "defense": 180,
      "stamina": 216
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 81,
    "name": "magnemite",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 121,
      "stamina": 93
    },
    "types": [
      "electric",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "magneton",
        "form": "normal"
      }
    ]
  },
  {
    "id": 82,
    "name": "magneton",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 169,
      "stamina": 137
    },
    "types": [
      "electric",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "magnezone",
        "form": "normal"
      }
    ]
  },
  {
    "id": 83,
    "name": "farfetchd",
    "form": "galarian",
    "baseStats": {
      "attack": 174,
      "defense": 114,
      "stamina": 141
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "sirfetchd",
        "form": "normal"
      }
    ]
  },
  {
    "id": 83,
    "name": "farfetchd",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 115,
      "stamina": 141
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 84,
    "name": "doduo",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 83,
      "stamina": 111
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "dodrio",
        "form": "normal"
      }
    ]
  },
  {
    "id": 85,
    "name": "dodrio",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 140,
      "stamina": 155
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 86,
    "name": "seel",
    "form": "normal",
    "baseStats": {
      "attack": 85,
      "defense": 121,
      "stamina": 163
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "dewgong",
        "form": "normal"
      }
    ]
  },
  {
    "id": 87,
    "name": "dewgong",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 177,
      "stamina": 207
    },
    "types": [
      "water",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 88,
    "name": "grimer",
    "form": "alola",
    "baseStats": {
      "attack": 135,
      "defense": 90,
      "stamina": 190
    },
    "types": [
      "poison",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "muk",
        "form": "alola"
      }
    ]
  },
  {
    "id": 88,
    "name": "grimer",
    "form": "normal",
    "baseStats": {
      "attack": 135,
      "defense": 90,
      "stamina": 190
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "muk",
        "form": "normal"
      }
    ]
  },
  {
    "id": 89,
    "name": "muk",
    "form": "alola",
    "baseStats": {
      "attack": 190,
      "defense": 172,
      "stamina": 233
    },
    "types": [
      "poison",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 89,
    "name": "muk",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 172,
      "stamina": 233
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 90,
    "name": "shellder",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 134,
      "stamina": 102
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "cloyster",
        "form": "normal"
      }
    ]
  },
  {
    "id": 91,
    "name": "cloyster",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 256,
      "stamina": 137
    },
    "types": [
      "water",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 92,
    "name": "gastly",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 67,
      "stamina": 102
    },
    "types": [
      "ghost",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "haunter",
        "form": "normal"
      }
    ]
  },
  {
    "id": 93,
    "name": "haunter",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 107,
      "stamina": 128
    },
    "types": [
      "ghost",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "gengar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 94,
    "name": "gengar",
    "form": "normal",
    "baseStats": {
      "attack": 261,
      "defense": 149,
      "stamina": 155
    },
    "types": [
      "ghost",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 95,
    "name": "onix",
    "form": "normal",
    "baseStats": {
      "attack": 85,
      "defense": 232,
      "stamina": 111
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "steelix",
        "form": "normal"
      }
    ]
  },
  {
    "id": 96,
    "name": "drowzee",
    "form": "normal",
    "baseStats": {
      "attack": 89,
      "defense": 136,
      "stamina": 155
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "hypno",
        "form": "normal"
      }
    ]
  },
  {
    "id": 97,
    "name": "hypno",
    "form": "normal",
    "baseStats": {
      "attack": 144,
      "defense": 193,
      "stamina": 198
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 98,
    "name": "krabby",
    "form": "normal",
    "baseStats": {
      "attack": 181,
      "defense": 124,
      "stamina": 102
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "kingler",
        "form": "normal"
      }
    ]
  },
  {
    "id": 99,
    "name": "kingler",
    "form": "normal",
    "baseStats": {
      "attack": 240,
      "defense": 181,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 100,
    "name": "voltorb",
    "form": "hisuian",
    "baseStats": {
      "attack": 109,
      "defense": 111,
      "stamina": 120
    },
    "types": [
      "electric",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "electrode",
        "form": "hisuian"
      }
    ]
  },
  {
    "id": 100,
    "name": "voltorb",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 111,
      "stamina": 120
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "electrode",
        "form": "normal"
      }
    ]
  },
  {
    "id": 101,
    "name": "electrode",
    "form": "hisuian",
    "baseStats": {
      "attack": 176,
      "defense": 176,
      "stamina": 155
    },
    "types": [
      "electric",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 101,
    "name": "electrode",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 173,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 102,
    "name": "exeggcute",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 125,
      "stamina": 155
    },
    "types": [
      "grass",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "exeggutor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 103,
    "name": "exeggutor",
    "form": "alola",
    "baseStats": {
      "attack": 230,
      "defense": 153,
      "stamina": 216
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 103,
    "name": "exeggutor",
    "form": "normal",
    "baseStats": {
      "attack": 233,
      "defense": 149,
      "stamina": 216
    },
    "types": [
      "grass",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 104,
    "name": "cubone",
    "form": "normal",
    "baseStats": {
      "attack": 90,
      "defense": 144,
      "stamina": 137
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "marowak",
        "form": "normal"
      }
    ]
  },
  {
    "id": 105,
    "name": "marowak",
    "form": "alola",
    "baseStats": {
      "attack": 144,
      "defense": 186,
      "stamina": 155
    },
    "types": [
      "fire",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 105,
    "name": "marowak",
    "form": "normal",
    "baseStats": {
      "attack": 144,
      "defense": 186,
      "stamina": 155
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 106,
    "name": "hitmonlee",
    "form": "normal",
    "baseStats": {
      "attack": 224,
      "defense": 181,
      "stamina": 137
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 107,
    "name": "hitmonchan",
    "form": "normal",
    "baseStats": {
      "attack": 193,
      "defense": 197,
      "stamina": 137
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 108,
    "name": "lickitung",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 137,
      "stamina": 207
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "lickilicky",
        "form": "normal"
      }
    ]
  },
  {
    "id": 109,
    "name": "koffing",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 141,
      "stamina": 120
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "weezing",
        "form": "normal"
      }
    ]
  },
  {
    "id": 110,
    "name": "weezing",
    "form": "galarian",
    "baseStats": {
      "attack": 174,
      "defense": 197,
      "stamina": 163
    },
    "types": [
      "poison",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 110,
    "name": "weezing",
    "form": "normal",
    "baseStats": {
      "attack": 174,
      "defense": 197,
      "stamina": 163
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 111,
    "name": "rhyhorn",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 127,
      "stamina": 190
    },
    "types": [
      "ground",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "rhydon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 112,
    "name": "rhydon",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 171,
      "stamina": 233
    },
    "types": [
      "ground",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "rhyperior",
        "form": "normal"
      }
    ]
  },
  {
    "id": 113,
    "name": "chansey",
    "form": "normal",
    "baseStats": {
      "attack": 60,
      "defense": 128,
      "stamina": 487
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "blissey",
        "form": "normal"
      }
    ]
  },
  {
    "id": 114,
    "name": "tangela",
    "form": "normal",
    "baseStats": {
      "attack": 183,
      "defense": 169,
      "stamina": 163
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "tangrowth",
        "form": "normal"
      }
    ]
  },
  {
    "id": 115,
    "name": "kangaskhan",
    "form": "normal",
    "baseStats": {
      "attack": 181,
      "defense": 165,
      "stamina": 233
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 116,
    "name": "horsea",
    "form": "normal",
    "baseStats": {
      "attack": 129,
      "defense": 103,
      "stamina": 102
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "seadra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 117,
    "name": "seadra",
    "form": "normal",
    "baseStats": {
      "attack": 187,
      "defense": 156,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "kingdra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 118,
    "name": "goldeen",
    "form": "normal",
    "baseStats": {
      "attack": 123,
      "defense": 110,
      "stamina": 128
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "seaking",
        "form": "normal"
      }
    ]
  },
  {
    "id": 119,
    "name": "seaking",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 147,
      "stamina": 190
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 120,
    "name": "staryu",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 112,
      "stamina": 102
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "starmie",
        "form": "normal"
      }
    ]
  },
  {
    "id": 121,
    "name": "starmie",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 184,
      "stamina": 155
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 122,
    "name": "mr-mime",
    "form": "mrmimegalarian",
    "baseStats": {
      "attack": 183,
      "defense": 169,
      "stamina": 137
    },
    "types": [
      "ice",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "mr-rime",
        "form": "normal"
      }
    ]
  },
  {
    "id": 122,
    "name": "mr-mime",
    "form": "mrmimenormal",
    "baseStats": {
      "attack": 192,
      "defense": 205,
      "stamina": 120
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 123,
    "name": "scyther",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 170,
      "stamina": 172
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "scizor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 124,
    "name": "jynx",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 151,
      "stamina": 163
    },
    "types": [
      "ice",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 125,
    "name": "electabuzz",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 158,
      "stamina": 163
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "electivire",
        "form": "normal"
      }
    ]
  },
  {
    "id": 126,
    "name": "magmar",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 154,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "magmortar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 127,
    "name": "pinsir",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 182,
      "stamina": 163
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 128,
    "name": "tauros",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 183,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 128,
    "name": "tauros",
    "form": "paldeaaqua",
    "baseStats": {
      "attack": 210,
      "defense": 193,
      "stamina": 181
    },
    "types": [
      "fighting",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 128,
    "name": "tauros",
    "form": "paldeablaze",
    "baseStats": {
      "attack": 210,
      "defense": 193,
      "stamina": 181
    },
    "types": [
      "fighting",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 128,
    "name": "tauros",
    "form": "paldeacombat",
    "baseStats": {
      "attack": 210,
      "defense": 193,
      "stamina": 181
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 129,
    "name": "magikarp",
    "form": "normal",
    "baseStats": {
      "attack": 29,
      "defense": 85,
      "stamina": 85
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "gyarados",
        "form": "normal"
      }
    ]
  },
  {
    "id": 130,
    "name": "gyarados",
    "form": "normal",
    "baseStats": {
      "attack": 237,
      "defense": 186,
      "stamina": 216
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 131,
    "name": "lapras",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 174,
      "stamina": 277
    },
    "types": [
      "water",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 132,
    "name": "ditto",
    "form": "normal",
    "baseStats": {
      "attack": 91,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 133,
    "name": "eevee",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 114,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "vaporeon",
        "form": "normal"
      },
      {
        "pokemon": "jolteon",
        "form": "normal"
      },
      {
        "pokemon": "flareon",
        "form": "normal"
      },
      {
        "pokemon": "espeon",
        "form": "normal"
      },
      {
        "pokemon": "umbreon",
        "form": "normal"
      },
      {
        "pokemon": "leafeon",
        "form": "normal"
      },
      {
        "pokemon": "glaceon",
        "form": "normal"
      },
      {
        "pokemon": "sylveon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 134,
    "name": "vaporeon",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 161,
      "stamina": 277
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 135,
    "name": "jolteon",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 182,
      "stamina": 163
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 136,
    "name": "flareon",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 179,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 137,
    "name": "porygon",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 136,
      "stamina": 163
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "porygon2",
        "form": "normal"
      }
    ]
  },
  {
    "id": 138,
    "name": "omanyte",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 153,
      "stamina": 111
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "omastar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 139,
    "name": "omastar",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 201,
      "stamina": 172
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 140,
    "name": "kabuto",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 140,
      "stamina": 102
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "kabutops",
        "form": "normal"
      }
    ]
  },
  {
    "id": 141,
    "name": "kabutops",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 186,
      "stamina": 155
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 142,
    "name": "aerodactyl",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 159,
      "stamina": 190
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 143,
    "name": "snorlax",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 169,
      "stamina": 330
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 144,
    "name": "articuno",
    "form": "galarian",
    "baseStats": {
      "attack": 250,
      "defense": 197,
      "stamina": 207
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 144,
    "name": "articuno",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 236,
      "stamina": 207
    },
    "types": [
      "ice",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 145,
    "name": "zapdos",
    "form": "galarian",
    "baseStats": {
      "attack": 252,
      "defense": 189,
      "stamina": 207
    },
    "types": [
      "fighting",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 145,
    "name": "zapdos",
    "form": "normal",
    "baseStats": {
      "attack": 253,
      "defense": 185,
      "stamina": 207
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 146,
    "name": "moltres",
    "form": "galarian",
    "baseStats": {
      "attack": 202,
      "defense": 231,
      "stamina": 207
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 146,
    "name": "moltres",
    "form": "normal",
    "baseStats": {
      "attack": 251,
      "defense": 181,
      "stamina": 207
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 147,
    "name": "dratini",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 91,
      "stamina": 121
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "dragonair",
        "form": "normal"
      }
    ]
  },
  {
    "id": 148,
    "name": "dragonair",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 135,
      "stamina": 156
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "dragonite",
        "form": "normal"
      }
    ]
  },
  {
    "id": 149,
    "name": "dragonite",
    "form": "normal",
    "baseStats": {
      "attack": 263,
      "defense": 198,
      "stamina": 209
    },
    "types": [
      "dragon",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 150,
    "name": "mewtwo",
    "form": "a",
    "baseStats": {
      "attack": 182,
      "defense": 278,
      "stamina": 214
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 150,
    "name": "mewtwo",
    "form": "normal",
    "baseStats": {
      "attack": 300,
      "defense": 182,
      "stamina": 214
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 151,
    "name": "mew",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 152,
    "name": "chikorita",
    "form": "normal",
    "baseStats": {
      "attack": 92,
      "defense": 122,
      "stamina": 128
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "bayleef",
        "form": null
      }
    ]
  },
  {
    "id": 153,
    "name": "bayleef",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 155,
      "stamina": 155
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "meganium",
        "form": null
      }
    ]
  },
  {
    "id": 154,
    "name": "meganium",
    "form": "normal",
    "baseStats": {
      "attack": 168,
      "defense": 202,
      "stamina": 190
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 155,
    "name": "cyndaquil",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 93,
      "stamina": 118
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "quilava",
        "form": null
      }
    ]
  },
  {
    "id": 156,
    "name": "quilava",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 126,
      "stamina": 151
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "typhlosion",
        "form": null
      }
    ]
  },
  {
    "id": 157,
    "name": "typhlosion",
    "form": "hisuian",
    "baseStats": {
      "attack": 238,
      "defense": 172,
      "stamina": 177
    },
    "types": [
      "fire",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 157,
    "name": "typhlosion",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 173,
      "stamina": 186
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 158,
    "name": "totodile",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 109,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "croconaw",
        "form": null
      }
    ]
  },
  {
    "id": 159,
    "name": "croconaw",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 142,
      "stamina": 163
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "feraligatr",
        "form": null
      }
    ]
  },
  {
    "id": 160,
    "name": "feraligatr",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 188,
      "stamina": 198
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 161,
    "name": "sentret",
    "form": "normal",
    "baseStats": {
      "attack": 79,
      "defense": 73,
      "stamina": 111
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "furret",
        "form": "normal"
      }
    ]
  },
  {
    "id": 162,
    "name": "furret",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 125,
      "stamina": 198
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 163,
    "name": "hoothoot",
    "form": "normal",
    "baseStats": {
      "attack": 67,
      "defense": 88,
      "stamina": 155
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "noctowl",
        "form": "normal"
      }
    ]
  },
  {
    "id": 164,
    "name": "noctowl",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 156,
      "stamina": 225
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 165,
    "name": "ledyba",
    "form": "normal",
    "baseStats": {
      "attack": 72,
      "defense": 118,
      "stamina": 120
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "ledian",
        "form": "normal"
      }
    ]
  },
  {
    "id": 166,
    "name": "ledian",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 179,
      "stamina": 146
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 167,
    "name": "spinarak",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 73,
      "stamina": 120
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "ariados",
        "form": "normal"
      }
    ]
  },
  {
    "id": 168,
    "name": "ariados",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 124,
      "stamina": 172
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 169,
    "name": "crobat",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 178,
      "stamina": 198
    },
    "types": [
      "poison",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 170,
    "name": "chinchou",
    "form": "normal",
    "baseStats": {
      "attack": 106,
      "defense": 97,
      "stamina": 181
    },
    "types": [
      "water",
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "lanturn",
        "form": "normal"
      }
    ]
  },
  {
    "id": 171,
    "name": "lanturn",
    "form": "normal",
    "baseStats": {
      "attack": 146,
      "defense": 137,
      "stamina": 268
    },
    "types": [
      "water",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 172,
    "name": "pichu",
    "form": "normal",
    "baseStats": {
      "attack": 77,
      "defense": 53,
      "stamina": 85
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "pikachu",
        "form": "normal"
      }
    ]
  },
  {
    "id": 173,
    "name": "cleffa",
    "form": "normal",
    "baseStats": {
      "attack": 75,
      "defense": 79,
      "stamina": 137
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "clefairy",
        "form": "normal"
      }
    ]
  },
  {
    "id": 174,
    "name": "igglybuff",
    "form": "normal",
    "baseStats": {
      "attack": 69,
      "defense": 32,
      "stamina": 207
    },
    "types": [
      "normal",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "jigglypuff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 175,
    "name": "togepi",
    "form": "normal",
    "baseStats": {
      "attack": 67,
      "defense": 116,
      "stamina": 111
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "togetic",
        "form": "normal"
      }
    ]
  },
  {
    "id": 176,
    "name": "togetic",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 181,
      "stamina": 146
    },
    "types": [
      "fairy",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "togekiss",
        "form": "normal"
      }
    ]
  },
  {
    "id": 177,
    "name": "natu",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 89,
      "stamina": 120
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "xatu",
        "form": "normal"
      }
    ]
  },
  {
    "id": 178,
    "name": "xatu",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 146,
      "stamina": 163
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 179,
    "name": "mareep",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 79,
      "stamina": 146
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "flaaffy",
        "form": "normal"
      }
    ]
  },
  {
    "id": 180,
    "name": "flaaffy",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 109,
      "stamina": 172
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "ampharos",
        "form": "normal"
      }
    ]
  },
  {
    "id": 181,
    "name": "ampharos",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 169,
      "stamina": 207
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 182,
    "name": "bellossom",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 186,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 183,
    "name": "marill",
    "form": "normal",
    "baseStats": {
      "attack": 37,
      "defense": 93,
      "stamina": 172
    },
    "types": [
      "water",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "azumarill",
        "form": "normal"
      }
    ]
  },
  {
    "id": 184,
    "name": "azumarill",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 152,
      "stamina": 225
    },
    "types": [
      "water",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 185,
    "name": "sudowoodo",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 176,
      "stamina": 172
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 186,
    "name": "politoed",
    "form": "normal",
    "baseStats": {
      "attack": 174,
      "defense": 179,
      "stamina": 207
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 187,
    "name": "hoppip",
    "form": "normal",
    "baseStats": {
      "attack": 67,
      "defense": 94,
      "stamina": 111
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "skiploom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 188,
    "name": "skiploom",
    "form": "normal",
    "baseStats": {
      "attack": 91,
      "defense": 120,
      "stamina": 146
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "jumpluff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 189,
    "name": "jumpluff",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 183,
      "stamina": 181
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 190,
    "name": "aipom",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 112,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "ambipom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 191,
    "name": "sunkern",
    "form": "normal",
    "baseStats": {
      "attack": 55,
      "defense": 55,
      "stamina": 102
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sunflora",
        "form": "normal"
      }
    ]
  },
  {
    "id": 192,
    "name": "sunflora",
    "form": "normal",
    "baseStats": {
      "attack": 185,
      "defense": 135,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 193,
    "name": "yanma",
    "form": "normal",
    "baseStats": {
      "attack": 154,
      "defense": 94,
      "stamina": 163
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "yanmega",
        "form": "normal"
      }
    ]
  },
  {
    "id": 194,
    "name": "wooper",
    "form": "normal",
    "baseStats": {
      "attack": 75,
      "defense": 66,
      "stamina": 146
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "quagsire",
        "form": "normal"
      }
    ]
  },
  {
    "id": 194,
    "name": "wooper",
    "form": "paldea",
    "baseStats": {
      "attack": 75,
      "defense": 66,
      "stamina": 146
    },
    "types": [
      "poison",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "clodsire",
        "form": null
      }
    ]
  },
  {
    "id": 195,
    "name": "quagsire",
    "form": "normal",
    "baseStats": {
      "attack": 152,
      "defense": 143,
      "stamina": 216
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 196,
    "name": "espeon",
    "form": "normal",
    "baseStats": {
      "attack": 261,
      "defense": 175,
      "stamina": 163
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 197,
    "name": "umbreon",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 240,
      "stamina": 216
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 198,
    "name": "murkrow",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 87,
      "stamina": 155
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "honchkrow",
        "form": "normal"
      }
    ]
  },
  {
    "id": 199,
    "name": "slowking",
    "form": "galarian",
    "baseStats": {
      "attack": 190,
      "defense": 180,
      "stamina": 216
    },
    "types": [
      "poison",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 199,
    "name": "slowking",
    "form": "normal",
    "baseStats": {
      "attack": 177,
      "defense": 180,
      "stamina": 216
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 200,
    "name": "misdreavus",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 154,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "mismagius",
        "form": "normal"
      }
    ]
  },
  {
    "id": 201,
    "name": "unown",
    "form": "a",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "b",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "c",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "d",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "e",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "exclamationpoint",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "f",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "g",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "h",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "i",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "j",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "k",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "l",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "m",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "n",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "o",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "p",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "q",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "questionmark",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "r",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "s",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "t",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "u",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "v",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "w",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "x",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "y",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 201,
    "name": "unown",
    "form": "z",
    "baseStats": {
      "attack": 136,
      "defense": 91,
      "stamina": 134
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 202,
    "name": "wobbuffet",
    "form": "normal",
    "baseStats": {
      "attack": 60,
      "defense": 106,
      "stamina": 382
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 203,
    "name": "girafarig",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 133,
      "stamina": 172
    },
    "types": [
      "normal",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 204,
    "name": "pineco",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 122,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "forretress",
        "form": "normal"
      }
    ]
  },
  {
    "id": 205,
    "name": "forretress",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 205,
      "stamina": 181
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 206,
    "name": "dunsparce",
    "form": "normal",
    "baseStats": {
      "attack": 131,
      "defense": 128,
      "stamina": 225
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "dudunsparce",
        "form": "two"
      },
      {
        "pokemon": "dudunsparce",
        "form": "three"
      }
    ]
  },
  {
    "id": 207,
    "name": "gligar",
    "form": "normal",
    "baseStats": {
      "attack": 143,
      "defense": 184,
      "stamina": 163
    },
    "types": [
      "ground",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "gliscor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 208,
    "name": "steelix",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 272,
      "stamina": 181
    },
    "types": [
      "steel",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 209,
    "name": "snubbull",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 85,
      "stamina": 155
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "granbull",
        "form": "normal"
      }
    ]
  },
  {
    "id": 210,
    "name": "granbull",
    "form": "normal",
    "baseStats": {
      "attack": 212,
      "defense": 131,
      "stamina": 207
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 211,
    "name": "qwilfish",
    "form": "hisuian",
    "baseStats": {
      "attack": 184,
      "defense": 151,
      "stamina": 163
    },
    "types": [
      "dark",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "overqwil",
        "form": null
      }
    ]
  },
  {
    "id": 211,
    "name": "qwilfish",
    "form": "normal",
    "baseStats": {
      "attack": 184,
      "defense": 138,
      "stamina": 163
    },
    "types": [
      "water",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 212,
    "name": "scizor",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 181,
      "stamina": 172
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 213,
    "name": "shuckle",
    "form": "normal",
    "baseStats": {
      "attack": 17,
      "defense": 396,
      "stamina": 85
    },
    "types": [
      "bug",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 214,
    "name": "heracross",
    "form": "normal",
    "baseStats": {
      "attack": 234,
      "defense": 179,
      "stamina": 190
    },
    "types": [
      "bug",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 215,
    "name": "sneasel",
    "form": "hisuian",
    "baseStats": {
      "attack": 189,
      "defense": 146,
      "stamina": 146
    },
    "types": [
      "fighting",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "sneasler",
        "form": null
      }
    ]
  },
  {
    "id": 215,
    "name": "sneasel",
    "form": "normal",
    "baseStats": {
      "attack": 189,
      "defense": 146,
      "stamina": 146
    },
    "types": [
      "dark",
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "weavile",
        "form": "normal"
      }
    ]
  },
  {
    "id": 216,
    "name": "teddiursa",
    "form": "normal",
    "baseStats": {
      "attack": 142,
      "defense": 93,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "ursaring",
        "form": "normal"
      }
    ]
  },
  {
    "id": 217,
    "name": "ursaring",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 144,
      "stamina": 207
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "ursaluna",
        "form": null
      }
    ]
  },
  {
    "id": 218,
    "name": "slugma",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 71,
      "stamina": 120
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "magcargo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 219,
    "name": "magcargo",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 191,
      "stamina": 137
    },
    "types": [
      "fire",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 220,
    "name": "swinub",
    "form": "normal",
    "baseStats": {
      "attack": 90,
      "defense": 69,
      "stamina": 137
    },
    "types": [
      "ice",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "piloswine",
        "form": "normal"
      }
    ]
  },
  {
    "id": 221,
    "name": "piloswine",
    "form": "normal",
    "baseStats": {
      "attack": 181,
      "defense": 138,
      "stamina": 225
    },
    "types": [
      "ice",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "mamoswine",
        "form": "normal"
      }
    ]
  },
  {
    "id": 222,
    "name": "corsola",
    "form": "galarian",
    "baseStats": {
      "attack": 116,
      "defense": 182,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "cursola",
        "form": "normal"
      }
    ]
  },
  {
    "id": 222,
    "name": "corsola",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 156,
      "stamina": 146
    },
    "types": [
      "water",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 223,
    "name": "remoraid",
    "form": "normal",
    "baseStats": {
      "attack": 127,
      "defense": 69,
      "stamina": 111
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "octillery",
        "form": "normal"
      }
    ]
  },
  {
    "id": 224,
    "name": "octillery",
    "form": "normal",
    "baseStats": {
      "attack": 197,
      "defense": 141,
      "stamina": 181
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 225,
    "name": "delibird",
    "form": "normal",
    "baseStats": {
      "attack": 128,
      "defense": 90,
      "stamina": 128
    },
    "types": [
      "ice",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 226,
    "name": "mantine",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 226,
      "stamina": 163
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 227,
    "name": "skarmory",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 226,
      "stamina": 163
    },
    "types": [
      "steel",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 228,
    "name": "houndour",
    "form": "normal",
    "baseStats": {
      "attack": 152,
      "defense": 83,
      "stamina": 128
    },
    "types": [
      "dark",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "houndoom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 229,
    "name": "houndoom",
    "form": "normal",
    "baseStats": {
      "attack": 224,
      "defense": 144,
      "stamina": 181
    },
    "types": [
      "dark",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 230,
    "name": "kingdra",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 194,
      "stamina": 181
    },
    "types": [
      "water",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 231,
    "name": "phanpy",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 98,
      "stamina": 207
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "donphan",
        "form": "normal"
      }
    ]
  },
  {
    "id": 232,
    "name": "donphan",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 185,
      "stamina": 207
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 233,
    "name": "porygon2",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 180,
      "stamina": 198
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "porygon-z",
        "form": "normal"
      }
    ]
  },
  {
    "id": 234,
    "name": "stantler",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 131,
      "stamina": 177
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 235,
    "name": "smeargle",
    "form": "normal",
    "baseStats": {
      "attack": 40,
      "defense": 83,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 236,
    "name": "tyrogue",
    "form": "normal",
    "baseStats": {
      "attack": 64,
      "defense": 64,
      "stamina": 111
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "hitmonlee",
        "form": "normal"
      },
      {
        "pokemon": "hitmonchan",
        "form": "normal"
      },
      {
        "pokemon": "hitmontop",
        "form": "normal"
      }
    ]
  },
  {
    "id": 237,
    "name": "hitmontop",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 207,
      "stamina": 137
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 238,
    "name": "smoochum",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 91,
      "stamina": 128
    },
    "types": [
      "ice",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "jynx",
        "form": "normal"
      }
    ]
  },
  {
    "id": 239,
    "name": "elekid",
    "form": "normal",
    "baseStats": {
      "attack": 135,
      "defense": 101,
      "stamina": 128
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "electabuzz",
        "form": "normal"
      }
    ]
  },
  {
    "id": 240,
    "name": "magby",
    "form": "normal",
    "baseStats": {
      "attack": 151,
      "defense": 99,
      "stamina": 128
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "magmar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 241,
    "name": "miltank",
    "form": "normal",
    "baseStats": {
      "attack": 157,
      "defense": 193,
      "stamina": 216
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 242,
    "name": "blissey",
    "form": "normal",
    "baseStats": {
      "attack": 129,
      "defense": 169,
      "stamina": 496
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 243,
    "name": "raikou",
    "form": "normal",
    "baseStats": {
      "attack": 241,
      "defense": 195,
      "stamina": 207
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 243,
    "name": "raikou",
    "form": "s",
    "baseStats": {
      "attack": 241,
      "defense": 195,
      "stamina": 207
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 244,
    "name": "entei",
    "form": "normal",
    "baseStats": {
      "attack": 235,
      "defense": 171,
      "stamina": 251
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 244,
    "name": "entei",
    "form": "s",
    "baseStats": {
      "attack": 235,
      "defense": 171,
      "stamina": 251
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 245,
    "name": "suicune",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 235,
      "stamina": 225
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 245,
    "name": "suicune",
    "form": "s",
    "baseStats": {
      "attack": 180,
      "defense": 235,
      "stamina": 225
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 246,
    "name": "larvitar",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 93,
      "stamina": 137
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "pupitar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 247,
    "name": "pupitar",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 133,
      "stamina": 172
    },
    "types": [
      "rock",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "tyranitar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 248,
    "name": "tyranitar",
    "form": "normal",
    "baseStats": {
      "attack": 251,
      "defense": 207,
      "stamina": 225
    },
    "types": [
      "rock",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 249,
    "name": "lugia",
    "form": "normal",
    "baseStats": {
      "attack": 193,
      "defense": 310,
      "stamina": 235
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 249,
    "name": "lugia",
    "form": "s",
    "baseStats": {
      "attack": 193,
      "defense": 310,
      "stamina": 235
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 250,
    "name": "ho-oh",
    "form": "hoohnormal",
    "baseStats": {
      "attack": 239,
      "defense": 244,
      "stamina": 214
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 250,
    "name": "ho-oh",
    "form": "hoohs",
    "baseStats": {
      "attack": 239,
      "defense": 244,
      "stamina": 214
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 251,
    "name": "celebi",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "psychic",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 252,
    "name": "treecko",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 94,
      "stamina": 120
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "grovyle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 253,
    "name": "grovyle",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 120,
      "stamina": 137
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sceptile",
        "form": "normal"
      }
    ]
  },
  {
    "id": 254,
    "name": "sceptile",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 169,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 255,
    "name": "torchic",
    "form": "normal",
    "baseStats": {
      "attack": 130,
      "defense": 87,
      "stamina": 128
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "combusken",
        "form": "normal"
      }
    ]
  },
  {
    "id": 256,
    "name": "combusken",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 115,
      "stamina": 155
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "blaziken",
        "form": "normal"
      }
    ]
  },
  {
    "id": 257,
    "name": "blaziken",
    "form": "normal",
    "baseStats": {
      "attack": 240,
      "defense": 141,
      "stamina": 190
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 258,
    "name": "mudkip",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 93,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "marshtomp",
        "form": "normal"
      }
    ]
  },
  {
    "id": 259,
    "name": "marshtomp",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 133,
      "stamina": 172
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "swampert",
        "form": "normal"
      }
    ]
  },
  {
    "id": 260,
    "name": "swampert",
    "form": "normal",
    "baseStats": {
      "attack": 208,
      "defense": 175,
      "stamina": 225
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 261,
    "name": "poochyena",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 61,
      "stamina": 111
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "mightyena",
        "form": "normal"
      }
    ]
  },
  {
    "id": 262,
    "name": "mightyena",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 132,
      "stamina": 172
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 263,
    "name": "zigzagoon",
    "form": "galarian",
    "baseStats": {
      "attack": 58,
      "defense": 80,
      "stamina": 116
    },
    "types": [
      "dark",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "linoone",
        "form": "galarian"
      }
    ]
  },
  {
    "id": 263,
    "name": "zigzagoon",
    "form": "normal",
    "baseStats": {
      "attack": 58,
      "defense": 80,
      "stamina": 116
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "linoone",
        "form": "normal"
      }
    ]
  },
  {
    "id": 264,
    "name": "linoone",
    "form": "galarian",
    "baseStats": {
      "attack": 142,
      "defense": 128,
      "stamina": 186
    },
    "types": [
      "dark",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "obstagoon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 264,
    "name": "linoone",
    "form": "normal",
    "baseStats": {
      "attack": 142,
      "defense": 128,
      "stamina": 186
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 265,
    "name": "wurmple",
    "form": "normal",
    "baseStats": {
      "attack": 75,
      "defense": 59,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "silcoon",
        "form": "normal"
      },
      {
        "pokemon": "cascoon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 266,
    "name": "silcoon",
    "form": "normal",
    "baseStats": {
      "attack": 60,
      "defense": 77,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "beautifly",
        "form": "normal"
      }
    ]
  },
  {
    "id": 267,
    "name": "beautifly",
    "form": "normal",
    "baseStats": {
      "attack": 189,
      "defense": 98,
      "stamina": 155
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 268,
    "name": "cascoon",
    "form": "normal",
    "baseStats": {
      "attack": 60,
      "defense": 77,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "dustox",
        "form": "normal"
      }
    ]
  },
  {
    "id": 269,
    "name": "dustox",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 162,
      "stamina": 155
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 270,
    "name": "lotad",
    "form": "normal",
    "baseStats": {
      "attack": 71,
      "defense": 77,
      "stamina": 120
    },
    "types": [
      "water",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "lombre",
        "form": "normal"
      }
    ]
  },
  {
    "id": 271,
    "name": "lombre",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 119,
      "stamina": 155
    },
    "types": [
      "water",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "ludicolo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 272,
    "name": "ludicolo",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 176,
      "stamina": 190
    },
    "types": [
      "water",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 273,
    "name": "seedot",
    "form": "normal",
    "baseStats": {
      "attack": 71,
      "defense": 77,
      "stamina": 120
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "nuzleaf",
        "form": "normal"
      }
    ]
  },
  {
    "id": 274,
    "name": "nuzleaf",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 78,
      "stamina": 172
    },
    "types": [
      "grass",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "shiftry",
        "form": "normal"
      }
    ]
  },
  {
    "id": 275,
    "name": "shiftry",
    "form": "normal",
    "baseStats": {
      "attack": 200,
      "defense": 121,
      "stamina": 207
    },
    "types": [
      "grass",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 276,
    "name": "taillow",
    "form": "normal",
    "baseStats": {
      "attack": 106,
      "defense": 61,
      "stamina": 120
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "swellow",
        "form": "normal"
      }
    ]
  },
  {
    "id": 277,
    "name": "swellow",
    "form": "normal",
    "baseStats": {
      "attack": 185,
      "defense": 124,
      "stamina": 155
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 278,
    "name": "wingull",
    "form": "normal",
    "baseStats": {
      "attack": 106,
      "defense": 61,
      "stamina": 120
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "pelipper",
        "form": "normal"
      }
    ]
  },
  {
    "id": 279,
    "name": "pelipper",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 174,
      "stamina": 155
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 280,
    "name": "ralts",
    "form": "normal",
    "baseStats": {
      "attack": 79,
      "defense": 59,
      "stamina": 99
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "kirlia",
        "form": "normal"
      }
    ]
  },
  {
    "id": 281,
    "name": "kirlia",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 90,
      "stamina": 116
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "gallade",
        "form": "normal"
      },
      {
        "pokemon": "gardevoir",
        "form": "normal"
      }
    ]
  },
  {
    "id": 282,
    "name": "gardevoir",
    "form": "normal",
    "baseStats": {
      "attack": 237,
      "defense": 195,
      "stamina": 169
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 283,
    "name": "surskit",
    "form": "normal",
    "baseStats": {
      "attack": 93,
      "defense": 87,
      "stamina": 120
    },
    "types": [
      "bug",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "masquerain",
        "form": "normal"
      }
    ]
  },
  {
    "id": 284,
    "name": "masquerain",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 150,
      "stamina": 172
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 285,
    "name": "shroomish",
    "form": "normal",
    "baseStats": {
      "attack": 74,
      "defense": 110,
      "stamina": 155
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "breloom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 286,
    "name": "breloom",
    "form": "normal",
    "baseStats": {
      "attack": 241,
      "defense": 144,
      "stamina": 155
    },
    "types": [
      "grass",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 287,
    "name": "slakoth",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 92,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "vigoroth",
        "form": "normal"
      }
    ]
  },
  {
    "id": 288,
    "name": "vigoroth",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 145,
      "stamina": 190
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "slaking",
        "form": "normal"
      }
    ]
  },
  {
    "id": 289,
    "name": "slaking",
    "form": "normal",
    "baseStats": {
      "attack": 290,
      "defense": 166,
      "stamina": 284
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 290,
    "name": "nincada",
    "form": "normal",
    "baseStats": {
      "attack": 80,
      "defense": 126,
      "stamina": 104
    },
    "types": [
      "bug",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "ninjask",
        "form": "normal"
      }
    ]
  },
  {
    "id": 291,
    "name": "ninjask",
    "form": "normal",
    "baseStats": {
      "attack": 199,
      "defense": 112,
      "stamina": 156
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 292,
    "name": "shedinja",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 73,
      "stamina": 1
    },
    "types": [
      "bug",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 293,
    "name": "whismur",
    "form": "normal",
    "baseStats": {
      "attack": 92,
      "defense": 42,
      "stamina": 162
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "loudred",
        "form": null
      }
    ]
  },
  {
    "id": 294,
    "name": "loudred",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 81,
      "stamina": 197
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "exploud",
        "form": null
      }
    ]
  },
  {
    "id": 295,
    "name": "exploud",
    "form": "normal",
    "baseStats": {
      "attack": 179,
      "defense": 137,
      "stamina": 232
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 296,
    "name": "makuhita",
    "form": "normal",
    "baseStats": {
      "attack": 99,
      "defense": 54,
      "stamina": 176
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "hariyama",
        "form": "normal"
      }
    ]
  },
  {
    "id": 297,
    "name": "hariyama",
    "form": "normal",
    "baseStats": {
      "attack": 209,
      "defense": 114,
      "stamina": 302
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 298,
    "name": "azurill",
    "form": "normal",
    "baseStats": {
      "attack": 36,
      "defense": 71,
      "stamina": 137
    },
    "types": [
      "normal",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "marill",
        "form": "normal"
      }
    ]
  },
  {
    "id": 299,
    "name": "nosepass",
    "form": "normal",
    "baseStats": {
      "attack": 82,
      "defense": 215,
      "stamina": 102
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "probopass",
        "form": "normal"
      }
    ]
  },
  {
    "id": 300,
    "name": "skitty",
    "form": "normal",
    "baseStats": {
      "attack": 84,
      "defense": 79,
      "stamina": 137
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "delcatty",
        "form": "normal"
      }
    ]
  },
  {
    "id": 301,
    "name": "delcatty",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 127,
      "stamina": 172
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 302,
    "name": "sableye",
    "form": "normal",
    "baseStats": {
      "attack": 141,
      "defense": 136,
      "stamina": 137
    },
    "types": [
      "dark",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 303,
    "name": "mawile",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 141,
      "stamina": 137
    },
    "types": [
      "steel",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 304,
    "name": "aron",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 141,
      "stamina": 137
    },
    "types": [
      "steel",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "lairon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 305,
    "name": "lairon",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 198,
      "stamina": 155
    },
    "types": [
      "steel",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "aggron",
        "form": "normal"
      }
    ]
  },
  {
    "id": 306,
    "name": "aggron",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 257,
      "stamina": 172
    },
    "types": [
      "steel",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 307,
    "name": "meditite",
    "form": "normal",
    "baseStats": {
      "attack": 78,
      "defense": 107,
      "stamina": 102
    },
    "types": [
      "fighting",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "medicham",
        "form": "normal"
      }
    ]
  },
  {
    "id": 308,
    "name": "medicham",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 152,
      "stamina": 155
    },
    "types": [
      "fighting",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 309,
    "name": "electrike",
    "form": "normal",
    "baseStats": {
      "attack": 123,
      "defense": 78,
      "stamina": 120
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "manectric",
        "form": "normal"
      }
    ]
  },
  {
    "id": 310,
    "name": "manectric",
    "form": "normal",
    "baseStats": {
      "attack": 215,
      "defense": 127,
      "stamina": 172
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 311,
    "name": "plusle",
    "form": "normal",
    "baseStats": {
      "attack": 167,
      "defense": 129,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 312,
    "name": "minun",
    "form": "normal",
    "baseStats": {
      "attack": 147,
      "defense": 150,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 313,
    "name": "volbeat",
    "form": "normal",
    "baseStats": {
      "attack": 143,
      "defense": 166,
      "stamina": 163
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 314,
    "name": "illumise",
    "form": "normal",
    "baseStats": {
      "attack": 143,
      "defense": 166,
      "stamina": 163
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 315,
    "name": "roselia",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 131,
      "stamina": 137
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "roserade",
        "form": "normal"
      }
    ]
  },
  {
    "id": 316,
    "name": "gulpin",
    "form": "normal",
    "baseStats": {
      "attack": 80,
      "defense": 99,
      "stamina": 172
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "swalot",
        "form": "normal"
      }
    ]
  },
  {
    "id": 317,
    "name": "swalot",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 159,
      "stamina": 225
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 318,
    "name": "carvanha",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 39,
      "stamina": 128
    },
    "types": [
      "water",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "sharpedo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 319,
    "name": "sharpedo",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 83,
      "stamina": 172
    },
    "types": [
      "water",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 320,
    "name": "wailmer",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 68,
      "stamina": 277
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "wailord",
        "form": "normal"
      }
    ]
  },
  {
    "id": 321,
    "name": "wailord",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 87,
      "stamina": 347
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 322,
    "name": "numel",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 79,
      "stamina": 155
    },
    "types": [
      "fire",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "camerupt",
        "form": "normal"
      }
    ]
  },
  {
    "id": 323,
    "name": "camerupt",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 136,
      "stamina": 172
    },
    "types": [
      "fire",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 324,
    "name": "torkoal",
    "form": "normal",
    "baseStats": {
      "attack": 151,
      "defense": 203,
      "stamina": 172
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 325,
    "name": "spoink",
    "form": "normal",
    "baseStats": {
      "attack": 125,
      "defense": 122,
      "stamina": 155
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "grumpig",
        "form": "normal"
      }
    ]
  },
  {
    "id": 326,
    "name": "grumpig",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 188,
      "stamina": 190
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "00",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "01",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "02",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "03",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "04",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "05",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "06",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "07",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "08",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "09",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "10",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "11",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "12",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "13",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "14",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "15",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "16",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "17",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "18",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 327,
    "name": "spinda",
    "form": "19",
    "baseStats": {
      "attack": 116,
      "defense": 116,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 328,
    "name": "trapinch",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 78,
      "stamina": 128
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "vibrava",
        "form": "normal"
      }
    ]
  },
  {
    "id": 329,
    "name": "vibrava",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 99,
      "stamina": 137
    },
    "types": [
      "ground",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "flygon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 330,
    "name": "flygon",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 168,
      "stamina": 190
    },
    "types": [
      "ground",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 331,
    "name": "cacnea",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 74,
      "stamina": 137
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "cacturne",
        "form": "normal"
      }
    ]
  },
  {
    "id": 332,
    "name": "cacturne",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 115,
      "stamina": 172
    },
    "types": [
      "grass",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 333,
    "name": "swablu",
    "form": "normal",
    "baseStats": {
      "attack": 76,
      "defense": 132,
      "stamina": 128
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "altaria",
        "form": "normal"
      }
    ]
  },
  {
    "id": 334,
    "name": "altaria",
    "form": "normal",
    "baseStats": {
      "attack": 141,
      "defense": 201,
      "stamina": 181
    },
    "types": [
      "dragon",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 335,
    "name": "zangoose",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 124,
      "stamina": 177
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 336,
    "name": "seviper",
    "form": "normal",
    "baseStats": {
      "attack": 196,
      "defense": 118,
      "stamina": 177
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 337,
    "name": "lunatone",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 153,
      "stamina": 207
    },
    "types": [
      "rock",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 338,
    "name": "solrock",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 153,
      "stamina": 207
    },
    "types": [
      "rock",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 339,
    "name": "barboach",
    "form": "normal",
    "baseStats": {
      "attack": 93,
      "defense": 82,
      "stamina": 137
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "whiscash",
        "form": "normal"
      }
    ]
  },
  {
    "id": 340,
    "name": "whiscash",
    "form": "normal",
    "baseStats": {
      "attack": 151,
      "defense": 141,
      "stamina": 242
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 341,
    "name": "corphish",
    "form": "normal",
    "baseStats": {
      "attack": 141,
      "defense": 99,
      "stamina": 125
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "crawdaunt",
        "form": "normal"
      }
    ]
  },
  {
    "id": 342,
    "name": "crawdaunt",
    "form": "normal",
    "baseStats": {
      "attack": 224,
      "defense": 142,
      "stamina": 160
    },
    "types": [
      "water",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 343,
    "name": "baltoy",
    "form": "normal",
    "baseStats": {
      "attack": 77,
      "defense": 124,
      "stamina": 120
    },
    "types": [
      "ground",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "claydol",
        "form": "normal"
      }
    ]
  },
  {
    "id": 344,
    "name": "claydol",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 229,
      "stamina": 155
    },
    "types": [
      "ground",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 345,
    "name": "lileep",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 150,
      "stamina": 165
    },
    "types": [
      "rock",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "cradily",
        "form": "normal"
      }
    ]
  },
  {
    "id": 346,
    "name": "cradily",
    "form": "normal",
    "baseStats": {
      "attack": 152,
      "defense": 194,
      "stamina": 200
    },
    "types": [
      "rock",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 347,
    "name": "anorith",
    "form": "normal",
    "baseStats": {
      "attack": 176,
      "defense": 100,
      "stamina": 128
    },
    "types": [
      "rock",
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "armaldo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 348,
    "name": "armaldo",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 174,
      "stamina": 181
    },
    "types": [
      "rock",
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 349,
    "name": "feebas",
    "form": "normal",
    "baseStats": {
      "attack": 29,
      "defense": 85,
      "stamina": 85
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "milotic",
        "form": "normal"
      }
    ]
  },
  {
    "id": 350,
    "name": "milotic",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 219,
      "stamina": 216
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 351,
    "name": "castform",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 139,
      "stamina": 172
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 351,
    "name": "castform",
    "form": "rainy",
    "baseStats": {
      "attack": 139,
      "defense": 139,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 351,
    "name": "castform",
    "form": "snowy",
    "baseStats": {
      "attack": 139,
      "defense": 139,
      "stamina": 172
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 351,
    "name": "castform",
    "form": "sunny",
    "baseStats": {
      "attack": 139,
      "defense": 139,
      "stamina": 172
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 352,
    "name": "kecleon",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 189,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 353,
    "name": "shuppet",
    "form": "normal",
    "baseStats": {
      "attack": 138,
      "defense": 65,
      "stamina": 127
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "banette",
        "form": "normal"
      }
    ]
  },
  {
    "id": 354,
    "name": "banette",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 126,
      "stamina": 162
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 355,
    "name": "duskull",
    "form": "normal",
    "baseStats": {
      "attack": 70,
      "defense": 162,
      "stamina": 85
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "dusclops",
        "form": "normal"
      }
    ]
  },
  {
    "id": 356,
    "name": "dusclops",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 234,
      "stamina": 120
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "dusknoir",
        "form": "normal"
      }
    ]
  },
  {
    "id": 357,
    "name": "tropius",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 163,
      "stamina": 223
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 358,
    "name": "chimecho",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 170,
      "stamina": 181
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 359,
    "name": "absol",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 120,
      "stamina": 163
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 360,
    "name": "wynaut",
    "form": "normal",
    "baseStats": {
      "attack": 41,
      "defense": 86,
      "stamina": 216
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "wobbuffet",
        "form": "normal"
      }
    ]
  },
  {
    "id": 361,
    "name": "snorunt",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 95,
      "stamina": 137
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "froslass",
        "form": "normal"
      },
      {
        "pokemon": "glalie",
        "form": "normal"
      }
    ]
  },
  {
    "id": 362,
    "name": "glalie",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 162,
      "stamina": 190
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 363,
    "name": "spheal",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 90,
      "stamina": 172
    },
    "types": [
      "ice",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "sealeo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 364,
    "name": "sealeo",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 132,
      "stamina": 207
    },
    "types": [
      "ice",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "walrein",
        "form": "normal"
      }
    ]
  },
  {
    "id": 365,
    "name": "walrein",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 176,
      "stamina": 242
    },
    "types": [
      "ice",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 366,
    "name": "clamperl",
    "form": "normal",
    "baseStats": {
      "attack": 133,
      "defense": 135,
      "stamina": 111
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "huntail",
        "form": "normal"
      },
      {
        "pokemon": "gorebyss",
        "form": "normal"
      }
    ]
  },
  {
    "id": 367,
    "name": "huntail",
    "form": "normal",
    "baseStats": {
      "attack": 197,
      "defense": 179,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 368,
    "name": "gorebyss",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 179,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 369,
    "name": "relicanth",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 203,
      "stamina": 225
    },
    "types": [
      "water",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 370,
    "name": "luvdisc",
    "form": "normal",
    "baseStats": {
      "attack": 81,
      "defense": 128,
      "stamina": 125
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 371,
    "name": "bagon",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 93,
      "stamina": 128
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "shelgon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 372,
    "name": "shelgon",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 155,
      "stamina": 163
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "salamence",
        "form": "normal"
      }
    ]
  },
  {
    "id": 373,
    "name": "salamence",
    "form": "normal",
    "baseStats": {
      "attack": 277,
      "defense": 168,
      "stamina": 216
    },
    "types": [
      "dragon",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 374,
    "name": "beldum",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 132,
      "stamina": 120
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "metang",
        "form": "normal"
      }
    ]
  },
  {
    "id": 375,
    "name": "metang",
    "form": "normal",
    "baseStats": {
      "attack": 138,
      "defense": 176,
      "stamina": 155
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "metagross",
        "form": "normal"
      }
    ]
  },
  {
    "id": 376,
    "name": "metagross",
    "form": "normal",
    "baseStats": {
      "attack": 257,
      "defense": 228,
      "stamina": 190
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 377,
    "name": "regirock",
    "form": "normal",
    "baseStats": {
      "attack": 179,
      "defense": 309,
      "stamina": 190
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 378,
    "name": "regice",
    "form": "normal",
    "baseStats": {
      "attack": 179,
      "defense": 309,
      "stamina": 190
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 379,
    "name": "registeel",
    "form": "normal",
    "baseStats": {
      "attack": 143,
      "defense": 285,
      "stamina": 190
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 380,
    "name": "latias",
    "form": "normal",
    "baseStats": {
      "attack": 228,
      "defense": 246,
      "stamina": 190
    },
    "types": [
      "dragon",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 380,
    "name": "latias",
    "form": "s",
    "baseStats": {
      "attack": 228,
      "defense": 246,
      "stamina": 190
    },
    "types": [
      "dragon",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 381,
    "name": "latios",
    "form": "normal",
    "baseStats": {
      "attack": 268,
      "defense": 212,
      "stamina": 190
    },
    "types": [
      "dragon",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 381,
    "name": "latios",
    "form": "s",
    "baseStats": {
      "attack": 268,
      "defense": 212,
      "stamina": 190
    },
    "types": [
      "dragon",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 382,
    "name": "kyogre",
    "form": "normal",
    "baseStats": {
      "attack": 270,
      "defense": 228,
      "stamina": 205
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 383,
    "name": "groudon",
    "form": "normal",
    "baseStats": {
      "attack": 270,
      "defense": 228,
      "stamina": 205
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 384,
    "name": "rayquaza",
    "form": "normal",
    "baseStats": {
      "attack": 284,
      "defense": 170,
      "stamina": 213
    },
    "types": [
      "dragon",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 385,
    "name": "jirachi",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 386,
    "name": "deoxys",
    "form": "attack",
    "baseStats": {
      "attack": 414,
      "defense": 46,
      "stamina": 137
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 386,
    "name": "deoxys",
    "form": "defense",
    "baseStats": {
      "attack": 144,
      "defense": 330,
      "stamina": 137
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 386,
    "name": "deoxys",
    "form": "normal",
    "baseStats": {
      "attack": 345,
      "defense": 115,
      "stamina": 137
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 386,
    "name": "deoxys",
    "form": "speed",
    "baseStats": {
      "attack": 230,
      "defense": 218,
      "stamina": 137
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 387,
    "name": "turtwig",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 110,
      "stamina": 146
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "grotle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 388,
    "name": "grotle",
    "form": "normal",
    "baseStats": {
      "attack": 157,
      "defense": 143,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "torterra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 389,
    "name": "torterra",
    "form": "normal",
    "baseStats": {
      "attack": 202,
      "defense": 188,
      "stamina": 216
    },
    "types": [
      "grass",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 390,
    "name": "chimchar",
    "form": "normal",
    "baseStats": {
      "attack": 113,
      "defense": 86,
      "stamina": 127
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "monferno",
        "form": "normal"
      }
    ]
  },
  {
    "id": 391,
    "name": "monferno",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 105,
      "stamina": 162
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "infernape",
        "form": "normal"
      }
    ]
  },
  {
    "id": 392,
    "name": "infernape",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 151,
      "stamina": 183
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 393,
    "name": "piplup",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 102,
      "stamina": 142
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "prinplup",
        "form": "normal"
      }
    ]
  },
  {
    "id": 394,
    "name": "prinplup",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 139,
      "stamina": 162
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "empoleon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 395,
    "name": "empoleon",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 186,
      "stamina": 197
    },
    "types": [
      "water",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 396,
    "name": "starly",
    "form": "normal",
    "baseStats": {
      "attack": 101,
      "defense": 58,
      "stamina": 120
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "staravia",
        "form": "normal"
      }
    ]
  },
  {
    "id": 397,
    "name": "staravia",
    "form": "normal",
    "baseStats": {
      "attack": 142,
      "defense": 94,
      "stamina": 146
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "staraptor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 398,
    "name": "staraptor",
    "form": "normal",
    "baseStats": {
      "attack": 234,
      "defense": 140,
      "stamina": 198
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 399,
    "name": "bidoof",
    "form": "normal",
    "baseStats": {
      "attack": 80,
      "defense": 73,
      "stamina": 153
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "bibarel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 400,
    "name": "bibarel",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 119,
      "stamina": 188
    },
    "types": [
      "normal",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 401,
    "name": "kricketot",
    "form": "normal",
    "baseStats": {
      "attack": 45,
      "defense": 74,
      "stamina": 114
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "kricketune",
        "form": "normal"
      }
    ]
  },
  {
    "id": 402,
    "name": "kricketune",
    "form": "normal",
    "baseStats": {
      "attack": 160,
      "defense": 100,
      "stamina": 184
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 403,
    "name": "shinx",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 64,
      "stamina": 128
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "luxio",
        "form": "normal"
      }
    ]
  },
  {
    "id": 404,
    "name": "luxio",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 95,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "luxray",
        "form": "normal"
      }
    ]
  },
  {
    "id": 405,
    "name": "luxray",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 156,
      "stamina": 190
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 406,
    "name": "budew",
    "form": "normal",
    "baseStats": {
      "attack": 91,
      "defense": 109,
      "stamina": 120
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "roselia",
        "form": "normal"
      }
    ]
  },
  {
    "id": 407,
    "name": "roserade",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 185,
      "stamina": 155
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 408,
    "name": "cranidos",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 71,
      "stamina": 167
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "rampardos",
        "form": "normal"
      }
    ]
  },
  {
    "id": 409,
    "name": "rampardos",
    "form": "normal",
    "baseStats": {
      "attack": 295,
      "defense": 109,
      "stamina": 219
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 410,
    "name": "shieldon",
    "form": "normal",
    "baseStats": {
      "attack": 76,
      "defense": 195,
      "stamina": 102
    },
    "types": [
      "rock",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "bastiodon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 411,
    "name": "bastiodon",
    "form": "normal",
    "baseStats": {
      "attack": 94,
      "defense": 286,
      "stamina": 155
    },
    "types": [
      "rock",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 412,
    "name": "burmy",
    "form": "plant",
    "baseStats": {
      "attack": 53,
      "defense": 83,
      "stamina": 120
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "wormadam",
        "form": "plant"
      },
      {
        "pokemon": "mothim",
        "form": null
      }
    ]
  },
  {
    "id": 412,
    "name": "burmy",
    "form": "sandy",
    "baseStats": {
      "attack": 53,
      "defense": 83,
      "stamina": 120
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "wormadam",
        "form": "sandy"
      },
      {
        "pokemon": "mothim",
        "form": null
      }
    ]
  },
  {
    "id": 412,
    "name": "burmy",
    "form": "trash",
    "baseStats": {
      "attack": 53,
      "defense": 83,
      "stamina": 120
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "wormadam",
        "form": "trash"
      },
      {
        "pokemon": "mothim",
        "form": null
      }
    ]
  },
  {
    "id": 413,
    "name": "wormadam",
    "form": "plant",
    "baseStats": {
      "attack": 141,
      "defense": 180,
      "stamina": 155
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 413,
    "name": "wormadam",
    "form": "sandy",
    "baseStats": {
      "attack": 141,
      "defense": 180,
      "stamina": 155
    },
    "types": [
      "bug",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 413,
    "name": "wormadam",
    "form": "trash",
    "baseStats": {
      "attack": 127,
      "defense": 175,
      "stamina": 155
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 414,
    "name": "mothim",
    "form": "normal",
    "baseStats": {
      "attack": 185,
      "defense": 98,
      "stamina": 172
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 415,
    "name": "combee",
    "form": "normal",
    "baseStats": {
      "attack": 59,
      "defense": 83,
      "stamina": 102
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "vespiquen",
        "form": "normal"
      }
    ]
  },
  {
    "id": 416,
    "name": "vespiquen",
    "form": "normal",
    "baseStats": {
      "attack": 149,
      "defense": 190,
      "stamina": 172
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 417,
    "name": "pachirisu",
    "form": "normal",
    "baseStats": {
      "attack": 94,
      "defense": 172,
      "stamina": 155
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 418,
    "name": "buizel",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 67,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "floatzel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 419,
    "name": "floatzel",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 114,
      "stamina": 198
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 420,
    "name": "cherubi",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 92,
      "stamina": 128
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "cherrim",
        "form": "overcast"
      },
      {
        "pokemon": "cherrim",
        "form": "sunny"
      }
    ]
  },
  {
    "id": 421,
    "name": "cherrim",
    "form": "overcast",
    "baseStats": {
      "attack": 170,
      "defense": 153,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 421,
    "name": "cherrim",
    "form": "sunny",
    "baseStats": {
      "attack": 170,
      "defense": 153,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 422,
    "name": "shellos",
    "form": "eastsea",
    "baseStats": {
      "attack": 103,
      "defense": 105,
      "stamina": 183
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "gastrodon",
        "form": "eastsea"
      }
    ]
  },
  {
    "id": 422,
    "name": "shellos",
    "form": "westsea",
    "baseStats": {
      "attack": 103,
      "defense": 105,
      "stamina": 183
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "gastrodon",
        "form": "westsea"
      }
    ]
  },
  {
    "id": 423,
    "name": "gastrodon",
    "form": "eastsea",
    "baseStats": {
      "attack": 169,
      "defense": 143,
      "stamina": 244
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 423,
    "name": "gastrodon",
    "form": "westsea",
    "baseStats": {
      "attack": 169,
      "defense": 143,
      "stamina": 244
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 424,
    "name": "ambipom",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 143,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 425,
    "name": "drifloon",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 80,
      "stamina": 207
    },
    "types": [
      "ghost",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "drifblim",
        "form": "normal"
      }
    ]
  },
  {
    "id": 426,
    "name": "drifblim",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 102,
      "stamina": 312
    },
    "types": [
      "ghost",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 427,
    "name": "buneary",
    "form": "normal",
    "baseStats": {
      "attack": 130,
      "defense": 105,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "lopunny",
        "form": "normal"
      }
    ]
  },
  {
    "id": 428,
    "name": "lopunny",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 194,
      "stamina": 163
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 429,
    "name": "mismagius",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 187,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 430,
    "name": "honchkrow",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 103,
      "stamina": 225
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 431,
    "name": "glameow",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 82,
      "stamina": 135
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "purugly",
        "form": "normal"
      }
    ]
  },
  {
    "id": 432,
    "name": "purugly",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 133,
      "stamina": 174
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 433,
    "name": "chingling",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 94,
      "stamina": 128
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "chimecho",
        "form": "normal"
      }
    ]
  },
  {
    "id": 434,
    "name": "stunky",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 90,
      "stamina": 160
    },
    "types": [
      "poison",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "skuntank",
        "form": "normal"
      }
    ]
  },
  {
    "id": 435,
    "name": "skuntank",
    "form": "normal",
    "baseStats": {
      "attack": 184,
      "defense": 132,
      "stamina": 230
    },
    "types": [
      "poison",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 436,
    "name": "bronzor",
    "form": "normal",
    "baseStats": {
      "attack": 43,
      "defense": 154,
      "stamina": 149
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "bronzong",
        "form": "normal"
      }
    ]
  },
  {
    "id": 437,
    "name": "bronzong",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 213,
      "stamina": 167
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 438,
    "name": "bonsly",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 133,
      "stamina": 137
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "sudowoodo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 439,
    "name": "mime-jr",
    "form": "mimejrnormal",
    "baseStats": {
      "attack": 125,
      "defense": 142,
      "stamina": 85
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "mr-mime",
        "form": "normal"
      }
    ]
  },
  {
    "id": 440,
    "name": "happiny",
    "form": "normal",
    "baseStats": {
      "attack": 25,
      "defense": 77,
      "stamina": 225
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "chansey",
        "form": "normal"
      }
    ]
  },
  {
    "id": 441,
    "name": "chatot",
    "form": "normal",
    "baseStats": {
      "attack": 183,
      "defense": 91,
      "stamina": 183
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 442,
    "name": "spiritomb",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 199,
      "stamina": 137
    },
    "types": [
      "ghost",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 443,
    "name": "gible",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 84,
      "stamina": 151
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "gabite",
        "form": "normal"
      }
    ]
  },
  {
    "id": 444,
    "name": "gabite",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 125,
      "stamina": 169
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "garchomp",
        "form": "normal"
      }
    ]
  },
  {
    "id": 445,
    "name": "garchomp",
    "form": "normal",
    "baseStats": {
      "attack": 261,
      "defense": 193,
      "stamina": 239
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 446,
    "name": "munchlax",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 117,
      "stamina": 286
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "snorlax",
        "form": "normal"
      }
    ]
  },
  {
    "id": 447,
    "name": "riolu",
    "form": "normal",
    "baseStats": {
      "attack": 127,
      "defense": 78,
      "stamina": 120
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "lucario",
        "form": "normal"
      }
    ]
  },
  {
    "id": 448,
    "name": "lucario",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 144,
      "stamina": 172
    },
    "types": [
      "fighting",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 449,
    "name": "hippopotas",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 118,
      "stamina": 169
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "hippowdon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 450,
    "name": "hippowdon",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 191,
      "stamina": 239
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 451,
    "name": "skorupi",
    "form": "normal",
    "baseStats": {
      "attack": 93,
      "defense": 151,
      "stamina": 120
    },
    "types": [
      "poison",
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "drapion",
        "form": "normal"
      }
    ]
  },
  {
    "id": 452,
    "name": "drapion",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 202,
      "stamina": 172
    },
    "types": [
      "poison",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 453,
    "name": "croagunk",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 76,
      "stamina": 134
    },
    "types": [
      "poison",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "toxicroak",
        "form": "normal"
      }
    ]
  },
  {
    "id": 454,
    "name": "toxicroak",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 133,
      "stamina": 195
    },
    "types": [
      "poison",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 455,
    "name": "carnivine",
    "form": "normal",
    "baseStats": {
      "attack": 187,
      "defense": 136,
      "stamina": 179
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 456,
    "name": "finneon",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 116,
      "stamina": 135
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "lumineon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 457,
    "name": "lumineon",
    "form": "normal",
    "baseStats": {
      "attack": 142,
      "defense": 170,
      "stamina": 170
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 458,
    "name": "mantyke",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 179,
      "stamina": 128
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "mantine",
        "form": "normal"
      }
    ]
  },
  {
    "id": 459,
    "name": "snover",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 105,
      "stamina": 155
    },
    "types": [
      "grass",
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "abomasnow",
        "form": "normal"
      }
    ]
  },
  {
    "id": 460,
    "name": "abomasnow",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 158,
      "stamina": 207
    },
    "types": [
      "grass",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 461,
    "name": "weavile",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 171,
      "stamina": 172
    },
    "types": [
      "dark",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 462,
    "name": "magnezone",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 205,
      "stamina": 172
    },
    "types": [
      "electric",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 463,
    "name": "lickilicky",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 181,
      "stamina": 242
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 464,
    "name": "rhyperior",
    "form": "normal",
    "baseStats": {
      "attack": 241,
      "defense": 190,
      "stamina": 251
    },
    "types": [
      "ground",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 465,
    "name": "tangrowth",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 184,
      "stamina": 225
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 466,
    "name": "electivire",
    "form": "normal",
    "baseStats": {
      "attack": 249,
      "defense": 163,
      "stamina": 181
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 467,
    "name": "magmortar",
    "form": "normal",
    "baseStats": {
      "attack": 247,
      "defense": 172,
      "stamina": 181
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 468,
    "name": "togekiss",
    "form": "normal",
    "baseStats": {
      "attack": 225,
      "defense": 217,
      "stamina": 198
    },
    "types": [
      "fairy",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 469,
    "name": "yanmega",
    "form": "normal",
    "baseStats": {
      "attack": 231,
      "defense": 156,
      "stamina": 200
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 470,
    "name": "leafeon",
    "form": "normal",
    "baseStats": {
      "attack": 216,
      "defense": 219,
      "stamina": 163
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 471,
    "name": "glaceon",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 205,
      "stamina": 163
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 472,
    "name": "gliscor",
    "form": "normal",
    "baseStats": {
      "attack": 185,
      "defense": 222,
      "stamina": 181
    },
    "types": [
      "ground",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 473,
    "name": "mamoswine",
    "form": "normal",
    "baseStats": {
      "attack": 247,
      "defense": 146,
      "stamina": 242
    },
    "types": [
      "ice",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 474,
    "name": "porygon-z",
    "form": "porygonznormal",
    "baseStats": {
      "attack": 264,
      "defense": 150,
      "stamina": 198
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 475,
    "name": "gallade",
    "form": "normal",
    "baseStats": {
      "attack": 237,
      "defense": 195,
      "stamina": 169
    },
    "types": [
      "psychic",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 476,
    "name": "probopass",
    "form": "normal",
    "baseStats": {
      "attack": 135,
      "defense": 275,
      "stamina": 155
    },
    "types": [
      "rock",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 477,
    "name": "dusknoir",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 254,
      "stamina": 128
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 478,
    "name": "froslass",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 150,
      "stamina": 172
    },
    "types": [
      "ice",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "fan",
    "baseStats": {
      "attack": 204,
      "defense": 219,
      "stamina": 137
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "frost",
    "baseStats": {
      "attack": 204,
      "defense": 219,
      "stamina": 137
    },
    "types": [
      "electric",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "heat",
    "baseStats": {
      "attack": 204,
      "defense": 219,
      "stamina": 137
    },
    "types": [
      "electric",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "mow",
    "baseStats": {
      "attack": 204,
      "defense": 219,
      "stamina": 137
    },
    "types": [
      "electric",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "normal",
    "baseStats": {
      "attack": 185,
      "defense": 159,
      "stamina": 137
    },
    "types": [
      "electric",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 479,
    "name": "rotom",
    "form": "wash",
    "baseStats": {
      "attack": 204,
      "defense": 219,
      "stamina": 137
    },
    "types": [
      "electric",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 480,
    "name": "uxie",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 270,
      "stamina": 181
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 481,
    "name": "mesprit",
    "form": "normal",
    "baseStats": {
      "attack": 212,
      "defense": 212,
      "stamina": 190
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 482,
    "name": "azelf",
    "form": "normal",
    "baseStats": {
      "attack": 270,
      "defense": 151,
      "stamina": 181
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 483,
    "name": "dialga",
    "form": "normal",
    "baseStats": {
      "attack": 275,
      "defense": 211,
      "stamina": 205
    },
    "types": [
      "steel",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 483,
    "name": "dialga",
    "form": "origin",
    "baseStats": {
      "attack": 270,
      "defense": 225,
      "stamina": 205
    },
    "types": [
      "steel",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 484,
    "name": "palkia",
    "form": "normal",
    "baseStats": {
      "attack": 280,
      "defense": 215,
      "stamina": 189
    },
    "types": [
      "water",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 484,
    "name": "palkia",
    "form": "origin",
    "baseStats": {
      "attack": 286,
      "defense": 223,
      "stamina": 189
    },
    "types": [
      "water",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 485,
    "name": "heatran",
    "form": "normal",
    "baseStats": {
      "attack": 251,
      "defense": 213,
      "stamina": 209
    },
    "types": [
      "fire",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 486,
    "name": "regigigas",
    "form": "normal",
    "baseStats": {
      "attack": 287,
      "defense": 210,
      "stamina": 221
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 487,
    "name": "giratina",
    "form": "altered",
    "baseStats": {
      "attack": 187,
      "defense": 225,
      "stamina": 284
    },
    "types": [
      "ghost",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 487,
    "name": "giratina",
    "form": "origin",
    "baseStats": {
      "attack": 225,
      "defense": 187,
      "stamina": 284
    },
    "types": [
      "ghost",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 488,
    "name": "cresselia",
    "form": "normal",
    "baseStats": {
      "attack": 152,
      "defense": 258,
      "stamina": 260
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 489,
    "name": "phione",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 162,
      "stamina": 190
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 490,
    "name": "manaphy",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 491,
    "name": "darkrai",
    "form": "normal",
    "baseStats": {
      "attack": 285,
      "defense": 198,
      "stamina": 172
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 492,
    "name": "shaymin",
    "form": "land",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 492,
    "name": "shaymin",
    "form": "sky",
    "baseStats": {
      "attack": 261,
      "defense": 166,
      "stamina": 225
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "bug",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "dark",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "dragon",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "electric",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "fairy",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "fighting",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "fire",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "flying",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "ghost",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "grass",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "ground",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "ice",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "poison",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "psychic",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "rock",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "steel",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 493,
    "name": "arceus",
    "form": "water",
    "baseStats": {
      "attack": 238,
      "defense": 238,
      "stamina": 237
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 494,
    "name": "victini",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 210,
      "stamina": 225
    },
    "types": [
      "psychic",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 495,
    "name": "snivy",
    "form": "normal",
    "baseStats": {
      "attack": 88,
      "defense": 107,
      "stamina": 128
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "servine",
        "form": "normal"
      }
    ]
  },
  {
    "id": 496,
    "name": "servine",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 152,
      "stamina": 155
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "serperior",
        "form": "normal"
      }
    ]
  },
  {
    "id": 497,
    "name": "serperior",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 204,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 498,
    "name": "tepig",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 85,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "pignite",
        "form": "normal"
      }
    ]
  },
  {
    "id": 499,
    "name": "pignite",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 106,
      "stamina": 207
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "emboar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 500,
    "name": "emboar",
    "form": "normal",
    "baseStats": {
      "attack": 235,
      "defense": 127,
      "stamina": 242
    },
    "types": [
      "fire",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 501,
    "name": "oshawott",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 85,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "dewott",
        "form": "normal"
      }
    ]
  },
  {
    "id": 502,
    "name": "dewott",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 116,
      "stamina": 181
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "samurott",
        "form": "normal"
      }
    ]
  },
  {
    "id": 503,
    "name": "samurott",
    "form": "hisuian",
    "baseStats": {
      "attack": 218,
      "defense": 152,
      "stamina": 207
    },
    "types": [
      "water",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 503,
    "name": "samurott",
    "form": "normal",
    "baseStats": {
      "attack": 212,
      "defense": 157,
      "stamina": 216
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 504,
    "name": "patrat",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 73,
      "stamina": 128
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "watchog",
        "form": "normal"
      }
    ]
  },
  {
    "id": 505,
    "name": "watchog",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 139,
      "stamina": 155
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 506,
    "name": "lillipup",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 86,
      "stamina": 128
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "herdier",
        "form": "normal"
      }
    ]
  },
  {
    "id": 507,
    "name": "herdier",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 126,
      "stamina": 163
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "stoutland",
        "form": "normal"
      }
    ]
  },
  {
    "id": 508,
    "name": "stoutland",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 182,
      "stamina": 198
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 509,
    "name": "purrloin",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 73,
      "stamina": 121
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "liepard",
        "form": "normal"
      }
    ]
  },
  {
    "id": 510,
    "name": "liepard",
    "form": "normal",
    "baseStats": {
      "attack": 187,
      "defense": 106,
      "stamina": 162
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 511,
    "name": "pansage",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 94,
      "stamina": 137
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "simisage",
        "form": "normal"
      }
    ]
  },
  {
    "id": 512,
    "name": "simisage",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 133,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 513,
    "name": "pansear",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 94,
      "stamina": 137
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "simisear",
        "form": "normal"
      }
    ]
  },
  {
    "id": 514,
    "name": "simisear",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 133,
      "stamina": 181
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 515,
    "name": "panpour",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 94,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "simipour",
        "form": "normal"
      }
    ]
  },
  {
    "id": 516,
    "name": "simipour",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 133,
      "stamina": 181
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 517,
    "name": "munna",
    "form": "normal",
    "baseStats": {
      "attack": 111,
      "defense": 92,
      "stamina": 183
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "musharna",
        "form": "normal"
      }
    ]
  },
  {
    "id": 518,
    "name": "musharna",
    "form": "normal",
    "baseStats": {
      "attack": 183,
      "defense": 166,
      "stamina": 253
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 519,
    "name": "pidove",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 80,
      "stamina": 137
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "tranquill",
        "form": "normal"
      }
    ]
  },
  {
    "id": 520,
    "name": "tranquill",
    "form": "normal",
    "baseStats": {
      "attack": 144,
      "defense": 107,
      "stamina": 158
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "unfezant",
        "form": "normal"
      }
    ]
  },
  {
    "id": 521,
    "name": "unfezant",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 522,
    "name": "blitzle",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 64,
      "stamina": 128
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "zebstrika",
        "form": "normal"
      }
    ]
  },
  {
    "id": 523,
    "name": "zebstrika",
    "form": "normal",
    "baseStats": {
      "attack": 211,
      "defense": 136,
      "stamina": 181
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 524,
    "name": "roggenrola",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 110,
      "stamina": 146
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "boldore",
        "form": "normal"
      }
    ]
  },
  {
    "id": 525,
    "name": "boldore",
    "form": "normal",
    "baseStats": {
      "attack": 174,
      "defense": 143,
      "stamina": 172
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "gigalith",
        "form": "normal"
      }
    ]
  },
  {
    "id": 526,
    "name": "gigalith",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 201,
      "stamina": 198
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 527,
    "name": "woobat",
    "form": "normal",
    "baseStats": {
      "attack": 107,
      "defense": 85,
      "stamina": 163
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "swoobat",
        "form": "normal"
      }
    ]
  },
  {
    "id": 528,
    "name": "swoobat",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 119,
      "stamina": 167
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 529,
    "name": "drilbur",
    "form": "normal",
    "baseStats": {
      "attack": 154,
      "defense": 85,
      "stamina": 155
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "excadrill",
        "form": "normal"
      }
    ]
  },
  {
    "id": 530,
    "name": "excadrill",
    "form": "normal",
    "baseStats": {
      "attack": 255,
      "defense": 129,
      "stamina": 242
    },
    "types": [
      "ground",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 531,
    "name": "audino",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 163,
      "stamina": 230
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 532,
    "name": "timburr",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 87,
      "stamina": 181
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "gurdurr",
        "form": "normal"
      }
    ]
  },
  {
    "id": 533,
    "name": "gurdurr",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 134,
      "stamina": 198
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "conkeldurr",
        "form": "normal"
      }
    ]
  },
  {
    "id": 534,
    "name": "conkeldurr",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 158,
      "stamina": 233
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 535,
    "name": "tympole",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 78,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "palpitoad",
        "form": "normal"
      }
    ]
  },
  {
    "id": 536,
    "name": "palpitoad",
    "form": "normal",
    "baseStats": {
      "attack": 128,
      "defense": 109,
      "stamina": 181
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "seismitoad",
        "form": "normal"
      }
    ]
  },
  {
    "id": 537,
    "name": "seismitoad",
    "form": "normal",
    "baseStats": {
      "attack": 188,
      "defense": 150,
      "stamina": 233
    },
    "types": [
      "water",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 538,
    "name": "throh",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 160,
      "stamina": 260
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 539,
    "name": "sawk",
    "form": "normal",
    "baseStats": {
      "attack": 231,
      "defense": 153,
      "stamina": 181
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 540,
    "name": "sewaddle",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 124,
      "stamina": 128
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "swadloon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 541,
    "name": "swadloon",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 162,
      "stamina": 146
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "leavanny",
        "form": "normal"
      }
    ]
  },
  {
    "id": 542,
    "name": "leavanny",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 165,
      "stamina": 181
    },
    "types": [
      "bug",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 543,
    "name": "venipede",
    "form": "normal",
    "baseStats": {
      "attack": 83,
      "defense": 99,
      "stamina": 102
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "whirlipede",
        "form": "normal"
      }
    ]
  },
  {
    "id": 544,
    "name": "whirlipede",
    "form": "normal",
    "baseStats": {
      "attack": 100,
      "defense": 173,
      "stamina": 120
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "scolipede",
        "form": "normal"
      }
    ]
  },
  {
    "id": 545,
    "name": "scolipede",
    "form": "normal",
    "baseStats": {
      "attack": 203,
      "defense": 175,
      "stamina": 155
    },
    "types": [
      "bug",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 546,
    "name": "cottonee",
    "form": "normal",
    "baseStats": {
      "attack": 71,
      "defense": 111,
      "stamina": 120
    },
    "types": [
      "grass",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "whimsicott",
        "form": "normal"
      }
    ]
  },
  {
    "id": 547,
    "name": "whimsicott",
    "form": "normal",
    "baseStats": {
      "attack": 164,
      "defense": 176,
      "stamina": 155
    },
    "types": [
      "grass",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 548,
    "name": "petilil",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 91,
      "stamina": 128
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "lilligant",
        "form": "normal"
      }
    ]
  },
  {
    "id": 549,
    "name": "lilligant",
    "form": "hisuian",
    "baseStats": {
      "attack": 208,
      "defense": 159,
      "stamina": 172
    },
    "types": [
      "grass",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 549,
    "name": "lilligant",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 155,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 550,
    "name": "basculin",
    "form": "bluestriped",
    "baseStats": {
      "attack": 189,
      "defense": 129,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 550,
    "name": "basculin",
    "form": "redstriped",
    "baseStats": {
      "attack": 189,
      "defense": 129,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 550,
    "name": "basculin",
    "form": "whitestriped",
    "baseStats": {
      "attack": 189,
      "defense": 129,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 551,
    "name": "sandile",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 69,
      "stamina": 137
    },
    "types": [
      "ground",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "krokorok",
        "form": "normal"
      }
    ]
  },
  {
    "id": 552,
    "name": "krokorok",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 90,
      "stamina": 155
    },
    "types": [
      "ground",
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "krookodile",
        "form": "normal"
      }
    ]
  },
  {
    "id": 553,
    "name": "krookodile",
    "form": "normal",
    "baseStats": {
      "attack": 229,
      "defense": 158,
      "stamina": 216
    },
    "types": [
      "ground",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 554,
    "name": "darumaka",
    "form": "galarian",
    "baseStats": {
      "attack": 153,
      "defense": 86,
      "stamina": 172
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "darmanitan",
        "form": "galarian"
      }
    ]
  },
  {
    "id": 554,
    "name": "darumaka",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 86,
      "stamina": 172
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "darmanitan",
        "form": ""
      }
    ]
  },
  {
    "id": 555,
    "name": "darmanitan",
    "form": "galarianstandard",
    "baseStats": {
      "attack": 263,
      "defense": 114,
      "stamina": 233
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 555,
    "name": "darmanitan",
    "form": "galarianzen",
    "baseStats": {
      "attack": 323,
      "defense": 123,
      "stamina": 233
    },
    "types": [
      "ice",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 555,
    "name": "darmanitan",
    "form": "standard",
    "baseStats": {
      "attack": 263,
      "defense": 114,
      "stamina": 233
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 555,
    "name": "darmanitan",
    "form": "zen",
    "baseStats": {
      "attack": 243,
      "defense": 202,
      "stamina": 233
    },
    "types": [
      "fire",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 556,
    "name": "maractus",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 130,
      "stamina": 181
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 557,
    "name": "dwebble",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 128,
      "stamina": 137
    },
    "types": [
      "bug",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "crustle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 558,
    "name": "crustle",
    "form": "normal",
    "baseStats": {
      "attack": 188,
      "defense": 200,
      "stamina": 172
    },
    "types": [
      "bug",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 559,
    "name": "scraggy",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 132,
      "stamina": 137
    },
    "types": [
      "dark",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "scrafty",
        "form": "normal"
      }
    ]
  },
  {
    "id": 560,
    "name": "scrafty",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 222,
      "stamina": 163
    },
    "types": [
      "dark",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 561,
    "name": "sigilyph",
    "form": "normal",
    "baseStats": {
      "attack": 204,
      "defense": 167,
      "stamina": 176
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 562,
    "name": "yamask",
    "form": "galarian",
    "baseStats": {
      "attack": 95,
      "defense": 141,
      "stamina": 116
    },
    "types": [
      "ground",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "runerigus",
        "form": "normal"
      }
    ]
  },
  {
    "id": 562,
    "name": "yamask",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 141,
      "stamina": 116
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "cofagrigus",
        "form": "normal"
      }
    ]
  },
  {
    "id": 563,
    "name": "cofagrigus",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 237,
      "stamina": 151
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 564,
    "name": "tirtouga",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 146,
      "stamina": 144
    },
    "types": [
      "water",
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "carracosta",
        "form": "normal"
      }
    ]
  },
  {
    "id": 565,
    "name": "carracosta",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 197,
      "stamina": 179
    },
    "types": [
      "water",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 566,
    "name": "archen",
    "form": "normal",
    "baseStats": {
      "attack": 213,
      "defense": 89,
      "stamina": 146
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "archeops",
        "form": "normal"
      }
    ]
  },
  {
    "id": 567,
    "name": "archeops",
    "form": "normal",
    "baseStats": {
      "attack": 292,
      "defense": 139,
      "stamina": 181
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 568,
    "name": "trubbish",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 122,
      "stamina": 137
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "garbodor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 569,
    "name": "garbodor",
    "form": "normal",
    "baseStats": {
      "attack": 181,
      "defense": 164,
      "stamina": 190
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 570,
    "name": "zorua",
    "form": "hisuian",
    "baseStats": {
      "attack": 162,
      "defense": 79,
      "stamina": 111
    },
    "types": [
      "normal",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "zoroark",
        "form": "hisuian"
      }
    ]
  },
  {
    "id": 570,
    "name": "zorua",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 78,
      "stamina": 120
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "zoroark",
        "form": "normal"
      }
    ]
  },
  {
    "id": 571,
    "name": "zoroark",
    "form": "hisuian",
    "baseStats": {
      "attack": 261,
      "defense": 128,
      "stamina": 146
    },
    "types": [
      "normal",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 571,
    "name": "zoroark",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 127,
      "stamina": 155
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 572,
    "name": "minccino",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 80,
      "stamina": 146
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "cinccino",
        "form": "normal"
      }
    ]
  },
  {
    "id": 573,
    "name": "cinccino",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 130,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 574,
    "name": "gothita",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 112,
      "stamina": 128
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "gothorita",
        "form": "normal"
      }
    ]
  },
  {
    "id": 575,
    "name": "gothorita",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 153,
      "stamina": 155
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "gothitelle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 576,
    "name": "gothitelle",
    "form": "normal",
    "baseStats": {
      "attack": 176,
      "defense": 205,
      "stamina": 172
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 577,
    "name": "solosis",
    "form": "normal",
    "baseStats": {
      "attack": 170,
      "defense": 83,
      "stamina": 128
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "duosion",
        "form": "normal"
      }
    ]
  },
  {
    "id": 578,
    "name": "duosion",
    "form": "normal",
    "baseStats": {
      "attack": 208,
      "defense": 103,
      "stamina": 163
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "reuniclus",
        "form": "normal"
      }
    ]
  },
  {
    "id": 579,
    "name": "reuniclus",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 148,
      "stamina": 242
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 580,
    "name": "ducklett",
    "form": "normal",
    "baseStats": {
      "attack": 84,
      "defense": 96,
      "stamina": 158
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "swanna",
        "form": "normal"
      }
    ]
  },
  {
    "id": 581,
    "name": "swanna",
    "form": "normal",
    "baseStats": {
      "attack": 182,
      "defense": 132,
      "stamina": 181
    },
    "types": [
      "water",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 582,
    "name": "vanillite",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 106,
      "stamina": 113
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "vanillish",
        "form": "normal"
      }
    ]
  },
  {
    "id": 583,
    "name": "vanillish",
    "form": "normal",
    "baseStats": {
      "attack": 151,
      "defense": 138,
      "stamina": 139
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "vanilluxe",
        "form": "normal"
      }
    ]
  },
  {
    "id": 584,
    "name": "vanilluxe",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 184,
      "stamina": 174
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 585,
    "name": "deerling",
    "form": "autumn",
    "baseStats": {
      "attack": 115,
      "defense": 100,
      "stamina": 155
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sawsbuck",
        "form": "autumn"
      }
    ]
  },
  {
    "id": 585,
    "name": "deerling",
    "form": "spring",
    "baseStats": {
      "attack": 115,
      "defense": 100,
      "stamina": 155
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sawsbuck",
        "form": "spring"
      }
    ]
  },
  {
    "id": 585,
    "name": "deerling",
    "form": "summer",
    "baseStats": {
      "attack": 115,
      "defense": 100,
      "stamina": 155
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sawsbuck",
        "form": "summer"
      }
    ]
  },
  {
    "id": 585,
    "name": "deerling",
    "form": "winter",
    "baseStats": {
      "attack": 115,
      "defense": 100,
      "stamina": 155
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "sawsbuck",
        "form": "winter"
      }
    ]
  },
  {
    "id": 586,
    "name": "sawsbuck",
    "form": "autumn",
    "baseStats": {
      "attack": 198,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 586,
    "name": "sawsbuck",
    "form": "spring",
    "baseStats": {
      "attack": 198,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 586,
    "name": "sawsbuck",
    "form": "summer",
    "baseStats": {
      "attack": 198,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 586,
    "name": "sawsbuck",
    "form": "winter",
    "baseStats": {
      "attack": 198,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 587,
    "name": "emolga",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 127,
      "stamina": 146
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 588,
    "name": "karrablast",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 87,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "escavalier",
        "form": "normal"
      }
    ]
  },
  {
    "id": 589,
    "name": "escavalier",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 187,
      "stamina": 172
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 590,
    "name": "foongus",
    "form": "normal",
    "baseStats": {
      "attack": 97,
      "defense": 91,
      "stamina": 170
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "amoonguss",
        "form": "normal"
      }
    ]
  },
  {
    "id": 591,
    "name": "amoonguss",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 139,
      "stamina": 249
    },
    "types": [
      "grass",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 592,
    "name": "frillish",
    "form": "female",
    "baseStats": {
      "attack": 115,
      "defense": 134,
      "stamina": 146
    },
    "types": [
      "water",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "jellicent",
        "form": "female"
      }
    ]
  },
  {
    "id": 592,
    "name": "frillish",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 134,
      "stamina": 146
    },
    "types": [
      "water",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "jellicent",
        "form": "normal"
      }
    ]
  },
  {
    "id": 593,
    "name": "jellicent",
    "form": "female",
    "baseStats": {
      "attack": 159,
      "defense": 178,
      "stamina": 225
    },
    "types": [
      "water",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 593,
    "name": "jellicent",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 178,
      "stamina": 225
    },
    "types": [
      "water",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 594,
    "name": "alomomola",
    "form": "normal",
    "baseStats": {
      "attack": 138,
      "defense": 131,
      "stamina": 338
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 595,
    "name": "joltik",
    "form": "normal",
    "baseStats": {
      "attack": 110,
      "defense": 98,
      "stamina": 137
    },
    "types": [
      "bug",
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "galvantula",
        "form": "normal"
      }
    ]
  },
  {
    "id": 596,
    "name": "galvantula",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 128,
      "stamina": 172
    },
    "types": [
      "bug",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 597,
    "name": "ferroseed",
    "form": "normal",
    "baseStats": {
      "attack": 82,
      "defense": 155,
      "stamina": 127
    },
    "types": [
      "grass",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "ferrothorn",
        "form": "normal"
      }
    ]
  },
  {
    "id": 598,
    "name": "ferrothorn",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 223,
      "stamina": 179
    },
    "types": [
      "grass",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 599,
    "name": "klink",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 121,
      "stamina": 120
    },
    "types": [
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "klang",
        "form": "normal"
      }
    ]
  },
  {
    "id": 600,
    "name": "klang",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 174,
      "stamina": 155
    },
    "types": [
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "klinklang",
        "form": "normal"
      }
    ]
  },
  {
    "id": 601,
    "name": "klinklang",
    "form": "normal",
    "baseStats": {
      "attack": 199,
      "defense": 214,
      "stamina": 155
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 602,
    "name": "tynamo",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 78,
      "stamina": 111
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "eelektrik",
        "form": "normal"
      }
    ]
  },
  {
    "id": 603,
    "name": "eelektrik",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 130,
      "stamina": 163
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "eelektross",
        "form": "normal"
      }
    ]
  },
  {
    "id": 604,
    "name": "eelektross",
    "form": "normal",
    "baseStats": {
      "attack": 217,
      "defense": 152,
      "stamina": 198
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 605,
    "name": "elgyem",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 100,
      "stamina": 146
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "beheeyem",
        "form": "normal"
      }
    ]
  },
  {
    "id": 606,
    "name": "beheeyem",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 163,
      "stamina": 181
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 607,
    "name": "litwick",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 98,
      "stamina": 137
    },
    "types": [
      "ghost",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "lampent",
        "form": "normal"
      }
    ]
  },
  {
    "id": 608,
    "name": "lampent",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 115,
      "stamina": 155
    },
    "types": [
      "ghost",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "chandelure",
        "form": "normal"
      }
    ]
  },
  {
    "id": 609,
    "name": "chandelure",
    "form": "normal",
    "baseStats": {
      "attack": 271,
      "defense": 182,
      "stamina": 155
    },
    "types": [
      "ghost",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 610,
    "name": "axew",
    "form": "normal",
    "baseStats": {
      "attack": 154,
      "defense": 101,
      "stamina": 130
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "fraxure",
        "form": "normal"
      }
    ]
  },
  {
    "id": 611,
    "name": "fraxure",
    "form": "normal",
    "baseStats": {
      "attack": 212,
      "defense": 123,
      "stamina": 165
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "haxorus",
        "form": "normal"
      }
    ]
  },
  {
    "id": 612,
    "name": "haxorus",
    "form": "normal",
    "baseStats": {
      "attack": 284,
      "defense": 172,
      "stamina": 183
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 613,
    "name": "cubchoo",
    "form": "normal",
    "baseStats": {
      "attack": 128,
      "defense": 74,
      "stamina": 146
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "beartic",
        "form": "normal"
      }
    ]
  },
  {
    "id": 614,
    "name": "beartic",
    "form": "normal",
    "baseStats": {
      "attack": 233,
      "defense": 152,
      "stamina": 216
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 615,
    "name": "cryogonal",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 218,
      "stamina": 190
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 616,
    "name": "shelmet",
    "form": "normal",
    "baseStats": {
      "attack": 72,
      "defense": 140,
      "stamina": 137
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "accelgor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 617,
    "name": "accelgor",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 120,
      "stamina": 190
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 618,
    "name": "stunfisk",
    "form": "galarian",
    "baseStats": {
      "attack": 144,
      "defense": 171,
      "stamina": 240
    },
    "types": [
      "ground",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 618,
    "name": "stunfisk",
    "form": "normal",
    "baseStats": {
      "attack": 144,
      "defense": 171,
      "stamina": 240
    },
    "types": [
      "ground",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 619,
    "name": "mienfoo",
    "form": "normal",
    "baseStats": {
      "attack": 160,
      "defense": 98,
      "stamina": 128
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "mienshao",
        "form": "normal"
      }
    ]
  },
  {
    "id": 620,
    "name": "mienshao",
    "form": "normal",
    "baseStats": {
      "attack": 258,
      "defense": 127,
      "stamina": 163
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 621,
    "name": "druddigon",
    "form": "normal",
    "baseStats": {
      "attack": 213,
      "defense": 170,
      "stamina": 184
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 622,
    "name": "golett",
    "form": "normal",
    "baseStats": {
      "attack": 127,
      "defense": 92,
      "stamina": 153
    },
    "types": [
      "ground",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "golurk",
        "form": "normal"
      }
    ]
  },
  {
    "id": 623,
    "name": "golurk",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 154,
      "stamina": 205
    },
    "types": [
      "ground",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 624,
    "name": "pawniard",
    "form": "normal",
    "baseStats": {
      "attack": 154,
      "defense": 114,
      "stamina": 128
    },
    "types": [
      "dark",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "bisharp",
        "form": "normal"
      }
    ]
  },
  {
    "id": 625,
    "name": "bisharp",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 176,
      "stamina": 163
    },
    "types": [
      "dark",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "kingambit",
        "form": "normal"
      }
    ]
  },
  {
    "id": 626,
    "name": "bouffalant",
    "form": "normal",
    "baseStats": {
      "attack": 195,
      "defense": 182,
      "stamina": 216
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 627,
    "name": "rufflet",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 97,
      "stamina": 172
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "braviary",
        "form": "normal"
      }
    ]
  },
  {
    "id": 628,
    "name": "braviary",
    "form": "hisuian",
    "baseStats": {
      "attack": 213,
      "defense": 137,
      "stamina": 242
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 628,
    "name": "braviary",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 152,
      "stamina": 225
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 629,
    "name": "vullaby",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 139,
      "stamina": 172
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "mandibuzz",
        "form": "normal"
      }
    ]
  },
  {
    "id": 630,
    "name": "mandibuzz",
    "form": "normal",
    "baseStats": {
      "attack": 129,
      "defense": 205,
      "stamina": 242
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 631,
    "name": "heatmor",
    "form": "normal",
    "baseStats": {
      "attack": 204,
      "defense": 129,
      "stamina": 198
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 632,
    "name": "durant",
    "form": "normal",
    "baseStats": {
      "attack": 217,
      "defense": 188,
      "stamina": 151
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 633,
    "name": "deino",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 93,
      "stamina": 141
    },
    "types": [
      "dark",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "zweilous",
        "form": "normal"
      }
    ]
  },
  {
    "id": 634,
    "name": "zweilous",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 135,
      "stamina": 176
    },
    "types": [
      "dark",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "hydreigon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 635,
    "name": "hydreigon",
    "form": "normal",
    "baseStats": {
      "attack": 256,
      "defense": 188,
      "stamina": 211
    },
    "types": [
      "dark",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 636,
    "name": "larvesta",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 107,
      "stamina": 146
    },
    "types": [
      "bug",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "volcarona",
        "form": "normal"
      }
    ]
  },
  {
    "id": 637,
    "name": "volcarona",
    "form": "normal",
    "baseStats": {
      "attack": 264,
      "defense": 189,
      "stamina": 198
    },
    "types": [
      "bug",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 638,
    "name": "cobalion",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 229,
      "stamina": 209
    },
    "types": [
      "steel",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 639,
    "name": "terrakion",
    "form": "normal",
    "baseStats": {
      "attack": 260,
      "defense": 192,
      "stamina": 209
    },
    "types": [
      "rock",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 640,
    "name": "virizion",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 229,
      "stamina": 209
    },
    "types": [
      "grass",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 641,
    "name": "tornadus",
    "form": "incarnate",
    "baseStats": {
      "attack": 266,
      "defense": 164,
      "stamina": 188
    },
    "types": [
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 641,
    "name": "tornadus",
    "form": "therian",
    "baseStats": {
      "attack": 238,
      "defense": 189,
      "stamina": 188
    },
    "types": [
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 642,
    "name": "thundurus",
    "form": "incarnate",
    "baseStats": {
      "attack": 266,
      "defense": 164,
      "stamina": 188
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 642,
    "name": "thundurus",
    "form": "therian",
    "baseStats": {
      "attack": 295,
      "defense": 161,
      "stamina": 188
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 643,
    "name": "reshiram",
    "form": "normal",
    "baseStats": {
      "attack": 275,
      "defense": 211,
      "stamina": 205
    },
    "types": [
      "dragon",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 644,
    "name": "zekrom",
    "form": "normal",
    "baseStats": {
      "attack": 275,
      "defense": 211,
      "stamina": 205
    },
    "types": [
      "dragon",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 645,
    "name": "landorus",
    "form": "incarnate",
    "baseStats": {
      "attack": 261,
      "defense": 182,
      "stamina": 205
    },
    "types": [
      "ground",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 645,
    "name": "landorus",
    "form": "therian",
    "baseStats": {
      "attack": 289,
      "defense": 179,
      "stamina": 205
    },
    "types": [
      "ground",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 646,
    "name": "kyurem",
    "form": "black",
    "baseStats": {
      "attack": 310,
      "defense": 183,
      "stamina": 245
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 646,
    "name": "kyurem",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 170,
      "stamina": 245
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 646,
    "name": "kyurem",
    "form": "white",
    "baseStats": {
      "attack": 310,
      "defense": 183,
      "stamina": 245
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 647,
    "name": "keldeo",
    "form": "ordinary",
    "baseStats": {
      "attack": 260,
      "defense": 192,
      "stamina": 209
    },
    "types": [
      "water",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 647,
    "name": "keldeo",
    "form": "resolute",
    "baseStats": {
      "attack": 260,
      "defense": 192,
      "stamina": 209
    },
    "types": [
      "water",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 648,
    "name": "meloetta",
    "form": "aria",
    "baseStats": {
      "attack": 250,
      "defense": 225,
      "stamina": 225
    },
    "types": [
      "normal",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 648,
    "name": "meloetta",
    "form": "pirouette",
    "baseStats": {
      "attack": 269,
      "defense": 188,
      "stamina": 225
    },
    "types": [
      "normal",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 649,
    "name": "genesect",
    "form": "burn",
    "baseStats": {
      "attack": 252,
      "defense": 199,
      "stamina": 174
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 649,
    "name": "genesect",
    "form": "chill",
    "baseStats": {
      "attack": 252,
      "defense": 199,
      "stamina": 174
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 649,
    "name": "genesect",
    "form": "douse",
    "baseStats": {
      "attack": 252,
      "defense": 199,
      "stamina": 174
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 649,
    "name": "genesect",
    "form": "normal",
    "baseStats": {
      "attack": 252,
      "defense": 199,
      "stamina": 174
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 649,
    "name": "genesect",
    "form": "shock",
    "baseStats": {
      "attack": 252,
      "defense": 199,
      "stamina": 174
    },
    "types": [
      "bug",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 650,
    "name": "chespin",
    "form": "normal",
    "baseStats": {
      "attack": 110,
      "defense": 106,
      "stamina": 148
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "quilladin",
        "form": "normal"
      }
    ]
  },
  {
    "id": 651,
    "name": "quilladin",
    "form": "normal",
    "baseStats": {
      "attack": 146,
      "defense": 156,
      "stamina": 156
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "chesnaught",
        "form": "normal"
      }
    ]
  },
  {
    "id": 652,
    "name": "chesnaught",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 204,
      "stamina": 204
    },
    "types": [
      "grass",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 653,
    "name": "fennekin",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 102,
      "stamina": 120
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "braixen",
        "form": "normal"
      }
    ]
  },
  {
    "id": 654,
    "name": "braixen",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 130,
      "stamina": 153
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "delphox",
        "form": "normal"
      }
    ]
  },
  {
    "id": 655,
    "name": "delphox",
    "form": "normal",
    "baseStats": {
      "attack": 230,
      "defense": 189,
      "stamina": 181
    },
    "types": [
      "fire",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 656,
    "name": "froakie",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 84,
      "stamina": 121
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "frogadier",
        "form": "normal"
      }
    ]
  },
  {
    "id": 657,
    "name": "frogadier",
    "form": "normal",
    "baseStats": {
      "attack": 168,
      "defense": 114,
      "stamina": 144
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "greninja",
        "form": "normal"
      }
    ]
  },
  {
    "id": 658,
    "name": "greninja",
    "form": "normal",
    "baseStats": {
      "attack": 223,
      "defense": 152,
      "stamina": 176
    },
    "types": [
      "water",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 659,
    "name": "bunnelby",
    "form": "normal",
    "baseStats": {
      "attack": 68,
      "defense": 72,
      "stamina": 116
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "diggersby",
        "form": "normal"
      }
    ]
  },
  {
    "id": 660,
    "name": "diggersby",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 155,
      "stamina": 198
    },
    "types": [
      "normal",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 661,
    "name": "fletchling",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 80,
      "stamina": 128
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "fletchinder",
        "form": "normal"
      }
    ]
  },
  {
    "id": 662,
    "name": "fletchinder",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 110,
      "stamina": 158
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "talonflame",
        "form": "normal"
      }
    ]
  },
  {
    "id": 663,
    "name": "talonflame",
    "form": "normal",
    "baseStats": {
      "attack": 176,
      "defense": 155,
      "stamina": 186
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "archipelago",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "archipelago"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "continental",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "continental"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "elegant",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "elegant"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "fancy",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "fancy"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "garden",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "garden"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "highplains",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "highplains"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "icysnow",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "icysnow"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "jungle",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "jungle"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "marine",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "marine"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "meadow",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "meadow"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "modern",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "modern"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "monsoon",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "monsoon"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "ocean",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "ocean"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "pokeball",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "pokeball"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "polar",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "polar"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "river",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "river"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "sandstorm",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "sandstorm"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "savanna",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "savanna"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "sun",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "sun"
      }
    ]
  },
  {
    "id": 664,
    "name": "scatterbug",
    "form": "tundra",
    "baseStats": {
      "attack": 63,
      "defense": 63,
      "stamina": 116
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spewpa",
        "form": "tundra"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "archipelago",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "archipelago"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "continental",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "continental"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "elegant",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "elegant"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "fancy",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "fancy"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "garden",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "garden"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "highplains",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "highplains"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "icysnow",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "icysnow"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "jungle",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "jungle"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "marine",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "marine"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "meadow",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "meadow"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "modern",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "modern"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "monsoon",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "monsoon"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "ocean",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "ocean"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "pokeball",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "pokeball"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "polar",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "polar"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "river",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "river"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "sandstorm",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "sandstorm"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "savanna",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "savanna"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "sun",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "sun"
      }
    ]
  },
  {
    "id": 665,
    "name": "spewpa",
    "form": "tundra",
    "baseStats": {
      "attack": 48,
      "defense": 89,
      "stamina": 128
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "vivillon",
        "form": "tundra"
      }
    ]
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "archipelago",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "continental",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "elegant",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "fancy",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "garden",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "highplains",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "icysnow",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "jungle",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "marine",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "meadow",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "modern",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "monsoon",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "ocean",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "pokeball",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "polar",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "river",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "sandstorm",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "savanna",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "sun",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 666,
    "name": "vivillon",
    "form": "tundra",
    "baseStats": {
      "attack": 176,
      "defense": 103,
      "stamina": 190
    },
    "types": [
      "bug",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 667,
    "name": "litleo",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 112,
      "stamina": 158
    },
    "types": [
      "fire",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "pyroar",
        "form": "normal"
      },
      {
        "pokemon": "pyroar",
        "form": "female"
      }
    ]
  },
  {
    "id": 668,
    "name": "pyroar",
    "form": "female",
    "baseStats": {
      "attack": 221,
      "defense": 149,
      "stamina": 200
    },
    "types": [
      "fire",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 668,
    "name": "pyroar",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 149,
      "stamina": 200
    },
    "types": [
      "fire",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 669,
    "name": "flabebe",
    "form": "blue",
    "baseStats": {
      "attack": 108,
      "defense": 120,
      "stamina": 127
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "floette",
        "form": "blue"
      }
    ]
  },
  {
    "id": 669,
    "name": "flabebe",
    "form": "orange",
    "baseStats": {
      "attack": 108,
      "defense": 120,
      "stamina": 127
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "floette",
        "form": "orange"
      }
    ]
  },
  {
    "id": 669,
    "name": "flabebe",
    "form": "red",
    "baseStats": {
      "attack": 108,
      "defense": 120,
      "stamina": 127
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "floette",
        "form": "red"
      }
    ]
  },
  {
    "id": 669,
    "name": "flabebe",
    "form": "white",
    "baseStats": {
      "attack": 108,
      "defense": 120,
      "stamina": 127
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "floette",
        "form": "white"
      }
    ]
  },
  {
    "id": 669,
    "name": "flabebe",
    "form": "yellow",
    "baseStats": {
      "attack": 108,
      "defense": 120,
      "stamina": 127
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "floette",
        "form": "yellow"
      }
    ]
  },
  {
    "id": 670,
    "name": "floette",
    "form": "blue",
    "baseStats": {
      "attack": 136,
      "defense": 151,
      "stamina": 144
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "florges",
        "form": "blue"
      }
    ]
  },
  {
    "id": 670,
    "name": "floette",
    "form": "orange",
    "baseStats": {
      "attack": 136,
      "defense": 151,
      "stamina": 144
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "florges",
        "form": "orange"
      }
    ]
  },
  {
    "id": 670,
    "name": "floette",
    "form": "red",
    "baseStats": {
      "attack": 136,
      "defense": 151,
      "stamina": 144
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "florges",
        "form": "red"
      }
    ]
  },
  {
    "id": 670,
    "name": "floette",
    "form": "white",
    "baseStats": {
      "attack": 136,
      "defense": 151,
      "stamina": 144
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "florges",
        "form": "white"
      }
    ]
  },
  {
    "id": 670,
    "name": "floette",
    "form": "yellow",
    "baseStats": {
      "attack": 136,
      "defense": 151,
      "stamina": 144
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "florges",
        "form": "yellow"
      }
    ]
  },
  {
    "id": 671,
    "name": "florges",
    "form": "blue",
    "baseStats": {
      "attack": 212,
      "defense": 244,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 671,
    "name": "florges",
    "form": "orange",
    "baseStats": {
      "attack": 212,
      "defense": 244,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 671,
    "name": "florges",
    "form": "red",
    "baseStats": {
      "attack": 212,
      "defense": 244,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 671,
    "name": "florges",
    "form": "white",
    "baseStats": {
      "attack": 212,
      "defense": 244,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 671,
    "name": "florges",
    "form": "yellow",
    "baseStats": {
      "attack": 212,
      "defense": 244,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 672,
    "name": "skiddo",
    "form": "normal",
    "baseStats": {
      "attack": 123,
      "defense": 102,
      "stamina": 165
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "gogoat",
        "form": "normal"
      }
    ]
  },
  {
    "id": 673,
    "name": "gogoat",
    "form": "normal",
    "baseStats": {
      "attack": 196,
      "defense": 146,
      "stamina": 265
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 674,
    "name": "pancham",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 107,
      "stamina": 167
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "pangoro",
        "form": "normal"
      }
    ]
  },
  {
    "id": 675,
    "name": "pangoro",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 146,
      "stamina": 216
    },
    "types": [
      "fighting",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "dandy",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "debutante",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "diamond",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "heart",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "kabuki",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "lareine",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "matron",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "natural",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "pharaoh",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 676,
    "name": "furfrou",
    "form": "star",
    "baseStats": {
      "attack": 164,
      "defense": 167,
      "stamina": 181
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 677,
    "name": "espurr",
    "form": "normal",
    "baseStats": {
      "attack": 120,
      "defense": 114,
      "stamina": 158
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "meowstic",
        "form": "normal"
      },
      {
        "pokemon": "meowstic",
        "form": "female"
      }
    ]
  },
  {
    "id": 678,
    "name": "meowstic",
    "form": "female",
    "baseStats": {
      "attack": 166,
      "defense": 167,
      "stamina": 179
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 678,
    "name": "meowstic",
    "form": "normal",
    "baseStats": {
      "attack": 166,
      "defense": 167,
      "stamina": 179
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 679,
    "name": "honedge",
    "form": "normal",
    "baseStats": {
      "attack": 135,
      "defense": 139,
      "stamina": 128
    },
    "types": [
      "steel",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "doublade",
        "form": "normal"
      }
    ]
  },
  {
    "id": 680,
    "name": "doublade",
    "form": "normal",
    "baseStats": {
      "attack": 188,
      "defense": 206,
      "stamina": 153
    },
    "types": [
      "steel",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "aegislash",
        "form": "shield"
      }
    ]
  },
  {
    "id": 681,
    "name": "aegislash",
    "form": "blade",
    "baseStats": {
      "attack": 272,
      "defense": 97,
      "stamina": 155
    },
    "types": [
      "steel",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 681,
    "name": "aegislash",
    "form": "shield",
    "baseStats": {
      "attack": 97,
      "defense": 272,
      "stamina": 155
    },
    "types": [
      "steel",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 682,
    "name": "spritzee",
    "form": "normal",
    "baseStats": {
      "attack": 110,
      "defense": 113,
      "stamina": 186
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "aromatisse",
        "form": "normal"
      }
    ]
  },
  {
    "id": 683,
    "name": "aromatisse",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 150,
      "stamina": 226
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 684,
    "name": "swirlix",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 119,
      "stamina": 158
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "slurpuff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 685,
    "name": "slurpuff",
    "form": "normal",
    "baseStats": {
      "attack": 168,
      "defense": 163,
      "stamina": 193
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 686,
    "name": "inkay",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 95,
      "stamina": 142
    },
    "types": [
      "dark",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "malamar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 687,
    "name": "malamar",
    "form": "normal",
    "baseStats": {
      "attack": 177,
      "defense": 165,
      "stamina": 200
    },
    "types": [
      "dark",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 688,
    "name": "binacle",
    "form": "normal",
    "baseStats": {
      "attack": 96,
      "defense": 120,
      "stamina": 123
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "barbaracle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 689,
    "name": "barbaracle",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 205,
      "stamina": 176
    },
    "types": [
      "rock",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 690,
    "name": "skrelp",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 109,
      "stamina": 137
    },
    "types": [
      "poison",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "dragalge",
        "form": "normal"
      }
    ]
  },
  {
    "id": 691,
    "name": "dragalge",
    "form": "normal",
    "baseStats": {
      "attack": 177,
      "defense": 207,
      "stamina": 163
    },
    "types": [
      "poison",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 692,
    "name": "clauncher",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 117,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "clawitzer",
        "form": "normal"
      }
    ]
  },
  {
    "id": 693,
    "name": "clawitzer",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 171,
      "stamina": 174
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 694,
    "name": "helioptile",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 78,
      "stamina": 127
    },
    "types": [
      "electric",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "heliolisk",
        "form": "normal"
      }
    ]
  },
  {
    "id": 695,
    "name": "heliolisk",
    "form": "normal",
    "baseStats": {
      "attack": 219,
      "defense": 168,
      "stamina": 158
    },
    "types": [
      "electric",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 696,
    "name": "tyrunt",
    "form": "normal",
    "baseStats": {
      "attack": 158,
      "defense": 123,
      "stamina": 151
    },
    "types": [
      "rock",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "tyrantrum",
        "form": "normal"
      }
    ]
  },
  {
    "id": 697,
    "name": "tyrantrum",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 191,
      "stamina": 193
    },
    "types": [
      "rock",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 698,
    "name": "amaura",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 109,
      "stamina": 184
    },
    "types": [
      "rock",
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "aurorus",
        "form": "normal"
      }
    ]
  },
  {
    "id": 699,
    "name": "aurorus",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 163,
      "stamina": 265
    },
    "types": [
      "rock",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 700,
    "name": "sylveon",
    "form": "normal",
    "baseStats": {
      "attack": 203,
      "defense": 205,
      "stamina": 216
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 701,
    "name": "hawlucha",
    "form": "normal",
    "baseStats": {
      "attack": 195,
      "defense": 153,
      "stamina": 186
    },
    "types": [
      "fighting",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 702,
    "name": "dedenne",
    "form": "normal",
    "baseStats": {
      "attack": 164,
      "defense": 134,
      "stamina": 167
    },
    "types": [
      "electric",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 703,
    "name": "carbink",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 285,
      "stamina": 137
    },
    "types": [
      "rock",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 704,
    "name": "goomy",
    "form": "normal",
    "baseStats": {
      "attack": 101,
      "defense": 112,
      "stamina": 128
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "sliggoo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 705,
    "name": "sliggoo",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 176,
      "stamina": 169
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "goodra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 706,
    "name": "goodra",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 242,
      "stamina": 207
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 707,
    "name": "klefki",
    "form": "normal",
    "baseStats": {
      "attack": 160,
      "defense": 179,
      "stamina": 149
    },
    "types": [
      "steel",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 708,
    "name": "phantump",
    "form": "normal",
    "baseStats": {
      "attack": 125,
      "defense": 103,
      "stamina": 125
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "trevenant",
        "form": "normal"
      }
    ]
  },
  {
    "id": 709,
    "name": "trevenant",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 154,
      "stamina": 198
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 710,
    "name": "pumpkaboo",
    "form": "average",
    "baseStats": {
      "attack": 121,
      "defense": 123,
      "stamina": 135
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "gourgeist",
        "form": "average"
      }
    ]
  },
  {
    "id": 710,
    "name": "pumpkaboo",
    "form": "large",
    "baseStats": {
      "attack": 120,
      "defense": 122,
      "stamina": 144
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "gourgeist",
        "form": "large"
      }
    ]
  },
  {
    "id": 710,
    "name": "pumpkaboo",
    "form": "small",
    "baseStats": {
      "attack": 122,
      "defense": 124,
      "stamina": 127
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "gourgeist",
        "form": "small"
      }
    ]
  },
  {
    "id": 710,
    "name": "pumpkaboo",
    "form": "super",
    "baseStats": {
      "attack": 118,
      "defense": 120,
      "stamina": 153
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "gourgeist",
        "form": "super"
      }
    ]
  },
  {
    "id": 711,
    "name": "gourgeist",
    "form": "average",
    "baseStats": {
      "attack": 175,
      "defense": 213,
      "stamina": 163
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 711,
    "name": "gourgeist",
    "form": "large",
    "baseStats": {
      "attack": 179,
      "defense": 206,
      "stamina": 181
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 711,
    "name": "gourgeist",
    "form": "small",
    "baseStats": {
      "attack": 171,
      "defense": 219,
      "stamina": 146
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 711,
    "name": "gourgeist",
    "form": "super",
    "baseStats": {
      "attack": 182,
      "defense": 200,
      "stamina": 198
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 712,
    "name": "bergmite",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 120,
      "stamina": 146
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "avalugg",
        "form": "normal"
      }
    ]
  },
  {
    "id": 713,
    "name": "avalugg",
    "form": "hisuian",
    "baseStats": {
      "attack": 214,
      "defense": 238,
      "stamina": 216
    },
    "types": [
      "ice",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 713,
    "name": "avalugg",
    "form": "normal",
    "baseStats": {
      "attack": 196,
      "defense": 240,
      "stamina": 216
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 714,
    "name": "noibat",
    "form": "normal",
    "baseStats": {
      "attack": 83,
      "defense": 73,
      "stamina": 120
    },
    "types": [
      "flying",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "noivern",
        "form": "normal"
      }
    ]
  },
  {
    "id": 715,
    "name": "noivern",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 175,
      "stamina": 198
    },
    "types": [
      "flying",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 716,
    "name": "xerneas",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 185,
      "stamina": 246
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 717,
    "name": "yveltal",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 185,
      "stamina": 246
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 718,
    "name": "zygarde",
    "form": "complete",
    "baseStats": {
      "attack": 184,
      "defense": 207,
      "stamina": 389
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 718,
    "name": "zygarde",
    "form": "completefiftypercent",
    "baseStats": {
      "attack": 203,
      "defense": 232,
      "stamina": 239
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 718,
    "name": "zygarde",
    "form": "completetenpercent",
    "baseStats": {
      "attack": 205,
      "defense": 173,
      "stamina": 144
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 718,
    "name": "zygarde",
    "form": "fiftypercent",
    "baseStats": {
      "attack": 203,
      "defense": 232,
      "stamina": 239
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "zygarde",
        "form": "complete"
      }
    ]
  },
  {
    "id": 718,
    "name": "zygarde",
    "form": "tenpercent",
    "baseStats": {
      "attack": 205,
      "defense": 173,
      "stamina": 144
    },
    "types": [
      "dragon",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "zygarde",
        "form": "fiftypercent"
      }
    ]
  },
  {
    "id": 719,
    "name": "diancie",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 285,
      "stamina": 137
    },
    "types": [
      "rock",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 720,
    "name": "hoopa",
    "form": "confined",
    "baseStats": {
      "attack": 261,
      "defense": 187,
      "stamina": 173
    },
    "types": [
      "psychic",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 720,
    "name": "hoopa",
    "form": "unbound",
    "baseStats": {
      "attack": 311,
      "defense": 191,
      "stamina": 173
    },
    "types": [
      "psychic",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 721,
    "name": "volcanion",
    "form": "normal",
    "baseStats": {
      "attack": 252,
      "defense": 216,
      "stamina": 190
    },
    "types": [
      "fire",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 722,
    "name": "rowlet",
    "form": "normal",
    "baseStats": {
      "attack": 102,
      "defense": 99,
      "stamina": 169
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "dartrix",
        "form": "normal"
      }
    ]
  },
  {
    "id": 723,
    "name": "dartrix",
    "form": "normal",
    "baseStats": {
      "attack": 142,
      "defense": 139,
      "stamina": 186
    },
    "types": [
      "grass",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "decidueye",
        "form": "normal"
      }
    ]
  },
  {
    "id": 724,
    "name": "decidueye",
    "form": "hisuian",
    "baseStats": {
      "attack": 213,
      "defense": 174,
      "stamina": 204
    },
    "types": [
      "grass",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 724,
    "name": "decidueye",
    "form": "normal",
    "baseStats": {
      "attack": 210,
      "defense": 179,
      "stamina": 186
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 725,
    "name": "litten",
    "form": "normal",
    "baseStats": {
      "attack": 128,
      "defense": 79,
      "stamina": 128
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "torracat",
        "form": "normal"
      }
    ]
  },
  {
    "id": 726,
    "name": "torracat",
    "form": "normal",
    "baseStats": {
      "attack": 174,
      "defense": 103,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "incineroar",
        "form": "normal"
      }
    ]
  },
  {
    "id": 727,
    "name": "incineroar",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 175,
      "stamina": 216
    },
    "types": [
      "fire",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 728,
    "name": "popplio",
    "form": "normal",
    "baseStats": {
      "attack": 120,
      "defense": 103,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "brionne",
        "form": "normal"
      }
    ]
  },
  {
    "id": 729,
    "name": "brionne",
    "form": "normal",
    "baseStats": {
      "attack": 168,
      "defense": 145,
      "stamina": 155
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "primarina",
        "form": "normal"
      }
    ]
  },
  {
    "id": 730,
    "name": "primarina",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 195,
      "stamina": 190
    },
    "types": [
      "water",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 731,
    "name": "pikipek",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 59,
      "stamina": 111
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "trumbeak",
        "form": "normal"
      }
    ]
  },
  {
    "id": 732,
    "name": "trumbeak",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 100,
      "stamina": 146
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "toucannon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 733,
    "name": "toucannon",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 146,
      "stamina": 190
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 734,
    "name": "yungoos",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 56,
      "stamina": 134
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "gumshoos",
        "form": "normal"
      }
    ]
  },
  {
    "id": 735,
    "name": "gumshoos",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 113,
      "stamina": 204
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 736,
    "name": "grubbin",
    "form": "normal",
    "baseStats": {
      "attack": 115,
      "defense": 85,
      "stamina": 132
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "charjabug",
        "form": "normal"
      }
    ]
  },
  {
    "id": 737,
    "name": "charjabug",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 161,
      "stamina": 149
    },
    "types": [
      "bug",
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "vikavolt",
        "form": "normal"
      }
    ]
  },
  {
    "id": 738,
    "name": "vikavolt",
    "form": "normal",
    "baseStats": {
      "attack": 254,
      "defense": 158,
      "stamina": 184
    },
    "types": [
      "bug",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 739,
    "name": "crabrawler",
    "form": "normal",
    "baseStats": {
      "attack": 150,
      "defense": 104,
      "stamina": 132
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "crabominable",
        "form": "normal"
      }
    ]
  },
  {
    "id": 740,
    "name": "crabominable",
    "form": "normal",
    "baseStats": {
      "attack": 231,
      "defense": 138,
      "stamina": 219
    },
    "types": [
      "fighting",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 741,
    "name": "oricorio",
    "form": "baile",
    "baseStats": {
      "attack": 196,
      "defense": 145,
      "stamina": 181
    },
    "types": [
      "fire",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 741,
    "name": "oricorio",
    "form": "pau",
    "baseStats": {
      "attack": 196,
      "defense": 145,
      "stamina": 181
    },
    "types": [
      "psychic",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 741,
    "name": "oricorio",
    "form": "pompom",
    "baseStats": {
      "attack": 196,
      "defense": 145,
      "stamina": 181
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 741,
    "name": "oricorio",
    "form": "sensu",
    "baseStats": {
      "attack": 196,
      "defense": 145,
      "stamina": 181
    },
    "types": [
      "ghost",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 742,
    "name": "cutiefly",
    "form": "normal",
    "baseStats": {
      "attack": 110,
      "defense": 81,
      "stamina": 120
    },
    "types": [
      "bug",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "ribombee",
        "form": "normal"
      }
    ]
  },
  {
    "id": 743,
    "name": "ribombee",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 146,
      "stamina": 155
    },
    "types": [
      "bug",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 744,
    "name": "rockruff",
    "form": "dusk",
    "baseStats": {
      "attack": 117,
      "defense": 78,
      "stamina": 128
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "lycanroc",
        "form": "dusk"
      }
    ]
  },
  {
    "id": 744,
    "name": "rockruff",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 78,
      "stamina": 128
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "lycanroc",
        "form": "midday"
      },
      {
        "pokemon": "lycanroc",
        "form": "midnight"
      }
    ]
  },
  {
    "id": 745,
    "name": "lycanroc",
    "form": "dusk",
    "baseStats": {
      "attack": 234,
      "defense": 139,
      "stamina": 181
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 745,
    "name": "lycanroc",
    "form": "midday",
    "baseStats": {
      "attack": 231,
      "defense": 140,
      "stamina": 181
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 745,
    "name": "lycanroc",
    "form": "midnight",
    "baseStats": {
      "attack": 218,
      "defense": 152,
      "stamina": 198
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 746,
    "name": "wishiwashi",
    "form": "school",
    "baseStats": {
      "attack": 255,
      "defense": 242,
      "stamina": 128
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 746,
    "name": "wishiwashi",
    "form": "solo",
    "baseStats": {
      "attack": 46,
      "defense": 43,
      "stamina": 128
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 747,
    "name": "mareanie",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 110,
      "stamina": 137
    },
    "types": [
      "poison",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "toxapex",
        "form": "normal"
      }
    ]
  },
  {
    "id": 748,
    "name": "toxapex",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 273,
      "stamina": 137
    },
    "types": [
      "poison",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 749,
    "name": "mudbray",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 121,
      "stamina": 172
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "mudsdale",
        "form": "normal"
      }
    ]
  },
  {
    "id": 750,
    "name": "mudsdale",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 174,
      "stamina": 225
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 751,
    "name": "dewpider",
    "form": "normal",
    "baseStats": {
      "attack": 72,
      "defense": 117,
      "stamina": 116
    },
    "types": [
      "water",
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "araquanid",
        "form": "normal"
      }
    ]
  },
  {
    "id": 752,
    "name": "araquanid",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 219,
      "stamina": 169
    },
    "types": [
      "water",
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 753,
    "name": "fomantis",
    "form": "normal",
    "baseStats": {
      "attack": 100,
      "defense": 64,
      "stamina": 120
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "lurantis",
        "form": "normal"
      }
    ]
  },
  {
    "id": 754,
    "name": "lurantis",
    "form": "normal",
    "baseStats": {
      "attack": 192,
      "defense": 169,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 755,
    "name": "morelull",
    "form": "normal",
    "baseStats": {
      "attack": 108,
      "defense": 119,
      "stamina": 120
    },
    "types": [
      "grass",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "shiinotic",
        "form": "normal"
      }
    ]
  },
  {
    "id": 756,
    "name": "shiinotic",
    "form": "normal",
    "baseStats": {
      "attack": 154,
      "defense": 168,
      "stamina": 155
    },
    "types": [
      "grass",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 757,
    "name": "salandit",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 80,
      "stamina": 134
    },
    "types": [
      "poison",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "salazzle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 758,
    "name": "salazzle",
    "form": "normal",
    "baseStats": {
      "attack": 228,
      "defense": 130,
      "stamina": 169
    },
    "types": [
      "poison",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 759,
    "name": "stufful",
    "form": "normal",
    "baseStats": {
      "attack": 136,
      "defense": 95,
      "stamina": 172
    },
    "types": [
      "normal",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "bewear",
        "form": "normal"
      }
    ]
  },
  {
    "id": 760,
    "name": "bewear",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 141,
      "stamina": 260
    },
    "types": [
      "normal",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 761,
    "name": "bounsweet",
    "form": "normal",
    "baseStats": {
      "attack": 55,
      "defense": 69,
      "stamina": 123
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "steenee",
        "form": "normal"
      }
    ]
  },
  {
    "id": 762,
    "name": "steenee",
    "form": "normal",
    "baseStats": {
      "attack": 78,
      "defense": 94,
      "stamina": 141
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "tsareena",
        "form": "normal"
      }
    ]
  },
  {
    "id": 763,
    "name": "tsareena",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 195,
      "stamina": 176
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 764,
    "name": "comfey",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 215,
      "stamina": 139
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 765,
    "name": "oranguru",
    "form": "normal",
    "baseStats": {
      "attack": 168,
      "defense": 192,
      "stamina": 207
    },
    "types": [
      "normal",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 766,
    "name": "passimian",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 160,
      "stamina": 225
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 767,
    "name": "wimpod",
    "form": "normal",
    "baseStats": {
      "attack": 67,
      "defense": 74,
      "stamina": 93
    },
    "types": [
      "bug",
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "golisopod",
        "form": "normal"
      }
    ]
  },
  {
    "id": 768,
    "name": "golisopod",
    "form": "normal",
    "baseStats": {
      "attack": 218,
      "defense": 226,
      "stamina": 181
    },
    "types": [
      "bug",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 769,
    "name": "sandygast",
    "form": "normal",
    "baseStats": {
      "attack": 120,
      "defense": 118,
      "stamina": 146
    },
    "types": [
      "ghost",
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "palossand",
        "form": "normal"
      }
    ]
  },
  {
    "id": 770,
    "name": "palossand",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 178,
      "stamina": 198
    },
    "types": [
      "ghost",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 771,
    "name": "pyukumuku",
    "form": "normal",
    "baseStats": {
      "attack": 97,
      "defense": 224,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 772,
    "name": "type-null",
    "form": "typenullnormal",
    "baseStats": {
      "attack": 184,
      "defense": 184,
      "stamina": 216
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "silvally",
        "form": "normal"
      }
    ]
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "bug",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "dark",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "dragon",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "electric",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "fairy",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "fighting",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "fire",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "flying",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "ghost",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "grass",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "ground",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "ice",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "poison",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "psychic",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "rock",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "steel",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 773,
    "name": "silvally",
    "form": "water",
    "baseStats": {
      "attack": 198,
      "defense": 198,
      "stamina": 216
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "blue",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "green",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "indigo",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "orange",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "red",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "violet",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 774,
    "name": "minior",
    "form": "yellow",
    "baseStats": {
      "attack": 218,
      "defense": 131,
      "stamina": 155
    },
    "types": [
      "rock",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 775,
    "name": "komala",
    "form": "normal",
    "baseStats": {
      "attack": 216,
      "defense": 165,
      "stamina": 163
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 776,
    "name": "turtonator",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 215,
      "stamina": 155
    },
    "types": [
      "fire",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 777,
    "name": "togedemaru",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 145,
      "stamina": 163
    },
    "types": [
      "electric",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 778,
    "name": "mimikyu",
    "form": "busted",
    "baseStats": {
      "attack": 177,
      "defense": 199,
      "stamina": 146
    },
    "types": [
      "ghost",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 778,
    "name": "mimikyu",
    "form": "disguised",
    "baseStats": {
      "attack": 177,
      "defense": 199,
      "stamina": 146
    },
    "types": [
      "ghost",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 779,
    "name": "bruxish",
    "form": "normal",
    "baseStats": {
      "attack": 208,
      "defense": 145,
      "stamina": 169
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 780,
    "name": "drampa",
    "form": "normal",
    "baseStats": {
      "attack": 231,
      "defense": 164,
      "stamina": 186
    },
    "types": [
      "normal",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 781,
    "name": "dhelmise",
    "form": "normal",
    "baseStats": {
      "attack": 233,
      "defense": 179,
      "stamina": 172
    },
    "types": [
      "ghost",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 782,
    "name": "jangmo-o",
    "form": "jangmoonormal",
    "baseStats": {
      "attack": 102,
      "defense": 108,
      "stamina": 128
    },
    "types": [
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "hakamo-o",
        "form": "normal"
      }
    ]
  },
  {
    "id": 783,
    "name": "hakamo-o",
    "form": "hakamoonormal",
    "baseStats": {
      "attack": 145,
      "defense": 162,
      "stamina": 146
    },
    "types": [
      "dragon",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "kommo-o",
        "form": "normal"
      }
    ]
  },
  {
    "id": 784,
    "name": "kommo-o",
    "form": "kommoonormal",
    "baseStats": {
      "attack": 222,
      "defense": 240,
      "stamina": 181
    },
    "types": [
      "dragon",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 785,
    "name": "tapu-koko",
    "form": "tapukokonormal",
    "baseStats": {
      "attack": 250,
      "defense": 181,
      "stamina": 172
    },
    "types": [
      "electric",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 786,
    "name": "tapu-lele",
    "form": "tapulelenormal",
    "baseStats": {
      "attack": 259,
      "defense": 208,
      "stamina": 172
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 787,
    "name": "tapu-bulu",
    "form": "tapubulunormal",
    "baseStats": {
      "attack": 249,
      "defense": 215,
      "stamina": 172
    },
    "types": [
      "grass",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 788,
    "name": "tapu-fini",
    "form": "tapufininormal",
    "baseStats": {
      "attack": 189,
      "defense": 254,
      "stamina": 172
    },
    "types": [
      "water",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 789,
    "name": "cosmog",
    "form": "normal",
    "baseStats": {
      "attack": 54,
      "defense": 57,
      "stamina": 125
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "cosmoem",
        "form": "normal"
      }
    ]
  },
  {
    "id": 790,
    "name": "cosmoem",
    "form": "normal",
    "baseStats": {
      "attack": 54,
      "defense": 242,
      "stamina": 125
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "solgaleo",
        "form": "normal"
      },
      {
        "pokemon": "lunala",
        "form": "normal"
      }
    ]
  },
  {
    "id": 791,
    "name": "solgaleo",
    "form": "normal",
    "baseStats": {
      "attack": 255,
      "defense": 191,
      "stamina": 264
    },
    "types": [
      "psychic",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 792,
    "name": "lunala",
    "form": "normal",
    "baseStats": {
      "attack": 255,
      "defense": 191,
      "stamina": 264
    },
    "types": [
      "psychic",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 793,
    "name": "nihilego",
    "form": "normal",
    "baseStats": {
      "attack": 249,
      "defense": 210,
      "stamina": 240
    },
    "types": [
      "rock",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 794,
    "name": "buzzwole",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 196,
      "stamina": 216
    },
    "types": [
      "bug",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 795,
    "name": "pheromosa",
    "form": "normal",
    "baseStats": {
      "attack": 316,
      "defense": 85,
      "stamina": 174
    },
    "types": [
      "bug",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 796,
    "name": "xurkitree",
    "form": "normal",
    "baseStats": {
      "attack": 330,
      "defense": 144,
      "stamina": 195
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 797,
    "name": "celesteela",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 199,
      "stamina": 219
    },
    "types": [
      "steel",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 798,
    "name": "kartana",
    "form": "normal",
    "baseStats": {
      "attack": 323,
      "defense": 182,
      "stamina": 139
    },
    "types": [
      "grass",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 799,
    "name": "guzzlord",
    "form": "normal",
    "baseStats": {
      "attack": 188,
      "defense": 99,
      "stamina": 440
    },
    "types": [
      "dark",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 800,
    "name": "necrozma",
    "form": "dawnwings",
    "baseStats": {
      "attack": 277,
      "defense": 220,
      "stamina": 200
    },
    "types": [
      "psychic",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 800,
    "name": "necrozma",
    "form": "duskmane",
    "baseStats": {
      "attack": 277,
      "defense": 220,
      "stamina": 200
    },
    "types": [
      "psychic",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 800,
    "name": "necrozma",
    "form": "normal",
    "baseStats": {
      "attack": 251,
      "defense": 195,
      "stamina": 219
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 800,
    "name": "necrozma",
    "form": "ultra",
    "baseStats": {
      "attack": 337,
      "defense": 196,
      "stamina": 200
    },
    "types": [
      "psychic",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 801,
    "name": "magearna",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 225,
      "stamina": 190
    },
    "types": [
      "steel",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 801,
    "name": "magearna",
    "form": "originalcolor",
    "baseStats": {
      "attack": 246,
      "defense": 225,
      "stamina": 190
    },
    "types": [
      "steel",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 803,
    "name": "poipole",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 133,
      "stamina": 167
    },
    "types": [
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "naganadel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 804,
    "name": "naganadel",
    "form": "normal",
    "baseStats": {
      "attack": 263,
      "defense": 159,
      "stamina": 177
    },
    "types": [
      "poison",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 805,
    "name": "stakataka",
    "form": "normal",
    "baseStats": {
      "attack": 213,
      "defense": 298,
      "stamina": 156
    },
    "types": [
      "rock",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 806,
    "name": "blacephalon",
    "form": "normal",
    "baseStats": {
      "attack": 315,
      "defense": 148,
      "stamina": 142
    },
    "types": [
      "fire",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 807,
    "name": "zeraora",
    "form": "normal",
    "baseStats": {
      "attack": 252,
      "defense": 177,
      "stamina": 204
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 808,
    "name": "meltan",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 99,
      "stamina": 130
    },
    "types": [
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "melmetal",
        "form": "normal"
      }
    ]
  },
  {
    "id": 809,
    "name": "melmetal",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 190,
      "stamina": 264
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 810,
    "name": "grookey",
    "form": "normal",
    "baseStats": {
      "attack": 122,
      "defense": 91,
      "stamina": 137
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "thwackey",
        "form": "normal"
      }
    ]
  },
  {
    "id": 811,
    "name": "thwackey",
    "form": "normal",
    "baseStats": {
      "attack": 165,
      "defense": 134,
      "stamina": 172
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "rillaboom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 812,
    "name": "rillaboom",
    "form": "normal",
    "baseStats": {
      "attack": 239,
      "defense": 168,
      "stamina": 225
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 813,
    "name": "scorbunny",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 79,
      "stamina": 137
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "raboot",
        "form": "normal"
      }
    ]
  },
  {
    "id": 814,
    "name": "raboot",
    "form": "normal",
    "baseStats": {
      "attack": 170,
      "defense": 125,
      "stamina": 163
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "cinderace",
        "form": "normal"
      }
    ]
  },
  {
    "id": 815,
    "name": "cinderace",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 163,
      "stamina": 190
    },
    "types": [
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 816,
    "name": "sobble",
    "form": "normal",
    "baseStats": {
      "attack": 132,
      "defense": 79,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "drizzile",
        "form": "normal"
      }
    ]
  },
  {
    "id": 817,
    "name": "drizzile",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 113,
      "stamina": 163
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "inteleon",
        "form": "normal"
      }
    ]
  },
  {
    "id": 818,
    "name": "inteleon",
    "form": "normal",
    "baseStats": {
      "attack": 262,
      "defense": 142,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 819,
    "name": "skwovet",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 86,
      "stamina": 172
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "greedent",
        "form": "normal"
      }
    ]
  },
  {
    "id": 820,
    "name": "greedent",
    "form": "normal",
    "baseStats": {
      "attack": 160,
      "defense": 156,
      "stamina": 260
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 821,
    "name": "rookidee",
    "form": "normal",
    "baseStats": {
      "attack": 88,
      "defense": 67,
      "stamina": 116
    },
    "types": [
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "corvisquire",
        "form": "normal"
      }
    ]
  },
  {
    "id": 822,
    "name": "corvisquire",
    "form": "normal",
    "baseStats": {
      "attack": 129,
      "defense": 110,
      "stamina": 169
    },
    "types": [
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "corviknight",
        "form": "normal"
      }
    ]
  },
  {
    "id": 823,
    "name": "corviknight",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 192,
      "stamina": 221
    },
    "types": [
      "flying",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 824,
    "name": "blipbug",
    "form": "normal",
    "baseStats": {
      "attack": 46,
      "defense": 67,
      "stamina": 93
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "dottler",
        "form": "normal"
      }
    ]
  },
  {
    "id": 825,
    "name": "dottler",
    "form": "normal",
    "baseStats": {
      "attack": 87,
      "defense": 157,
      "stamina": 137
    },
    "types": [
      "bug",
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "orbeetle",
        "form": "normal"
      }
    ]
  },
  {
    "id": 826,
    "name": "orbeetle",
    "form": "normal",
    "baseStats": {
      "attack": 156,
      "defense": 240,
      "stamina": 155
    },
    "types": [
      "bug",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 827,
    "name": "nickit",
    "form": "normal",
    "baseStats": {
      "attack": 85,
      "defense": 82,
      "stamina": 120
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "thievul",
        "form": "normal"
      }
    ]
  },
  {
    "id": 828,
    "name": "thievul",
    "form": "normal",
    "baseStats": {
      "attack": 172,
      "defense": 164,
      "stamina": 172
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 829,
    "name": "gossifleur",
    "form": "normal",
    "baseStats": {
      "attack": 70,
      "defense": 104,
      "stamina": 120
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "eldegoss",
        "form": "normal"
      }
    ]
  },
  {
    "id": 830,
    "name": "eldegoss",
    "form": "normal",
    "baseStats": {
      "attack": 148,
      "defense": 211,
      "stamina": 155
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 831,
    "name": "wooloo",
    "form": "normal",
    "baseStats": {
      "attack": 76,
      "defense": 97,
      "stamina": 123
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "dubwool",
        "form": "normal"
      }
    ]
  },
  {
    "id": 832,
    "name": "dubwool",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 198,
      "stamina": 176
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 833,
    "name": "chewtle",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 85,
      "stamina": 137
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "drednaw",
        "form": "normal"
      }
    ]
  },
  {
    "id": 834,
    "name": "drednaw",
    "form": "normal",
    "baseStats": {
      "attack": 213,
      "defense": 164,
      "stamina": 207
    },
    "types": [
      "water",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 835,
    "name": "yamper",
    "form": "normal",
    "baseStats": {
      "attack": 80,
      "defense": 90,
      "stamina": 153
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "boltund",
        "form": "normal"
      }
    ]
  },
  {
    "id": 836,
    "name": "boltund",
    "form": "normal",
    "baseStats": {
      "attack": 197,
      "defense": 131,
      "stamina": 170
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 837,
    "name": "rolycoly",
    "form": "normal",
    "baseStats": {
      "attack": 73,
      "defense": 91,
      "stamina": 102
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "carkol",
        "form": "normal"
      }
    ]
  },
  {
    "id": 838,
    "name": "carkol",
    "form": "normal",
    "baseStats": {
      "attack": 114,
      "defense": 157,
      "stamina": 190
    },
    "types": [
      "rock",
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "coalossal",
        "form": "normal"
      }
    ]
  },
  {
    "id": 839,
    "name": "coalossal",
    "form": "normal",
    "baseStats": {
      "attack": 146,
      "defense": 198,
      "stamina": 242
    },
    "types": [
      "rock",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 840,
    "name": "applin",
    "form": "normal",
    "baseStats": {
      "attack": 71,
      "defense": 116,
      "stamina": 120
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "appletun",
        "form": "normal"
      },
      {
        "pokemon": "flapple",
        "form": "normal"
      },
      {
        "pokemon": "dipplin",
        "form": "normal"
      }
    ]
  },
  {
    "id": 841,
    "name": "flapple",
    "form": "normal",
    "baseStats": {
      "attack": 214,
      "defense": 144,
      "stamina": 172
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 842,
    "name": "appletun",
    "form": "normal",
    "baseStats": {
      "attack": 178,
      "defense": 146,
      "stamina": 242
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 843,
    "name": "silicobra",
    "form": "normal",
    "baseStats": {
      "attack": 103,
      "defense": 123,
      "stamina": 141
    },
    "types": [
      "ground"
    ],
    "evolutions": [
      {
        "pokemon": "sandaconda",
        "form": "normal"
      }
    ]
  },
  {
    "id": 844,
    "name": "sandaconda",
    "form": "normal",
    "baseStats": {
      "attack": 202,
      "defense": 207,
      "stamina": 176
    },
    "types": [
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 845,
    "name": "cramorant",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 163,
      "stamina": 172
    },
    "types": [
      "flying",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 846,
    "name": "arrokuda",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 72,
      "stamina": 121
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "barraskewda",
        "form": "normal"
      }
    ]
  },
  {
    "id": 847,
    "name": "barraskewda",
    "form": "normal",
    "baseStats": {
      "attack": 258,
      "defense": 127,
      "stamina": 156
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 848,
    "name": "toxel",
    "form": "normal",
    "baseStats": {
      "attack": 97,
      "defense": 65,
      "stamina": 120
    },
    "types": [
      "electric",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "toxtricity",
        "form": "lowkey"
      },
      {
        "pokemon": "toxtricity",
        "form": "amped"
      }
    ]
  },
  {
    "id": 849,
    "name": "toxtricity",
    "form": "amped",
    "baseStats": {
      "attack": 224,
      "defense": 140,
      "stamina": 181
    },
    "types": [
      "electric",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 849,
    "name": "toxtricity",
    "form": "lowkey",
    "baseStats": {
      "attack": 224,
      "defense": 140,
      "stamina": 181
    },
    "types": [
      "electric",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 850,
    "name": "sizzlipede",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 90,
      "stamina": 137
    },
    "types": [
      "fire",
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "centiskorch",
        "form": "normal"
      }
    ]
  },
  {
    "id": 851,
    "name": "centiskorch",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 158,
      "stamina": 225
    },
    "types": [
      "fire",
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 852,
    "name": "clobbopus",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 103,
      "stamina": 137
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "grapploct",
        "form": "normal"
      }
    ]
  },
  {
    "id": 853,
    "name": "grapploct",
    "form": "normal",
    "baseStats": {
      "attack": 209,
      "defense": 162,
      "stamina": 190
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 854,
    "name": "sinistea",
    "form": "antique",
    "baseStats": {
      "attack": 134,
      "defense": 96,
      "stamina": 120
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "polteageist",
        "form": "antique"
      }
    ]
  },
  {
    "id": 854,
    "name": "sinistea",
    "form": "phony",
    "baseStats": {
      "attack": 134,
      "defense": 96,
      "stamina": 120
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "polteageist",
        "form": "phony"
      }
    ]
  },
  {
    "id": 855,
    "name": "polteageist",
    "form": "antique",
    "baseStats": {
      "attack": 248,
      "defense": 189,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 855,
    "name": "polteageist",
    "form": "phony",
    "baseStats": {
      "attack": 248,
      "defense": 189,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 856,
    "name": "hatenna",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 93,
      "stamina": 123
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "hattrem",
        "form": "normal"
      }
    ]
  },
  {
    "id": 857,
    "name": "hattrem",
    "form": "normal",
    "baseStats": {
      "attack": 153,
      "defense": 133,
      "stamina": 149
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "hatterene",
        "form": "normal"
      }
    ]
  },
  {
    "id": 858,
    "name": "hatterene",
    "form": "normal",
    "baseStats": {
      "attack": 237,
      "defense": 182,
      "stamina": 149
    },
    "types": [
      "psychic",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 859,
    "name": "impidimp",
    "form": "normal",
    "baseStats": {
      "attack": 103,
      "defense": 69,
      "stamina": 128
    },
    "types": [
      "dark",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "morgrem",
        "form": "normal"
      }
    ]
  },
  {
    "id": 860,
    "name": "morgrem",
    "form": "normal",
    "baseStats": {
      "attack": 145,
      "defense": 102,
      "stamina": 163
    },
    "types": [
      "dark",
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "grimmsnarl",
        "form": "normal"
      }
    ]
  },
  {
    "id": 861,
    "name": "grimmsnarl",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 139,
      "stamina": 216
    },
    "types": [
      "dark",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 862,
    "name": "obstagoon",
    "form": "normal",
    "baseStats": {
      "attack": 180,
      "defense": 194,
      "stamina": 212
    },
    "types": [
      "dark",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 863,
    "name": "perrserker",
    "form": "normal",
    "baseStats": {
      "attack": 195,
      "defense": 162,
      "stamina": 172
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 864,
    "name": "cursola",
    "form": "normal",
    "baseStats": {
      "attack": 253,
      "defense": 182,
      "stamina": 155
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 865,
    "name": "sirfetchd",
    "form": "normal",
    "baseStats": {
      "attack": 248,
      "defense": 176,
      "stamina": 158
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 866,
    "name": "mr-rime",
    "form": "mrrimenormal",
    "baseStats": {
      "attack": 212,
      "defense": 179,
      "stamina": 190
    },
    "types": [
      "ice",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 867,
    "name": "runerigus",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 237,
      "stamina": 151
    },
    "types": [
      "ground",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 868,
    "name": "milcery",
    "form": "normal",
    "baseStats": {
      "attack": 90,
      "defense": 97,
      "stamina": 128
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "alcremie",
        "form": "normal"
      }
    ]
  },
  {
    "id": 869,
    "name": "alcremie",
    "form": "normal",
    "baseStats": {
      "attack": 203,
      "defense": 203,
      "stamina": 163
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 870,
    "name": "falinks",
    "form": "normal",
    "baseStats": {
      "attack": 193,
      "defense": 170,
      "stamina": 163
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 871,
    "name": "pincurchin",
    "form": "normal",
    "baseStats": {
      "attack": 176,
      "defense": 161,
      "stamina": 134
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 872,
    "name": "snom",
    "form": "normal",
    "baseStats": {
      "attack": 76,
      "defense": 59,
      "stamina": 102
    },
    "types": [
      "ice",
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "frosmoth",
        "form": "normal"
      }
    ]
  },
  {
    "id": 873,
    "name": "frosmoth",
    "form": "normal",
    "baseStats": {
      "attack": 230,
      "defense": 155,
      "stamina": 172
    },
    "types": [
      "ice",
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 874,
    "name": "stonjourner",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 182,
      "stamina": 225
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 875,
    "name": "eiscue",
    "form": "ice",
    "baseStats": {
      "attack": 148,
      "defense": 195,
      "stamina": 181
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 875,
    "name": "eiscue",
    "form": "noice",
    "baseStats": {
      "attack": 173,
      "defense": 139,
      "stamina": 181
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 876,
    "name": "indeedee",
    "form": "female",
    "baseStats": {
      "attack": 184,
      "defense": 184,
      "stamina": 172
    },
    "types": [
      "psychic",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 876,
    "name": "indeedee",
    "form": "male",
    "baseStats": {
      "attack": 208,
      "defense": 166,
      "stamina": 155
    },
    "types": [
      "psychic",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 877,
    "name": "morpeko",
    "form": "fullbelly",
    "baseStats": {
      "attack": 192,
      "defense": 121,
      "stamina": 151
    },
    "types": [
      "electric",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 877,
    "name": "morpeko",
    "form": "hangry",
    "baseStats": {
      "attack": 192,
      "defense": 121,
      "stamina": 151
    },
    "types": [
      "electric",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 878,
    "name": "cufant",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 91,
      "stamina": 176
    },
    "types": [
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "copperajah",
        "form": "normal"
      }
    ]
  },
  {
    "id": 879,
    "name": "copperajah",
    "form": "normal",
    "baseStats": {
      "attack": 226,
      "defense": 126,
      "stamina": 263
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 880,
    "name": "dracozolt",
    "form": "normal",
    "baseStats": {
      "attack": 195,
      "defense": 165,
      "stamina": 207
    },
    "types": [
      "electric",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 881,
    "name": "arctozolt",
    "form": "normal",
    "baseStats": {
      "attack": 190,
      "defense": 166,
      "stamina": 207
    },
    "types": [
      "electric",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 882,
    "name": "dracovish",
    "form": "normal",
    "baseStats": {
      "attack": 175,
      "defense": 185,
      "stamina": 207
    },
    "types": [
      "water",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 883,
    "name": "arctovish",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 185,
      "stamina": 207
    },
    "types": [
      "water",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 884,
    "name": "duraludon",
    "form": "normal",
    "baseStats": {
      "attack": 239,
      "defense": 185,
      "stamina": 172
    },
    "types": [
      "steel",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 885,
    "name": "dreepy",
    "form": "normal",
    "baseStats": {
      "attack": 117,
      "defense": 61,
      "stamina": 99
    },
    "types": [
      "dragon",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "drakloak",
        "form": "normal"
      }
    ]
  },
  {
    "id": 886,
    "name": "drakloak",
    "form": "normal",
    "baseStats": {
      "attack": 163,
      "defense": 105,
      "stamina": 169
    },
    "types": [
      "dragon",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "dragapult",
        "form": "normal"
      }
    ]
  },
  {
    "id": 887,
    "name": "dragapult",
    "form": "normal",
    "baseStats": {
      "attack": 266,
      "defense": 170,
      "stamina": 204
    },
    "types": [
      "dragon",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 888,
    "name": "zacian",
    "form": "crownedsword",
    "baseStats": {
      "attack": 332,
      "defense": 240,
      "stamina": 192
    },
    "types": [
      "fairy",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 888,
    "name": "zacian",
    "form": "hero",
    "baseStats": {
      "attack": 254,
      "defense": 236,
      "stamina": 192
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 889,
    "name": "zamazenta",
    "form": "crownedshield",
    "baseStats": {
      "attack": 250,
      "defense": 292,
      "stamina": 192
    },
    "types": [
      "fighting",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 889,
    "name": "zamazenta",
    "form": "hero",
    "baseStats": {
      "attack": 254,
      "defense": 236,
      "stamina": 192
    },
    "types": [
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 890,
    "name": "eternatus",
    "form": "eternamax",
    "baseStats": {
      "attack": 251,
      "defense": 505,
      "stamina": 452
    },
    "types": [
      "poison",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 890,
    "name": "eternatus",
    "form": "normal",
    "baseStats": {
      "attack": 278,
      "defense": 192,
      "stamina": 268
    },
    "types": [
      "poison",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 891,
    "name": "kubfu",
    "form": "normal",
    "baseStats": {
      "attack": 170,
      "defense": 112,
      "stamina": 155
    },
    "types": [
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "urshifu",
        "form": "singlestrike"
      },
      {
        "pokemon": "urshifu",
        "form": "rapidstrike"
      }
    ]
  },
  {
    "id": 892,
    "name": "urshifu",
    "form": "rapidstrike",
    "baseStats": {
      "attack": 254,
      "defense": 177,
      "stamina": 225
    },
    "types": [
      "fighting",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 892,
    "name": "urshifu",
    "form": "singlestrike",
    "baseStats": {
      "attack": 254,
      "defense": 177,
      "stamina": 225
    },
    "types": [
      "fighting",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 893,
    "name": "zarude",
    "form": "normal",
    "baseStats": {
      "attack": 242,
      "defense": 215,
      "stamina": 233
    },
    "types": [
      "dark",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 894,
    "name": "regieleki",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 125,
      "stamina": 190
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 895,
    "name": "regidrago",
    "form": "normal",
    "baseStats": {
      "attack": 202,
      "defense": 101,
      "stamina": 400
    },
    "types": [
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 896,
    "name": "glastrier",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 223,
      "stamina": 225
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 897,
    "name": "spectrier",
    "form": "normal",
    "baseStats": {
      "attack": 273,
      "defense": 146,
      "stamina": 205
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 898,
    "name": "calyrex",
    "form": "icerider",
    "baseStats": {
      "attack": 268,
      "defense": 246,
      "stamina": 205
    },
    "types": [
      "psychic",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 898,
    "name": "calyrex",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 162,
      "stamina": 225
    },
    "types": [
      "psychic",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 899,
    "name": "wyrdeer",
    "form": "normal",
    "baseStats": {
      "attack": 206,
      "defense": 145,
      "stamina": 230
    },
    "types": [
      "normal",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 900,
    "name": "kleavor",
    "form": "normal",
    "baseStats": {
      "attack": 253,
      "defense": 174,
      "stamina": 172
    },
    "types": [
      "bug",
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 901,
    "name": "ursaluna",
    "form": "normal",
    "baseStats": {
      "attack": 243,
      "defense": 181,
      "stamina": 277
    },
    "types": [
      "ground",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 903,
    "name": "sneasler",
    "form": "normal",
    "baseStats": {
      "attack": 259,
      "defense": 158,
      "stamina": 190
    },
    "types": [
      "fighting",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 904,
    "name": "overqwil",
    "form": "normal",
    "baseStats": {
      "attack": 222,
      "defense": 171,
      "stamina": 198
    },
    "types": [
      "dark",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 905,
    "name": "enamorus",
    "form": "incarnate",
    "baseStats": {
      "attack": 281,
      "defense": 162,
      "stamina": 179
    },
    "types": [
      "fairy",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 905,
    "name": "enamorus",
    "form": "therian",
    "baseStats": {
      "attack": 250,
      "defense": 201,
      "stamina": 179
    },
    "types": [
      "fairy",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 906,
    "name": "sprigatito",
    "form": "normal",
    "baseStats": {
      "attack": 116,
      "defense": 99,
      "stamina": 120
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "floragato",
        "form": "normal"
      }
    ]
  },
  {
    "id": 907,
    "name": "floragato",
    "form": "normal",
    "baseStats": {
      "attack": 157,
      "defense": 128,
      "stamina": 156
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "meowscarada",
        "form": "normal"
      }
    ]
  },
  {
    "id": 908,
    "name": "meowscarada",
    "form": "normal",
    "baseStats": {
      "attack": 233,
      "defense": 153,
      "stamina": 183
    },
    "types": [
      "grass",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 909,
    "name": "fuecoco",
    "form": "normal",
    "baseStats": {
      "attack": 112,
      "defense": 96,
      "stamina": 167
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "crocalor",
        "form": "normal"
      }
    ]
  },
  {
    "id": 910,
    "name": "crocalor",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 134,
      "stamina": 191
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "skeledirge",
        "form": "normal"
      }
    ]
  },
  {
    "id": 911,
    "name": "skeledirge",
    "form": "normal",
    "baseStats": {
      "attack": 207,
      "defense": 178,
      "stamina": 232
    },
    "types": [
      "fire",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 912,
    "name": "quaxly",
    "form": "normal",
    "baseStats": {
      "attack": 120,
      "defense": 86,
      "stamina": 146
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "quaxwell",
        "form": "normal"
      }
    ]
  },
  {
    "id": 913,
    "name": "quaxwell",
    "form": "normal",
    "baseStats": {
      "attack": 162,
      "defense": 123,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "quaquaval",
        "form": "normal"
      }
    ]
  },
  {
    "id": 914,
    "name": "quaquaval",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 159,
      "stamina": 198
    },
    "types": [
      "water",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 915,
    "name": "lechonk",
    "form": "normal",
    "baseStats": {
      "attack": 81,
      "defense": 79,
      "stamina": 144
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "oinkologne",
        "form": "normal"
      },
      {
        "pokemon": "oinkologne",
        "form": "female"
      }
    ]
  },
  {
    "id": 916,
    "name": "oinkologne",
    "form": "female",
    "baseStats": {
      "attack": 169,
      "defense": 162,
      "stamina": 251
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 916,
    "name": "oinkologne",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 153,
      "stamina": 242
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 917,
    "name": "tarountula",
    "form": "normal",
    "baseStats": {
      "attack": 70,
      "defense": 77,
      "stamina": 111
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "spidops",
        "form": "normal"
      }
    ]
  },
  {
    "id": 918,
    "name": "spidops",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 166,
      "stamina": 155
    },
    "types": [
      "bug"
    ],
    "evolutions": []
  },
  {
    "id": 919,
    "name": "nymble",
    "form": "normal",
    "baseStats": {
      "attack": 81,
      "defense": 65,
      "stamina": 107
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "lokix",
        "form": "normal"
      }
    ]
  },
  {
    "id": 920,
    "name": "lokix",
    "form": "normal",
    "baseStats": {
      "attack": 199,
      "defense": 144,
      "stamina": 174
    },
    "types": [
      "bug",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 921,
    "name": "pawmi",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 45,
      "stamina": 128
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "pawmo",
        "form": "normal"
      }
    ]
  },
  {
    "id": 922,
    "name": "pawmo",
    "form": "normal",
    "baseStats": {
      "attack": 147,
      "defense": 82,
      "stamina": 155
    },
    "types": [
      "electric",
      "fighting"
    ],
    "evolutions": [
      {
        "pokemon": "pawmot",
        "form": "normal"
      }
    ]
  },
  {
    "id": 923,
    "name": "pawmot",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 141,
      "stamina": 172
    },
    "types": [
      "electric",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 924,
    "name": "tandemaus",
    "form": "normal",
    "baseStats": {
      "attack": 98,
      "defense": 90,
      "stamina": 137
    },
    "types": [
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "maushold",
        "form": "familyoffour"
      },
      {
        "pokemon": "maushold",
        "form": "familyofthree"
      }
    ]
  },
  {
    "id": 925,
    "name": "maushold",
    "form": "familyoffour",
    "baseStats": {
      "attack": 159,
      "defense": 157,
      "stamina": 179
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 925,
    "name": "maushold",
    "form": "familyofthree",
    "baseStats": {
      "attack": 159,
      "defense": 157,
      "stamina": 179
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 926,
    "name": "fidough",
    "form": "normal",
    "baseStats": {
      "attack": 102,
      "defense": 126,
      "stamina": 114
    },
    "types": [
      "fairy"
    ],
    "evolutions": [
      {
        "pokemon": "dachsbun",
        "form": "normal"
      }
    ]
  },
  {
    "id": 927,
    "name": "dachsbun",
    "form": "normal",
    "baseStats": {
      "attack": 159,
      "defense": 212,
      "stamina": 149
    },
    "types": [
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 928,
    "name": "smoliv",
    "form": "normal",
    "baseStats": {
      "attack": 100,
      "defense": 89,
      "stamina": 121
    },
    "types": [
      "grass",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "dolliv",
        "form": "normal"
      }
    ]
  },
  {
    "id": 929,
    "name": "dolliv",
    "form": "normal",
    "baseStats": {
      "attack": 137,
      "defense": 131,
      "stamina": 141
    },
    "types": [
      "grass",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "arboliva",
        "form": "normal"
      }
    ]
  },
  {
    "id": 930,
    "name": "arboliva",
    "form": "normal",
    "baseStats": {
      "attack": 219,
      "defense": 189,
      "stamina": 186
    },
    "types": [
      "grass",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 931,
    "name": "squawkabilly",
    "form": "blue",
    "baseStats": {
      "attack": 185,
      "defense": 105,
      "stamina": 193
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 931,
    "name": "squawkabilly",
    "form": "green",
    "baseStats": {
      "attack": 185,
      "defense": 105,
      "stamina": 193
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 931,
    "name": "squawkabilly",
    "form": "white",
    "baseStats": {
      "attack": 185,
      "defense": 105,
      "stamina": 193
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 931,
    "name": "squawkabilly",
    "form": "yellow",
    "baseStats": {
      "attack": 185,
      "defense": 105,
      "stamina": 193
    },
    "types": [
      "normal",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 932,
    "name": "nacli",
    "form": "normal",
    "baseStats": {
      "attack": 95,
      "defense": 108,
      "stamina": 146
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "naclstack",
        "form": "normal"
      }
    ]
  },
  {
    "id": 933,
    "name": "naclstack",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 160,
      "stamina": 155
    },
    "types": [
      "rock"
    ],
    "evolutions": [
      {
        "pokemon": "garganacl",
        "form": "normal"
      }
    ]
  },
  {
    "id": 934,
    "name": "garganacl",
    "form": "normal",
    "baseStats": {
      "attack": 171,
      "defense": 212,
      "stamina": 225
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 935,
    "name": "charcadet",
    "form": "normal",
    "baseStats": {
      "attack": 92,
      "defense": 74,
      "stamina": 120
    },
    "types": [
      "fire"
    ],
    "evolutions": [
      {
        "pokemon": "armarouge",
        "form": "normal"
      },
      {
        "pokemon": "ceruledge",
        "form": "normal"
      }
    ]
  },
  {
    "id": 936,
    "name": "armarouge",
    "form": "normal",
    "baseStats": {
      "attack": 234,
      "defense": 185,
      "stamina": 198
    },
    "types": [
      "fire",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 937,
    "name": "ceruledge",
    "form": "normal",
    "baseStats": {
      "attack": 239,
      "defense": 189,
      "stamina": 181
    },
    "types": [
      "fire",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 938,
    "name": "tadbulb",
    "form": "normal",
    "baseStats": {
      "attack": 104,
      "defense": 73,
      "stamina": 156
    },
    "types": [
      "electric"
    ],
    "evolutions": [
      {
        "pokemon": "bellibolt",
        "form": "normal"
      }
    ]
  },
  {
    "id": 939,
    "name": "bellibolt",
    "form": "normal",
    "baseStats": {
      "attack": 184,
      "defense": 165,
      "stamina": 240
    },
    "types": [
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 940,
    "name": "wattrel",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 75,
      "stamina": 120
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": [
      {
        "pokemon": "kilowattrel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 941,
    "name": "kilowattrel",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 132,
      "stamina": 172
    },
    "types": [
      "electric",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 942,
    "name": "maschiff",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 108,
      "stamina": 155
    },
    "types": [
      "dark"
    ],
    "evolutions": [
      {
        "pokemon": "mabosstiff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 943,
    "name": "mabosstiff",
    "form": "normal",
    "baseStats": {
      "attack": 230,
      "defense": 168,
      "stamina": 190
    },
    "types": [
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 944,
    "name": "shroodle",
    "form": "normal",
    "baseStats": {
      "attack": 124,
      "defense": 70,
      "stamina": 120
    },
    "types": [
      "poison",
      "normal"
    ],
    "evolutions": [
      {
        "pokemon": "grafaiai",
        "form": "normal"
      }
    ]
  },
  {
    "id": 945,
    "name": "grafaiai",
    "form": "normal",
    "baseStats": {
      "attack": 199,
      "defense": 149,
      "stamina": 160
    },
    "types": [
      "poison",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 946,
    "name": "bramblin",
    "form": "normal",
    "baseStats": {
      "attack": 121,
      "defense": 64,
      "stamina": 120
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "brambleghast",
        "form": "normal"
      }
    ]
  },
  {
    "id": 947,
    "name": "brambleghast",
    "form": "normal",
    "baseStats": {
      "attack": 228,
      "defense": 144,
      "stamina": 146
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 948,
    "name": "toedscool",
    "form": "normal",
    "baseStats": {
      "attack": 97,
      "defense": 149,
      "stamina": 120
    },
    "types": [
      "ground",
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "toedscruel",
        "form": "normal"
      }
    ]
  },
  {
    "id": 949,
    "name": "toedscruel",
    "form": "normal",
    "baseStats": {
      "attack": 166,
      "defense": 209,
      "stamina": 190
    },
    "types": [
      "ground",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 950,
    "name": "klawf",
    "form": "normal",
    "baseStats": {
      "attack": 184,
      "defense": 185,
      "stamina": 172
    },
    "types": [
      "rock"
    ],
    "evolutions": []
  },
  {
    "id": 951,
    "name": "capsakid",
    "form": "normal",
    "baseStats": {
      "attack": 118,
      "defense": 76,
      "stamina": 137
    },
    "types": [
      "grass"
    ],
    "evolutions": [
      {
        "pokemon": "scovillain",
        "form": "normal"
      }
    ]
  },
  {
    "id": 952,
    "name": "scovillain",
    "form": "normal",
    "baseStats": {
      "attack": 216,
      "defense": 130,
      "stamina": 163
    },
    "types": [
      "grass",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 953,
    "name": "rellor",
    "form": "normal",
    "baseStats": {
      "attack": 86,
      "defense": 108,
      "stamina": 121
    },
    "types": [
      "bug"
    ],
    "evolutions": [
      {
        "pokemon": "rabsca",
        "form": "normal"
      }
    ]
  },
  {
    "id": 954,
    "name": "rabsca",
    "form": "normal",
    "baseStats": {
      "attack": 201,
      "defense": 178,
      "stamina": 181
    },
    "types": [
      "bug",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 955,
    "name": "flittle",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 60,
      "stamina": 102
    },
    "types": [
      "psychic"
    ],
    "evolutions": [
      {
        "pokemon": "espathra",
        "form": "normal"
      }
    ]
  },
  {
    "id": 956,
    "name": "espathra",
    "form": "normal",
    "baseStats": {
      "attack": 204,
      "defense": 127,
      "stamina": 216
    },
    "types": [
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 957,
    "name": "tinkatink",
    "form": "normal",
    "baseStats": {
      "attack": 85,
      "defense": 110,
      "stamina": 137
    },
    "types": [
      "fairy",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "tinkatuff",
        "form": "normal"
      }
    ]
  },
  {
    "id": 958,
    "name": "tinkatuff",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 145,
      "stamina": 163
    },
    "types": [
      "fairy",
      "steel"
    ],
    "evolutions": [
      {
        "pokemon": "tinkaton",
        "form": "normal"
      }
    ]
  },
  {
    "id": 959,
    "name": "tinkaton",
    "form": "normal",
    "baseStats": {
      "attack": 155,
      "defense": 196,
      "stamina": 198
    },
    "types": [
      "fairy",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 960,
    "name": "wiglett",
    "form": "normal",
    "baseStats": {
      "attack": 109,
      "defense": 52,
      "stamina": 67
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "wugtrio",
        "form": "normal"
      }
    ]
  },
  {
    "id": 961,
    "name": "wugtrio",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 136,
      "stamina": 111
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 962,
    "name": "bombirdier",
    "form": "normal",
    "baseStats": {
      "attack": 198,
      "defense": 172,
      "stamina": 172
    },
    "types": [
      "flying",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 963,
    "name": "finizen",
    "form": "normal",
    "baseStats": {
      "attack": 90,
      "defense": 80,
      "stamina": 172
    },
    "types": [
      "water"
    ],
    "evolutions": [
      {
        "pokemon": "palafin",
        "form": "zero"
      }
    ]
  },
  {
    "id": 964,
    "name": "palafin",
    "form": "hero",
    "baseStats": {
      "attack": 322,
      "defense": 196,
      "stamina": 225
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 964,
    "name": "palafin",
    "form": "zero",
    "baseStats": {
      "attack": 143,
      "defense": 144,
      "stamina": 225
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 965,
    "name": "varoom",
    "form": "normal",
    "baseStats": {
      "attack": 123,
      "defense": 107,
      "stamina": 128
    },
    "types": [
      "steel",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "revavroom",
        "form": "normal"
      }
    ]
  },
  {
    "id": 966,
    "name": "revavroom",
    "form": "normal",
    "baseStats": {
      "attack": 229,
      "defense": 168,
      "stamina": 190
    },
    "types": [
      "steel",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 967,
    "name": "cyclizar",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 142,
      "stamina": 172
    },
    "types": [
      "dragon",
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 968,
    "name": "orthworm",
    "form": "normal",
    "baseStats": {
      "attack": 161,
      "defense": 219,
      "stamina": 172
    },
    "types": [
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 969,
    "name": "glimmet",
    "form": "normal",
    "baseStats": {
      "attack": 187,
      "defense": 104,
      "stamina": 134
    },
    "types": [
      "rock",
      "poison"
    ],
    "evolutions": [
      {
        "pokemon": "glimmora",
        "form": "normal"
      }
    ]
  },
  {
    "id": 970,
    "name": "glimmora",
    "form": "normal",
    "baseStats": {
      "attack": 246,
      "defense": 177,
      "stamina": 195
    },
    "types": [
      "rock",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 971,
    "name": "greavard",
    "form": "normal",
    "baseStats": {
      "attack": 105,
      "defense": 106,
      "stamina": 137
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "houndstone",
        "form": "normal"
      }
    ]
  },
  {
    "id": 972,
    "name": "houndstone",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 195,
      "stamina": 176
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 973,
    "name": "flamigo",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 145,
      "stamina": 193
    },
    "types": [
      "flying",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 974,
    "name": "cetoddle",
    "form": "normal",
    "baseStats": {
      "attack": 119,
      "defense": 80,
      "stamina": 239
    },
    "types": [
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "cetitan",
        "form": "normal"
      }
    ]
  },
  {
    "id": 975,
    "name": "cetitan",
    "form": "normal",
    "baseStats": {
      "attack": 208,
      "defense": 123,
      "stamina": 347
    },
    "types": [
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 976,
    "name": "veluza",
    "form": "normal",
    "baseStats": {
      "attack": 196,
      "defense": 139,
      "stamina": 207
    },
    "types": [
      "water",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 977,
    "name": "dondozo",
    "form": "normal",
    "baseStats": {
      "attack": 176,
      "defense": 178,
      "stamina": 312
    },
    "types": [
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 978,
    "name": "tatsugiri",
    "form": "curly",
    "baseStats": {
      "attack": 226,
      "defense": 166,
      "stamina": 169
    },
    "types": [
      "dragon",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 978,
    "name": "tatsugiri",
    "form": "droopy",
    "baseStats": {
      "attack": 226,
      "defense": 166,
      "stamina": 169
    },
    "types": [
      "dragon",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 978,
    "name": "tatsugiri",
    "form": "stretchy",
    "baseStats": {
      "attack": 226,
      "defense": 166,
      "stamina": 169
    },
    "types": [
      "dragon",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 979,
    "name": "annihilape",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 178,
      "stamina": 242
    },
    "types": [
      "fighting",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 980,
    "name": "clodsire",
    "form": "normal",
    "baseStats": {
      "attack": 127,
      "defense": 151,
      "stamina": 277
    },
    "types": [
      "poison",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 981,
    "name": "farigiraf",
    "form": "normal",
    "baseStats": {
      "attack": 209,
      "defense": 136,
      "stamina": 260
    },
    "types": [
      "normal",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 982,
    "name": "dudunsparce",
    "form": "three",
    "baseStats": {
      "attack": 188,
      "defense": 150,
      "stamina": 268
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 982,
    "name": "dudunsparce",
    "form": "two",
    "baseStats": {
      "attack": 188,
      "defense": 150,
      "stamina": 268
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 983,
    "name": "kingambit",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 203,
      "stamina": 225
    },
    "types": [
      "dark",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 984,
    "name": "greattusk",
    "form": "normal",
    "baseStats": {
      "attack": 249,
      "defense": 209,
      "stamina": 251
    },
    "types": [
      "ground",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 985,
    "name": "screamtail",
    "form": "normal",
    "baseStats": {
      "attack": 139,
      "defense": 234,
      "stamina": 251
    },
    "types": [
      "fairy",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 986,
    "name": "brutebonnet",
    "form": "normal",
    "baseStats": {
      "attack": 232,
      "defense": 190,
      "stamina": 244
    },
    "types": [
      "grass",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 987,
    "name": "fluttermane",
    "form": "normal",
    "baseStats": {
      "attack": 280,
      "defense": 235,
      "stamina": 146
    },
    "types": [
      "ghost",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 988,
    "name": "slitherwing",
    "form": "normal",
    "baseStats": {
      "attack": 261,
      "defense": 193,
      "stamina": 198
    },
    "types": [
      "bug",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 989,
    "name": "sandyshocks",
    "form": "normal",
    "baseStats": {
      "attack": 244,
      "defense": 195,
      "stamina": 198
    },
    "types": [
      "electric",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 990,
    "name": "irontreads",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 216,
      "stamina": 207
    },
    "types": [
      "ground",
      "steel"
    ],
    "evolutions": []
  },
  {
    "id": 991,
    "name": "ironbundle",
    "form": "normal",
    "baseStats": {
      "attack": 266,
      "defense": 211,
      "stamina": 148
    },
    "types": [
      "ice",
      "water"
    ],
    "evolutions": []
  },
  {
    "id": 992,
    "name": "ironhands",
    "form": "normal",
    "baseStats": {
      "attack": 245,
      "defense": 177,
      "stamina": 319
    },
    "types": [
      "fighting",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 993,
    "name": "ironjugulis",
    "form": "normal",
    "baseStats": {
      "attack": 249,
      "defense": 179,
      "stamina": 214
    },
    "types": [
      "dark",
      "flying"
    ],
    "evolutions": []
  },
  {
    "id": 994,
    "name": "ironmoth",
    "form": "normal",
    "baseStats": {
      "attack": 281,
      "defense": 196,
      "stamina": 190
    },
    "types": [
      "fire",
      "poison"
    ],
    "evolutions": []
  },
  {
    "id": 995,
    "name": "ironthorns",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 200,
      "stamina": 225
    },
    "types": [
      "rock",
      "electric"
    ],
    "evolutions": []
  },
  {
    "id": 996,
    "name": "frigibax",
    "form": "normal",
    "baseStats": {
      "attack": 134,
      "defense": 86,
      "stamina": 163
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "arctibax",
        "form": "normal"
      }
    ]
  },
  {
    "id": 997,
    "name": "arctibax",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 128,
      "stamina": 207
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": [
      {
        "pokemon": "baxcalibur",
        "form": "normal"
      }
    ]
  },
  {
    "id": 998,
    "name": "baxcalibur",
    "form": "normal",
    "baseStats": {
      "attack": 254,
      "defense": 168,
      "stamina": 229
    },
    "types": [
      "dragon",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 999,
    "name": "gimmighoul",
    "form": "coina1",
    "baseStats": {
      "attack": 140,
      "defense": 76,
      "stamina": 128
    },
    "types": [
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 999,
    "name": "gimmighoul",
    "form": "normal",
    "baseStats": {
      "attack": 140,
      "defense": 76,
      "stamina": 128
    },
    "types": [
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "gholdengo",
        "form": null
      }
    ]
  },
  {
    "id": 1000,
    "name": "gholdengo",
    "form": "normal",
    "baseStats": {
      "attack": 252,
      "defense": 190,
      "stamina": 202
    },
    "types": [
      "steel",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 1001,
    "name": "wochien",
    "form": "normal",
    "baseStats": {
      "attack": 186,
      "defense": 242,
      "stamina": 198
    },
    "types": [
      "dark",
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 1002,
    "name": "chienpao",
    "form": "normal",
    "baseStats": {
      "attack": 261,
      "defense": 167,
      "stamina": 190
    },
    "types": [
      "dark",
      "ice"
    ],
    "evolutions": []
  },
  {
    "id": 1003,
    "name": "tinglu",
    "form": "normal",
    "baseStats": {
      "attack": 194,
      "defense": 203,
      "stamina": 321
    },
    "types": [
      "dark",
      "ground"
    ],
    "evolutions": []
  },
  {
    "id": 1004,
    "name": "chiyu",
    "form": "normal",
    "baseStats": {
      "attack": 269,
      "defense": 221,
      "stamina": 146
    },
    "types": [
      "dark",
      "fire"
    ],
    "evolutions": []
  },
  {
    "id": 1005,
    "name": "roaringmoon",
    "form": "normal",
    "baseStats": {
      "attack": 280,
      "defense": 196,
      "stamina": 233
    },
    "types": [
      "dragon",
      "dark"
    ],
    "evolutions": []
  },
  {
    "id": 1006,
    "name": "ironvaliant",
    "form": "normal",
    "baseStats": {
      "attack": 279,
      "defense": 171,
      "stamina": 179
    },
    "types": [
      "fairy",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 1007,
    "name": "koraidon",
    "form": "apex",
    "baseStats": {
      "attack": 263,
      "defense": 223,
      "stamina": 205
    },
    "types": [
      "fighting",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1008,
    "name": "miraidon",
    "form": "ultimate",
    "baseStats": {
      "attack": 263,
      "defense": 223,
      "stamina": 205
    },
    "types": [
      "electric",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1009,
    "name": "walkingwake",
    "form": "normal",
    "baseStats": {
      "attack": 233,
      "defense": 171,
      "stamina": 203
    },
    "types": [
      "water",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1010,
    "name": "ironleaves",
    "form": "normal",
    "baseStats": {
      "attack": 236,
      "defense": 194,
      "stamina": 189
    },
    "types": [
      "grass",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 1011,
    "name": "dipplin",
    "form": "normal",
    "baseStats": {
      "attack": 173,
      "defense": 184,
      "stamina": 190
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": [
      {
        "pokemon": "hydrapple",
        "form": "normal"
      }
    ]
  },
  {
    "id": 1012,
    "name": "poltchageist",
    "form": "artisan",
    "baseStats": {
      "attack": 134,
      "defense": 96,
      "stamina": 120
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "sinistcha",
        "form": "masterpiece"
      }
    ]
  },
  {
    "id": 1012,
    "name": "poltchageist",
    "form": "counterfeit",
    "baseStats": {
      "attack": 134,
      "defense": 96,
      "stamina": 120
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": [
      {
        "pokemon": "sinistcha",
        "form": "unremarkable"
      }
    ]
  },
  {
    "id": 1013,
    "name": "sinistcha",
    "form": "masterpiece",
    "baseStats": {
      "attack": 225,
      "defense": 191,
      "stamina": 174
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 1013,
    "name": "sinistcha",
    "form": "unremarkable",
    "baseStats": {
      "attack": 225,
      "defense": 191,
      "stamina": 174
    },
    "types": [
      "grass",
      "ghost"
    ],
    "evolutions": []
  },
  {
    "id": 1014,
    "name": "okidogi",
    "form": "normal",
    "baseStats": {
      "attack": 220,
      "defense": 191,
      "stamina": 186
    },
    "types": [
      "poison",
      "fighting"
    ],
    "evolutions": []
  },
  {
    "id": 1015,
    "name": "munkidori",
    "form": "normal",
    "baseStats": {
      "attack": 238,
      "defense": 157,
      "stamina": 186
    },
    "types": [
      "poison",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 1016,
    "name": "fezandipiti",
    "form": "normal",
    "baseStats": {
      "attack": 169,
      "defense": 208,
      "stamina": 186
    },
    "types": [
      "poison",
      "fairy"
    ],
    "evolutions": []
  },
  {
    "id": 1017,
    "name": "ogerpon",
    "form": null,
    "baseStats": {
      "attack": 219,
      "defense": 178,
      "stamina": 173
    },
    "types": [
      "grass"
    ],
    "evolutions": []
  },
  {
    "id": 1018,
    "name": "archaludon",
    "form": "normal",
    "baseStats": {
      "attack": 250,
      "defense": 215,
      "stamina": 207
    },
    "types": [
      "steel",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1019,
    "name": "hydrapple",
    "form": "normal",
    "baseStats": {
      "attack": 216,
      "defense": 186,
      "stamina": 235
    },
    "types": [
      "grass",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1020,
    "name": "gougingfire",
    "form": "normal",
    "baseStats": {
      "attack": 205,
      "defense": 208,
      "stamina": 213
    },
    "types": [
      "fire",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1021,
    "name": "ragingbolt",
    "form": "normal",
    "baseStats": {
      "attack": 235,
      "defense": 165,
      "stamina": 245
    },
    "types": [
      "electric",
      "dragon"
    ],
    "evolutions": []
  },
  {
    "id": 1022,
    "name": "ironboulder",
    "form": "normal",
    "baseStats": {
      "attack": 227,
      "defense": 195,
      "stamina": 189
    },
    "types": [
      "rock",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 1023,
    "name": "ironcrown",
    "form": "normal",
    "baseStats": {
      "attack": 221,
      "defense": 200,
      "stamina": 189
    },
    "types": [
      "steel",
      "psychic"
    ],
    "evolutions": []
  },
  {
    "id": 1024,
    "name": "terapagos",
    "form": "normal",
    "baseStats": {
      "attack": 126,
      "defense": 165,
      "stamina": 207
    },
    "types": [
      "normal"
    ],
    "evolutions": []
  },
  {
    "id": 1025,
    "name": "pecharunt",
    "form": "normal",
    "baseStats": {
      "attack": 164,
      "defense": 248,
      "stamina": 186
    },
    "types": [
      "poison",
      "ghost"
    ],
    "evolutions": []
  }
]