[
      {
        "pokemon_id": 464,
        "name": "Rhyperior",
        "types": ["Ground", "Rock"],
        "attacks": {
          "Stone Edge": 100,
          "Megahorn": 120,
          "Earthquake": 100,
          "Rock Wrecker": 150
        }
      },
      {
        "pokemon_id": 445,
        "name": "Garchomp",
        "types": ["Dragon", "Ground"],
        "attacks": {
          "Dragon Claw": 80,
          "Earthquake": 100,
          "Stone Edge": 100,
          "Crunch": 80
        }
      },
      {
        "pokemon_id": 407,
        "name": "Roserade",
        "types": ["Grass", "Poison"],
        "attacks": {
          "Sludge Bomb": 90,
          "Leaf Storm": 130,
          "Energy Ball": 90,
          "Shadow Ball": 80
        }
      },
      {
        "pokemon_id": 389,
        "name": "Torterra",
        "types": ["Grass", "Ground"],
        "attacks": {
          "Earthquake": 100,
          "Wood Hammer": 120,
          "Crunch": 80,
          "Stone Edge": 100
        }
      },
      {
        "pokemon_id": 448,
        "name": "Lucario",
        "types": ["Fighting", "Steel"],
        "attacks": {
          "Aura Sphere": 90,
          "Close Combat": 120,
          "Bullet Punch": 40,
          "Extreme Speed": 80
        }
      },
      {
        "pokemon_id": 454,
        "name": "Toxicroak",
        "types": ["Poison", "Fighting"],
        "attacks": {
          "Poison Jab": 80,
          "Drain Punch": 75,
          "Sludge Bomb": 90,
          "Sucker Punch": 70
        }
      },
      {
        "pokemon_id": 419,
        "name": "Floatzel",
        "types": ["Water"],
        "attacks": {
          "Waterfall": 80,
          "Ice Fang": 65,
          "Crunch": 80,
          "Aqua Jet": 40
        }
      },
      {
        "pokemon_id": 395,
        "name": "Empoleon",
        "types": ["Water", "Steel"],
        "attacks": {
          "Hydro Pump": 110,
          "Flash Cannon": 80,
          "Ice Beam": 90,
          "Drill Peck": 80
        }
      },
      {
        "pokemon_id": 426,
        "name": "Drifblim",
        "types": ["Ghost", "Flying"],
        "attacks": {
          "Shadow Ball": 80,
          "Air Cutter": 60,
          "Hex": 65,
          "Thunderbolt": 90
        }
      },
      {
        "pokemon_id": 468,
        "name": "Togekiss",
        "types": ["Fairy", "Flying"],
        "attacks": {
          "Air Slash": 75,
          "Dazzling Gleam": 80,
          "Aura Sphere": 90,
          "Flamethrower": 90
        }
      },
      {
        "pokemon_id": 466,
        "name": "Electivire",
        "types": ["Electric"],
        "attacks": {
          "Thunderbolt": 90,
          "Wild Charge": 90,
          "Thunder Punch": 75,
          "Earthquake": 100
        }
      },
      {
        "pokemon_id": 405,
        "name": "Luxray",
        "types": ["Electric"],
        "attacks": {
          "Thunder Fang": 65,
          "Crunch": 80,
          "Wild Charge": 90,
          "Spark": 65
        }
      },
      {
        "pokemon_id": 392,
        "name": "Infernape",
        "types": ["Fire"],
        "attacks": {
          "Flare Blitz": 120,
          "Mach Punch": 40,
          "Close Combat": 120,
          "Fire Punch": 75
        }
      },
      {
        "pokemon_id": 429,
        "name": "Mismagius",
        "types": ["Ghost"],
        "attacks": {
          "Shadow Ball": 80,
          "Mystical Fire": 75,
          "Power Gem": 80,
          "Psychic": 90
        }
      }

]

  