{
 "meta": {
  "schema_version": 1,
  "dataset_name": "doctorpokegogo Pokémon GO computed evaluation dataset",
  "description": "Versioned, computed evaluation results for all Pokémon GO forms — Raid (DPS/TDO/tier/percentile), Gym (clear-speed score/tier) and Team GO Rocket (score/tier), plus base stats, best-moveset recommendations and type effectiveness. Values are derived from a documented battle-simulation methodology by doctorpokegogo.com. Raw move-stat tables (power/energy/duration) are intentionally excluded; only computed results and best-moveset move names are published. Updates are irregular, tied to game data changes; see generated_at and dataset_version for the build date.",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": {
   "name": "doctorpokegogo.com",
   "url": "https://doctorpokegogo.com/",
   "license": "https://creativecommons.org/licenses/by/4.0/",
   "text": "Contains computed evaluation data by doctorpokegogo.com; indicate if modified."
  },
  "disclaimer": "Pokémon and Pokémon character names are trademarks of Nintendo, Creatures Inc., GAME FREAK inc. and Niantic, Inc. This dataset is unofficial and not affiliated with or endorsed by them; it contains only computed evaluation data by doctorpokegogo.com. The CC BY 4.0 license applies to that computed data only, not to any third-party names or trademarks used for identification.",
  "creator": {
   "name": "doctorpokegogo",
   "url": "https://doctorpokegogo.com/"
  },
  "source_url": "https://doctorpokegogo.com/",
  "methodology_url": "https://doctorpokegogo.com/about-methodology/",
  "schema_url": "https://doctorpokegogo.com/datasets/pokego-evaluations/schema.json",
  "generated_at": "2026-07-14T13:31:50Z",
  "game_data_as_of": "2026-07-14",
  "dataset_version": "2026.07.14.1",
  "record_count": 1611,
  "record_unit": "pokemon-form",
  "status_vocabulary": [
   "computed",
   "unavailable"
  ],
  "metric_catalog": {
   "base_stats.attack": {
    "unit": "base stat",
    "higher_is_better": true
   },
   "base_stats.defense": {
    "unit": "base stat",
    "higher_is_better": true
   },
   "base_stats.stamina": {
    "unit": "base stat",
    "higher_is_better": true
   },
   "base_stats.max_cp": {
    "unit": "CP",
    "higher_is_better": true
   },
   "base_stats.durability": {
    "unit": "effective HP",
    "higher_is_better": true
   },
   "raid.metrics.dps": {
    "unit": "damage/second",
    "higher_is_better": true
   },
   "raid.metrics.tdo": {
    "unit": "total damage output",
    "higher_is_better": true
   },
   "raid.metrics.percentile": {
    "range": "0-100",
    "population": "all forms",
    "higher_is_better": true
   },
   "raid.metrics.tier": {
    "scale": "S>A>B>C>D>E",
    "higher_is_better": true
   },
   "gym.metrics.clear_score": {
    "unit": "3-lap clear score",
    "higher_is_better": true
   },
   "gym.metrics.percentile": {
    "range": "0-100",
    "population": "all forms",
    "higher_is_better": true
   },
   "rocket.score": {
    "unit": "fastest-clear score",
    "higher_is_better": true
   }
  },
  "notes": "tier = letter grade from computed percentile bucket. percentile is 0-100 across all forms. status 'unavailable' = the form has no computed result for that domain (e.g. no eligible moveset). Raw move numbers excluded by design.",
  "records_sha256": "b2fc421ba08aea61f0b533d911b6a8b7fcb5bc2a7411892903524e7edead9e78"
 },
 "records": [
  {
   "canonical_id": "pm_0001_normal",
   "dex": 1,
   "form": "normal",
   "name_ja": "フシギダネ",
   "name_en": "Bulbasaur",
   "slug_en": "bulbasaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 111,
    "stamina": 128,
    "max_cp": 1260,
    "durability": 14208
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2682.2,
     "tdo": 34078729,
     "percentile": 31.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.58,
     "percentile": 29.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0001_shadow",
   "dex": 1,
   "form": "shadow",
   "name_ja": "フシギダネ",
   "name_en": "Shadow Bulbasaur",
   "slug_en": "shadow-bulbasaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 118,
    "defense": 111,
    "stamina": 128,
    "max_cp": 1260,
    "durability": 14208
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3166.2,
     "tdo": 34162106,
     "percentile": 35.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.73,
     "percentile": 50.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0002_normal",
   "dex": 2,
   "form": "normal",
   "name_ja": "フシギソウ",
   "name_en": "Ivysaur",
   "slug_en": "ivysaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 151,
    "defense": 143,
    "stamina": 155,
    "max_cp": 1921,
    "durability": 22165
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3347.8,
     "tdo": 63115130,
     "percentile": 45.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.6,
     "percentile": 53.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0002_shadow",
   "dex": 2,
   "form": "shadow",
   "name_ja": "フシギソウ",
   "name_en": "Shadow Ivysaur",
   "slug_en": "shadow-ivysaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 151,
    "defense": 143,
    "stamina": 155,
    "max_cp": 1921,
    "durability": 22165
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3952.8,
     "tdo": 63201760,
     "percentile": 59.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.64,
     "percentile": 61.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0003_gmax",
   "dex": 3,
   "form": "gmax",
   "name_ja": "キョダイマックスフシギバナ",
   "name_en": "Gigantamax Venusaur",
   "slug_en": "gigantamax-venusaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 198,
    "defense": 189,
    "stamina": 190,
    "max_cp": 3075,
    "durability": 35910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4582.0,
     "tdo": 135097372,
     "percentile": 80.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.84,
     "percentile": 84.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0003_mega",
   "dex": 3,
   "form": "mega",
   "name_ja": "メガフシギバナ",
   "name_en": "Mega Venusaur",
   "slug_en": "mega-venusaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 241,
    "defense": 246,
    "stamina": 190,
    "max_cp": 4181,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5507.0,
     "tdo": 207738792,
     "percentile": 94.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.31,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0003_normal",
   "dex": 3,
   "form": "normal",
   "name_ja": "フシギバナ",
   "name_en": "Venusaur",
   "slug_en": "venusaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 189,
    "stamina": 190,
    "max_cp": 3075,
    "durability": 35910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4582.0,
     "tdo": 135097372,
     "percentile": 80.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.84,
     "percentile": 84.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0003_shadow",
   "dex": 3,
   "form": "shadow",
   "name_ja": "フシギバナ",
   "name_en": "Shadow Venusaur",
   "slug_en": "shadow-venusaur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 198,
    "defense": 189,
    "stamina": 190,
    "max_cp": 3075,
    "durability": 35910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5442.4,
     "tdo": 136082962,
     "percentile": 91.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.65,
     "percentile": 94.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0004_normal",
   "dex": 4,
   "form": "normal",
   "name_ja": "ヒトカゲ",
   "name_en": "Charmander",
   "slug_en": "charmander",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 118,
    "max_cp": 1108,
    "durability": 10974
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2170.1,
     "tdo": 21860888,
     "percentile": 11.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.06,
     "percentile": 11.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0004_shadow",
   "dex": 4,
   "form": "shadow",
   "name_ja": "ヒトカゲ",
   "name_en": "Shadow Charmander",
   "slug_en": "shadow-charmander",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 118,
    "max_cp": 1108,
    "durability": 10974
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2375.0,
     "tdo": 20601604,
     "percentile": 23.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.46,
     "percentile": 21.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0005_normal",
   "dex": 5,
   "form": "normal",
   "name_ja": "リザード",
   "name_en": "Charmeleon",
   "slug_en": "charmeleon",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 126,
    "stamina": 151,
    "max_cp": 1868,
    "durability": 19026
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3118.2,
     "tdo": 51354207,
     "percentile": 40.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.31,
     "percentile": 40.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0005_shadow",
   "dex": 5,
   "form": "shadow",
   "name_ja": "リザード",
   "name_en": "Shadow Charmeleon",
   "slug_en": "shadow-charmeleon",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 126,
    "stamina": 151,
    "max_cp": 1868,
    "durability": 19026
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3695.0,
     "tdo": 51790001,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.05,
     "percentile": 50.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0006_gmax",
   "dex": 6,
   "form": "gmax",
   "name_ja": "キョダイマックスリザードン",
   "name_en": "Gigantamax Charizard",
   "slug_en": "gigantamax-charizard",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 173,
    "stamina": 186,
    "max_cp": 3266,
    "durability": 32178
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5001.9,
     "tdo": 132750338,
     "percentile": 85.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.22,
     "percentile": 74.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0006_mega_x",
   "dex": 6,
   "form": "mega",
   "name_ja": "メガリザードンX",
   "name_en": "Mega Charizard X",
   "slug_en": "mega-x-charizard",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 273,
    "defense": 213,
    "stamina": 186,
    "max_cp": 4353,
    "durability": 39618
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6052.7,
     "tdo": 194817589,
     "percentile": 95.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 240.1,
     "percentile": 89.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0006_mega_y",
   "dex": 6,
   "form": "mega",
   "name_ja": "メガリザードンY",
   "name_en": "Mega Charizard Y",
   "slug_en": "mega-y-charizard",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 319,
    "defense": 212,
    "stamina": 186,
    "max_cp": 5037,
    "durability": 39432
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7019.5,
     "tdo": 224943347,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 260.08,
     "percentile": 97.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 80,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0006_normal",
   "dex": 6,
   "form": "normal",
   "name_ja": "リザードン",
   "name_en": "Charizard",
   "slug_en": "charizard",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 173,
    "stamina": 186,
    "max_cp": 3266,
    "durability": 32178
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5001.9,
     "tdo": 132750338,
     "percentile": 85.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.22,
     "percentile": 74.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0006_shadow",
   "dex": 6,
   "form": "shadow",
   "name_ja": "リザードン",
   "name_en": "Shadow Charizard",
   "slug_en": "shadow-charizard",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 173,
    "stamina": 186,
    "max_cp": 3266,
    "durability": 32178
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5947.6,
     "tdo": 133500960,
     "percentile": 94.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 234.47,
     "percentile": 91.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0007_normal",
   "dex": 7,
   "form": "normal",
   "name_ja": "ゼニガメ",
   "name_en": "Squirtle",
   "slug_en": "squirtle",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 94,
    "defense": 121,
    "stamina": 127,
    "max_cp": 1069,
    "durability": 15367
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1758.6,
     "tdo": 23915657,
     "percentile": 10.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 81.04,
     "percentile": 7.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0007_shadow",
   "dex": 7,
   "form": "shadow",
   "name_ja": "ゼニガメ",
   "name_en": "Shadow Squirtle",
   "slug_en": "shadow-squirtle",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 94,
    "defense": 121,
    "stamina": 127,
    "max_cp": 1069,
    "durability": 15367
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2065.1,
     "tdo": 23954376,
     "percentile": 12.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.79,
     "percentile": 14.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0008_normal",
   "dex": 8,
   "form": "normal",
   "name_ja": "カメール",
   "name_en": "Wartortle",
   "slug_en": "wartortle",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 126,
    "defense": 155,
    "stamina": 153,
    "max_cp": 1682,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2475.0,
     "tdo": 49850693,
     "percentile": 24.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.04,
     "percentile": 22.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0008_shadow",
   "dex": 8,
   "form": "shadow",
   "name_ja": "カメール",
   "name_en": "Shadow Wartortle",
   "slug_en": "shadow-wartortle",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 126,
    "defense": 155,
    "stamina": 153,
    "max_cp": 1682,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2913.8,
     "tdo": 49713432,
     "percentile": 37.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.53,
     "percentile": 39.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0009_gmax",
   "dex": 9,
   "form": "gmax",
   "name_ja": "キョダイマックスカメックス",
   "name_en": "Gigantamax Blastoise",
   "slug_en": "gigantamax-blastoise",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 207,
    "stamina": 188,
    "max_cp": 2788,
    "durability": 38916
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3751.1,
     "tdo": 118958314,
     "percentile": 66.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.07,
     "percentile": 64.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0009_mega",
   "dex": 9,
   "form": "mega",
   "name_ja": "メガカメックス",
   "name_en": "Mega Blastoise",
   "slug_en": "mega-blastoise",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 264,
    "defense": 237,
    "stamina": 188,
    "max_cp": 4455,
    "durability": 44556
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5518.4,
     "tdo": 198655437,
     "percentile": 94.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "rock",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.29,
     "percentile": 94.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0009_normal",
   "dex": 9,
   "form": "normal",
   "name_ja": "カメックス",
   "name_en": "Blastoise",
   "slug_en": "blastoise",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 207,
    "stamina": 188,
    "max_cp": 2788,
    "durability": 38916
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3751.1,
     "tdo": 118958314,
     "percentile": 66.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.07,
     "percentile": 64.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0009_shadow",
   "dex": 9,
   "form": "shadow",
   "name_ja": "カメックス",
   "name_en": "Shadow Blastoise",
   "slug_en": "shadow-blastoise",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 207,
    "stamina": 188,
    "max_cp": 2788,
    "durability": 38916
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4436.8,
     "tdo": 118520416,
     "percentile": 81.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.22,
     "percentile": 78.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0010_normal",
   "dex": 10,
   "form": "normal",
   "name_ja": "キャタピー",
   "name_en": "Caterpie",
   "slug_en": "caterpie",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 55,
    "defense": 55,
    "stamina": 128,
    "max_cp": 494,
    "durability": 7040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 835.3,
     "tdo": 5895687,
     "percentile": 0.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 18.36,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0010_shadow",
   "dex": 10,
   "form": "shadow",
   "name_ja": "キャタピー",
   "name_en": "Shadow Caterpie",
   "slug_en": "shadow-caterpie",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 55,
    "defense": 55,
    "stamina": 128,
    "max_cp": 494,
    "durability": 7040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 966.5,
     "tdo": 5945018,
     "percentile": 1.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.3,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0011_normal",
   "dex": 11,
   "form": "normal",
   "name_ja": "トランセル",
   "name_en": "Metapod",
   "slug_en": "metapod",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 45,
    "defense": 80,
    "stamina": 137,
    "max_cp": 509,
    "durability": 10960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 715.9,
     "tdo": 7258312,
     "percentile": 0.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.49,
     "percentile": 1.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0011_shadow",
   "dex": 11,
   "form": "shadow",
   "name_ja": "トランセル",
   "name_en": "Shadow Metapod",
   "slug_en": "shadow-metapod",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 45,
    "defense": 80,
    "stamina": 137,
    "max_cp": 509,
    "durability": 10960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 823.3,
     "tdo": 7204830,
     "percentile": 1.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 18.36,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0012_gmax",
   "dex": 12,
   "form": "gmax",
   "name_ja": "キョダイマックスバタフリー",
   "name_en": "Gigantamax Butterfree",
   "slug_en": "gigantamax-butterfree",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 137,
    "stamina": 155,
    "max_cp": 2065,
    "durability": 21235
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3211.6,
     "tdo": 58249383,
     "percentile": 44.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.35,
     "percentile": 50.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0012_normal",
   "dex": 12,
   "form": "normal",
   "name_ja": "バタフリー",
   "name_en": "Butterfree",
   "slug_en": "butterfree",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 137,
    "stamina": 155,
    "max_cp": 2065,
    "durability": 21235
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3211.6,
     "tdo": 58249383,
     "percentile": 44.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.35,
     "percentile": 50.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0012_shadow",
   "dex": 12,
   "form": "shadow",
   "name_ja": "バタフリー",
   "name_en": "Shadow Butterfree",
   "slug_en": "shadow-butterfree",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 137,
    "stamina": 155,
    "max_cp": 2065,
    "durability": 21235
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3793.9,
     "tdo": 58398881,
     "percentile": 57.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.0,
     "percentile": 59.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0013_normal",
   "dex": 13,
   "form": "normal",
   "name_ja": "ビードル",
   "name_en": "Weedle",
   "slug_en": "weedle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 63,
    "defense": 50,
    "stamina": 120,
    "max_cp": 515,
    "durability": 6000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 930.7,
     "tdo": 5744384,
     "percentile": 1.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.3,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0013_shadow",
   "dex": 13,
   "form": "shadow",
   "name_ja": "ビードル",
   "name_en": "Shadow Weedle",
   "slug_en": "shadow-weedle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 63,
    "defense": 50,
    "stamina": 120,
    "max_cp": 515,
    "durability": 6000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1085.8,
     "tdo": 5876947,
     "percentile": 2.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Struggle",
     "fast_type": "poison",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 20.47,
     "percentile": 4.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Struggle",
     "fast_type": "poison",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0014_normal",
   "dex": 14,
   "form": "normal",
   "name_ja": "コクーン",
   "name_en": "Kakuna",
   "slug_en": "kakuna",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 46,
    "defense": 75,
    "stamina": 128,
    "max_cp": 488,
    "durability": 9600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 727.9,
     "tdo": 6605575,
     "percentile": 0.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.49,
     "percentile": 1.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0014_shadow",
   "dex": 14,
   "form": "shadow",
   "name_ja": "コクーン",
   "name_en": "Shadow Kakuna",
   "slug_en": "shadow-kakuna",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 46,
    "defense": 75,
    "stamina": 128,
    "max_cp": 488,
    "durability": 9600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 835.3,
     "tdo": 6485255,
     "percentile": 0.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Struggle",
     "fast_type": "poison",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 15.5,
     "percentile": 2.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Struggle",
     "fast_type": "poison",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0015_mega",
   "dex": 15,
   "form": "mega",
   "name_ja": "メガスピアー",
   "name_en": "Mega Beedrill",
   "slug_en": "mega-beedrill",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 303,
    "defense": 148,
    "stamina": 163,
    "max_cp": 3824,
    "durability": 24124
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6149.1,
     "tdo": 125493038,
     "percentile": 91.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 285.71,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0015_normal",
   "dex": 15,
   "form": "normal",
   "name_ja": "スピアー",
   "name_en": "Beedrill",
   "slug_en": "beedrill",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 130,
    "stamina": 163,
    "max_cp": 2087,
    "durability": 21190
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3207.2,
     "tdo": 58224985,
     "percentile": 51.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.08,
     "percentile": 59.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0015_shadow",
   "dex": 15,
   "form": "shadow",
   "name_ja": "スピアー",
   "name_en": "Shadow Beedrill",
   "slug_en": "shadow-beedrill",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 169,
    "defense": 130,
    "stamina": 163,
    "max_cp": 2087,
    "durability": 21190
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4082.4,
     "tdo": 62869955,
     "percentile": 64.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0016_normal",
   "dex": 16,
   "form": "normal",
   "name_ja": "ポッポ",
   "name_en": "Pidgey",
   "slug_en": "pidgey",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 85,
    "defense": 73,
    "stamina": 120,
    "max_cp": 769,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1512.5,
     "tdo": 12638698,
     "percentile": 4.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 70.97,
     "percentile": 1.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0016_shadow",
   "dex": 16,
   "form": "shadow",
   "name_ja": "ポッポ",
   "name_en": "Shadow Pidgey",
   "slug_en": "shadow-pidgey",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 85,
    "defense": 73,
    "stamina": 120,
    "max_cp": 769,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1823.3,
     "tdo": 13157825,
     "percentile": 6.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.79,
     "percentile": 4.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0017_normal",
   "dex": 17,
   "form": "normal",
   "name_ja": "ピジョン",
   "name_en": "Pidgeotto",
   "slug_en": "pidgeotto",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 105,
    "stamina": 160,
    "max_cp": 1350,
    "durability": 16800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2011.3,
     "tdo": 29813906,
     "percentile": 16.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Aerial Ace",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.04,
     "percentile": 11.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0017_shadow",
   "dex": 17,
   "form": "shadow",
   "name_ja": "ピジョン",
   "name_en": "Shadow Pidgeotto",
   "slug_en": "shadow-pidgeotto",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 105,
    "stamina": 160,
    "max_cp": 1350,
    "durability": 16800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2361.8,
     "tdo": 30049180,
     "percentile": 23.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Aerial Ace",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.48,
     "percentile": 19.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0018_mega",
   "dex": 18,
   "form": "mega",
   "name_ja": "メガピジョット",
   "name_en": "Mega Pidgeot",
   "slug_en": "mega-pidgeot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 280,
    "defense": 175,
    "stamina": 195,
    "max_cp": 4160,
    "durability": 34125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6321.2,
     "tdo": 177622174,
     "percentile": 94.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 271.74,
     "percentile": 91.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0018_normal",
   "dex": 18,
   "form": "normal",
   "name_ja": "ピジョット",
   "name_en": "Pidgeot",
   "slug_en": "pidgeot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 166,
    "defense": 154,
    "stamina": 195,
    "max_cp": 2407,
    "durability": 30030
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3498.2,
     "tdo": 87432823,
     "percentile": 57.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.29,
     "percentile": 42.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0018_shadow",
   "dex": 18,
   "form": "shadow",
   "name_ja": "ピジョット",
   "name_en": "Shadow Pidgeot",
   "slug_en": "shadow-pidgeot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 166,
    "defense": 154,
    "stamina": 195,
    "max_cp": 2407,
    "durability": 30030
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4585.5,
     "tdo": 96977587,
     "percentile": 68.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.5,
     "percentile": 66.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0019_alolan",
   "dex": 19,
   "form": "normal",
   "name_ja": "コラッタ(アローラ)",
   "name_en": "Rattata Alolan",
   "slug_en": "rattata-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 103,
    "defense": 70,
    "stamina": 102,
    "max_cp": 830,
    "durability": 7140
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2196.7,
     "tdo": 15376053,
     "percentile": 10.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.18,
     "percentile": 24.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Crunch",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0019_normal",
   "dex": 19,
   "form": "normal",
   "name_ja": "コラッタ",
   "name_en": "Rattata",
   "slug_en": "rattata",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 103,
    "defense": 70,
    "stamina": 102,
    "max_cp": 830,
    "durability": 7140
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2196.7,
     "tdo": 15376053,
     "percentile": 10.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.18,
     "percentile": 24.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0019_shadow",
   "dex": 19,
   "form": "shadow",
   "name_ja": "コラッタ",
   "name_en": "Shadow Rattata",
   "slug_en": "shadow-rattata",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 103,
    "defense": 70,
    "stamina": 102,
    "max_cp": 830,
    "durability": 7140
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2587.6,
     "tdo": 15555415,
     "percentile": 14.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.28,
     "percentile": 37.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0019_shadow_alolan",
   "dex": 19,
   "form": "shadow",
   "name_ja": "シャドウコラッタ(アローラ)",
   "name_en": "Shadow Rattata Alolan",
   "slug_en": "shadow-rattata-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 103,
    "defense": 70,
    "stamina": 102,
    "max_cp": 830,
    "durability": 7140
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2587.6,
     "tdo": 15555415,
     "percentile": 14.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.28,
     "percentile": 37.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "normal",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0020_alolan",
   "dex": 20,
   "form": "normal",
   "name_ja": "ラッタ(アローラ)",
   "name_en": "Raticate Alolan",
   "slug_en": "raticate-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 154,
    "stamina": 181,
    "max_cp": 1927,
    "durability": 27874
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2899.0,
     "tdo": 67517813,
     "percentile": 39.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.64,
     "percentile": 40.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0020_normal",
   "dex": 20,
   "form": "normal",
   "name_ja": "ラッタ",
   "name_en": "Raticate",
   "slug_en": "raticate",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 139,
    "stamina": 146,
    "max_cp": 1956,
    "durability": 20294
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3276.4,
     "tdo": 57238074,
     "percentile": 41.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.01,
     "percentile": 56.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0020_shadow",
   "dex": 20,
   "form": "shadow",
   "name_ja": "ラッタ",
   "name_en": "Shadow Raticate",
   "slug_en": "shadow-raticate",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 161,
    "defense": 139,
    "stamina": 146,
    "max_cp": 1956,
    "durability": 20294
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3872.1,
     "tdo": 57542172,
     "percentile": 51.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 66.05,
     "percentile": 71.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0020_shadow_alolan",
   "dex": 20,
   "form": "shadow",
   "name_ja": "シャドウラッタ(アローラ)",
   "name_en": "Shadow Raticate Alolan",
   "slug_en": "shadow-raticate-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 135,
    "defense": 154,
    "stamina": 181,
    "max_cp": 1927,
    "durability": 27874
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3420.9,
     "tdo": 67413939,
     "percentile": 44.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.34,
     "percentile": 57.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0021_normal",
   "dex": 21,
   "form": "normal",
   "name_ja": "オニスズメ",
   "name_en": "Spearow",
   "slug_en": "spearow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 60,
    "stamina": 120,
    "max_cp": 902,
    "durability": 7200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2561.2,
     "tdo": 18239939,
     "percentile": 18.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.21,
     "percentile": 19.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0022_normal",
   "dex": 22,
   "form": "normal",
   "name_ja": "オニドリル",
   "name_en": "Fearow",
   "slug_en": "fearow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 133,
    "stamina": 163,
    "max_cp": 2257,
    "durability": 21679
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3972.9,
     "tdo": 73619721,
     "percentile": 60.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.83,
     "percentile": 55.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0023_normal",
   "dex": 23,
   "form": "normal",
   "name_ja": "アーボ",
   "name_en": "Ekans",
   "slug_en": "ekans",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 110,
    "defense": 97,
    "stamina": 111,
    "max_cp": 1048,
    "durability": 10767
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2178.8,
     "tdo": 21530525,
     "percentile": 17.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.13,
     "percentile": 25.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0023_shadow",
   "dex": 23,
   "form": "shadow",
   "name_ja": "アーボ",
   "name_en": "Shadow Ekans",
   "slug_en": "shadow-ekans",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 110,
    "defense": 97,
    "stamina": 111,
    "max_cp": 1048,
    "durability": 10767
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2766.9,
     "tdo": 23436600,
     "percentile": 22.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.37,
     "percentile": 33.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0024_normal",
   "dex": 24,
   "form": "normal",
   "name_ja": "アーボック",
   "name_en": "Arbok",
   "slug_en": "arbok",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 153,
    "stamina": 155,
    "max_cp": 2171,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3159.8,
     "tdo": 63341206,
     "percentile": 48.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 140.89,
     "percentile": 44.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0024_shadow",
   "dex": 24,
   "form": "shadow",
   "name_ja": "アーボック",
   "name_en": "Shadow Arbok",
   "slug_en": "shadow-arbok",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 153,
    "stamina": 155,
    "max_cp": 2171,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3566.7,
     "tdo": 60858506,
     "percentile": 54.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.48,
     "percentile": 69.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0025_gmax",
   "dex": 25,
   "form": "gmax",
   "name_ja": "キョダイマックスピカチュウ",
   "name_en": "Gigantamax Pikachu",
   "slug_en": "gigantamax-pikachu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 112,
    "defense": 96,
    "stamina": 111,
    "max_cp": 1060,
    "durability": 10656
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2403.6,
     "tdo": 23540324,
     "percentile": 22.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.21,
     "percentile": 21.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0025_normal",
   "dex": 25,
   "form": "normal",
   "name_ja": "ピカチュウ",
   "name_en": "Pikachu",
   "slug_en": "pikachu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 96,
    "stamina": 111,
    "max_cp": 1060,
    "durability": 10656
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2403.6,
     "tdo": 23540324,
     "percentile": 22.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.21,
     "percentile": 21.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0026_alolan",
   "dex": 26,
   "form": "normal",
   "name_ja": "ライチュウ(アローラ)",
   "name_en": "Raichu Alolan",
   "slug_en": "raichu-alolan",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 154,
    "stamina": 155,
    "max_cp": 2585,
    "durability": 23870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4088.1,
     "tdo": 82437580,
     "percentile": 68.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.39,
     "percentile": 68.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Psychic",
     "fast_type": "electric",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0026_mega_x",
   "dex": 26,
   "form": "mega",
   "name_ja": "メガライチュウX",
   "name_en": "Mega Raichu X",
   "slug_en": "mega-x-raichu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 277,
    "defense": 203,
    "stamina": 155,
    "max_cp": 4063,
    "durability": 31465
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5526.4,
     "tdo": 143755386,
     "percentile": 91.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.33,
     "percentile": 88.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0026_mega_y",
   "dex": 26,
   "form": "mega",
   "name_ja": "メガライチュウY",
   "name_en": "Mega Raichu Y",
   "slug_en": "mega-y-raichu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 339,
    "defense": 157,
    "stamina": 155,
    "max_cp": 4375,
    "durability": 24335
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6699.9,
     "tdo": 137504367,
     "percentile": 96.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 257.07,
     "percentile": 98.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 80,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0026_normal",
   "dex": 26,
   "form": "normal",
   "name_ja": "ライチュウ",
   "name_en": "Raichu",
   "slug_en": "raichu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 193,
    "defense": 151,
    "stamina": 155,
    "max_cp": 2467,
    "durability": 23405
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3936.6,
     "tdo": 77975147,
     "percentile": 65.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.01,
     "percentile": 64.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0027_alolan",
   "dex": 27,
   "form": "normal",
   "name_ja": "サンド(アローラ)",
   "name_en": "Sandshrew Alolan",
   "slug_en": "sandshrew-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 125,
    "defense": 129,
    "stamina": 137,
    "max_cp": 1462,
    "durability": 17673
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2714.8,
     "tdo": 41719670,
     "percentile": 31.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Blizzard",
     "fast_type": "steel",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.41,
     "percentile": 35.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0027_normal",
   "dex": 27,
   "form": "normal",
   "name_ja": "サンド",
   "name_en": "Sandshrew",
   "slug_en": "sandshrew",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 126,
    "defense": 120,
    "stamina": 137,
    "max_cp": 1426,
    "durability": 16440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2207.9,
     "tdo": 31809846,
     "percentile": 19.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.04,
     "percentile": 27.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0027_shadow",
   "dex": 27,
   "form": "shadow",
   "name_ja": "サンド",
   "name_en": "Shadow Sandshrew",
   "slug_en": "shadow-sandshrew",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 126,
    "defense": 120,
    "stamina": 137,
    "max_cp": 1426,
    "durability": 16440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2510.8,
     "tdo": 30814198,
     "percentile": 26.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.85,
     "percentile": 41.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0027_shadow_alolan",
   "dex": 27,
   "form": "shadow",
   "name_ja": "シャドウサンド(アローラ)",
   "name_en": "Shadow Sandshrew Alolan",
   "slug_en": "shadow-sandshrew-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 125,
    "defense": 129,
    "stamina": 137,
    "max_cp": 1462,
    "durability": 17673
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3199.6,
     "tdo": 41999043,
     "percentile": 34.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Blizzard",
     "fast_type": "steel",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.19,
     "percentile": 39.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0028_alolan",
   "dex": 28,
   "form": "normal",
   "name_ja": "サンドパン(アローラ)",
   "name_en": "Sandslash Alolan",
   "slug_en": "sandslash-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 195,
    "stamina": 181,
    "max_cp": 2750,
    "durability": 35295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3723.2,
     "tdo": 107748440,
     "percentile": 64.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Blizzard",
     "fast_type": "steel",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.61,
     "percentile": 52.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0028_normal",
   "dex": 28,
   "form": "normal",
   "name_ja": "サンドパン",
   "name_en": "Sandslash",
   "slug_en": "sandslash",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 175,
    "stamina": 181,
    "max_cp": 2684,
    "durability": 31675
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3611.8,
     "tdo": 94569469,
     "percentile": 61.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.49,
     "percentile": 68.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0028_shadow",
   "dex": 28,
   "form": "shadow",
   "name_ja": "サンドパン",
   "name_en": "Shadow Sandslash",
   "slug_en": "shadow-sandslash",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 182,
    "defense": 175,
    "stamina": 181,
    "max_cp": 2684,
    "durability": 31675
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4111.6,
     "tdo": 91224955,
     "percentile": 69.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Scorching Sands",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.93,
     "percentile": 81.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0028_shadow_alolan",
   "dex": 28,
   "form": "shadow",
   "name_ja": "シャドウサンドパン(アローラ)",
   "name_en": "Shadow Sandslash Alolan",
   "slug_en": "shadow-sandslash-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 177,
    "defense": 195,
    "stamina": 181,
    "max_cp": 2750,
    "durability": 35295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4401.9,
     "tdo": 107371641,
     "percentile": 69.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Blizzard",
     "fast_type": "steel",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.21,
     "percentile": 69.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0029_normal",
   "dex": 29,
   "form": "normal",
   "name_ja": "ニドラン♀",
   "name_en": "Nidoran Female",
   "slug_en": "nidoran-female",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 86,
    "defense": 89,
    "stamina": 146,
    "max_cp": 922,
    "durability": 12994
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1760.5,
     "tdo": 20769487,
     "percentile": 13.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.85,
     "percentile": 11.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0029_shadow",
   "dex": 29,
   "form": "shadow",
   "name_ja": "ニドラン♀",
   "name_en": "Shadow Nidoran Female",
   "slug_en": "shadow-nidoran-female",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 86,
    "defense": 89,
    "stamina": 146,
    "max_cp": 922,
    "durability": 12994
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2056.8,
     "tdo": 20765533,
     "percentile": 18.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.9,
     "percentile": 20.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0030_normal",
   "dex": 30,
   "form": "normal",
   "name_ja": "ニドリーナ",
   "name_en": "Nidorina",
   "slug_en": "nidorina",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 120,
    "stamina": 172,
    "max_cp": 1480,
    "durability": 20640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2300.8,
     "tdo": 40977423,
     "percentile": 28.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.9,
     "percentile": 27.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0030_shadow",
   "dex": 30,
   "form": "shadow",
   "name_ja": "ニドリーナ",
   "name_en": "Shadow Nidorina",
   "slug_en": "shadow-nidorina",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 120,
    "stamina": 172,
    "max_cp": 1480,
    "durability": 20640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2604.9,
     "tdo": 39520998,
     "percentile": 35.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.67,
     "percentile": 38.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0031_normal",
   "dex": 31,
   "form": "normal",
   "name_ja": "ニドクイン",
   "name_en": "Nidoqueen",
   "slug_en": "nidoqueen",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 173,
    "stamina": 207,
    "max_cp": 2812,
    "durability": 35811
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3755.0,
     "tdo": 110335529,
     "percentile": 64.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Earthquake",
     "fast_type": "poison",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.63,
     "percentile": 61.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0031_shadow",
   "dex": 31,
   "form": "shadow",
   "name_ja": "ニドクイン",
   "name_en": "Shadow Nidoqueen",
   "slug_en": "shadow-nidoqueen",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 173,
    "stamina": 207,
    "max_cp": 2812,
    "durability": 35811
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4448.2,
     "tdo": 110543198,
     "percentile": 74.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Earthquake",
     "fast_type": "poison",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.49,
     "percentile": 76.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0032_normal",
   "dex": 32,
   "form": "normal",
   "name_ja": "ニドラン♂",
   "name_en": "Nidoran Male",
   "slug_en": "nidoran-male",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 76,
    "stamina": 130,
    "max_cp": 973,
    "durability": 9880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2091.6,
     "tdo": 19352867,
     "percentile": 16.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.9,
     "percentile": 20.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0032_shadow",
   "dex": 32,
   "form": "shadow",
   "name_ja": "ニドラン♂",
   "name_en": "Shadow Nidoran Male",
   "slug_en": "shadow-nidoran-male",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 105,
    "defense": 76,
    "stamina": 130,
    "max_cp": 973,
    "durability": 9880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2457.7,
     "tdo": 19491101,
     "percentile": 21.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.04,
     "percentile": 34.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0033_normal",
   "dex": 33,
   "form": "normal",
   "name_ja": "ニドリーノ",
   "name_en": "Nidorino",
   "slug_en": "nidorino",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 111,
    "stamina": 156,
    "max_cp": 1575,
    "durability": 17316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2939.2,
     "tdo": 44500902,
     "percentile": 35.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.04,
     "percentile": 45.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0033_shadow",
   "dex": 33,
   "form": "shadow",
   "name_ja": "ニドリーノ",
   "name_en": "Shadow Nidorino",
   "slug_en": "shadow-nidorino",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 111,
    "stamina": 156,
    "max_cp": 1575,
    "durability": 17316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3120.0,
     "tdo": 40115309,
     "percentile": 44.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.0,
     "percentile": 57.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0034_normal",
   "dex": 34,
   "form": "normal",
   "name_ja": "ニドキング",
   "name_en": "Nidoking",
   "slug_en": "nidoking",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 156,
    "stamina": 191,
    "max_cp": 2902,
    "durability": 29796
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4048.6,
     "tdo": 100641645,
     "percentile": 70.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Earthquake",
     "fast_type": "bug",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.68,
     "percentile": 64.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0034_shadow",
   "dex": 34,
   "form": "shadow",
   "name_ja": "ニドキング",
   "name_en": "Shadow Nidoking",
   "slug_en": "shadow-nidoking",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 204,
    "defense": 156,
    "stamina": 191,
    "max_cp": 2902,
    "durability": 29796
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4912.3,
     "tdo": 103546116,
     "percentile": 79.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Earth Power",
     "fast_type": "poison",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 205.76,
     "percentile": 80.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0035_normal",
   "dex": 35,
   "form": "normal",
   "name_ja": "ピッピ",
   "name_en": "Clefairy",
   "slug_en": "clefairy",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 108,
    "stamina": 172,
    "max_cp": 1306,
    "durability": 18576
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2021.0,
     "tdo": 32795508,
     "percentile": 14.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Moonblast",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 30.99,
     "percentile": 13.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Moonblast",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0036_normal",
   "dex": 36,
   "form": "normal",
   "name_ja": "ピクシー",
   "name_en": "Clefable",
   "slug_en": "clefable",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 162,
    "stamina": 216,
    "max_cp": 2755,
    "durability": 34992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3567.9,
     "tdo": 102949372,
     "percentile": 59.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Meteor Mash",
     "fast_type": "fairy",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 225.23,
     "percentile": 73.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psychic",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Meteor Mash",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0037_alolan",
   "dex": 37,
   "form": "normal",
   "name_ja": "ロコン(アローラ)",
   "name_en": "Vulpix Alolan",
   "slug_en": "vulpix-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 109,
    "stamina": 116,
    "max_cp": 998,
    "durability": 12644
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1815.7,
     "tdo": 20811226,
     "percentile": 12.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.21,
     "percentile": 14.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0037_normal",
   "dex": 37,
   "form": "normal",
   "name_ja": "ロコン",
   "name_en": "Vulpix",
   "slug_en": "vulpix",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 109,
    "stamina": 116,
    "max_cp": 998,
    "durability": 12644
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1933.3,
     "tdo": 22158902,
     "percentile": 15.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 28.92,
     "percentile": 9.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0037_shadow",
   "dex": 37,
   "form": "shadow",
   "name_ja": "ロコン",
   "name_en": "Shadow Vulpix",
   "slug_en": "shadow-vulpix",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 96,
    "defense": 109,
    "stamina": 116,
    "max_cp": 998,
    "durability": 12644
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2330.4,
     "tdo": 22833334,
     "percentile": 23.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.94,
     "percentile": 15.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0037_shadow_alolan",
   "dex": 37,
   "form": "shadow",
   "name_ja": "シャドウロコン(アローラ)",
   "name_en": "Shadow Vulpix Alolan",
   "slug_en": "shadow-vulpix-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 96,
    "defense": 109,
    "stamina": 116,
    "max_cp": 998,
    "durability": 12644
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2126.5,
     "tdo": 20835418,
     "percentile": 22.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.76,
     "percentile": 25.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0038_alolan",
   "dex": 38,
   "form": "normal",
   "name_ja": "キュウコン(アローラ)",
   "name_en": "Ninetales Alolan",
   "slug_en": "ninetales-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 193,
    "stamina": 177,
    "max_cp": 2610,
    "durability": 34161
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3357.8,
     "tdo": 94489469,
     "percentile": 57.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "fairy",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.21,
     "percentile": 61.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0038_normal",
   "dex": 38,
   "form": "normal",
   "name_ja": "キュウコン",
   "name_en": "Ninetales",
   "slug_en": "ninetales",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 190,
    "stamina": 177,
    "max_cp": 2577,
    "durability": 33630
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3609.6,
     "tdo": 100107960,
     "percentile": 59.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.06,
     "percentile": 55.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0038_shadow",
   "dex": 38,
   "form": "shadow",
   "name_ja": "キュウコン",
   "name_en": "Shadow Ninetales",
   "slug_en": "shadow-ninetales",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 169,
    "defense": 190,
    "stamina": 177,
    "max_cp": 2577,
    "durability": 33630
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4276.6,
     "tdo": 100092036,
     "percentile": 70.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.78,
     "percentile": 69.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0038_shadow_alolan",
   "dex": 38,
   "form": "shadow",
   "name_ja": "シャドウキュウコン(アローラ)",
   "name_en": "Shadow Ninetales Alolan",
   "slug_en": "shadow-ninetales-alolan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 170,
    "defense": 193,
    "stamina": 177,
    "max_cp": 2610,
    "durability": 34161
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3975.0,
     "tdo": 94646624,
     "percentile": 70.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "fairy",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.53,
     "percentile": 79.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0039_normal",
   "dex": 39,
   "form": "normal",
   "name_ja": "プリン",
   "name_en": "Jigglypuff",
   "slug_en": "jigglypuff",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 80,
    "defense": 41,
    "stamina": 251,
    "max_cp": 818,
    "durability": 10291
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1803.2,
     "tdo": 18922021,
     "percentile": 11.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.79,
     "percentile": 12.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0040_normal",
   "dex": 40,
   "form": "normal",
   "name_ja": "プクリン",
   "name_en": "Wigglytuff",
   "slug_en": "wigglytuff",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 90,
    "stamina": 295,
    "max_cp": 2178,
    "durability": 26550
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3233.1,
     "tdo": 74166877,
     "percentile": 51.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.06,
     "percentile": 59.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0041_normal",
   "dex": 41,
   "form": "normal",
   "name_ja": "ズバット",
   "name_en": "Zubat",
   "slug_en": "zubat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 83,
    "defense": 73,
    "stamina": 120,
    "max_cp": 754,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1647.0,
     "tdo": 13762138,
     "percentile": 7.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 23.54,
     "percentile": 5.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0041_shadow",
   "dex": 41,
   "form": "shadow",
   "name_ja": "ズバット",
   "name_en": "Shadow Zubat",
   "slug_en": "shadow-zubat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 83,
    "defense": 73,
    "stamina": 120,
    "max_cp": 754,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2111.1,
     "tdo": 15234689,
     "percentile": 9.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.43,
     "percentile": 12.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0042_normal",
   "dex": 42,
   "form": "normal",
   "name_ja": "ゴルバット",
   "name_en": "Golbat",
   "slug_en": "golbat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 150,
    "stamina": 181,
    "max_cp": 2234,
    "durability": 27150
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2771.0,
     "tdo": 63009433,
     "percentile": 41.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.84,
     "percentile": 38.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0042_shadow",
   "dex": 42,
   "form": "shadow",
   "name_ja": "ゴルバット",
   "name_en": "Shadow Golbat",
   "slug_en": "shadow-golbat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 161,
    "defense": 150,
    "stamina": 181,
    "max_cp": 2234,
    "durability": 27150
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3495.7,
     "tdo": 67442542,
     "percentile": 51.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "flying",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.78,
     "percentile": 40.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0043_normal",
   "dex": 43,
   "form": "normal",
   "name_ja": "ナゾノクサ",
   "name_en": "Oddish",
   "slug_en": "oddish",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 131,
    "defense": 112,
    "stamina": 128,
    "max_cp": 1389,
    "durability": 14336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2650.0,
     "tdo": 33935972,
     "percentile": 29.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "grass",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.9,
     "percentile": 32.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0043_shadow",
   "dex": 43,
   "form": "shadow",
   "name_ja": "ナゾノクサ",
   "name_en": "Shadow Oddish",
   "slug_en": "shadow-oddish",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 131,
    "defense": 112,
    "stamina": 128,
    "max_cp": 1389,
    "durability": 14336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3121.9,
     "tdo": 33998199,
     "percentile": 36.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "grass",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.49,
     "percentile": 50.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0044_normal",
   "dex": 44,
   "form": "normal",
   "name_ja": "クサイハナ",
   "name_en": "Gloom",
   "slug_en": "gloom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 136,
    "stamina": 155,
    "max_cp": 1900,
    "durability": 21080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3049.3,
     "tdo": 54941061,
     "percentile": 42.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "grass",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.49,
     "percentile": 50.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Petal Blizzard",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0044_shadow",
   "dex": 44,
   "form": "shadow",
   "name_ja": "クサイハナ",
   "name_en": "Shadow Gloom",
   "slug_en": "shadow-gloom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 153,
    "defense": 136,
    "stamina": 155,
    "max_cp": 1900,
    "durability": 21080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3745.7,
     "tdo": 57209496,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.91,
     "percentile": 61.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Petal Blizzard",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0045_normal",
   "dex": 45,
   "form": "normal",
   "name_ja": "ラフレシア",
   "name_en": "Vileplume",
   "slug_en": "vileplume",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 202,
    "defense": 167,
    "stamina": 181,
    "max_cp": 2893,
    "durability": 30227
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4230.4,
     "tdo": 106103979,
     "percentile": 66.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Solar Beam",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0045_shadow",
   "dex": 45,
   "form": "shadow",
   "name_ja": "ラフレシア",
   "name_en": "Shadow Vileplume",
   "slug_en": "shadow-vileplume",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 202,
    "defense": 167,
    "stamina": 181,
    "max_cp": 2893,
    "durability": 30227
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4664.7,
     "tdo": 98996573,
     "percentile": 78.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "grass",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.78,
     "percentile": 90.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0046_normal",
   "dex": 46,
   "form": "normal",
   "name_ja": "パラス",
   "name_en": "Paras",
   "slug_en": "paras",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 99,
    "stamina": 111,
    "max_cp": 1150,
    "durability": 10989
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2285.6,
     "tdo": 22989619,
     "percentile": 17.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.62,
     "percentile": 22.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0047_normal",
   "dex": 47,
   "form": "normal",
   "name_ja": "パラセクト",
   "name_en": "Parasect",
   "slug_en": "parasect",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 146,
    "stamina": 155,
    "max_cp": 2102,
    "durability": 22630
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3661.7,
     "tdo": 70343963,
     "percentile": 55.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Solar Beam",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.24,
     "percentile": 44.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Solar Beam",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0048_normal",
   "dex": 48,
   "form": "normal",
   "name_ja": "コンパン",
   "name_en": "Venonat",
   "slug_en": "venonat",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 100,
    "defense": 100,
    "stamina": 155,
    "max_cp": 1135,
    "durability": 15500
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1855.4,
     "tdo": 25459740,
     "percentile": 11.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 87.8,
     "percentile": 12.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0048_shadow",
   "dex": 48,
   "form": "shadow",
   "name_ja": "コンパン",
   "name_en": "Shadow Venonat",
   "slug_en": "shadow-venonat",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 100,
    "defense": 100,
    "stamina": 155,
    "max_cp": 1135,
    "durability": 15500
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2178.1,
     "tdo": 25469366,
     "percentile": 15.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.11,
     "percentile": 19.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0049_normal",
   "dex": 49,
   "form": "normal",
   "name_ja": "モルフォン",
   "name_en": "Venomoth",
   "slug_en": "venomoth",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 179,
    "defense": 143,
    "stamina": 172,
    "max_cp": 2354,
    "durability": 24596
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3423.4,
     "tdo": 71358626,
     "percentile": 50.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.28,
     "percentile": 55.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0049_shadow",
   "dex": 49,
   "form": "shadow",
   "name_ja": "モルフォン",
   "name_en": "Shadow Venomoth",
   "slug_en": "shadow-venomoth",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 179,
    "defense": 143,
    "stamina": 172,
    "max_cp": 2354,
    "durability": 24596
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4058.7,
     "tdo": 71749734,
     "percentile": 64.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.06,
     "percentile": 65.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0050_alolan",
   "dex": 50,
   "form": "normal",
   "name_ja": "ディグダ(アローラ)",
   "name_en": "Diglett Alolan",
   "slug_en": "diglett-alolan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 81,
    "stamina": 67,
    "max_cp": 770,
    "durability": 5427
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2108.5,
     "tdo": 11566025,
     "percentile": 8.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Mud Bomb",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.91,
     "percentile": 17.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0050_normal",
   "dex": 50,
   "form": "normal",
   "name_ja": "ディグダ",
   "name_en": "Diglett",
   "slug_en": "diglett",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 78,
    "stamina": 67,
    "max_cp": 764,
    "durability": 5226
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1909.7,
     "tdo": 10147992,
     "percentile": 5.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.29,
     "percentile": 16.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0050_shadow",
   "dex": 50,
   "form": "shadow",
   "name_ja": "ディグダ",
   "name_en": "Shadow Diglett",
   "slug_en": "shadow-diglett",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 109,
    "defense": 78,
    "stamina": 67,
    "max_cp": 764,
    "durability": 5226
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2208.3,
     "tdo": 10094690,
     "percentile": 10.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Mud Bomb",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.57,
     "percentile": 34.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0050_shadow_alolan",
   "dex": 50,
   "form": "shadow",
   "name_ja": "シャドウディグダ(アローラ)",
   "name_en": "Shadow Diglett Alolan",
   "slug_en": "shadow-diglett-alolan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 108,
    "defense": 81,
    "stamina": 67,
    "max_cp": 770,
    "durability": 5427
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2485.6,
     "tdo": 11788374,
     "percentile": 11.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Mud Bomb",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.7,
     "percentile": 32.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0051_alolan",
   "dex": 51,
   "form": "normal",
   "name_ja": "ダグトリオ(アローラ)",
   "name_en": "Dugtrio Alolan",
   "slug_en": "dugtrio-alolan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 142,
    "stamina": 111,
    "max_cp": 2145,
    "durability": 15762
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4194.8,
     "tdo": 58107507,
     "percentile": 52.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.74,
     "percentile": 65.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0051_normal",
   "dex": 51,
   "form": "normal",
   "name_ja": "ダグトリオ",
   "name_en": "Dugtrio",
   "slug_en": "dugtrio",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 134,
    "stamina": 111,
    "max_cp": 1760,
    "durability": 14874
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3181.0,
     "tdo": 41819516,
     "percentile": 38.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 135.87,
     "percentile": 49.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0051_shadow",
   "dex": 51,
   "form": "shadow",
   "name_ja": "ダグトリオ",
   "name_en": "Shadow Dugtrio",
   "slug_en": "shadow-dugtrio",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 134,
    "stamina": 111,
    "max_cp": 1760,
    "durability": 14874
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4084.2,
     "tdo": 45764908,
     "percentile": 44.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.53,
     "percentile": 66.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0051_shadow_alolan",
   "dex": 51,
   "form": "shadow",
   "name_ja": "シャドウダグトリオ(アローラ)",
   "name_en": "Shadow Dugtrio Alolan",
   "slug_en": "shadow-dugtrio-alolan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 201,
    "defense": 142,
    "stamina": 111,
    "max_cp": 2145,
    "durability": 15762
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4971.6,
     "tdo": 58340540,
     "percentile": 65.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.49,
     "percentile": 79.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0052_alolan",
   "dex": 52,
   "form": "normal",
   "name_ja": "ニャース(アローラ)",
   "name_en": "Meowth Alolan",
   "slug_en": "meowth-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 99,
    "defense": 78,
    "stamina": 120,
    "max_cp": 901,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2001.5,
     "tdo": 17674983,
     "percentile": 9.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.93,
     "percentile": 13.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0052_galarian",
   "dex": 52,
   "form": "normal",
   "name_ja": "ニャース(ガラル)",
   "name_en": "Meowth Galarian",
   "slug_en": "meowth-galarian",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 92,
    "stamina": 137,
    "max_cp": 1170,
    "durability": 12604
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2236.2,
     "tdo": 25534649,
     "percentile": 18.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.99,
     "percentile": 17.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Gyro Ball",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Gyro Ball",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0052_gmax",
   "dex": 52,
   "form": "gmax",
   "name_ja": "キョダイマックスニャース",
   "name_en": "Gigantamax Meowth",
   "slug_en": "gigantamax-meowth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 92,
    "defense": 78,
    "stamina": 120,
    "max_cp": 846,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1576.9,
     "tdo": 13925326,
     "percentile": 5.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 33.91,
     "percentile": 17.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0052_normal",
   "dex": 52,
   "form": "normal",
   "name_ja": "ニャース",
   "name_en": "Meowth",
   "slug_en": "meowth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 92,
    "defense": 78,
    "stamina": 120,
    "max_cp": 846,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1576.9,
     "tdo": 13925326,
     "percentile": 5.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 33.91,
     "percentile": 17.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0052_shadow",
   "dex": 52,
   "form": "shadow",
   "name_ja": "ニャース",
   "name_en": "Shadow Meowth",
   "slug_en": "shadow-meowth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 92,
    "defense": 78,
    "stamina": 120,
    "max_cp": 846,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2021.7,
     "tdo": 15357182,
     "percentile": 13.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 37.33,
     "percentile": 23.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0053_alolan",
   "dex": 53,
   "form": "normal",
   "name_ja": "ペルシアン(アローラ)",
   "name_en": "Persian Alolan",
   "slug_en": "persian-alolan",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 136,
    "stamina": 163,
    "max_cp": 2002,
    "durability": 22168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3115.1,
     "tdo": 58894027,
     "percentile": 41.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.03,
     "percentile": 45.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0053_normal",
   "dex": 53,
   "form": "normal",
   "name_ja": "ペルシアン",
   "name_en": "Persian",
   "slug_en": "persian",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 136,
    "stamina": 163,
    "max_cp": 1910,
    "durability": 22168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2679.6,
     "tdo": 50659972,
     "percentile": 31.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.08,
     "percentile": 21.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0053_shadow",
   "dex": 53,
   "form": "shadow",
   "name_ja": "ペルシアン",
   "name_en": "Shadow Persian",
   "slug_en": "shadow-persian",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 150,
    "defense": 136,
    "stamina": 163,
    "max_cp": 1910,
    "durability": 22168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3153.8,
     "tdo": 50543340,
     "percentile": 44.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.26,
     "percentile": 39.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0054_normal",
   "dex": 54,
   "form": "normal",
   "name_ja": "コダック",
   "name_en": "Psyduck",
   "slug_en": "psyduck",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 95,
    "stamina": 137,
    "max_cp": 1250,
    "durability": 13015
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2135.0,
     "tdo": 25062430,
     "percentile": 15.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.14,
     "percentile": 16.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0054_shadow",
   "dex": 54,
   "form": "shadow",
   "name_ja": "コダック",
   "name_en": "Shadow Psyduck",
   "slug_en": "shadow-psyduck",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 122,
    "defense": 95,
    "stamina": 137,
    "max_cp": 1250,
    "durability": 13015
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2509.0,
     "tdo": 25168866,
     "percentile": 26.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.23,
     "percentile": 27.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0055_normal",
   "dex": 55,
   "form": "normal",
   "name_ja": "ゴルダック",
   "name_en": "Golduck",
   "slug_en": "golduck",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 191,
    "defense": 162,
    "stamina": 190,
    "max_cp": 2770,
    "durability": 30780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3506.7,
     "tdo": 89708914,
     "percentile": 55.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Hydro Pump",
     "fast_type": "psychic",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.84,
     "percentile": 62.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Liquidation",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0055_shadow",
   "dex": 55,
   "form": "shadow",
   "name_ja": "ゴルダック",
   "name_en": "Shadow Golduck",
   "slug_en": "shadow-golduck",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 191,
    "defense": 162,
    "stamina": 190,
    "max_cp": 2770,
    "durability": 30780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4282.9,
     "tdo": 92852497,
     "percentile": 70.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.82,
     "percentile": 73.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Liquidation",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0056_normal",
   "dex": 56,
   "form": "normal",
   "name_ja": "マンキー",
   "name_en": "Mankey",
   "slug_en": "mankey",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 82,
    "stamina": 120,
    "max_cp": 1317,
    "durability": 9840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2328.5,
     "tdo": 21446450,
     "percentile": 23.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Brick Break",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.66,
     "percentile": 17.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0056_shadow",
   "dex": 56,
   "form": "shadow",
   "name_ja": "マンキー",
   "name_en": "Shadow Mankey",
   "slug_en": "shadow-mankey",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 148,
    "defense": 82,
    "stamina": 120,
    "max_cp": 1317,
    "durability": 9840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3184.6,
     "tdo": 25098261,
     "percentile": 31.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Cross Chop",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.65,
     "percentile": 33.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0057_normal",
   "dex": 57,
   "form": "normal",
   "name_ja": "オコリザル",
   "name_en": "Primeape",
   "slug_en": "primeape",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 138,
    "stamina": 163,
    "max_cp": 2586,
    "durability": 22494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4012.8,
     "tdo": 76870947,
     "percentile": 61.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Rage Fist",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.24,
     "percentile": 53.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Rage Fist",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0057_shadow",
   "dex": 57,
   "form": "shadow",
   "name_ja": "オコリザル",
   "name_en": "Shadow Primeape",
   "slug_en": "shadow-primeape",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 207,
    "defense": 138,
    "stamina": 163,
    "max_cp": 2586,
    "durability": 22494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4753.9,
     "tdo": 77377898,
     "percentile": 71.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Rage Fist",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 78.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Rage Fist",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0058_hisuian",
   "dex": 58,
   "form": "normal",
   "name_ja": "ガーディ(ヒスイ)",
   "name_en": "Growlithe Hisuian",
   "slug_en": "growlithe-hisuian",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 92,
    "stamina": 155,
    "max_cp": 1495,
    "durability": 14260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2421.2,
     "tdo": 30913357,
     "percentile": 29.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.46,
     "percentile": 21.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0058_normal",
   "dex": 58,
   "form": "normal",
   "name_ja": "ガーディ",
   "name_en": "Growlithe",
   "slug_en": "growlithe",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 93,
    "stamina": 146,
    "max_cp": 1405,
    "durability": 13578
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2328.7,
     "tdo": 28530466,
     "percentile": 27.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 37.33,
     "percentile": 23.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0058_shadow",
   "dex": 58,
   "form": "shadow",
   "name_ja": "ガーディ",
   "name_en": "Shadow Growlithe",
   "slug_en": "shadow-growlithe",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 136,
    "defense": 93,
    "stamina": 146,
    "max_cp": 1405,
    "durability": 13578
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2745.1,
     "tdo": 28960837,
     "percentile": 31.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 43.69,
     "percentile": 35.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0059_hisuian",
   "dex": 59,
   "form": "normal",
   "name_ja": "ウインディ(ヒスイ)",
   "name_en": "Arcanine Hisuian",
   "slug_en": "arcanine-hisuian",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 165,
    "stamina": 216,
    "max_cp": 3556,
    "durability": 35640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4483.2,
     "tdo": 131550849,
     "percentile": 76.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Rock Slide",
     "fast_type": "fire",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.47,
     "percentile": 66.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0059_normal",
   "dex": 59,
   "form": "normal",
   "name_ja": "ウインディ",
   "name_en": "Arcanine",
   "slug_en": "arcanine",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 227,
    "defense": 166,
    "stamina": 207,
    "max_cp": 3425,
    "durability": 34362
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4514.4,
     "tdo": 127711080,
     "percentile": 75.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.78,
     "percentile": 78.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0059_shadow",
   "dex": 59,
   "form": "shadow",
   "name_ja": "ウインディ",
   "name_en": "Shadow Arcanine",
   "slug_en": "shadow-arcanine",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 227,
    "defense": 166,
    "stamina": 207,
    "max_cp": 3425,
    "durability": 34362
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5353.9,
     "tdo": 128028885,
     "percentile": 87.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.86,
     "percentile": 88.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0060_normal",
   "dex": 60,
   "form": "normal",
   "name_ja": "ニョロモ",
   "name_en": "Poliwag",
   "slug_en": "poliwag",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 101,
    "defense": 82,
    "stamina": 120,
    "max_cp": 937,
    "durability": 9840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1520.6,
     "tdo": 14005592,
     "percentile": 6.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Bubble Beam",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 28.15,
     "percentile": 9.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0060_shadow",
   "dex": 60,
   "form": "shadow",
   "name_ja": "ニョロモ",
   "name_en": "Shadow Poliwag",
   "slug_en": "shadow-poliwag",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 101,
    "defense": 82,
    "stamina": 120,
    "max_cp": 937,
    "durability": 9840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1782.8,
     "tdo": 14050402,
     "percentile": 9.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Bubble Beam",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 32.18,
     "percentile": 15.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0061_normal",
   "dex": 61,
   "form": "normal",
   "name_ja": "ニョロゾ",
   "name_en": "Poliwhirl",
   "slug_en": "poliwhirl",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 130,
    "defense": 123,
    "stamina": 163,
    "max_cp": 1604,
    "durability": 20049
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2193.2,
     "tdo": 37894360,
     "percentile": 22.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.42,
     "percentile": 23.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Scald",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0061_shadow",
   "dex": 61,
   "form": "shadow",
   "name_ja": "ニョロゾ",
   "name_en": "Shadow Poliwhirl",
   "slug_en": "shadow-poliwhirl",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 130,
    "defense": 123,
    "stamina": 163,
    "max_cp": 1604,
    "durability": 20049
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2586.4,
     "tdo": 37888679,
     "percentile": 27.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.74,
     "percentile": 35.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Scald",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0062_normal",
   "dex": 62,
   "form": "normal",
   "name_ja": "ニョロボン",
   "name_en": "Poliwrath",
   "slug_en": "poliwrath",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 184,
    "stamina": 207,
    "max_cp": 2923,
    "durability": 38088
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3809.3,
     "tdo": 118481594,
     "percentile": 68.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.86,
     "percentile": 62.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Hydro Pump",
     "fast_type": "fighting",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0062_shadow",
   "dex": 62,
   "form": "shadow",
   "name_ja": "ニョロボン",
   "name_en": "Shadow Poliwrath",
   "slug_en": "shadow-poliwrath",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 182,
    "defense": 184,
    "stamina": 207,
    "max_cp": 2923,
    "durability": 38088
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4505.5,
     "tdo": 118303281,
     "percentile": 77.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.57,
     "percentile": 83.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0063_normal",
   "dex": 63,
   "form": "normal",
   "name_ja": "ケーシィ",
   "name_en": "Abra",
   "slug_en": "abra",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 195,
    "defense": 82,
    "stamina": 93,
    "max_cp": 1517,
    "durability": 7626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3513.6,
     "tdo": 25774945,
     "percentile": 34.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.9,
     "percentile": 41.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0063_shadow",
   "dex": 63,
   "form": "shadow",
   "name_ja": "ケーシィ",
   "name_en": "Shadow Abra",
   "slug_en": "shadow-abra",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 195,
    "defense": 82,
    "stamina": 93,
    "max_cp": 1517,
    "durability": 7626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4166.1,
     "tdo": 26150751,
     "percentile": 42.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 191.2,
     "percentile": 54.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0064_normal",
   "dex": 64,
   "form": "normal",
   "name_ja": "ユンゲラー",
   "name_en": "Kadabra",
   "slug_en": "kadabra",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 117,
    "stamina": 120,
    "max_cp": 2328,
    "durability": 14040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4409.4,
     "tdo": 55266686,
     "percentile": 58.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 199.6,
     "percentile": 60.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0064_shadow",
   "dex": 64,
   "form": "shadow",
   "name_ja": "ユンゲラー",
   "name_en": "Shadow Kadabra",
   "slug_en": "shadow-kadabra",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 232,
    "defense": 117,
    "stamina": 120,
    "max_cp": 2328,
    "durability": 14040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5230.6,
     "tdo": 56122706,
     "percentile": 70.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.89,
     "percentile": 76.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0065_mega",
   "dex": 65,
   "form": "mega",
   "name_ja": "メガフーディン",
   "name_en": "Mega Alakazam",
   "slug_en": "mega-alakazam",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 367,
    "defense": 207,
    "stamina": 146,
    "max_cp": 5099,
    "durability": 30222
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7318.7,
     "tdo": 184312025,
     "percentile": 98.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 363.64,
     "percentile": 97.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 82,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0065_normal",
   "dex": 65,
   "form": "normal",
   "name_ja": "フーディン",
   "name_en": "Alakazam",
   "slug_en": "alakazam",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 271,
    "defense": 167,
    "stamina": 146,
    "max_cp": 3456,
    "durability": 24382
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5232.2,
     "tdo": 108025636,
     "percentile": 87.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 252.91,
     "percentile": 82.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0065_shadow",
   "dex": 65,
   "form": "shadow",
   "name_ja": "フーディン",
   "name_en": "Shadow Alakazam",
   "slug_en": "shadow-alakazam",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 271,
    "defense": 167,
    "stamina": 146,
    "max_cp": 3456,
    "durability": 24382
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6514.0,
     "tdo": 113798613,
     "percentile": 94.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 307.69,
     "percentile": 98.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0066_normal",
   "dex": 66,
   "form": "normal",
   "name_ja": "ワンリキー",
   "name_en": "Machop",
   "slug_en": "machop",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 82,
    "stamina": 172,
    "max_cp": 1445,
    "durability": 14104
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2358.0,
     "tdo": 30175299,
     "percentile": 28.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Cross Chop",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.81,
     "percentile": 14.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Cross Chop",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0066_shadow",
   "dex": 66,
   "form": "shadow",
   "name_ja": "ワンリキー",
   "name_en": "Shadow Machop",
   "slug_en": "shadow-machop",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 82,
    "stamina": 172,
    "max_cp": 1445,
    "durability": 14104
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2953.6,
     "tdo": 32341530,
     "percentile": 34.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Cross Chop",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.28,
     "percentile": 28.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Cross Chop",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0067_normal",
   "dex": 67,
   "form": "normal",
   "name_ja": "ゴーリキー",
   "name_en": "Machoke",
   "slug_en": "machoke",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 125,
    "stamina": 190,
    "max_cp": 2296,
    "durability": 23750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3723.2,
     "tdo": 75336308,
     "percentile": 57.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.53,
     "percentile": 49.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0067_shadow",
   "dex": 67,
   "form": "shadow",
   "name_ja": "ゴーリキー",
   "name_en": "Shadow Machoke",
   "slug_en": "shadow-machoke",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 177,
    "defense": 125,
    "stamina": 190,
    "max_cp": 2296,
    "durability": 23750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4401.9,
     "tdo": 75709065,
     "percentile": 69.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.06,
     "percentile": 62.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0068_gmax",
   "dex": 68,
   "form": "gmax",
   "name_ja": "キョダイマックスカイリキー",
   "name_en": "Gigantamax Machamp",
   "slug_en": "gigantamax-machamp",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 234,
    "defense": 159,
    "stamina": 207,
    "max_cp": 3455,
    "durability": 32913
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4814.9,
     "tdo": 130942365,
     "percentile": 85.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.26,
     "percentile": 77.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0068_normal",
   "dex": 68,
   "form": "normal",
   "name_ja": "カイリキー",
   "name_en": "Machamp",
   "slug_en": "machamp",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 234,
    "defense": 159,
    "stamina": 207,
    "max_cp": 3455,
    "durability": 32913
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4814.9,
     "tdo": 130942365,
     "percentile": 85.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.26,
     "percentile": 77.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0068_shadow",
   "dex": 68,
   "form": "shadow",
   "name_ja": "カイリキー",
   "name_en": "Shadow Machamp",
   "slug_en": "shadow-machamp",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 234,
    "defense": 159,
    "stamina": 207,
    "max_cp": 3455,
    "durability": 32913
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5739.9,
     "tdo": 131876863,
     "percentile": 92.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.87,
     "percentile": 92.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0069_normal",
   "dex": 69,
   "form": "normal",
   "name_ja": "マダツボミ",
   "name_en": "Bellsprout",
   "slug_en": "bellsprout",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 61,
    "stamina": 137,
    "max_cp": 1168,
    "durability": 8357
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3105.8,
     "tdo": 25189410,
     "percentile": 32.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.3,
     "percentile": 47.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0069_shadow",
   "dex": 69,
   "form": "shadow",
   "name_ja": "マダツボミ",
   "name_en": "Shadow Bellsprout",
   "slug_en": "shadow-bellsprout",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 139,
    "defense": 61,
    "stamina": 137,
    "max_cp": 1168,
    "durability": 8357
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3670.4,
     "tdo": 25852289,
     "percentile": 44.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.16,
     "percentile": 54.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0070_normal",
   "dex": 70,
   "form": "normal",
   "name_ja": "ウツドン",
   "name_en": "Weepinbell",
   "slug_en": "weepinbell",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 92,
    "stamina": 163,
    "max_cp": 1822,
    "durability": 14996
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3645.6,
     "tdo": 48839179,
     "percentile": 48.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Whip",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.55,
     "percentile": 56.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0070_shadow",
   "dex": 70,
   "form": "shadow",
   "name_ja": "ウツドン",
   "name_en": "Shadow Weepinbell",
   "slug_en": "shadow-weepinbell",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 92,
    "stamina": 163,
    "max_cp": 1822,
    "durability": 14996
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4117.4,
     "tdo": 47427340,
     "percentile": 60.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0071_mega",
   "dex": 71,
   "form": "mega",
   "name_ja": "メガウツボット",
   "name_en": "Mega Victreebel",
   "slug_en": "mega-victreebel",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 265,
    "defense": 181,
    "stamina": 190,
    "max_cp": 4057,
    "durability": 34390
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5687.1,
     "tdo": 161106694,
     "percentile": 89.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.83,
     "percentile": 95.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0071_normal",
   "dex": 71,
   "form": "normal",
   "name_ja": "ウツボット",
   "name_en": "Victreebel",
   "slug_en": "victreebel",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 135,
    "stamina": 190,
    "max_cp": 2748,
    "durability": 25650
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4509.1,
     "tdo": 97756066,
     "percentile": 68.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0071_shadow",
   "dex": 71,
   "form": "shadow",
   "name_ja": "ウツボット",
   "name_en": "Shadow Victreebel",
   "slug_en": "shadow-victreebel",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 207,
    "defense": 135,
    "stamina": 190,
    "max_cp": 2748,
    "durability": 25650
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5152.4,
     "tdo": 94575522,
     "percentile": 80.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "grass",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 224.97,
     "percentile": 92.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0072_normal",
   "dex": 72,
   "form": "normal",
   "name_ja": "メノクラゲ",
   "name_en": "Tentacool",
   "slug_en": "tentacool",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 97,
    "defense": 149,
    "stamina": 120,
    "max_cp": 1176,
    "durability": 17880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1558.5,
     "tdo": 24269977,
     "percentile": 9.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Bubble Beam",
     "fast_type": "poison",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 26.69,
     "percentile": 7.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0072_shadow",
   "dex": 72,
   "form": "shadow",
   "name_ja": "メノクラゲ",
   "name_en": "Shadow Tentacool",
   "slug_en": "shadow-tentacool",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 97,
    "defense": 149,
    "stamina": 120,
    "max_cp": 1176,
    "durability": 17880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1822.9,
     "tdo": 24059887,
     "percentile": 11.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Bubble Beam",
     "fast_type": "poison",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.2,
     "percentile": 11.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0073_normal",
   "dex": 73,
   "form": "normal",
   "name_ja": "ドククラゲ",
   "name_en": "Tentacruel",
   "slug_en": "tentacruel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 166,
    "defense": 209,
    "stamina": 190,
    "max_cp": 2738,
    "durability": 39710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3087.5,
     "tdo": 99958515,
     "percentile": 56.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Hydro Pump",
     "fast_type": "poison",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.25,
     "percentile": 49.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0073_shadow",
   "dex": 73,
   "form": "shadow",
   "name_ja": "ドククラゲ",
   "name_en": "Shadow Tentacruel",
   "slug_en": "shadow-tentacruel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 166,
    "defense": 209,
    "stamina": 190,
    "max_cp": 2738,
    "durability": 39710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4051.3,
     "tdo": 110666271,
     "percentile": 64.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Hydro Pump",
     "fast_type": "poison",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.65,
     "percentile": 60.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0074_alolan",
   "dex": 74,
   "form": "normal",
   "name_ja": "イシツブテ(アローラ)",
   "name_en": "Geodude Alolan",
   "slug_en": "geodude-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1462,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2668.1,
     "tdo": 37242222,
     "percentile": 28.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Thunderbolt",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.05,
     "percentile": 40.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0074_normal",
   "dex": 74,
   "form": "normal",
   "name_ja": "イシツブテ",
   "name_en": "Geodude",
   "slug_en": "geodude",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1462,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2590.1,
     "tdo": 36153268,
     "percentile": 26.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.05,
     "percentile": 40.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0074_shadow",
   "dex": 74,
   "form": "shadow",
   "name_ja": "イシツブテ",
   "name_en": "Shadow Geodude",
   "slug_en": "shadow-geodude",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 132,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1462,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3048.2,
     "tdo": 36180037,
     "percentile": 34.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.98,
     "percentile": 49.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0074_shadow_alolan",
   "dex": 74,
   "form": "shadow",
   "name_ja": "シャドウイシツブテ(アローラ)",
   "name_en": "Shadow Geodude Alolan",
   "slug_en": "shadow-geodude-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 132,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1462,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3140.0,
     "tdo": 37269797,
     "percentile": 35.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Thunderbolt",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.98,
     "percentile": 49.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0075_alolan",
   "dex": 75,
   "form": "normal",
   "name_ja": "ゴローン(アローラ)",
   "name_en": "Graveler Alolan",
   "slug_en": "graveler-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 164,
    "defense": 164,
    "stamina": 146,
    "max_cp": 2145,
    "durability": 23944
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3248.9,
     "tdo": 65972402,
     "percentile": 46.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Thunderbolt",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.2,
     "percentile": 55.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0075_normal",
   "dex": 75,
   "form": "normal",
   "name_ja": "ゴローン",
   "name_en": "Graveler",
   "slug_en": "graveler",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 164,
    "defense": 164,
    "stamina": 146,
    "max_cp": 2145,
    "durability": 23944
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2862.2,
     "tdo": 58118545,
     "percentile": 44.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Rock Slide",
     "fast_type": "ground",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.66,
     "percentile": 52.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0075_shadow",
   "dex": 75,
   "form": "shadow",
   "name_ja": "ゴローン",
   "name_en": "Shadow Graveler",
   "slug_en": "shadow-graveler",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 164,
    "defense": 164,
    "stamina": 146,
    "max_cp": 2145,
    "durability": 23944
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3797.6,
     "tdo": 65481889,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Rock Slide",
     "fast_type": "ground",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 71.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0075_shadow_alolan",
   "dex": 75,
   "form": "shadow",
   "name_ja": "シャドウゴローン(アローラ)",
   "name_en": "Shadow Graveler Alolan",
   "slug_en": "shadow-graveler-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 164,
    "defense": 164,
    "stamina": 146,
    "max_cp": 2145,
    "durability": 23944
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3847.9,
     "tdo": 66349199,
     "percentile": 55.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Thunderbolt",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.81,
     "percentile": 66.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0076_alolan",
   "dex": 76,
   "form": "normal",
   "name_ja": "ゴローニャ(アローラ)",
   "name_en": "Golem Alolan",
   "slug_en": "golem-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 198,
    "stamina": 190,
    "max_cp": 3334,
    "durability": 37620
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4341.9,
     "tdo": 133666145,
     "percentile": 78.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Wild Charge",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.16,
     "percentile": 80.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0076_normal",
   "dex": 76,
   "form": "normal",
   "name_ja": "ゴローニャ",
   "name_en": "Golem",
   "slug_en": "golem",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 198,
    "stamina": 190,
    "max_cp": 3334,
    "durability": 37620
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4267.8,
     "tdo": 131383549,
     "percentile": 74.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Earthquake",
     "fast_type": "rock",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.31,
     "percentile": 77.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0076_shadow",
   "dex": 76,
   "form": "shadow",
   "name_ja": "ゴローニャ",
   "name_en": "Shadow Golem",
   "slug_en": "shadow-golem",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 198,
    "stamina": 190,
    "max_cp": 3334,
    "durability": 37620
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5091.0,
     "tdo": 132445395,
     "percentile": 84.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 88.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0076_shadow_alolan",
   "dex": 76,
   "form": "shadow",
   "name_ja": "シャドウゴローニャ(アローラ)",
   "name_en": "Shadow Golem Alolan",
   "slug_en": "shadow-golem-alolan",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 198,
    "stamina": 190,
    "max_cp": 3334,
    "durability": 37620
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5211.8,
     "tdo": 135588057,
     "percentile": 89.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Wild Charge",
     "fast_type": "rock",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 88.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0077_galarian",
   "dex": 77,
   "form": "normal",
   "name_ja": "ポニータ(ガラル)",
   "name_en": "Ponyta Galarian",
   "slug_en": "ponyta-galarian",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 127,
    "stamina": 137,
    "max_cp": 1919,
    "durability": 17399
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2851.5,
     "tdo": 43211515,
     "percentile": 36.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Play Rough",
     "fast_type": "psychic",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.03,
     "percentile": 33.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0077_normal",
   "dex": 77,
   "form": "normal",
   "name_ja": "ポニータ",
   "name_en": "Ponyta",
   "slug_en": "ponyta",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 127,
    "stamina": 137,
    "max_cp": 1919,
    "durability": 17399
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2975.9,
     "tdo": 45096129,
     "percentile": 37.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Fire Blast",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.64,
     "percentile": 32.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0078_galarian",
   "dex": 78,
   "form": "normal",
   "name_ja": "ギャロップ(ガラル)",
   "name_en": "Rapidash Galarian",
   "slug_en": "rapidash-galarian",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 162,
    "stamina": 163,
    "max_cp": 2782,
    "durability": 26406
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4061.4,
     "tdo": 90005314,
     "percentile": 68.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.21,
     "percentile": 75.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0078_normal",
   "dex": 78,
   "form": "normal",
   "name_ja": "ギャロップ",
   "name_en": "Rapidash",
   "slug_en": "rapidash",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 162,
    "stamina": 163,
    "max_cp": 2782,
    "durability": 26406
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4141.3,
     "tdo": 91777072,
     "percentile": 65.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.75,
     "percentile": 72.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0079_galarian",
   "dex": 79,
   "form": "normal",
   "name_ja": "ヤドン(ガラル)",
   "name_en": "Slowpoke Galarian",
   "slug_en": "slowpoke-galarian",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 98,
    "stamina": 207,
    "max_cp": 1386,
    "durability": 20286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2375.7,
     "tdo": 41958180,
     "percentile": 26.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.58,
     "percentile": 21.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0079_normal",
   "dex": 79,
   "form": "normal",
   "name_ja": "ヤドン",
   "name_en": "Slowpoke",
   "slug_en": "slowpoke",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 98,
    "stamina": 207,
    "max_cp": 1386,
    "durability": 20286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2375.7,
     "tdo": 41958180,
     "percentile": 26.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.58,
     "percentile": 21.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0079_shadow",
   "dex": 79,
   "form": "shadow",
   "name_ja": "ヤドン",
   "name_en": "Shadow Slowpoke",
   "slug_en": "shadow-slowpoke",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 109,
    "defense": 98,
    "stamina": 207,
    "max_cp": 1386,
    "durability": 20286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2668.4,
     "tdo": 40454377,
     "percentile": 36.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Psychic",
     "fast_type": "water",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.93,
     "percentile": 28.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0080_galarian",
   "dex": 80,
   "form": "normal",
   "name_ja": "ヤドラン(ガラル)",
   "name_en": "Slowbro Galarian",
   "slug_en": "slowbro-galarian",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 156,
    "stamina": 216,
    "max_cp": 2764,
    "durability": 33696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3818.4,
     "tdo": 106443127,
     "percentile": 66.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Psychic",
     "fast_type": "poison",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 183.15,
     "percentile": 70.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0080_mega",
   "dex": 80,
   "form": "mega",
   "name_ja": "メガヤドラン",
   "name_en": "Mega Slowbro",
   "slug_en": "mega-slowbro",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 224,
    "defense": 259,
    "stamina": 216,
    "max_cp": 4245,
    "durability": 55944
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4579.0,
     "tdo": 204528464,
     "percentile": 84.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 224.72,
     "percentile": 69.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0080_normal",
   "dex": 80,
   "form": "normal",
   "name_ja": "ヤドラン",
   "name_en": "Slowbro",
   "slug_en": "slowbro",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 180,
    "stamina": 216,
    "max_cp": 2877,
    "durability": 38880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3678.5,
     "tdo": 116934088,
     "percentile": 65.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0080_shadow",
   "dex": 80,
   "form": "shadow",
   "name_ja": "ヤドラン",
   "name_en": "Shadow Slowbro",
   "slug_en": "shadow-slowbro",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 177,
    "defense": 180,
    "stamina": 216,
    "max_cp": 2877,
    "durability": 38880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4349.1,
     "tdo": 116980937,
     "percentile": 76.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0081_normal",
   "dex": 81,
   "form": "normal",
   "name_ja": "コイル",
   "name_en": "Magnemite",
   "slug_en": "magnemite",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 121,
    "stamina": 93,
    "max_cp": 1540,
    "durability": 11253
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3127.5,
     "tdo": 32166851,
     "percentile": 37.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.2,
     "percentile": 48.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0081_shadow",
   "dex": 81,
   "form": "shadow",
   "name_ja": "コイル",
   "name_en": "Shadow Magnemite",
   "slug_en": "shadow-magnemite",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 165,
    "defense": 121,
    "stamina": 93,
    "max_cp": 1540,
    "durability": 11253
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3700.8,
     "tdo": 32466445,
     "percentile": 42.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.15,
     "percentile": 59.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0082_normal",
   "dex": 82,
   "form": "normal",
   "name_ja": "レアコイル",
   "name_en": "Magneton",
   "slug_en": "magneton",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 169,
    "stamina": 137,
    "max_cp": 2810,
    "durability": 23153
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4363.4,
     "tdo": 85681246,
     "percentile": 64.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 195.31,
     "percentile": 71.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0082_shadow",
   "dex": 82,
   "form": "shadow",
   "name_ja": "レアコイル",
   "name_en": "Shadow Magneton",
   "slug_en": "shadow-magneton",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 169,
    "stamina": 137,
    "max_cp": 2810,
    "durability": 23153
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5188.5,
     "tdo": 86377778,
     "percentile": 78.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.68,
     "percentile": 87.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "electric",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0083_galarian",
   "dex": 83,
   "form": "normal",
   "name_ja": "カモネギ(ガラル)",
   "name_en": "Farfetchd Galarian",
   "slug_en": "farfetchd-galarian",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 114,
    "stamina": 141,
    "max_cp": 1893,
    "durability": 16074
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3400.6,
     "tdo": 48288530,
     "percentile": 40.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Brave Bird",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.74,
     "percentile": 41.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Brave Bird",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0083_normal",
   "dex": 83,
   "form": "normal",
   "name_ja": "カモネギ",
   "name_en": "Farfetchd",
   "slug_en": "farfetchd",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 115,
    "stamina": 141,
    "max_cp": 1397,
    "durability": 16215
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2102.4,
     "tdo": 30086431,
     "percentile": 20.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Leaf Blade",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.74,
     "percentile": 15.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0084_normal",
   "dex": 84,
   "form": "normal",
   "name_ja": "ドードー",
   "name_en": "Doduo",
   "slug_en": "doduo",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 83,
    "stamina": 111,
    "max_cp": 1357,
    "durability": 9213
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3663.4,
     "tdo": 31676029,
     "percentile": 32.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.18,
     "percentile": 37.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0085_normal",
   "dex": 85,
   "form": "normal",
   "name_ja": "ドードリオ",
   "name_en": "Dodrio",
   "slug_en": "dodrio",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 140,
    "stamina": 155,
    "max_cp": 2670,
    "durability": 21700
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4503.2,
     "tdo": 83286098,
     "percentile": 65.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.36,
     "percentile": 63.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0086_normal",
   "dex": 86,
   "form": "normal",
   "name_ja": "パウワウ",
   "name_en": "Seel",
   "slug_en": "seel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 85,
    "defense": 121,
    "stamina": 163,
    "max_cp": 1098,
    "durability": 19723
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1512.5,
     "tdo": 25755287,
     "percentile": 10.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Aqua Tail",
     "fast_type": "ghost",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 73.05,
     "percentile": 4.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0086_shadow",
   "dex": 86,
   "form": "shadow",
   "name_ja": "パウワウ",
   "name_en": "Shadow Seel",
   "slug_en": "shadow-seel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 85,
    "defense": 121,
    "stamina": 163,
    "max_cp": 1098,
    "durability": 19723
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1769.7,
     "tdo": 25702262,
     "percentile": 13.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Aqua Tail",
     "fast_type": "ghost",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.66,
     "percentile": 8.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0087_normal",
   "dex": 87,
   "form": "normal",
   "name_ja": "ジュゴン",
   "name_en": "Dewgong",
   "slug_en": "dewgong",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 177,
    "stamina": 207,
    "max_cp": 2245,
    "durability": 36639
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2747.4,
     "tdo": 82445953,
     "percentile": 40.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.37,
     "percentile": 37.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0087_shadow",
   "dex": 87,
   "form": "shadow",
   "name_ja": "ジュゴン",
   "name_en": "Shadow Dewgong",
   "slug_en": "shadow-dewgong",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 139,
    "defense": 177,
    "stamina": 207,
    "max_cp": 2245,
    "durability": 36639
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3246.9,
     "tdo": 82719211,
     "percentile": 51.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 134.77,
     "percentile": 51.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0088_alolan",
   "dex": 88,
   "form": "normal",
   "name_ja": "ベトベター(アローラ)",
   "name_en": "Grimer Alolan",
   "slug_en": "grimer-alolan",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 90,
    "stamina": 190,
    "max_cp": 1553,
    "durability": 17100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2900.5,
     "tdo": 44017730,
     "percentile": 36.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.04,
     "percentile": 45.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0088_normal",
   "dex": 88,
   "form": "normal",
   "name_ja": "ベトベター",
   "name_en": "Grimer",
   "slug_en": "grimer",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 90,
    "stamina": 190,
    "max_cp": 1553,
    "durability": 17100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2900.5,
     "tdo": 44017730,
     "percentile": 36.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.04,
     "percentile": 45.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0088_shadow",
   "dex": 88,
   "form": "shadow",
   "name_ja": "ベトベター",
   "name_en": "Shadow Grimer",
   "slug_en": "shadow-grimer",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 135,
    "defense": 90,
    "stamina": 190,
    "max_cp": 1553,
    "durability": 17100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3422.6,
     "tdo": 44520790,
     "percentile": 47.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.77,
     "percentile": 54.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0088_shadow_alolan",
   "dex": 88,
   "form": "shadow",
   "name_ja": "シャドウベトベター(アローラ)",
   "name_en": "Shadow Grimer Alolan",
   "slug_en": "shadow-grimer-alolan",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 135,
    "defense": 90,
    "stamina": 190,
    "max_cp": 1553,
    "durability": 17100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3422.6,
     "tdo": 44520790,
     "percentile": 47.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.77,
     "percentile": 54.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0089_alolan",
   "dex": 89,
   "form": "normal",
   "name_ja": "ベトベトン(アローラ)",
   "name_en": "Muk Alolan",
   "slug_en": "muk-alolan",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 172,
    "stamina": 233,
    "max_cp": 3117,
    "durability": 40076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4096.7,
     "tdo": 133897532,
     "percentile": 72.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 174.22,
     "percentile": 61.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0089_normal",
   "dex": 89,
   "form": "normal",
   "name_ja": "ベトベトン",
   "name_en": "Muk",
   "slug_en": "muk",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 172,
    "stamina": 233,
    "max_cp": 3117,
    "durability": 40076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3941.3,
     "tdo": 128820073,
     "percentile": 70.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 174.22,
     "percentile": 61.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0089_shadow",
   "dex": 89,
   "form": "shadow",
   "name_ja": "ベトベトン",
   "name_en": "Shadow Muk",
   "slug_en": "shadow-muk",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 190,
    "defense": 172,
    "stamina": 233,
    "max_cp": 3117,
    "durability": 40076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4671.9,
     "tdo": 129018335,
     "percentile": 78.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.61,
     "percentile": 83.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0089_shadow_alolan",
   "dex": 89,
   "form": "shadow",
   "name_ja": "シャドウベトベトン(アローラ)",
   "name_en": "Shadow Muk Alolan",
   "slug_en": "shadow-muk-alolan",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 190,
    "defense": 172,
    "stamina": 233,
    "max_cp": 3117,
    "durability": 40076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4856.1,
     "tdo": 134103609,
     "percentile": 82.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.61,
     "percentile": 83.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0090_normal",
   "dex": 90,
   "form": "normal",
   "name_ja": "シェルダー",
   "name_en": "Shellder",
   "slug_en": "shellder",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 134,
    "stamina": 102,
    "max_cp": 1221,
    "durability": 13668
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2223.6,
     "tdo": 27283729,
     "percentile": 21.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Razor Shell",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.87,
     "percentile": 10.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Razor Shell",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0090_shadow",
   "dex": 90,
   "form": "shadow",
   "name_ja": "シェルダー",
   "name_en": "Shadow Shellder",
   "slug_en": "shadow-shellder",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 134,
    "stamina": 102,
    "max_cp": 1221,
    "durability": 13668
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2614.0,
     "tdo": 27338243,
     "percentile": 25.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Razor Shell",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.57,
     "percentile": 19.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Razor Shell",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0091_normal",
   "dex": 91,
   "form": "normal",
   "name_ja": "パルシェン",
   "name_en": "Cloyster",
   "slug_en": "cloyster",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 256,
    "stamina": 137,
    "max_cp": 2880,
    "durability": 35072
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3648.2,
     "tdo": 105509493,
     "percentile": 61.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Razor Shell",
     "fast_type": "ice",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.4,
     "percentile": 65.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Razor Shell",
     "fast_type": "ice",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0091_shadow",
   "dex": 91,
   "form": "shadow",
   "name_ja": "パルシェン",
   "name_en": "Shadow Cloyster",
   "slug_en": "shadow-cloyster",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 186,
    "defense": 256,
    "stamina": 137,
    "max_cp": 2880,
    "durability": 35072
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4319.8,
     "tdo": 105108537,
     "percentile": 73.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Razor Shell",
     "fast_type": "ice",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.84,
     "percentile": 85.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Razor Shell",
     "fast_type": "ice",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0092_normal",
   "dex": 92,
   "form": "normal",
   "name_ja": "ゴース",
   "name_en": "Gastly",
   "slug_en": "gastly",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 67,
    "stamina": 102,
    "max_cp": 1390,
    "durability": 6834
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3764.1,
     "tdo": 25417408,
     "percentile": 38.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.11,
     "percentile": 48.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0092_shadow",
   "dex": 92,
   "form": "shadow",
   "name_ja": "ゴース",
   "name_en": "Shadow Gastly",
   "slug_en": "shadow-gastly",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 186,
    "defense": 67,
    "stamina": 102,
    "max_cp": 1390,
    "durability": 6834
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4456.9,
     "tdo": 26058935,
     "percentile": 51.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "ghost",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.11,
     "percentile": 64.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0093_normal",
   "dex": 93,
   "form": "normal",
   "name_ja": "ゴースト",
   "name_en": "Haunter",
   "slug_en": "haunter",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 107,
    "stamina": 128,
    "max_cp": 2219,
    "durability": 13696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4639.8,
     "tdo": 57078787,
     "percentile": 67.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.78,
     "percentile": 75.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0093_shadow",
   "dex": 93,
   "form": "shadow",
   "name_ja": "ゴースト",
   "name_en": "Shadow Haunter",
   "slug_en": "shadow-haunter",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 107,
    "stamina": 128,
    "max_cp": 2219,
    "durability": 13696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5517.1,
     "tdo": 57857241,
     "percentile": 76.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 264.55,
     "percentile": 94.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0094_gmax",
   "dex": 94,
   "form": "gmax",
   "name_ja": "キョダイマックスゲンガー",
   "name_en": "Gigantamax Gengar",
   "slug_en": "gigantamax-gengar",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 149,
    "stamina": 155,
    "max_cp": 3254,
    "durability": 23095
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5102.3,
     "tdo": 99846460,
     "percentile": 86.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.1,
     "percentile": 93.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0094_mega",
   "dex": 94,
   "form": "mega",
   "name_ja": "メガゲンガー",
   "name_en": "Mega Gengar",
   "slug_en": "mega-gengar",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 349,
    "defense": 199,
    "stamina": 155,
    "max_cp": 4902,
    "durability": 30845
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7096.2,
     "tdo": 181200838,
     "percentile": 98.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 322.58,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 79,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0094_normal",
   "dex": 94,
   "form": "normal",
   "name_ja": "ゲンガー",
   "name_en": "Gengar",
   "slug_en": "gengar",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 261,
    "defense": 149,
    "stamina": 155,
    "max_cp": 3254,
    "durability": 23095
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5102.3,
     "tdo": 99846460,
     "percentile": 86.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.1,
     "percentile": 93.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0094_shadow",
   "dex": 94,
   "form": "shadow",
   "name_ja": "ゲンガー",
   "name_en": "Shadow Gengar",
   "slug_en": "shadow-gengar",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 149,
    "stamina": 155,
    "max_cp": 3254,
    "durability": 23095
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6394.4,
     "tdo": 106055621,
     "percentile": 93.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 303.03,
     "percentile": 97.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0095_normal",
   "dex": 95,
   "form": "normal",
   "name_ja": "イワーク",
   "name_en": "Onix",
   "slug_en": "onix",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 85,
    "defense": 232,
    "stamina": 111,
    "max_cp": 1245,
    "durability": 25752
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1493.9,
     "tdo": 32556105,
     "percentile": 13.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 82.99,
     "percentile": 13.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0095_shadow",
   "dex": 95,
   "form": "shadow",
   "name_ja": "イワーク",
   "name_en": "Shadow Onix",
   "slug_en": "shadow-onix",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 85,
    "defense": 232,
    "stamina": 111,
    "max_cp": 1245,
    "durability": 25752
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2015.5,
     "tdo": 36988019,
     "percentile": 19.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "rock",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.69,
     "percentile": 22.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0096_normal",
   "dex": 96,
   "form": "normal",
   "name_ja": "スリープ",
   "name_en": "Drowzee",
   "slug_en": "drowzee",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 89,
    "defense": 136,
    "stamina": 155,
    "max_cp": 1176,
    "durability": 21080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1900.8,
     "tdo": 34247321,
     "percentile": 16.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.63,
     "percentile": 10.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0096_shadow",
   "dex": 96,
   "form": "shadow",
   "name_ja": "スリープ",
   "name_en": "Shadow Drowzee",
   "slug_en": "shadow-drowzee",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 89,
    "defense": 136,
    "stamina": 155,
    "max_cp": 1176,
    "durability": 21080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2337.4,
     "tdo": 35699465,
     "percentile": 22.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.46,
     "percentile": 19.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0097_normal",
   "dex": 97,
   "form": "normal",
   "name_ja": "スリーパー",
   "name_en": "Hypno",
   "slug_en": "hypno",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 193,
    "stamina": 198,
    "max_cp": 2363,
    "durability": 38214
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3046.3,
     "tdo": 94772868,
     "percentile": 48.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.37,
     "percentile": 32.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0097_shadow",
   "dex": 97,
   "form": "shadow",
   "name_ja": "スリーパー",
   "name_en": "Shadow Hypno",
   "slug_en": "shadow-hypno",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 144,
    "defense": 193,
    "stamina": 198,
    "max_cp": 2363,
    "durability": 38214
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3601.9,
     "tdo": 94818719,
     "percentile": 60.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.82,
     "percentile": 48.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0098_normal",
   "dex": 98,
   "form": "normal",
   "name_ja": "クラブ",
   "name_en": "Krabby",
   "slug_en": "krabby",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 181,
    "defense": 124,
    "stamina": 102,
    "max_cp": 1764,
    "durability": 12648
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3733.2,
     "tdo": 42732010,
     "percentile": 48.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.81,
     "percentile": 63.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0098_shadow",
   "dex": 98,
   "form": "shadow",
   "name_ja": "クラブ",
   "name_en": "Shadow Krabby",
   "slug_en": "shadow-krabby",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 181,
    "defense": 124,
    "stamina": 102,
    "max_cp": 1764,
    "durability": 12648
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4418.9,
     "tdo": 42939051,
     "percentile": 57.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.49,
     "percentile": 84.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0099_gmax",
   "dex": 99,
   "form": "gmax",
   "name_ja": "キョダイマックスキングラー",
   "name_en": "Gigantamax Kingler",
   "slug_en": "gigantamax-kingler",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 240,
    "defense": 181,
    "stamina": 146,
    "max_cp": 3198,
    "durability": 26426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4959.0,
     "tdo": 110259422,
     "percentile": 85.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.13,
     "percentile": 89.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0099_normal",
   "dex": 99,
   "form": "normal",
   "name_ja": "キングラー",
   "name_en": "Kingler",
   "slug_en": "kingler",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 240,
    "defense": 181,
    "stamina": 146,
    "max_cp": 3198,
    "durability": 26426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4959.0,
     "tdo": 110259422,
     "percentile": 85.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.13,
     "percentile": 89.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0099_shadow",
   "dex": 99,
   "form": "shadow",
   "name_ja": "キングラー",
   "name_en": "Shadow Kingler",
   "slug_en": "shadow-kingler",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 240,
    "defense": 181,
    "stamina": 146,
    "max_cp": 3198,
    "durability": 26426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5892.4,
     "tdo": 110960953,
     "percentile": 92.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.4,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0100_hisuian",
   "dex": 100,
   "form": "normal",
   "name_ja": "ビリリダマ(ヒスイ)",
   "name_en": "Voltorb Hisuian",
   "slug_en": "voltorb-hisuian",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 111,
    "stamina": 120,
    "max_cp": 1141,
    "durability": 13320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2028.4,
     "tdo": 24267832,
     "percentile": 14.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.36,
     "percentile": 11.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0100_normal",
   "dex": 100,
   "form": "normal",
   "name_ja": "ビリリダマ",
   "name_en": "Voltorb",
   "slug_en": "voltorb",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 111,
    "stamina": 120,
    "max_cp": 1141,
    "durability": 13320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2072.0,
     "tdo": 24790232,
     "percentile": 17.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.06,
     "percentile": 11.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0100_shadow",
   "dex": 100,
   "form": "shadow",
   "name_ja": "ビリリダマ",
   "name_en": "Shadow Voltorb",
   "slug_en": "shadow-voltorb",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 109,
    "defense": 111,
    "stamina": 120,
    "max_cp": 1141,
    "durability": 13320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2439.7,
     "tdo": 24787058,
     "percentile": 21.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 100.3,
     "percentile": 22.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0101_hisuian",
   "dex": 101,
   "form": "normal",
   "name_ja": "マルマイン(ヒスイ)",
   "name_en": "Electrode Hisuian",
   "slug_en": "electrode-hisuian",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 176,
    "stamina": 155,
    "max_cp": 2430,
    "durability": 27280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3614.9,
     "tdo": 82385639,
     "percentile": 62.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.06,
     "percentile": 58.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0101_normal",
   "dex": 101,
   "form": "normal",
   "name_ja": "マルマイン",
   "name_en": "Electrode",
   "slug_en": "electrode",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 173,
    "stamina": 155,
    "max_cp": 2373,
    "durability": 26815
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3141.5,
     "tdo": 70471571,
     "percentile": 52.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.08,
     "percentile": 45.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0101_shadow",
   "dex": 101,
   "form": "shadow",
   "name_ja": "マルマイン",
   "name_en": "Shadow Electrode",
   "slug_en": "shadow-electrode",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 173,
    "defense": 173,
    "stamina": 155,
    "max_cp": 2373,
    "durability": 26815
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3822.7,
     "tdo": 72525247,
     "percentile": 58.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.69,
     "percentile": 64.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0102_normal",
   "dex": 102,
   "form": "normal",
   "name_ja": "タマタマ",
   "name_en": "Exeggcute",
   "slug_en": "exeggcute",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 125,
    "stamina": 155,
    "max_cp": 1328,
    "durability": 19375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2337.4,
     "tdo": 39046290,
     "percentile": 23.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.46,
     "percentile": 19.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Seed Bomb",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0102_shadow",
   "dex": 102,
   "form": "shadow",
   "name_ja": "タマタマ",
   "name_en": "Shadow Exeggcute",
   "slug_en": "shadow-exeggcute",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 107,
    "defense": 125,
    "stamina": 155,
    "max_cp": 1328,
    "durability": 19375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2739.7,
     "tdo": 38902267,
     "percentile": 31.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.93,
     "percentile": 28.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Seed Bomb",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0103_alolan",
   "dex": 103,
   "form": "normal",
   "name_ja": "ナッシー(アローラ)",
   "name_en": "Exeggutor Alolan",
   "slug_en": "exeggutor-alolan",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 230,
    "defense": 153,
    "stamina": 216,
    "max_cp": 3407,
    "durability": 33048
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4970.9,
     "tdo": 136138574,
     "percentile": 83.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 183.99,
     "percentile": 75.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0103_normal",
   "dex": 103,
   "form": "normal",
   "name_ja": "ナッシー",
   "name_en": "Exeggutor",
   "slug_en": "exeggutor",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 233,
    "defense": 149,
    "stamina": 216,
    "max_cp": 3408,
    "durability": 32184
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4883.8,
     "tdo": 130567889,
     "percentile": 83.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Solar Beam",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.89,
     "percentile": 76.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0103_shadow",
   "dex": 103,
   "form": "shadow",
   "name_ja": "ナッシー",
   "name_en": "Shadow Exeggutor",
   "slug_en": "shadow-exeggutor",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 233,
    "defense": 149,
    "stamina": 216,
    "max_cp": 3408,
    "durability": 32184
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5751.0,
     "tdo": 130315252,
     "percentile": 92.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Solar Beam",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 287.77,
     "percentile": 95.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0103_shadow_alolan",
   "dex": 103,
   "form": "shadow",
   "name_ja": "シャドウナッシー(アローラ)",
   "name_en": "Shadow Exeggutor Alolan",
   "slug_en": "shadow-exeggutor-alolan",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 230,
    "defense": 153,
    "stamina": 216,
    "max_cp": 3407,
    "durability": 33048
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5904.2,
     "tdo": 137636892,
     "percentile": 92.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 202.63,
     "percentile": 85.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0104_normal",
   "dex": 104,
   "form": "normal",
   "name_ja": "カラカラ",
   "name_en": "Cubone",
   "slug_en": "cubone",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 90,
    "defense": 144,
    "stamina": 137,
    "max_cp": 1152,
    "durability": 19728
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1711.7,
     "tdo": 29044278,
     "percentile": 8.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 82.27,
     "percentile": 13.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0104_shadow",
   "dex": 104,
   "form": "shadow",
   "name_ja": "カラカラ",
   "name_en": "Shadow Cubone",
   "slug_en": "shadow-cubone",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 90,
    "defense": 144,
    "stamina": 137,
    "max_cp": 1152,
    "durability": 19728
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2005.1,
     "tdo": 28887705,
     "percentile": 12.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.55,
     "percentile": 19.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bone Club",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0105_alolan",
   "dex": 105,
   "form": "normal",
   "name_ja": "ガラガラ(アローラ)",
   "name_en": "Marowak Alolan",
   "slug_en": "marowak-alolan",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 186,
    "stamina": 155,
    "max_cp": 2075,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3171.0,
     "tdo": 76051710,
     "percentile": 45.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.23,
     "percentile": 44.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0105_normal",
   "dex": 105,
   "form": "normal",
   "name_ja": "ガラガラ",
   "name_en": "Marowak",
   "slug_en": "marowak",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 186,
    "stamina": 155,
    "max_cp": 2075,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3020.4,
     "tdo": 72440701,
     "percentile": 39.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.62,
     "percentile": 45.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0105_shadow",
   "dex": 105,
   "form": "shadow",
   "name_ja": "ガラガラ",
   "name_en": "Shadow Marowak",
   "slug_en": "shadow-marowak",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 144,
    "defense": 186,
    "stamina": 155,
    "max_cp": 2075,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3571.3,
     "tdo": 72442967,
     "percentile": 50.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.03,
     "percentile": 57.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0105_shadow_alolan",
   "dex": 105,
   "form": "shadow",
   "name_ja": "シャドウガラガラ(アローラ)",
   "name_en": "Shadow Marowak Alolan",
   "slug_en": "shadow-marowak-alolan",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 144,
    "defense": 186,
    "stamina": 155,
    "max_cp": 2075,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3749.3,
     "tdo": 76054089,
     "percentile": 54.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.02,
     "percentile": 59.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0106_normal",
   "dex": 106,
   "form": "normal",
   "name_ja": "サワムラー",
   "name_en": "Hitmonlee",
   "slug_en": "hitmonlee",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 224,
    "defense": 181,
    "stamina": 137,
    "max_cp": 2912,
    "durability": 24797
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4246.2,
     "tdo": 88815770,
     "percentile": 61.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.91,
     "percentile": 87.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blaze Kick",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0106_shadow",
   "dex": 106,
   "form": "shadow",
   "name_ja": "サワムラー",
   "name_en": "Shadow Hitmonlee",
   "slug_en": "shadow-hitmonlee",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 224,
    "defense": 181,
    "stamina": 137,
    "max_cp": 2912,
    "durability": 24797
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5045.6,
     "tdo": 89384567,
     "percentile": 71.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.79,
     "percentile": 95.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Blaze Kick",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0107_normal",
   "dex": 107,
   "form": "normal",
   "name_ja": "エビワラー",
   "name_en": "Hitmonchan",
   "slug_en": "hitmonchan",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 193,
    "defense": 197,
    "stamina": 137,
    "max_cp": 2636,
    "durability": 26989
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3775.3,
     "tdo": 85413277,
     "percentile": 55.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.53,
     "percentile": 49.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fire Punch",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0107_shadow",
   "dex": 107,
   "form": "shadow",
   "name_ja": "エビワラー",
   "name_en": "Shadow Hitmonchan",
   "slug_en": "shadow-hitmonchan",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 193,
    "defense": 197,
    "stamina": 137,
    "max_cp": 2636,
    "durability": 26989
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4483.2,
     "tdo": 85639904,
     "percentile": 62.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 158.23,
     "percentile": 75.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fire Punch",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0108_normal",
   "dex": 108,
   "form": "normal",
   "name_ja": "ベロリンガ",
   "name_en": "Lickitung",
   "slug_en": "lickitung",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 137,
    "stamina": 207,
    "max_cp": 1595,
    "durability": 28359
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2191.2,
     "tdo": 52055452,
     "percentile": 27.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.13,
     "percentile": 14.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Power Whip",
     "fast_type": "ghost",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0109_normal",
   "dex": 109,
   "form": "normal",
   "name_ja": "ドガース",
   "name_en": "Koffing",
   "slug_en": "koffing",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 141,
    "stamina": 120,
    "max_cp": 1373,
    "durability": 16920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2282.0,
     "tdo": 33803283,
     "percentile": 21.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.14,
     "percentile": 16.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0109_shadow",
   "dex": 109,
   "form": "shadow",
   "name_ja": "ドガース",
   "name_en": "Shadow Koffing",
   "slug_en": "shadow-koffing",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 119,
    "defense": 141,
    "stamina": 120,
    "max_cp": 1373,
    "durability": 16920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2818.8,
     "tdo": 35597674,
     "percentile": 30.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.42,
     "percentile": 22.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0110_galarian",
   "dex": 110,
   "form": "normal",
   "name_ja": "マタドガス(ガラル)",
   "name_en": "Weezing Galarian",
   "slug_en": "weezing-galarian",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 197,
    "stamina": 163,
    "max_cp": 2592,
    "durability": 32111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3430.4,
     "tdo": 91055546,
     "percentile": 52.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.82,
     "percentile": 73.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0110_normal",
   "dex": 110,
   "form": "normal",
   "name_ja": "マタドガス",
   "name_en": "Weezing",
   "slug_en": "weezing",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 197,
    "stamina": 163,
    "max_cp": 2592,
    "durability": 32111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3218.7,
     "tdo": 85434833,
     "percentile": 53.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.08,
     "percentile": 43.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0110_shadow",
   "dex": 110,
   "form": "shadow",
   "name_ja": "マタドガス",
   "name_en": "Shadow Weezing",
   "slug_en": "shadow-weezing",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 174,
    "defense": 197,
    "stamina": 163,
    "max_cp": 2592,
    "durability": 32111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3952.8,
     "tdo": 88588088,
     "percentile": 63.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "rock",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.31,
     "percentile": 64.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "rock",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0110_shadow_galarian",
   "dex": 110,
   "form": "shadow",
   "name_ja": "シャドウマタドガス(ガラル)",
   "name_en": "Shadow Weezing Galarian",
   "slug_en": "shadow-weezing-galarian",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 174,
    "defense": 197,
    "stamina": 163,
    "max_cp": 2592,
    "durability": 32111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4065.7,
     "tdo": 91119176,
     "percentile": 63.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.21,
     "percentile": 75.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0111_normal",
   "dex": 111,
   "form": "normal",
   "name_ja": "サイホーン",
   "name_en": "Rhyhorn",
   "slug_en": "rhyhorn",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 140,
    "defense": 127,
    "stamina": 190,
    "max_cp": 1867,
    "durability": 24130
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2566.5,
     "tdo": 52674382,
     "percentile": 30.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.72,
     "percentile": 37.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0111_shadow",
   "dex": 111,
   "form": "shadow",
   "name_ja": "サイホーン",
   "name_en": "Shadow Rhyhorn",
   "slug_en": "shadow-rhyhorn",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 140,
    "defense": 127,
    "stamina": 190,
    "max_cp": 1867,
    "durability": 24130
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3030.2,
     "tdo": 52992677,
     "percentile": 37.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.58,
     "percentile": 45.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Bulldoze",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0112_normal",
   "dex": 112,
   "form": "normal",
   "name_ja": "サイドン",
   "name_en": "Rhydon",
   "slug_en": "rhydon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 171,
    "stamina": 233,
    "max_cp": 3594,
    "durability": 39843
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4502.1,
     "tdo": 146361126,
     "percentile": 77.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.86,
     "percentile": 74.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0112_shadow",
   "dex": 112,
   "form": "shadow",
   "name_ja": "サイドン",
   "name_en": "Shadow Rhydon",
   "slug_en": "shadow-rhydon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 171,
    "stamina": 233,
    "max_cp": 3594,
    "durability": 39843
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5337.9,
     "tdo": 146477333,
     "percentile": 88.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.08,
     "percentile": 89.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0113_normal",
   "dex": 113,
   "form": "normal",
   "name_ja": "ラッキー",
   "name_en": "Chansey",
   "slug_en": "chansey",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 60,
    "defense": 128,
    "stamina": 487,
    "max_cp": 1418,
    "durability": 62336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1458.5,
     "tdo": 73784491,
     "percentile": 21.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 27.93,
     "percentile": 8.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 32,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0114_normal",
   "dex": 114,
   "form": "normal",
   "name_ja": "モンジャラ",
   "name_en": "Tangela",
   "slug_en": "tangela",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 183,
    "defense": 169,
    "stamina": 163,
    "max_cp": 2530,
    "durability": 27547
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3993.1,
     "tdo": 91991826,
     "percentile": 65.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.52,
     "percentile": 68.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0114_shadow",
   "dex": 114,
   "form": "shadow",
   "name_ja": "モンジャラ",
   "name_en": "Shadow Tangela",
   "slug_en": "shadow-tangela",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 183,
    "defense": 169,
    "stamina": 163,
    "max_cp": 2530,
    "durability": 27547
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4739.3,
     "tdo": 92567533,
     "percentile": 73.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.16,
     "percentile": 90.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0115_mega",
   "dex": 115,
   "form": "mega",
   "name_ja": "メガガルーラ",
   "name_en": "Mega Kangaskhan",
   "slug_en": "mega-kangaskhan",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 246,
    "defense": 210,
    "stamina": 233,
    "max_cp": 4353,
    "durability": 48930
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3899.0,
     "tdo": 153331912,
     "percentile": 74.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.13,
     "percentile": 86.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0115_normal",
   "dex": 115,
   "form": "normal",
   "name_ja": "ガルーラ",
   "name_en": "Kangaskhan",
   "slug_en": "kangaskhan",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 181,
    "defense": 165,
    "stamina": 233,
    "max_cp": 2924,
    "durability": 38445
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2928.0,
     "tdo": 92116643,
     "percentile": 51.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 63.25,
     "percentile": 66.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0116_normal",
   "dex": 116,
   "form": "normal",
   "name_ja": "タッツー",
   "name_en": "Horsea",
   "slug_en": "horsea",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 129,
    "defense": 103,
    "stamina": 102,
    "max_cp": 1194,
    "durability": 10506
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2112.1,
     "tdo": 20523330,
     "percentile": 17.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.38,
     "percentile": 17.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Flash Cannon",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0116_shadow",
   "dex": 116,
   "form": "shadow",
   "name_ja": "タッツー",
   "name_en": "Shadow Horsea",
   "slug_en": "shadow-horsea",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 129,
    "defense": 103,
    "stamina": 102,
    "max_cp": 1194,
    "durability": 10506
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2493.4,
     "tdo": 20738323,
     "percentile": 20.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.44,
     "percentile": 28.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Flash Cannon",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0117_normal",
   "dex": 117,
   "form": "normal",
   "name_ja": "シードラ",
   "name_en": "Seadra",
   "slug_en": "seadra",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 187,
    "defense": 156,
    "stamina": 146,
    "max_cp": 2366,
    "durability": 22776
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3545.7,
     "tdo": 68780496,
     "percentile": 47.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.63,
     "percentile": 54.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0117_shadow",
   "dex": 117,
   "form": "shadow",
   "name_ja": "シードラ",
   "name_en": "Shadow Seadra",
   "slug_en": "shadow-seadra",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 187,
    "defense": 156,
    "stamina": 146,
    "max_cp": 2366,
    "durability": 22776
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4195.1,
     "tdo": 69005503,
     "percentile": 60.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 69.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0118_normal",
   "dex": 118,
   "form": "normal",
   "name_ja": "トサキント",
   "name_en": "Goldeen",
   "slug_en": "goldeen",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 123,
    "defense": 110,
    "stamina": 128,
    "max_cp": 1302,
    "durability": 14080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1948.2,
     "tdo": 24555475,
     "percentile": 17.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Aqua Tail",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 30.17,
     "percentile": 12.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Aqua Tail",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0119_normal",
   "dex": 119,
   "form": "normal",
   "name_ja": "アズマオウ",
   "name_en": "Seaking",
   "slug_en": "seaking",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 147,
    "stamina": 190,
    "max_cp": 2444,
    "durability": 27930
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3183.8,
     "tdo": 74544663,
     "percentile": 42.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Megahorn",
     "fast_type": "water",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.05,
     "percentile": 54.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Drill Run",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0120_normal",
   "dex": 120,
   "form": "normal",
   "name_ja": "ヒトデマン",
   "name_en": "Staryu",
   "slug_en": "staryu",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 112,
    "stamina": 102,
    "max_cp": 1308,
    "durability": 11424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2229.4,
     "tdo": 23315817,
     "percentile": 20.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.73,
     "percentile": 21.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Power Gem",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0120_shadow",
   "dex": 120,
   "form": "shadow",
   "name_ja": "ヒトデマン",
   "name_en": "Shadow Staryu",
   "slug_en": "shadow-staryu",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 112,
    "stamina": 102,
    "max_cp": 1308,
    "durability": 11424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2434.0,
     "tdo": 21647059,
     "percentile": 23.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.47,
     "percentile": 34.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Power Gem",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0121_normal",
   "dex": 121,
   "form": "normal",
   "name_ja": "スターミー",
   "name_en": "Starmie",
   "slug_en": "starmie",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 184,
    "stamina": 155,
    "max_cp": 2922,
    "durability": 28520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4112.2,
     "tdo": 97645429,
     "percentile": 70.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Psychic",
     "fast_type": "water",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.44,
     "percentile": 68.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0121_shadow",
   "dex": 121,
   "form": "shadow",
   "name_ja": "スターミー",
   "name_en": "Shadow Starmie",
   "slug_en": "shadow-starmie",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 184,
    "stamina": 155,
    "max_cp": 2922,
    "durability": 28520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4884.6,
     "tdo": 97918450,
     "percentile": 78.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.87,
     "percentile": 79.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0122_galarian",
   "dex": 122,
   "form": "normal",
   "name_ja": "バリヤード(ガラル)",
   "name_en": "Mr Mime Galarian",
   "slug_en": "mr-mime-galarian",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 183,
    "defense": 169,
    "stamina": 137,
    "max_cp": 2338,
    "durability": 23153
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3793.4,
     "tdo": 74488683,
     "percentile": 55.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Ice Punch",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0122_normal",
   "dex": 122,
   "form": "normal",
   "name_ja": "バリヤード",
   "name_en": "Mr Mime",
   "slug_en": "mr-mime",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 205,
    "stamina": 120,
    "max_cp": 2518,
    "durability": 24600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3787.0,
     "tdo": 79109222,
     "percentile": 60.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 191.2,
     "percentile": 54.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0123_normal",
   "dex": 123,
   "form": "normal",
   "name_ja": "ストライク",
   "name_en": "Scyther",
   "slug_en": "scyther",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 170,
    "stamina": 172,
    "max_cp": 3060,
    "durability": 29240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4128.4,
     "tdo": 100759113,
     "percentile": 69.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 72.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0123_shadow",
   "dex": 123,
   "form": "shadow",
   "name_ja": "ストライク",
   "name_en": "Shadow Scyther",
   "slug_en": "shadow-scyther",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 218,
    "defense": 170,
    "stamina": 172,
    "max_cp": 3060,
    "durability": 29240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4908.0,
     "tdo": 101656724,
     "percentile": 82.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.21,
     "percentile": 91.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0124_normal",
   "dex": 124,
   "form": "normal",
   "name_ja": "ルージュラ",
   "name_en": "Jynx",
   "slug_en": "jynx",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 151,
    "stamina": 163,
    "max_cp": 2888,
    "durability": 24613
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4545.7,
     "tdo": 94477464,
     "percentile": 72.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Avalanche",
     "fast_type": "psychic",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.84,
     "percentile": 85.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0125_normal",
   "dex": 125,
   "form": "normal",
   "name_ja": "エレブー",
   "name_en": "Electabuzz",
   "slug_en": "electabuzz",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 158,
    "stamina": 163,
    "max_cp": 2639,
    "durability": 25754
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3700.8,
     "tdo": 80161642,
     "percentile": 60.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.25,
     "percentile": 57.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0125_shadow",
   "dex": 125,
   "form": "shadow",
   "name_ja": "エレブー",
   "name_en": "Shadow Electabuzz",
   "slug_en": "shadow-electabuzz",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 198,
    "defense": 158,
    "stamina": 163,
    "max_cp": 2639,
    "durability": 25754
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4395.8,
     "tdo": 80905632,
     "percentile": 69.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.27,
     "percentile": 82.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0126_normal",
   "dex": 126,
   "form": "normal",
   "name_ja": "ブーバー",
   "name_en": "Magmar",
   "slug_en": "magmar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 154,
    "stamina": 163,
    "max_cp": 2706,
    "durability": 25102
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3837.9,
     "tdo": 81209044,
     "percentile": 57.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Fire Blast",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.6,
     "percentile": 60.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0126_shadow",
   "dex": 126,
   "form": "shadow",
   "name_ja": "ブーバー",
   "name_en": "Shadow Magmar",
   "slug_en": "shadow-magmar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 206,
    "defense": 154,
    "stamina": 163,
    "max_cp": 2706,
    "durability": 25102
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4549.9,
     "tdo": 81463441,
     "percentile": 68.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Fire Blast",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.61,
     "percentile": 72.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Flamethrower",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0127_mega",
   "dex": 127,
   "form": "mega",
   "name_ja": "メガカイロス",
   "name_en": "Mega Pinsir",
   "slug_en": "mega-pinsir",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 305,
    "defense": 231,
    "stamina": 163,
    "max_cp": 4728,
    "durability": 37653
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5377.9,
     "tdo": 165641848,
     "percentile": 90.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 239.52,
     "percentile": 96.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0127_normal",
   "dex": 127,
   "form": "normal",
   "name_ja": "カイロス",
   "name_en": "Pinsir",
   "slug_en": "pinsir",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 182,
    "stamina": 163,
    "max_cp": 3345,
    "durability": 29666
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4251.9,
     "tdo": 104874941,
     "percentile": 72.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 183.65,
     "percentile": 74.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0127_shadow",
   "dex": 127,
   "form": "shadow",
   "name_ja": "カイロス",
   "name_en": "Shadow Pinsir",
   "slug_en": "shadow-pinsir",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 238,
    "defense": 182,
    "stamina": 163,
    "max_cp": 3345,
    "durability": 29666
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5058.6,
     "tdo": 105771326,
     "percentile": 85.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 212.31,
     "percentile": 94.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0128_normal",
   "dex": 128,
   "form": "normal",
   "name_ja": "ケンタロス",
   "name_en": "Tauros",
   "slug_en": "tauros",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 183,
    "stamina": 181,
    "max_cp": 2962,
    "durability": 33123
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3447.1,
     "tdo": 94058259,
     "percentile": 49.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Earthquake",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 56.21,
     "percentile": 54.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0128_paldean_aqua",
   "dex": 128,
   "form": "normal",
   "name_ja": "ケンタロス(ウォーターしゅ)",
   "name_en": "Tauros Paldean Aqua",
   "slug_en": "tauros-paldean-aqua",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 193,
    "stamina": 181,
    "max_cp": 3207,
    "durability": 34933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3880.0,
     "tdo": 111217360,
     "percentile": 62.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 65.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0128_paldean_blaze",
   "dex": 128,
   "form": "normal",
   "name_ja": "ケンタロス(ブレイズしゅ)",
   "name_en": "Tauros Paldean Blaze",
   "slug_en": "tauros-paldean-blaze",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 193,
    "stamina": 181,
    "max_cp": 3207,
    "durability": 34933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3880.0,
     "tdo": 111217360,
     "percentile": 62.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 65.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0128_paldean_combat",
   "dex": 128,
   "form": "normal",
   "name_ja": "ケンタロス(コンバットしゅ)",
   "name_en": "Tauros Paldean Combat",
   "slug_en": "tauros-paldean-combat",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 193,
    "stamina": 181,
    "max_cp": 3207,
    "durability": 34933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3997.4,
     "tdo": 114583502,
     "percentile": 67.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 65.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Earthquake",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0129_normal",
   "dex": 129,
   "form": "normal",
   "name_ja": "コイキング",
   "name_en": "Magikarp",
   "slug_en": "magikarp",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 29,
    "defense": 85,
    "stamina": 85,
    "max_cp": 310,
    "durability": 7225
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 258.8,
     "tdo": 1826832,
     "percentile": 0.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 6.66,
     "percentile": 0.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 26,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0129_shadow",
   "dex": 129,
   "form": "shadow",
   "name_ja": "コイキング",
   "name_en": "Shadow Magikarp",
   "slug_en": "shadow-magikarp",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 29,
    "defense": 85,
    "stamina": 85,
    "max_cp": 310,
    "durability": 7225
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 294.1,
     "tdo": 1785314,
     "percentile": 0.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 7.15,
     "percentile": 0.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 26,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0130_mega",
   "dex": 130,
   "form": "mega",
   "name_ja": "メガギャラドス",
   "name_en": "Mega Gyarados",
   "slug_en": "mega-gyarados",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 292,
    "defense": 247,
    "stamina": 216,
    "max_cp": 5332,
    "durability": 53352
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5514.1,
     "tdo": 235513733,
     "percentile": 95.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Pump",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.1,
     "percentile": 90.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0130_normal",
   "dex": 130,
   "form": "normal",
   "name_ja": "ギャラドス",
   "name_en": "Gyarados",
   "slug_en": "gyarados",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 237,
    "defense": 186,
    "stamina": 216,
    "max_cp": 3834,
    "durability": 40176
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4532.7,
     "tdo": 148521902,
     "percentile": 81.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.32,
     "percentile": 80.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0130_shadow",
   "dex": 130,
   "form": "shadow",
   "name_ja": "ギャラドス",
   "name_en": "Shadow Gyarados",
   "slug_en": "shadow-gyarados",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 237,
    "defense": 186,
    "stamina": 216,
    "max_cp": 3834,
    "durability": 40176
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5378.1,
     "tdo": 149043834,
     "percentile": 88.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 222.47,
     "percentile": 91.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0131_gmax",
   "dex": 131,
   "form": "gmax",
   "name_ja": "キョダイマックスラプラス",
   "name_en": "Gigantamax Lapras",
   "slug_en": "gigantamax-lapras",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 165,
    "defense": 174,
    "stamina": 277,
    "max_cp": 2985,
    "durability": 48198
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3350.9,
     "tdo": 130382182,
     "percentile": 63.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sparkling Aria",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.41,
     "percentile": 53.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sparkling Aria",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0131_normal",
   "dex": 131,
   "form": "normal",
   "name_ja": "ラプラス",
   "name_en": "Lapras",
   "slug_en": "lapras",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 174,
    "stamina": 277,
    "max_cp": 2985,
    "durability": 48198
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3350.9,
     "tdo": 130382182,
     "percentile": 63.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sparkling Aria",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.41,
     "percentile": 53.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sparkling Aria",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0131_shadow",
   "dex": 131,
   "form": "shadow",
   "name_ja": "ラプラス",
   "name_en": "Shadow Lapras",
   "slug_en": "shadow-lapras",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 165,
    "defense": 174,
    "stamina": 277,
    "max_cp": 2985,
    "durability": 48198
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3958.1,
     "tdo": 130378897,
     "percentile": 74.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Sparkling Aria",
     "fast_type": "ice",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.84,
     "percentile": 76.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "ice",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0132_normal",
   "dex": 132,
   "form": "normal",
   "name_ja": "メタモン",
   "name_en": "Ditto",
   "slug_en": "ditto",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 91,
    "defense": 91,
    "stamina": 134,
    "max_cp": 940,
    "durability": 12194
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 0.0,
     "tdo": 0,
     "percentile": 0.1,
     "tier": ""
    },
    "recommendation": null
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 0.0,
     "percentile": 0.1,
     "tier": ""
    },
    "recommendation": null
   },
   "rocket": {
    "status": "computed",
    "score": 28,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Transform",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0133_normal",
   "dex": 133,
   "form": "normal",
   "name_ja": "イーブイ",
   "name_en": "Eevee",
   "slug_en": "eevee",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 114,
    "stamina": 146,
    "max_cp": 1210,
    "durability": 16644
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2228.5,
     "tdo": 32611120,
     "percentile": 18.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Last Resort",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.65,
     "percentile": 26.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0134_normal",
   "dex": 134,
   "form": "normal",
   "name_ja": "シャワーズ",
   "name_en": "Vaporeon",
   "slug_en": "vaporeon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 161,
    "stamina": 277,
    "max_cp": 3521,
    "durability": 44597
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3861.7,
     "tdo": 139921834,
     "percentile": 76.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.91,
     "percentile": 67.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0135_normal",
   "dex": 135,
   "form": "normal",
   "name_ja": "サンダース",
   "name_en": "Jolteon",
   "slug_en": "jolteon",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 182,
    "stamina": 163,
    "max_cp": 3265,
    "durability": 29666
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4291.6,
     "tdo": 105853221,
     "percentile": 73.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.48,
     "percentile": 78.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0136_normal",
   "dex": 136,
   "form": "normal",
   "name_ja": "ブースター",
   "name_en": "Flareon",
   "slug_en": "flareon",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 246,
    "defense": 179,
    "stamina": 163,
    "max_cp": 3424,
    "durability": 29177
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5197.8,
     "tdo": 126254123,
     "percentile": 83.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 76.19,
     "percentile": 82.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0137_normal",
   "dex": 137,
   "form": "normal",
   "name_ja": "ポリゴン",
   "name_en": "Porygon",
   "slug_en": "porygon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 136,
    "stamina": 163,
    "max_cp": 1944,
    "durability": 22168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3025.1,
     "tdo": 57191888,
     "percentile": 41.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 53.45,
     "percentile": 48.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0137_shadow",
   "dex": 137,
   "form": "shadow",
   "name_ja": "ポリゴン",
   "name_en": "Shadow Porygon",
   "slug_en": "shadow-porygon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 153,
    "defense": 136,
    "stamina": 163,
    "max_cp": 1944,
    "durability": 22168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3583.3,
     "tdo": 57426355,
     "percentile": 46.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.68,
     "percentile": 61.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0138_normal",
   "dex": 138,
   "form": "normal",
   "name_ja": "オムナイト",
   "name_en": "Omanyte",
   "slug_en": "omanyte",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 153,
    "stamina": 111,
    "max_cp": 1746,
    "durability": 16983
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2649.2,
     "tdo": 39269349,
     "percentile": 30.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Rock Blast",
     "fast_type": "water",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 106.04,
     "percentile": 30.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Brine",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0138_shadow",
   "dex": 138,
   "form": "shadow",
   "name_ja": "オムナイト",
   "name_en": "Shadow Omanyte",
   "slug_en": "shadow-omanyte",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 155,
    "defense": 153,
    "stamina": 111,
    "max_cp": 1746,
    "durability": 16983
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3132.3,
     "tdo": 39520970,
     "percentile": 35.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Rock Blast",
     "fast_type": "water",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 135.32,
     "percentile": 43.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Brine",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0139_normal",
   "dex": 139,
   "form": "normal",
   "name_ja": "オムスター",
   "name_en": "Omastar",
   "slug_en": "omastar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 201,
    "stamina": 172,
    "max_cp": 3150,
    "durability": 34572
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4124.4,
     "tdo": 117529254,
     "percentile": 70.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Hydro Pump",
     "fast_type": "rock",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.44,
     "percentile": 77.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0139_shadow",
   "dex": 139,
   "form": "shadow",
   "name_ja": "オムスター",
   "name_en": "Shadow Omastar",
   "slug_en": "shadow-omastar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 207,
    "defense": 201,
    "stamina": 172,
    "max_cp": 3150,
    "durability": 34572
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4886.1,
     "tdo": 117963077,
     "percentile": 77.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Hydro Pump",
     "fast_type": "rock",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.02,
     "percentile": 87.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0140_normal",
   "dex": 140,
   "form": "normal",
   "name_ja": "カブト",
   "name_en": "Kabuto",
   "slug_en": "kabuto",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 140,
    "stamina": 102,
    "max_cp": 1549,
    "durability": 14280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2362.7,
     "tdo": 30158046,
     "percentile": 22.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.34,
     "percentile": 20.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0141_normal",
   "dex": 141,
   "form": "normal",
   "name_ja": "カブトプス",
   "name_en": "Kabutops",
   "slug_en": "kabutops",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 220,
    "defense": 186,
    "stamina": 155,
    "max_cp": 3067,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3905.5,
     "tdo": 93669559,
     "percentile": 65.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Stone Edge",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.21,
     "percentile": 60.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0142_mega",
   "dex": 142,
   "form": "mega",
   "name_ja": "メガプテラ",
   "name_en": "Mega Aerodactyl",
   "slug_en": "mega-aerodactyl",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 292,
    "defense": 210,
    "stamina": 190,
    "max_cp": 4655,
    "durability": 39900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5409.3,
     "tdo": 175907269,
     "percentile": 91.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 248.76,
     "percentile": 98.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0142_normal",
   "dex": 142,
   "form": "normal",
   "name_ja": "プテラ",
   "name_en": "Aerodactyl",
   "slug_en": "aerodactyl",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 159,
    "stamina": 190,
    "max_cp": 3147,
    "durability": 30210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4158.3,
     "tdo": 104574102,
     "percentile": 69.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.92,
     "percentile": 82.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0142_shadow",
   "dex": 142,
   "form": "shadow",
   "name_ja": "プテラ",
   "name_en": "Shadow Aerodactyl",
   "slug_en": "shadow-aerodactyl",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 221,
    "defense": 159,
    "stamina": 190,
    "max_cp": 3147,
    "durability": 30210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4933.5,
     "tdo": 104818577,
     "percentile": 81.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.53,
     "percentile": 92.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0143_gmax",
   "dex": 143,
   "form": "gmax",
   "name_ja": "キョダイマックスカビゴン",
   "name_en": "Gigantamax Snorlax",
   "slug_en": "gigantamax-snorlax",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 190,
    "defense": 169,
    "stamina": 330,
    "max_cp": 3647,
    "durability": 55770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3651.9,
     "tdo": 163182696,
     "percentile": 74.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 51.52,
     "percentile": 47.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Outrage",
     "fast_type": "ghost",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0143_normal",
   "dex": 143,
   "form": "normal",
   "name_ja": "カビゴン",
   "name_en": "Snorlax",
   "slug_en": "snorlax",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 169,
    "stamina": 330,
    "max_cp": 3647,
    "durability": 55770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3651.9,
     "tdo": 163182696,
     "percentile": 74.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 51.52,
     "percentile": 47.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Outrage",
     "fast_type": "ghost",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0143_shadow",
   "dex": 143,
   "form": "shadow",
   "name_ja": "カビゴン",
   "name_en": "Shadow Snorlax",
   "slug_en": "shadow-snorlax",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 190,
    "defense": 169,
    "stamina": 330,
    "max_cp": 3647,
    "durability": 55770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4328.9,
     "tdo": 163996014,
     "percentile": 81.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.31,
     "percentile": 58.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Earthquake",
     "fast_type": "ghost",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0144_galarian",
   "dex": 144,
   "form": "legendary",
   "name_ja": "フリーザー(ガラル)",
   "name_en": "Articuno Galarian",
   "slug_en": "articuno-galarian",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 197,
    "stamina": 207,
    "max_cp": 4059,
    "durability": 40779
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5544.7,
     "tdo": 183722668,
     "percentile": 95.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Fly",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.52,
     "percentile": 71.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0144_normal",
   "dex": 144,
   "form": "legendary",
   "name_ja": "フリーザー",
   "name_en": "Articuno",
   "slug_en": "articuno",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 192,
    "defense": 236,
    "stamina": 207,
    "max_cp": 3450,
    "durability": 48852
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3618.0,
     "tdo": 141934856,
     "percentile": 68.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Triple Axel",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 224.22,
     "percentile": 76.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Hurricane",
     "fast_type": "ice",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0144_shadow",
   "dex": 144,
   "form": "shadow",
   "name_ja": "フリーザー",
   "name_en": "Shadow Articuno",
   "slug_en": "shadow-articuno",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 192,
    "defense": 236,
    "stamina": 207,
    "max_cp": 3450,
    "durability": 48852
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4282.2,
     "tdo": 141888416,
     "percentile": 78.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Triple Axel",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.17,
     "percentile": 89.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Hurricane",
     "fast_type": "ice",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0145_galarian",
   "dex": 145,
   "form": "legendary",
   "name_ja": "サンダー(ガラル)",
   "name_en": "Zapdos Galarian",
   "slug_en": "zapdos-galarian",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 252,
    "defense": 189,
    "stamina": 207,
    "max_cp": 4012,
    "durability": 39123
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5653.9,
     "tdo": 180270071,
     "percentile": 95.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fly",
     "fast_type": "fighting",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 78.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fly",
     "fast_type": "fighting",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0145_normal",
   "dex": 145,
   "form": "legendary",
   "name_ja": "サンダー",
   "name_en": "Zapdos",
   "slug_en": "zapdos",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 253,
    "defense": 185,
    "stamina": 207,
    "max_cp": 3987,
    "durability": 38295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4913.5,
     "tdo": 153590731,
     "percentile": 89.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.39,
     "percentile": 84.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0145_shadow",
   "dex": 145,
   "form": "shadow",
   "name_ja": "サンダー",
   "name_en": "Shadow Zapdos",
   "slug_en": "shadow-zapdos",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 253,
    "defense": 185,
    "stamina": 207,
    "max_cp": 3987,
    "durability": 38295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5790.0,
     "tdo": 152937082,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Drill Peck",
     "fast_type": "electric",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.86,
     "percentile": 92.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Drill Peck",
     "fast_type": "electric",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0146_galarian",
   "dex": 146,
   "form": "legendary",
   "name_ja": "ファイヤー(ガラル)",
   "name_en": "Moltres Galarian",
   "slug_en": "moltres-galarian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 202,
    "defense": 231,
    "stamina": 207,
    "max_cp": 3580,
    "durability": 47817
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4544.6,
     "tdo": 174734298,
     "percentile": 89.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Fly",
     "fast_type": "dark",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.5,
     "percentile": 66.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0146_normal",
   "dex": 146,
   "form": "legendary",
   "name_ja": "ファイヤー",
   "name_en": "Moltres",
   "slug_en": "moltres",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 251,
    "defense": 181,
    "stamina": 207,
    "max_cp": 3917,
    "durability": 37467
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5632.7,
     "tdo": 172551965,
     "percentile": 94.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fly",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 238.66,
     "percentile": 81.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0146_shadow",
   "dex": 146,
   "form": "shadow",
   "name_ja": "ファイヤー",
   "name_en": "Shadow Moltres",
   "slug_en": "shadow-moltres",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 251,
    "defense": 181,
    "stamina": 207,
    "max_cp": 3917,
    "durability": 37467
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6691.5,
     "tdo": 173611053,
     "percentile": 98.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fly",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 301.2,
     "percentile": 98.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 77,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0147_normal",
   "dex": 147,
   "form": "normal",
   "name_ja": "ミニリュウ",
   "name_en": "Dratini",
   "slug_en": "dratini",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 91,
    "stamina": 121,
    "max_cp": 1136,
    "durability": 11011
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1988.7,
     "tdo": 20193554,
     "percentile": 12.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aqua Tail",
     "fast_type": "dragon",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 34.92,
     "percentile": 18.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0147_shadow",
   "dex": 147,
   "form": "shadow",
   "name_ja": "ミニリュウ",
   "name_en": "Shadow Dratini",
   "slug_en": "shadow-dratini",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 119,
    "defense": 91,
    "stamina": 121,
    "max_cp": 1136,
    "durability": 11011
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2344.9,
     "tdo": 20440927,
     "percentile": 16.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aqua Tail",
     "fast_type": "dragon",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 41.34,
     "percentile": 29.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0148_normal",
   "dex": 148,
   "form": "normal",
   "name_ja": "ハクリュー",
   "name_en": "Dragonair",
   "slug_en": "dragonair",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 135,
    "stamina": 156,
    "max_cp": 2012,
    "durability": 21060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3015.4,
     "tdo": 54350875,
     "percentile": 36.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 48.57,
     "percentile": 41.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0148_shadow",
   "dex": 148,
   "form": "shadow",
   "name_ja": "ハクリュー",
   "name_en": "Shadow Dragonair",
   "slug_en": "shadow-dragonair",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 163,
    "defense": 135,
    "stamina": 156,
    "max_cp": 2012,
    "durability": 21060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3574.4,
     "tdo": 54548330,
     "percentile": 49.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 56.53,
     "percentile": 54.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0149_mega",
   "dex": 149,
   "form": "mega",
   "name_ja": "メガカイリュー",
   "name_en": "Mega Dragonite",
   "slug_en": "mega-dragonite",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 299,
    "defense": 255,
    "stamina": 209,
    "max_cp": 5581,
    "durability": 53295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6370.9,
     "tdo": 271741122,
     "percentile": 98.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.01,
     "percentile": 93.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0149_normal",
   "dex": 149,
   "form": "normal",
   "name_ja": "カイリュー",
   "name_en": "Dragonite",
   "slug_en": "dragonite",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 263,
    "defense": 198,
    "stamina": 209,
    "max_cp": 4287,
    "durability": 41382
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5640.5,
     "tdo": 189795692,
     "percentile": 92.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.16,
     "percentile": 89.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Hurricane",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0149_shadow",
   "dex": 149,
   "form": "shadow",
   "name_ja": "カイリュー",
   "name_en": "Shadow Dragonite",
   "slug_en": "shadow-dragonite",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 263,
    "defense": 198,
    "stamina": 209,
    "max_cp": 4287,
    "durability": 41382
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6715.8,
     "tdo": 190968814,
     "percentile": 97.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 100.0,
     "percentile": 96.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0150_armored",
   "dex": 150,
   "form": "legendary",
   "name_ja": "アーマードミュウツー",
   "name_en": "Armored Mewtwo",
   "slug_en": "mewtwo-armored",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 182,
    "defense": 278,
    "stamina": 214,
    "max_cp": 3603,
    "durability": 59492
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3996.3,
     "tdo": 188913164,
     "percentile": 78.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.41,
     "percentile": 58.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0150_mega_x",
   "dex": 150,
   "form": "mega",
   "name_ja": "メガミュウツーX",
   "name_en": "Mega Mewtwo X",
   "slug_en": "mega-x-mewtwo",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 399,
    "defense": 215,
    "stamina": 228,
    "max_cp": 7074,
    "durability": 49020
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8496.6,
     "tdo": 334992809,
     "percentile": 99.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Psystrike",
     "fast_type": "fighting",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 401.61,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 94,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0150_mega_y",
   "dex": 150,
   "form": "mega",
   "name_ja": "メガミュウツーY",
   "name_en": "Mega Mewtwo Y",
   "slug_en": "mega-y-mewtwo",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 413,
    "defense": 223,
    "stamina": 228,
    "max_cp": 7440,
    "durability": 50844
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8682.3,
     "tdo": 354224047,
     "percentile": 99.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 401.61,
     "percentile": 99.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 93,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0150_normal",
   "dex": 150,
   "form": "legendary",
   "name_ja": "ミュウツー",
   "name_en": "Mewtwo",
   "slug_en": "mewtwo",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 300,
    "defense": 182,
    "stamina": 214,
    "max_cp": 4724,
    "durability": 38948
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6206.1,
     "tdo": 197250601,
     "percentile": 98.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.32,
     "percentile": 96.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0150_shadow",
   "dex": 150,
   "form": "shadow",
   "name_ja": "ミュウツー",
   "name_en": "Shadow Mewtwo",
   "slug_en": "shadow-mewtwo",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 300,
    "defense": 182,
    "stamina": 214,
    "max_cp": 4724,
    "durability": 38948
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7388.2,
     "tdo": 199062427,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 362.32,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psystrike",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 85,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psystrike",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0151_normal",
   "dex": 151,
   "form": "mythical",
   "name_ja": "ミュウ",
   "name_en": "Mew",
   "slug_en": "mew",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 210,
    "stamina": 225,
    "max_cp": 3691,
    "durability": 47250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4112.2,
     "tdo": 156274843,
     "percentile": 80.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 62.9,
     "percentile": 66.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0152_normal",
   "dex": 152,
   "form": "normal",
   "name_ja": "チコリータ",
   "name_en": "Chikorita",
   "slug_en": "chikorita",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 92,
    "defense": 122,
    "stamina": 128,
    "max_cp": 1057,
    "durability": 15616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2173.3,
     "tdo": 30023176,
     "percentile": 15.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.7,
     "percentile": 13.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0152_shadow",
   "dex": 152,
   "form": "shadow",
   "name_ja": "チコリータ",
   "name_en": "Shadow Chikorita",
   "slug_en": "shadow-chikorita",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 92,
    "defense": 122,
    "stamina": 128,
    "max_cp": 1057,
    "durability": 15616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2520.9,
     "tdo": 29741104,
     "percentile": 28.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.03,
     "percentile": 26.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0153_normal",
   "dex": 153,
   "form": "normal",
   "name_ja": "ベイリーフ",
   "name_en": "Bayleef",
   "slug_en": "bayleef",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 155,
    "stamina": 155,
    "max_cp": 1644,
    "durability": 24025
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2782.6,
     "tdo": 56445441,
     "percentile": 34.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.15,
     "percentile": 30.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0153_shadow",
   "dex": 153,
   "form": "shadow",
   "name_ja": "ベイリーフ",
   "name_en": "Shadow Bayleef",
   "slug_en": "shadow-bayleef",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 122,
    "defense": 155,
    "stamina": 155,
    "max_cp": 1644,
    "durability": 24025
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3270.1,
     "tdo": 56188540,
     "percentile": 41.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.14,
     "percentile": 47.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0154_normal",
   "dex": 154,
   "form": "normal",
   "name_ja": "メガニウム",
   "name_en": "Meganium",
   "slug_en": "meganium",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 168,
    "defense": 202,
    "stamina": 190,
    "max_cp": 2725,
    "durability": 38380
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3936.6,
     "tdo": 123466163,
     "percentile": 74.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.94,
     "percentile": 62.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0154_shadow",
   "dex": 154,
   "form": "shadow",
   "name_ja": "メガニウム",
   "name_en": "Shadow Meganium",
   "slug_en": "shadow-meganium",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 168,
    "defense": 202,
    "stamina": 190,
    "max_cp": 2725,
    "durability": 38380
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4668.0,
     "tdo": 123466163,
     "percentile": 80.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 203.89,
     "percentile": 85.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0155_normal",
   "dex": 155,
   "form": "normal",
   "name_ja": "ヒノアラシ",
   "name_en": "Cyndaquil",
   "slug_en": "cyndaquil",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 118,
    "max_cp": 1108,
    "durability": 10974
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2012.9,
     "tdo": 20276765,
     "percentile": 12.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.69,
     "percentile": 11.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0155_shadow",
   "dex": 155,
   "form": "shadow",
   "name_ja": "ヒノアラシ",
   "name_en": "Shadow Cyndaquil",
   "slug_en": "shadow-cyndaquil",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 118,
    "max_cp": 1108,
    "durability": 10974
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2551.2,
     "tdo": 22129745,
     "percentile": 21.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 36.23,
     "percentile": 21.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0156_normal",
   "dex": 156,
   "form": "normal",
   "name_ja": "マグマラシ",
   "name_en": "Quilava",
   "slug_en": "quilava",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 126,
    "stamina": 151,
    "max_cp": 1868,
    "durability": 19026
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2658.2,
     "tdo": 43778478,
     "percentile": 37.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.15,
     "percentile": 29.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0156_shadow",
   "dex": 156,
   "form": "shadow",
   "name_ja": "マグマラシ",
   "name_en": "Shadow Quilava",
   "slug_en": "shadow-quilava",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 126,
    "stamina": 151,
    "max_cp": 1868,
    "durability": 19026
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3149.9,
     "tdo": 44149984,
     "percentile": 42.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.35,
     "percentile": 44.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0157_hisuian",
   "dex": 157,
   "form": "normal",
   "name_ja": "バクフーン(ヒスイ)",
   "name_en": "Typhlosion Hisuian",
   "slug_en": "typhlosion-hisuian",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 172,
    "stamina": 177,
    "max_cp": 3385,
    "durability": 30444
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4783.4,
     "tdo": 121015009,
     "percentile": 81.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.3,
     "percentile": 74.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0157_normal",
   "dex": 157,
   "form": "normal",
   "name_ja": "バクフーン",
   "name_en": "Typhlosion",
   "slug_en": "typhlosion",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 173,
    "stamina": 186,
    "max_cp": 3266,
    "durability": 32178
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4712.5,
     "tdo": 125070566,
     "percentile": 83.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 75.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0157_shadow",
   "dex": 157,
   "form": "shadow",
   "name_ja": "バクフーン",
   "name_en": "Shadow Typhlosion",
   "slug_en": "shadow-typhlosion",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 173,
    "stamina": 186,
    "max_cp": 3266,
    "durability": 32178
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5603.6,
     "tdo": 125777764,
     "percentile": 92.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.36,
     "percentile": 89.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0158_normal",
   "dex": 158,
   "form": "normal",
   "name_ja": "ワニノコ",
   "name_en": "Totodile",
   "slug_en": "totodile",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 109,
    "stamina": 137,
    "max_cp": 1279,
    "durability": 14933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1913.4,
     "tdo": 25319618,
     "percentile": 9.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 89.85,
     "percentile": 10.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0158_shadow",
   "dex": 158,
   "form": "shadow",
   "name_ja": "ワニノコ",
   "name_en": "Shadow Totodile",
   "slug_en": "shadow-totodile",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 109,
    "stamina": 137,
    "max_cp": 1279,
    "durability": 14933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2246.8,
     "tdo": 25415526,
     "percentile": 20.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.42,
     "percentile": 19.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0159_normal",
   "dex": 159,
   "form": "normal",
   "name_ja": "アリゲイツ",
   "name_en": "Croconaw",
   "slug_en": "croconaw",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 142,
    "stamina": 163,
    "max_cp": 1947,
    "durability": 23146
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2391.7,
     "tdo": 47014052,
     "percentile": 29.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.93,
     "percentile": 24.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0159_shadow",
   "dex": 159,
   "form": "shadow",
   "name_ja": "アリゲイツ",
   "name_en": "Shadow Croconaw",
   "slug_en": "shadow-croconaw",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 150,
    "defense": 142,
    "stamina": 163,
    "max_cp": 1947,
    "durability": 23146
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2826.6,
     "tdo": 47068498,
     "percentile": 33.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.16,
     "percentile": 36.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0160_normal",
   "dex": 160,
   "form": "normal",
   "name_ja": "オーダイル",
   "name_en": "Feraligatr",
   "slug_en": "feraligatr",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 188,
    "stamina": 198,
    "max_cp": 3230,
    "durability": 37224
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4436.8,
     "tdo": 134715845,
     "percentile": 84.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.22,
     "percentile": 78.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0160_shadow",
   "dex": 160,
   "form": "shadow",
   "name_ja": "オーダイル",
   "name_en": "Shadow Feraligatr",
   "slug_en": "shadow-feraligatr",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 188,
    "stamina": 198,
    "max_cp": 3230,
    "durability": 37224
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5263.6,
     "tdo": 135415668,
     "percentile": 89.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.56,
     "percentile": 94.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0161_normal",
   "dex": 161,
   "form": "normal",
   "name_ja": "オタチ",
   "name_en": "Sentret",
   "slug_en": "sentret",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 79,
    "defense": 73,
    "stamina": 111,
    "max_cp": 698,
    "durability": 8103
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1611.4,
     "tdo": 12511193,
     "percentile": 4.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 65.7,
     "percentile": 1.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0162_normal",
   "dex": 162,
   "form": "normal",
   "name_ja": "オオタチ",
   "name_en": "Furret",
   "slug_en": "furret",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 125,
    "stamina": 198,
    "max_cp": 1987,
    "durability": 24750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3150.3,
     "tdo": 65967830,
     "percentile": 42.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 54.23,
     "percentile": 50.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Trailblaze",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0163_normal",
   "dex": 163,
   "form": "normal",
   "name_ja": "ホーホー",
   "name_en": "Hoothoot",
   "slug_en": "hoothoot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 67,
    "defense": 88,
    "stamina": 155,
    "max_cp": 766,
    "durability": 13640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1486.4,
     "tdo": 18267834,
     "percentile": 6.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.71,
     "percentile": 3.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0163_shadow",
   "dex": 163,
   "form": "shadow",
   "name_ja": "ホーホー",
   "name_en": "Shadow Hoothoot",
   "slug_en": "shadow-hoothoot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 67,
    "defense": 88,
    "stamina": 155,
    "max_cp": 766,
    "durability": 13640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1722.0,
     "tdo": 18081824,
     "percentile": 8.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.41,
     "percentile": 6.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0164_normal",
   "dex": 164,
   "form": "normal",
   "name_ja": "ヨルノズク",
   "name_en": "Noctowl",
   "slug_en": "noctowl",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 156,
    "stamina": 225,
    "max_cp": 2288,
    "durability": 35100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2900.2,
     "tdo": 83764456,
     "percentile": 49.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.7,
     "percentile": 32.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0164_shadow",
   "dex": 164,
   "form": "shadow",
   "name_ja": "ヨルノズク",
   "name_en": "Shadow Noctowl",
   "slug_en": "shadow-noctowl",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 145,
    "defense": 156,
    "stamina": 225,
    "max_cp": 2288,
    "durability": 35100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3539.3,
     "tdo": 86680446,
     "percentile": 61.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.07,
     "percentile": 45.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0165_normal",
   "dex": 165,
   "form": "normal",
   "name_ja": "レディバ",
   "name_en": "Ledyba",
   "slug_en": "ledyba",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 72,
    "defense": 118,
    "stamina": 120,
    "max_cp": 823,
    "durability": 14160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1355.8,
     "tdo": 17122041,
     "percentile": 4.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 23.16,
     "percentile": 5.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Silver Wind",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0165_shadow",
   "dex": 165,
   "form": "shadow",
   "name_ja": "レディバ",
   "name_en": "Shadow Ledyba",
   "slug_en": "shadow-ledyba",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 72,
    "defense": 118,
    "stamina": 120,
    "max_cp": 823,
    "durability": 14160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1574.0,
     "tdo": 16888243,
     "percentile": 5.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 24.74,
     "percentile": 5.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Silver Wind",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0166_normal",
   "dex": 166,
   "form": "normal",
   "name_ja": "レディアン",
   "name_en": "Ledian",
   "slug_en": "ledian",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 179,
    "stamina": 146,
    "max_cp": 1522,
    "durability": 26134
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2152.8,
     "tdo": 47378722,
     "percentile": 22.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.67,
     "percentile": 18.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Acrobatics",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0166_shadow",
   "dex": 166,
   "form": "shadow",
   "name_ja": "レディアン",
   "name_en": "Shadow Ledian",
   "slug_en": "shadow-ledian",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 107,
    "defense": 179,
    "stamina": 146,
    "max_cp": 1522,
    "durability": 26134
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2540.6,
     "tdo": 47265695,
     "percentile": 35.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Acrobatics",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.92,
     "percentile": 28.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Acrobatics",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0167_normal",
   "dex": 167,
   "form": "normal",
   "name_ja": "イトマル",
   "name_en": "Spinarak",
   "slug_en": "spinarak",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 73,
    "stamina": 120,
    "max_cp": 923,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1882.3,
     "tdo": 15728158,
     "percentile": 8.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Cross Poison",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 89.89,
     "percentile": 14.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Night Slash",
     "fast_type": "bug",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Cross Poison",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0168_normal",
   "dex": 168,
   "form": "normal",
   "name_ja": "アリアドス",
   "name_en": "Ariados",
   "slug_en": "ariados",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 124,
    "stamina": 172,
    "max_cp": 2003,
    "durability": 21328
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3141.2,
     "tdo": 57603696,
     "percentile": 40.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.32,
     "percentile": 37.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Cross Poison",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0169_normal",
   "dex": 169,
   "form": "normal",
   "name_ja": "クロバット",
   "name_en": "Crobat",
   "slug_en": "crobat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 194,
    "defense": 178,
    "stamina": 198,
    "max_cp": 2992,
    "durability": 35244
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3749.1,
     "tdo": 108227259,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "flying",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.17,
     "percentile": 41.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0169_shadow",
   "dex": 169,
   "form": "shadow",
   "name_ja": "クロバット",
   "name_en": "Shadow Crobat",
   "slug_en": "shadow-crobat",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 194,
    "defense": 178,
    "stamina": 198,
    "max_cp": 2992,
    "durability": 35244
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4448.7,
     "tdo": 108460687,
     "percentile": 77.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "flying",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.35,
     "percentile": 59.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0170_normal",
   "dex": 170,
   "form": "normal",
   "name_ja": "チョンチー",
   "name_en": "Chinchou",
   "slug_en": "chinchou",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 106,
    "defense": 97,
    "stamina": 181,
    "max_cp": 1265,
    "durability": 17557
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2021.9,
     "tdo": 31207369,
     "percentile": 22.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.32,
     "percentile": 10.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0171_normal",
   "dex": 171,
   "form": "normal",
   "name_ja": "ランターン",
   "name_en": "Lanturn",
   "slug_en": "lanturn",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 146,
    "defense": 137,
    "stamina": 268,
    "max_cp": 2357,
    "durability": 36716
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2814.0,
     "tdo": 85182398,
     "percentile": 49.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Thunderbolt",
     "fast_type": "water",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.95,
     "percentile": 33.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0172_normal",
   "dex": 172,
   "form": "normal",
   "name_ja": "ピチュー",
   "name_en": "Pichu",
   "slug_en": "pichu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 77,
    "defense": 53,
    "stamina": 85,
    "max_cp": 535,
    "durability": 4505
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1598.5,
     "tdo": 7672390,
     "percentile": 4.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 68.87,
     "percentile": 4.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0173_normal",
   "dex": 173,
   "form": "normal",
   "name_ja": "ピィ",
   "name_en": "Cleffa",
   "slug_en": "cleffa",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 75,
    "defense": 79,
    "stamina": 137,
    "max_cp": 759,
    "durability": 10823
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1512.5,
     "tdo": 15173047,
     "percentile": 5.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 25.23,
     "percentile": 6.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0174_normal",
   "dex": 174,
   "form": "normal",
   "name_ja": "ププリン",
   "name_en": "Igglybuff",
   "slug_en": "igglybuff",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 69,
    "defense": 32,
    "stamina": 207,
    "max_cp": 605,
    "durability": 6624
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1524.6,
     "tdo": 11199859,
     "percentile": 5.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 26.19,
     "percentile": 7.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0175_normal",
   "dex": 175,
   "form": "normal",
   "name_ja": "トゲピー",
   "name_en": "Togepi",
   "slug_en": "togepi",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 67,
    "defense": 116,
    "stamina": 111,
    "max_cp": 743,
    "durability": 12876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1349.1,
     "tdo": 15593101,
     "percentile": 3.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "psychic",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 59.61,
     "percentile": 2.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0176_normal",
   "dex": 176,
   "form": "normal",
   "name_ja": "トゲチック",
   "name_en": "Togetic",
   "slug_en": "togetic",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 181,
    "stamina": 146,
    "max_cp": 1931,
    "durability": 26426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2686.7,
     "tdo": 59737421,
     "percentile": 37.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "steel",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.67,
     "percentile": 40.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0177_normal",
   "dex": 177,
   "form": "normal",
   "name_ja": "ネイティ",
   "name_en": "Natu",
   "slug_en": "natu",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 89,
    "stamina": 120,
    "max_cp": 1246,
    "durability": 10680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2542.6,
     "tdo": 25108880,
     "percentile": 26.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.06,
     "percentile": 25.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0177_shadow",
   "dex": 177,
   "form": "shadow",
   "name_ja": "ネイティ",
   "name_en": "Shadow Natu",
   "slug_en": "shadow-natu",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 89,
    "stamina": 120,
    "max_cp": 1246,
    "durability": 10680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3065.4,
     "tdo": 25905501,
     "percentile": 34.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Drill Peck",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.59,
     "percentile": 31.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0178_normal",
   "dex": 178,
   "form": "normal",
   "name_ja": "ネイティオ",
   "name_en": "Xatu",
   "slug_en": "xatu",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 146,
    "stamina": 163,
    "max_cp": 2474,
    "durability": 23798
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3492.8,
     "tdo": 70406850,
     "percentile": 50.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Shadow Ball",
     "fast_type": "flying",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 43.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psyshock",
     "fast_type": "flying",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0178_shadow",
   "dex": 178,
   "form": "shadow",
   "name_ja": "ネイティオ",
   "name_en": "Shadow Xatu",
   "slug_en": "shadow-xatu",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 192,
    "defense": 146,
    "stamina": 163,
    "max_cp": 2474,
    "durability": 23798
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4133.9,
     "tdo": 70909651,
     "percentile": 63.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Shadow Ball",
     "fast_type": "flying",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.21,
     "percentile": 60.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Futuresight",
     "fast_type": "flying",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0179_normal",
   "dex": 179,
   "form": "normal",
   "name_ja": "メリープ",
   "name_en": "Mareep",
   "slug_en": "mareep",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 114,
    "defense": 79,
    "stamina": 146,
    "max_cp": 1120,
    "durability": 11534
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2241.3,
     "tdo": 23900444,
     "percentile": 20.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.76,
     "percentile": 17.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0179_shadow",
   "dex": 179,
   "form": "shadow",
   "name_ja": "メリープ",
   "name_en": "Shadow Mareep",
   "slug_en": "shadow-mareep",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 114,
    "defense": 79,
    "stamina": 146,
    "max_cp": 1120,
    "durability": 11534
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2641.0,
     "tdo": 24267051,
     "percentile": 27.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.68,
     "percentile": 34.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0180_normal",
   "dex": 180,
   "form": "normal",
   "name_ja": "モココ",
   "name_en": "Flaaffy",
   "slug_en": "flaaffy",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 109,
    "stamina": 172,
    "max_cp": 1720,
    "durability": 18748
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2680.7,
     "tdo": 43853240,
     "percentile": 34.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.7,
     "percentile": 28.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0180_shadow",
   "dex": 180,
   "form": "shadow",
   "name_ja": "モココ",
   "name_en": "Shadow Flaaffy",
   "slug_en": "shadow-flaaffy",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 145,
    "defense": 109,
    "stamina": 172,
    "max_cp": 1720,
    "durability": 18748
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3091.6,
     "tdo": 43234220,
     "percentile": 44.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.23,
     "percentile": 44.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0181_mega",
   "dex": 181,
   "form": "mega",
   "name_ja": "メガデンリュウ",
   "name_en": "Mega Ampharos",
   "slug_en": "mega-ampharos",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 294,
    "defense": 203,
    "stamina": 207,
    "max_cp": 4799,
    "durability": 42021
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5806.8,
     "tdo": 197851367,
     "percentile": 92.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 250.63,
     "percentile": 88.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Brutal Swing",
     "fast_type": "electric",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0181_normal",
   "dex": 181,
   "form": "normal",
   "name_ja": "デンリュウ",
   "name_en": "Ampharos",
   "slug_en": "ampharos",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 169,
    "stamina": 207,
    "max_cp": 3225,
    "durability": 34983
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4247.0,
     "tdo": 122137871,
     "percentile": 70.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.52,
     "percentile": 62.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Brutal Swing",
     "fast_type": "electric",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0181_shadow",
   "dex": 181,
   "form": "shadow",
   "name_ja": "デンリュウ",
   "name_en": "Shadow Ampharos",
   "slug_en": "shadow-ampharos",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 169,
    "stamina": 207,
    "max_cp": 3225,
    "durability": 34983
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5036.3,
     "tdo": 122795789,
     "percentile": 80.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.04,
     "percentile": 83.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Brutal Swing",
     "fast_type": "electric",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0182_normal",
   "dex": 182,
   "form": "normal",
   "name_ja": "キレイハナ",
   "name_en": "Bellossom",
   "slug_en": "bellossom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 186,
    "stamina": 181,
    "max_cp": 2578,
    "durability": 33666
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3508.4,
     "tdo": 97180324,
     "percentile": 55.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.24,
     "percentile": 54.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0182_shadow",
   "dex": 182,
   "form": "shadow",
   "name_ja": "キレイハナ",
   "name_en": "Shadow Bellossom",
   "slug_en": "shadow-bellossom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 169,
    "defense": 186,
    "stamina": 181,
    "max_cp": 2578,
    "durability": 33666
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4156.6,
     "tdo": 97380024,
     "percentile": 66.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.74,
     "percentile": 77.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0183_normal",
   "dex": 183,
   "form": "normal",
   "name_ja": "マリル",
   "name_en": "Marill",
   "slug_en": "marill",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 37,
    "defense": 93,
    "stamina": 172,
    "max_cp": 521,
    "durability": 15996
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 839.0,
     "tdo": 11953544,
     "percentile": 1.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.26,
     "percentile": 1.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0184_normal",
   "dex": 184,
   "form": "normal",
   "name_ja": "マリルリ",
   "name_en": "Azumarill",
   "slug_en": "azumarill",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 152,
    "stamina": 225,
    "max_cp": 1795,
    "durability": 34200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2241.1,
     "tdo": 63212688,
     "percentile": 31.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Play Rough",
     "fast_type": "water",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.19,
     "percentile": 31.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Play Rough",
     "fast_type": "water",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0185_normal",
   "dex": 185,
   "form": "normal",
   "name_ja": "ウソッキー",
   "name_en": "Sudowoodo",
   "slug_en": "sudowoodo",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 176,
    "stamina": 172,
    "max_cp": 2428,
    "durability": 30272
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3780.5,
     "tdo": 95262416,
     "percentile": 58.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 154.32,
     "percentile": 61.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0185_shadow",
   "dex": 185,
   "form": "shadow",
   "name_ja": "ウソッキー",
   "name_en": "Shadow Sudowoodo",
   "slug_en": "shadow-sudowoodo",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 176,
    "stamina": 172,
    "max_cp": 2428,
    "durability": 30272
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4466.0,
     "tdo": 95448764,
     "percentile": 68.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.83,
     "percentile": 80.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0186_normal",
   "dex": 186,
   "form": "normal",
   "name_ja": "ニョロトノ",
   "name_en": "Politoed",
   "slug_en": "politoed",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 179,
    "stamina": 207,
    "max_cp": 2769,
    "durability": 37053
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3599.8,
     "tdo": 109152290,
     "percentile": 65.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.16,
     "percentile": 61.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0186_shadow",
   "dex": 186,
   "form": "shadow",
   "name_ja": "ニョロトノ",
   "name_en": "Shadow Politoed",
   "slug_en": "shadow-politoed",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 174,
    "defense": 179,
    "stamina": 207,
    "max_cp": 2769,
    "durability": 37053
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4266.5,
     "tdo": 109360676,
     "percentile": 75.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.65,
     "percentile": 72.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0187_normal",
   "dex": 187,
   "form": "normal",
   "name_ja": "ハネッコ",
   "name_en": "Hoppip",
   "slug_en": "hoppip",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 67,
    "defense": 94,
    "stamina": 111,
    "max_cp": 678,
    "durability": 10434
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1501.1,
     "tdo": 14436046,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.13,
     "percentile": 4.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0187_shadow",
   "dex": 187,
   "form": "shadow",
   "name_ja": "ハネッコ",
   "name_en": "Shadow Hoppip",
   "slug_en": "shadow-hoppip",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 67,
    "defense": 94,
    "stamina": 111,
    "max_cp": 678,
    "durability": 10434
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1681.7,
     "tdo": 13799406,
     "percentile": 7.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.68,
     "percentile": 5.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0188_normal",
   "dex": 188,
   "form": "normal",
   "name_ja": "ポポッコ",
   "name_en": "Skiploom",
   "slug_en": "skiploom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 91,
    "defense": 120,
    "stamina": 146,
    "max_cp": 1103,
    "durability": 17520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1876.5,
     "tdo": 28736769,
     "percentile": 17.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.26,
     "percentile": 8.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0188_shadow",
   "dex": 188,
   "form": "shadow",
   "name_ja": "ポポッコ",
   "name_en": "Shadow Skiploom",
   "slug_en": "shadow-skiploom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 91,
    "defense": 120,
    "stamina": 146,
    "max_cp": 1103,
    "durability": 17520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2195.1,
     "tdo": 28636361,
     "percentile": 22.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.62,
     "percentile": 15.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0189_normal",
   "dex": 189,
   "form": "normal",
   "name_ja": "ワタッコ",
   "name_en": "Jumpluff",
   "slug_en": "jumpluff",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 183,
    "stamina": 181,
    "max_cp": 1850,
    "durability": 33123
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2434.7,
     "tdo": 66432301,
     "percentile": 30.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.21,
     "percentile": 22.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Acrobatics",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0189_shadow",
   "dex": 189,
   "form": "shadow",
   "name_ja": "ワタッコ",
   "name_en": "Shadow Jumpluff",
   "slug_en": "shadow-jumpluff",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 118,
    "defense": 183,
    "stamina": 181,
    "max_cp": 1850,
    "durability": 33123
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2874.0,
     "tdo": 66142192,
     "percentile": 39.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 35.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0190_normal",
   "dex": 190,
   "form": "normal",
   "name_ja": "エイパム",
   "name_en": "Aipom",
   "slug_en": "aipom",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 112,
    "stamina": 146,
    "max_cp": 1524,
    "durability": 16352
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2291.9,
     "tdo": 33019982,
     "percentile": 21.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Swift",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 41.08,
     "percentile": 29.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0190_shadow",
   "dex": 190,
   "form": "shadow",
   "name_ja": "エイパム",
   "name_en": "Shadow Aipom",
   "slug_en": "shadow-aipom",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 136,
    "defense": 112,
    "stamina": 146,
    "max_cp": 1524,
    "durability": 16352
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2701.8,
     "tdo": 33100909,
     "percentile": 24.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Swift",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.31,
     "percentile": 43.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0191_normal",
   "dex": 191,
   "form": "normal",
   "name_ja": "ヒマナッツ",
   "name_en": "Sunkern",
   "slug_en": "sunkern",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 55,
    "defense": 55,
    "stamina": 102,
    "max_cp": 447,
    "durability": 5610
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1304.2,
     "tdo": 7517692,
     "percentile": 2.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 63.17,
     "percentile": 1.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0192_normal",
   "dex": 192,
   "form": "normal",
   "name_ja": "キマワリ",
   "name_en": "Sunflora",
   "slug_en": "sunflora",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 135,
    "stamina": 181,
    "max_cp": 2421,
    "durability": 24435
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3781.3,
     "tdo": 78165721,
     "percentile": 56.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.29,
     "percentile": 55.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0193_normal",
   "dex": 193,
   "form": "normal",
   "name_ja": "ヤンヤンマ",
   "name_en": "Yanma",
   "slug_en": "yanma",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 154,
    "defense": 94,
    "stamina": 163,
    "max_cp": 1662,
    "durability": 15322
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2490.7,
     "tdo": 33990667,
     "percentile": 28.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.15,
     "percentile": 26.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Silver Wind",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0194_normal",
   "dex": 194,
   "form": "normal",
   "name_ja": "ウパー",
   "name_en": "Wooper",
   "slug_en": "wooper",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 75,
    "defense": 66,
    "stamina": 146,
    "max_cp": 725,
    "durability": 9636
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1386.0,
     "tdo": 12735848,
     "percentile": 5.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.92,
     "percentile": 7.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0194_paldean",
   "dex": 194,
   "form": "normal",
   "name_ja": "ウパー(パルデア)",
   "name_en": "Wooper Paldean",
   "slug_en": "wooper-paldean",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 75,
    "defense": 66,
    "stamina": 146,
    "max_cp": 725,
    "durability": 9636
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1365.2,
     "tdo": 12544678,
     "percentile": 4.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Sludge Wave",
     "fast_type": "ground",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 81.57,
     "percentile": 6.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0194_shadow",
   "dex": 194,
   "form": "shadow",
   "name_ja": "ウパー",
   "name_en": "Shadow Wooper",
   "slug_en": "shadow-wooper",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 75,
    "defense": 66,
    "stamina": 146,
    "max_cp": 725,
    "durability": 9636
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1617.0,
     "tdo": 12840669,
     "percentile": 7.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.19,
     "percentile": 14.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0195_normal",
   "dex": 195,
   "form": "normal",
   "name_ja": "ヌオー",
   "name_en": "Quagsire",
   "slug_en": "quagsire",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 152,
    "defense": 143,
    "stamina": 216,
    "max_cp": 2252,
    "durability": 30888
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2993.7,
     "tdo": 77108583,
     "percentile": 48.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Earthquake",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.7,
     "percentile": 46.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0195_shadow",
   "dex": 195,
   "form": "shadow",
   "name_ja": "ヌオー",
   "name_en": "Shadow Quagsire",
   "slug_en": "shadow-quagsire",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 152,
    "defense": 143,
    "stamina": 216,
    "max_cp": 2252,
    "durability": 30888
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3443.2,
     "tdo": 75215060,
     "percentile": 56.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.78,
     "percentile": 56.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0196_normal",
   "dex": 196,
   "form": "normal",
   "name_ja": "エーフィ",
   "name_en": "Espeon",
   "slug_en": "espeon",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 261,
    "defense": 175,
    "stamina": 163,
    "max_cp": 3583,
    "durability": 28525
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5287.8,
     "tdo": 125791853,
     "percentile": 86.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.78,
     "percentile": 88.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0197_normal",
   "dex": 197,
   "form": "normal",
   "name_ja": "ブラッキー",
   "name_en": "Umbreon",
   "slug_en": "umbreon",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 126,
    "defense": 240,
    "stamina": 216,
    "max_cp": 2416,
    "durability": 51840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2701.4,
     "tdo": 112296078,
     "percentile": 45.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.6,
     "percentile": 32.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0198_normal",
   "dex": 198,
   "form": "normal",
   "name_ja": "ヤミカラス",
   "name_en": "Murkrow",
   "slug_en": "murkrow",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 87,
    "stamina": 155,
    "max_cp": 1766,
    "durability": 13485
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3360.2,
     "tdo": 40896258,
     "percentile": 44.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.98,
     "percentile": 48.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0198_shadow",
   "dex": 198,
   "form": "shadow",
   "name_ja": "ヤミカラス",
   "name_en": "Shadow Murkrow",
   "slug_en": "shadow-murkrow",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 175,
    "defense": 87,
    "stamina": 155,
    "max_cp": 1766,
    "durability": 13485
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3979.1,
     "tdo": 41307753,
     "percentile": 55.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.41,
     "percentile": 69.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0199_galarian",
   "dex": 199,
   "form": "normal",
   "name_ja": "ヤドキング(ガラル)",
   "name_en": "Slowking Galarian",
   "slug_en": "slowking-galarian",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 180,
    "stamina": 216,
    "max_cp": 3072,
    "durability": 38880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3806.4,
     "tdo": 120999458,
     "percentile": 63.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.93,
     "percentile": 57.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0199_normal",
   "dex": 199,
   "form": "normal",
   "name_ja": "ヤドキング",
   "name_en": "Slowking",
   "slug_en": "slowking",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 180,
    "stamina": 216,
    "max_cp": 2877,
    "durability": 38880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3678.5,
     "tdo": 116934088,
     "percentile": 65.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0199_shadow",
   "dex": 199,
   "form": "shadow",
   "name_ja": "ヤドキング",
   "name_en": "Shadow Slowking",
   "slug_en": "shadow-slowking",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 177,
    "defense": 180,
    "stamina": 216,
    "max_cp": 2877,
    "durability": 38880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4349.1,
     "tdo": 116980937,
     "percentile": 76.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0200_normal",
   "dex": 200,
   "form": "normal",
   "name_ja": "ムウマ",
   "name_en": "Misdreavus",
   "slug_en": "misdreavus",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 154,
    "stamina": 155,
    "max_cp": 2178,
    "durability": 23870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2636.0,
     "tdo": 53157041,
     "percentile": 35.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.17,
     "percentile": 36.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Sneak",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0200_shadow",
   "dex": 200,
   "form": "shadow",
   "name_ja": "ムウマ",
   "name_en": "Shadow Misdreavus",
   "slug_en": "shadow-misdreavus",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 167,
    "defense": 154,
    "stamina": 155,
    "max_cp": 2178,
    "durability": 23870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3107.4,
     "tdo": 53022476,
     "percentile": 46.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Ominous Wind",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.81,
     "percentile": 42.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Sneak",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0201_normal",
   "dex": 201,
   "form": "normal",
   "name_ja": "アンノーン",
   "name_en": "Unown",
   "slug_en": "unown",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 91,
    "stamina": 134,
    "max_cp": 1339,
    "durability": 12194
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1561.7,
     "tdo": 17387541,
     "percentile": 4.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Struggle",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.27,
     "percentile": 10.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Struggle",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 33,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0202_normal",
   "dex": 202,
   "form": "normal",
   "name_ja": "ソーナンス",
   "name_en": "Wobbuffet",
   "slug_en": "wobbuffet",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 60,
    "defense": 106,
    "stamina": 382,
    "max_cp": 1160,
    "durability": 40492
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1112.2,
     "tdo": 37655803,
     "percentile": 4.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fighting",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.69,
     "percentile": 1.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fighting",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 33,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mirror Coat",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0202_shadow",
   "dex": 202,
   "form": "shadow",
   "name_ja": "ソーナンス",
   "name_en": "Shadow Wobbuffet",
   "slug_en": "shadow-wobbuffet",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 60,
    "defense": 106,
    "stamina": 382,
    "max_cp": 1160,
    "durability": 40492
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1257.4,
     "tdo": 36240808,
     "percentile": 6.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.34,
     "percentile": 6.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mirror Coat",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0203_normal",
   "dex": 203,
   "form": "normal",
   "name_ja": "キリンリキ",
   "name_en": "Girafarig",
   "slug_en": "girafarig",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 133,
    "stamina": 172,
    "max_cp": 2314,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3774.3,
     "tdo": 73693835,
     "percentile": 56.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0203_shadow",
   "dex": 203,
   "form": "shadow",
   "name_ja": "キリンリキ",
   "name_en": "Shadow Girafarig",
   "slug_en": "shadow-girafarig",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 182,
    "defense": 133,
    "stamina": 172,
    "max_cp": 2314,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4464.0,
     "tdo": 74204404,
     "percentile": 69.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0204_normal",
   "dex": 204,
   "form": "normal",
   "name_ja": "クヌギダマ",
   "name_en": "Pineco",
   "slug_en": "pineco",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 122,
    "stamina": 137,
    "max_cp": 1253,
    "durability": 16714
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1795.8,
     "tdo": 26255659,
     "percentile": 8.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 73.18,
     "percentile": 5.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0204_shadow",
   "dex": 204,
   "form": "shadow",
   "name_ja": "クヌギダマ",
   "name_en": "Shadow Pineco",
   "slug_en": "shadow-pineco",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 108,
    "defense": 122,
    "stamina": 137,
    "max_cp": 1253,
    "durability": 16714
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2117.0,
     "tdo": 26433284,
     "percentile": 18.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.6,
     "percentile": 9.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Gyro Ball",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0205_normal",
   "dex": 205,
   "form": "normal",
   "name_ja": "フォレトス",
   "name_en": "Forretress",
   "slug_en": "forretress",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 205,
    "stamina": 181,
    "max_cp": 2580,
    "durability": 37105
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3139.9,
     "tdo": 95194892,
     "percentile": 53.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Heavy Slam",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.75,
     "percentile": 31.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Heavy Slam",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0205_shadow",
   "dex": 205,
   "form": "shadow",
   "name_ja": "フォレトス",
   "name_en": "Shadow Forretress",
   "slug_en": "shadow-forretress",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 161,
    "defense": 205,
    "stamina": 181,
    "max_cp": 2580,
    "durability": 37105
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3710.8,
     "tdo": 95116218,
     "percentile": 58.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Heavy Slam",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.06,
     "percentile": 39.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Heavy Slam",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0206_normal",
   "dex": 206,
   "form": "normal",
   "name_ja": "ノコッチ",
   "name_en": "Dunsparce",
   "slug_en": "dunsparce",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 131,
    "defense": 128,
    "stamina": 225,
    "max_cp": 1909,
    "durability": 28800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2085.6,
     "tdo": 50373554,
     "percentile": 30.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Rock Slide",
     "fast_type": "dark",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.16,
     "percentile": 22.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Drill Run",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0207_normal",
   "dex": 207,
   "form": "normal",
   "name_ja": "グライガー",
   "name_en": "Gligar",
   "slug_en": "gligar",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 143,
    "defense": 184,
    "stamina": 163,
    "max_cp": 2099,
    "durability": 29992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2456.2,
     "tdo": 61197950,
     "percentile": 32.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Dig",
     "fast_type": "bug",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.62,
     "percentile": 25.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0207_shadow",
   "dex": 207,
   "form": "shadow",
   "name_ja": "グライガー",
   "name_en": "Shadow Gligar",
   "slug_en": "shadow-gligar",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 143,
    "defense": 184,
    "stamina": 163,
    "max_cp": 2099,
    "durability": 29992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2977.3,
     "tdo": 62626014,
     "percentile": 40.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Dig",
     "fast_type": "flying",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.84,
     "percentile": 28.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0208_mega",
   "dex": 208,
   "form": "mega",
   "name_ja": "メガハガネール",
   "name_en": "Mega Steelix",
   "slug_en": "mega-steelix",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 212,
    "defense": 327,
    "stamina": 181,
    "max_cp": 4149,
    "durability": 59187
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4113.5,
     "tdo": 193873463,
     "percentile": 76.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Earthquake",
     "fast_type": "electric",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.33,
     "percentile": 65.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0208_normal",
   "dex": 208,
   "form": "normal",
   "name_ja": "ハガネール",
   "name_en": "Steelix",
   "slug_en": "steelix",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 272,
    "stamina": 181,
    "max_cp": 2729,
    "durability": 49232
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3030.7,
     "tdo": 119867446,
     "percentile": 50.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.52,
     "percentile": 35.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0208_shadow",
   "dex": 208,
   "form": "shadow",
   "name_ja": "ハガネール",
   "name_en": "Shadow Steelix",
   "slug_en": "shadow-steelix",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 148,
    "defense": 272,
    "stamina": 181,
    "max_cp": 2729,
    "durability": 49232
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3588.5,
     "tdo": 119675272,
     "percentile": 58.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.55,
     "percentile": 51.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0209_normal",
   "dex": 209,
   "form": "normal",
   "name_ja": "ブルー",
   "name_en": "Snubbull",
   "slug_en": "snubbull",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 85,
    "stamina": 155,
    "max_cp": 1399,
    "durability": 13175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2529.0,
     "tdo": 30176290,
     "percentile": 30.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.26,
     "percentile": 17.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0209_shadow",
   "dex": 209,
   "form": "shadow",
   "name_ja": "ブルー",
   "name_en": "Shadow Snubbull",
   "slug_en": "shadow-snubbull",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 85,
    "stamina": 155,
    "max_cp": 1399,
    "durability": 13175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3008.3,
     "tdo": 30870136,
     "percentile": 38.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.86,
     "percentile": 30.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0210_normal",
   "dex": 210,
   "form": "normal",
   "name_ja": "グランブル",
   "name_en": "Granbull",
   "slug_en": "granbull",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 212,
    "defense": 131,
    "stamina": 207,
    "max_cp": 2885,
    "durability": 27117
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4142.0,
     "tdo": 94516128,
     "percentile": 68.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.22,
     "percentile": 79.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0210_shadow",
   "dex": 210,
   "form": "shadow",
   "name_ja": "グランブル",
   "name_en": "Shadow Granbull",
   "slug_en": "shadow-granbull",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 212,
    "defense": 131,
    "stamina": 207,
    "max_cp": 2885,
    "durability": 27117
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4908.3,
     "tdo": 95126425,
     "percentile": 80.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 226.24,
     "percentile": 94.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0211_hisuian",
   "dex": 211,
   "form": "normal",
   "name_ja": "ハリーセン(ヒスイ)",
   "name_en": "Qwilfish Hisuian",
   "slug_en": "qwilfish-hisuian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 151,
    "stamina": 163,
    "max_cp": 2415,
    "durability": 24613
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3848.0,
     "tdo": 79977178,
     "percentile": 59.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.57,
     "percentile": 71.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0211_normal",
   "dex": 211,
   "form": "normal",
   "name_ja": "ハリーセン",
   "name_en": "Qwilfish",
   "slug_en": "qwilfish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 138,
    "stamina": 163,
    "max_cp": 2318,
    "durability": 22494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3192.8,
     "tdo": 61161939,
     "percentile": 49.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Shadow Ball",
     "fast_type": "poison",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.1,
     "percentile": 46.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0211_shadow",
   "dex": 211,
   "form": "shadow",
   "name_ja": "ハリーセン",
   "name_en": "Shadow Qwilfish",
   "slug_en": "shadow-qwilfish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 184,
    "defense": 138,
    "stamina": 163,
    "max_cp": 2318,
    "durability": 22494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3966.2,
     "tdo": 64556553,
     "percentile": 60.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Shadow Ball",
     "fast_type": "water",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.2,
     "percentile": 62.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0212_mega",
   "dex": 212,
   "form": "mega",
   "name_ja": "メガハッサム",
   "name_en": "Mega Scizor",
   "slug_en": "mega-scizor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 279,
    "defense": 250,
    "stamina": 172,
    "max_cp": 4621,
    "durability": 43000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4817.4,
     "tdo": 168420978,
     "percentile": 89.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.05,
     "percentile": 92.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0212_normal",
   "dex": 212,
   "form": "normal",
   "name_ja": "ハッサム",
   "name_en": "Scizor",
   "slug_en": "scizor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 236,
    "defense": 181,
    "stamina": 172,
    "max_cp": 3393,
    "durability": 31132
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4112.9,
     "tdo": 106348844,
     "percentile": 72.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 183.82,
     "percentile": 75.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0212_shadow",
   "dex": 212,
   "form": "shadow",
   "name_ja": "ハッサム",
   "name_en": "Shadow Scizor",
   "slug_en": "shadow-scizor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 236,
    "defense": 181,
    "stamina": 172,
    "max_cp": 3393,
    "durability": 31132
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4883.0,
     "tdo": 106936837,
     "percentile": 86.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 220.26,
     "percentile": 96.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0213_normal",
   "dex": 213,
   "form": "normal",
   "name_ja": "ツボツボ",
   "name_en": "Shuckle",
   "slug_en": "shuckle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 17,
    "defense": 396,
    "stamina": 85,
    "max_cp": 458,
    "durability": 33660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 570.4,
     "tdo": 16547787,
     "percentile": 1.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 23.76,
     "percentile": 0.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0213_shadow",
   "dex": 213,
   "form": "shadow",
   "name_ja": "ツボツボ",
   "name_en": "Shadow Shuckle",
   "slug_en": "shadow-shuckle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 17,
    "defense": 396,
    "stamina": 85,
    "max_cp": 458,
    "durability": 33660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 623.9,
     "tdo": 15192710,
     "percentile": 1.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 24.76,
     "percentile": 0.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0214_mega",
   "dex": 214,
   "form": "mega",
   "name_ja": "メガヘラクロス",
   "name_en": "Mega Heracross",
   "slug_en": "mega-heracross",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 334,
    "defense": 223,
    "stamina": 190,
    "max_cp": 5443,
    "durability": 42370
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6560.8,
     "tdo": 225680100,
     "percentile": 96.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Megahorn",
     "fast_type": "fighting",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 258.4,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 83,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0214_normal",
   "dex": 214,
   "form": "normal",
   "name_ja": "ヘラクロス",
   "name_en": "Heracross",
   "slug_en": "heracross",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 234,
    "defense": 179,
    "stamina": 190,
    "max_cp": 3506,
    "durability": 34010
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4680.9,
     "tdo": 131247778,
     "percentile": 81.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Megahorn",
     "fast_type": "fighting",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.97,
     "percentile": 79.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0215_hisuian",
   "dex": 215,
   "form": "normal",
   "name_ja": "ニューラ(ヒスイ)",
   "name_en": "Sneasel Hisuian",
   "slug_en": "sneasel-hisuian",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 189,
    "defense": 146,
    "stamina": 146,
    "max_cp": 2319,
    "durability": 21316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3702.7,
     "tdo": 67625779,
     "percentile": 50.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 112.11,
     "percentile": 37.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Aerial Ace",
     "fast_type": "poison",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0215_normal",
   "dex": 215,
   "form": "normal",
   "name_ja": "ニューラ",
   "name_en": "Sneasel",
   "slug_en": "sneasel",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 189,
    "defense": 146,
    "stamina": 146,
    "max_cp": 2319,
    "durability": 21316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3839.8,
     "tdo": 70130437,
     "percentile": 56.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "fast_type": "dark",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.04,
     "percentile": 65.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0215_shadow",
   "dex": 215,
   "form": "shadow",
   "name_ja": "ニューラ",
   "name_en": "Shadow Sneasel",
   "slug_en": "shadow-sneasel",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 189,
    "defense": 146,
    "stamina": 146,
    "max_cp": 2319,
    "durability": 21316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4555.1,
     "tdo": 70792368,
     "percentile": 67.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "fast_type": "dark",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.87,
     "percentile": 86.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0215_shadow_hisuian",
   "dex": 215,
   "form": "shadow",
   "name_ja": "シャドウニューラ(ヒスイ)",
   "name_en": "Shadow Sneasel Hisuian",
   "slug_en": "shadow-sneasel-hisuian",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 189,
    "defense": 146,
    "stamina": 146,
    "max_cp": 2319,
    "durability": 21316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4392.4,
     "tdo": 68264069,
     "percentile": 58.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.5,
     "percentile": 57.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Aerial Ace",
     "fast_type": "poison",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0216_normal",
   "dex": 216,
   "form": "normal",
   "name_ja": "ヒメグマ",
   "name_en": "Teddiursa",
   "slug_en": "teddiursa",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 93,
    "stamina": 155,
    "max_cp": 1502,
    "durability": 14415
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2549.7,
     "tdo": 32857124,
     "percentile": 25.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 44.86,
     "percentile": 36.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Crunch",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0216_shadow",
   "dex": 216,
   "form": "shadow",
   "name_ja": "ヒメグマ",
   "name_en": "Shadow Teddiursa",
   "slug_en": "shadow-teddiursa",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 142,
    "defense": 93,
    "stamina": 155,
    "max_cp": 1502,
    "durability": 14415
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3004.4,
     "tdo": 33339633,
     "percentile": 36.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.94,
     "percentile": 46.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Crunch",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0217_normal",
   "dex": 217,
   "form": "normal",
   "name_ja": "リングマ",
   "name_en": "Ursaring",
   "slug_en": "ursaring",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 236,
    "defense": 144,
    "stamina": 207,
    "max_cp": 3329,
    "durability": 29808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4519.6,
     "tdo": 112317060,
     "percentile": 76.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Hyper Beam",
     "fast_type": "steel",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.77,
     "percentile": 85.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Play Rough",
     "fast_type": "steel",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0217_shadow",
   "dex": 217,
   "form": "shadow",
   "name_ja": "リングマ",
   "name_en": "Shadow Ursaring",
   "slug_en": "shadow-ursaring",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 236,
    "defense": 144,
    "stamina": 207,
    "max_cp": 3329,
    "durability": 29808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5365.9,
     "tdo": 113220459,
     "percentile": 88.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Hyper Beam",
     "fast_type": "steel",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 220.46,
     "percentile": 93.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Play Rough",
     "fast_type": "steel",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0218_normal",
   "dex": 218,
   "form": "normal",
   "name_ja": "マグマッグ",
   "name_en": "Slugma",
   "slug_en": "slugma",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 71,
    "stamina": 120,
    "max_cp": 1011,
    "durability": 8520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2058.7,
     "tdo": 16811702,
     "percentile": 12.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Flame Burst",
     "fast_type": "rock",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.74,
     "percentile": 18.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0219_normal",
   "dex": 219,
   "form": "normal",
   "name_ja": "マグカルゴ",
   "name_en": "Magcargo",
   "slug_en": "magcargo",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 191,
    "stamina": 137,
    "max_cp": 1924,
    "durability": 26167
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3005.3,
     "tdo": 66067611,
     "percentile": 37.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Overheat",
     "fast_type": "rock",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 118.91,
     "percentile": 38.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Overheat",
     "fast_type": "rock",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0220_normal",
   "dex": 220,
   "form": "normal",
   "name_ja": "ウリムー",
   "name_en": "Swinub",
   "slug_en": "swinub",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 90,
    "defense": 69,
    "stamina": 137,
    "max_cp": 837,
    "durability": 9453
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1470.5,
     "tdo": 13182257,
     "percentile": 5.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Rock Slide",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 27.03,
     "percentile": 8.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Icy Wind",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0220_shadow",
   "dex": 220,
   "form": "shadow",
   "name_ja": "ウリムー",
   "name_en": "Shadow Swinub",
   "slug_en": "shadow-swinub",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 90,
    "defense": 69,
    "stamina": 137,
    "max_cp": 837,
    "durability": 9453
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1722.6,
     "tdo": 13419896,
     "percentile": 7.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Rock Slide",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.21,
     "percentile": 9.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Icy Wind",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0221_normal",
   "dex": 221,
   "form": "normal",
   "name_ja": "イノムー",
   "name_en": "Piloswine",
   "slug_en": "piloswine",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 181,
    "defense": 138,
    "stamina": 225,
    "max_cp": 2652,
    "durability": 31050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3314.2,
     "tdo": 85645917,
     "percentile": 58.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.06,
     "percentile": 58.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0221_shadow",
   "dex": 221,
   "form": "shadow",
   "name_ja": "イノムー",
   "name_en": "Shadow Piloswine",
   "slug_en": "shadow-piloswine",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 181,
    "defense": 138,
    "stamina": 225,
    "max_cp": 2652,
    "durability": 31050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4210.9,
     "tdo": 92459143,
     "percentile": 71.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.94,
     "percentile": 81.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0222_galarian",
   "dex": 222,
   "form": "normal",
   "name_ja": "サニーゴ(ガラル)",
   "name_en": "Corsola Galarian",
   "slug_en": "corsola-galarian",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 182,
    "stamina": 155,
    "max_cp": 1692,
    "durability": 28210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1790.6,
     "tdo": 42091379,
     "percentile": 16.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Night Shade",
     "fast_type": "normal",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.34,
     "percentile": 10.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0222_normal",
   "dex": 222,
   "form": "normal",
   "name_ja": "サニーゴ",
   "name_en": "Corsola",
   "slug_en": "corsola",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 156,
    "stamina": 146,
    "max_cp": 1558,
    "durability": 22776
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2179.3,
     "tdo": 42275120,
     "percentile": 20.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Power Gem",
     "fast_type": "water",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 89.57,
     "percentile": 17.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Power Gem",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0223_normal",
   "dex": 223,
   "form": "normal",
   "name_ja": "テッポウオ",
   "name_en": "Remoraid",
   "slug_en": "remoraid",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 127,
    "defense": 69,
    "stamina": 111,
    "max_cp": 1031,
    "durability": 7659
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1766.0,
     "tdo": 13088424,
     "percentile": 7.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Rock Blast",
     "fast_type": "ground",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 96.81,
     "percentile": 15.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0224_normal",
   "dex": 224,
   "form": "normal",
   "name_ja": "オクタン",
   "name_en": "Octillery",
   "slug_en": "octillery",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 197,
    "defense": 141,
    "stamina": 181,
    "max_cp": 2617,
    "durability": 25521
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3425.8,
     "tdo": 73649479,
     "percentile": 46.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Gunk Shot",
     "fast_type": "water",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.24,
     "percentile": 48.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0225_normal",
   "dex": 225,
   "form": "normal",
   "name_ja": "デリバード",
   "name_en": "Delibird",
   "slug_en": "delibird",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 128,
    "defense": 90,
    "stamina": 128,
    "max_cp": 1237,
    "durability": 11520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2329.3,
     "tdo": 24662238,
     "percentile": 28.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.79,
     "percentile": 23.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0225_shadow",
   "dex": 225,
   "form": "shadow",
   "name_ja": "デリバード",
   "name_en": "Shadow Delibird",
   "slug_en": "shadow-delibird",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 128,
    "defense": 90,
    "stamina": 128,
    "max_cp": 1237,
    "durability": 11520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2752.8,
     "tdo": 24982527,
     "percentile": 34.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.51,
     "percentile": 30.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Present",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0226_normal",
   "dex": 226,
   "form": "normal",
   "name_ja": "マンタイン",
   "name_en": "Mantine",
   "slug_en": "mantine",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 226,
    "stamina": 163,
    "max_cp": 2383,
    "durability": 36838
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2540.2,
     "tdo": 76647345,
     "percentile": 35.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aerial Ace",
     "fast_type": "water",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.31,
     "percentile": 25.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0227_mega",
   "dex": 227,
   "form": "mega",
   "name_ja": "メガエアームド",
   "name_en": "Mega Skarmory",
   "slug_en": "mega-skarmory",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 273,
    "defense": 228,
    "stamina": 163,
    "max_cp": 4329,
    "durability": 37164
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6040.5,
     "tdo": 183780034,
     "percentile": 94.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 225.73,
     "percentile": 85.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0227_normal",
   "dex": 227,
   "form": "normal",
   "name_ja": "エアームド",
   "name_en": "Skarmory",
   "slug_en": "skarmory",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 226,
    "stamina": 163,
    "max_cp": 2383,
    "durability": 36838
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3418.7,
     "tdo": 103158309,
     "percentile": 54.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.8,
     "percentile": 37.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0227_shadow",
   "dex": 227,
   "form": "shadow",
   "name_ja": "エアームド",
   "name_en": "Shadow Skarmory",
   "slug_en": "shadow-skarmory",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 148,
    "defense": 226,
    "stamina": 163,
    "max_cp": 2383,
    "durability": 36838
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4048.0,
     "tdo": 102885202,
     "percentile": 63.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.13,
     "percentile": 51.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0228_normal",
   "dex": 228,
   "form": "normal",
   "name_ja": "デルビル",
   "name_en": "Houndour",
   "slug_en": "houndour",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 152,
    "defense": 83,
    "stamina": 128,
    "max_cp": 1395,
    "durability": 10624
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2886.8,
     "tdo": 28527056,
     "percentile": 29.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.81,
     "percentile": 38.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0228_shadow",
   "dex": 228,
   "form": "shadow",
   "name_ja": "デルビル",
   "name_en": "Shadow Houndour",
   "slug_en": "shadow-houndour",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 152,
    "defense": 83,
    "stamina": 128,
    "max_cp": 1395,
    "durability": 10624
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3405.4,
     "tdo": 28844295,
     "percentile": 36.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.07,
     "percentile": 54.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0229_mega",
   "dex": 229,
   "form": "mega",
   "name_ja": "メガヘルガー",
   "name_en": "Mega Houndoom",
   "slug_en": "mega-houndoom",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 289,
    "defense": 194,
    "stamina": 181,
    "max_cp": 4344,
    "durability": 35114
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5824.3,
     "tdo": 167751836,
     "percentile": 92.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 276.24,
     "percentile": 95.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0229_normal",
   "dex": 229,
   "form": "normal",
   "name_ja": "ヘルガー",
   "name_en": "Houndoom",
   "slug_en": "houndoom",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 224,
    "defense": 144,
    "stamina": 181,
    "max_cp": 2979,
    "durability": 26064
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4579.0,
     "tdo": 100332686,
     "percentile": 74.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 216.45,
     "percentile": 78.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0229_shadow",
   "dex": 229,
   "form": "shadow",
   "name_ja": "ヘルガー",
   "name_en": "Shadow Houndoom",
   "slug_en": "shadow-houndoom",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 224,
    "defense": 144,
    "stamina": 181,
    "max_cp": 2979,
    "durability": 26064
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5297.9,
     "tdo": 98563847,
     "percentile": 85.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Foul Play",
     "fast_type": "fire",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 262.12,
     "percentile": 94.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0230_normal",
   "dex": 230,
   "form": "normal",
   "name_ja": "キングドラ",
   "name_en": "Kingdra",
   "slug_en": "kingdra",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 194,
    "defense": 194,
    "stamina": 181,
    "max_cp": 2986,
    "durability": 35114
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3773.4,
     "tdo": 108681327,
     "percentile": 65.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.61,
     "percentile": 63.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0230_shadow",
   "dex": 230,
   "form": "shadow",
   "name_ja": "キングドラ",
   "name_en": "Shadow Kingdra",
   "slug_en": "shadow-kingdra",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 194,
    "defense": 194,
    "stamina": 181,
    "max_cp": 2986,
    "durability": 35114
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4477.5,
     "tdo": 109216262,
     "percentile": 78.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.91,
     "percentile": 78.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0231_normal",
   "dex": 231,
   "form": "normal",
   "name_ja": "ゴマゾウ",
   "name_en": "Phanpy",
   "slug_en": "phanpy",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 98,
    "stamina": 207,
    "max_cp": 1364,
    "durability": 20286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1760.9,
     "tdo": 31099533,
     "percentile": 14.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Bulldoze",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.21,
     "percentile": 9.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Rock Slide",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0231_shadow",
   "dex": 231,
   "form": "shadow",
   "name_ja": "ゴマゾウ",
   "name_en": "Shadow Phanpy",
   "slug_en": "shadow-phanpy",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 107,
    "defense": 98,
    "stamina": 207,
    "max_cp": 1364,
    "durability": 20286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2064.0,
     "tdo": 31291282,
     "percentile": 19.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Bulldoze",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 33.68,
     "percentile": 17.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0232_normal",
   "dex": 232,
   "form": "normal",
   "name_ja": "ドンファン",
   "name_en": "Donphan",
   "slug_en": "donphan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 185,
    "stamina": 207,
    "max_cp": 3407,
    "durability": 38295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4350.1,
     "tdo": 135981409,
     "percentile": 75.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.65,
     "percentile": 78.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0232_shadow",
   "dex": 232,
   "form": "shadow",
   "name_ja": "ドンファン",
   "name_en": "Shadow Donphan",
   "slug_en": "shadow-donphan",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 214,
    "defense": 185,
    "stamina": 207,
    "max_cp": 3407,
    "durability": 38295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5167.0,
     "tdo": 136480206,
     "percentile": 85.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.97,
     "percentile": 87.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0233_normal",
   "dex": 233,
   "form": "normal",
   "name_ja": "ポリゴン２",
   "name_en": "Porygon2",
   "slug_en": "porygon2",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 180,
    "stamina": 198,
    "max_cp": 3065,
    "durability": 35640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4057.0,
     "tdo": 118328836,
     "percentile": 71.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 66.06,
     "percentile": 71.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Solar Beam",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0233_shadow",
   "dex": 233,
   "form": "shadow",
   "name_ja": "ポリゴン２",
   "name_en": "Shadow Porygon2",
   "slug_en": "shadow-porygon2",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 198,
    "defense": 180,
    "stamina": 198,
    "max_cp": 3065,
    "durability": 35640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4818.8,
     "tdo": 118927104,
     "percentile": 79.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.32,
     "percentile": 86.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Solar Beam",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0234_normal",
   "dex": 234,
   "form": "normal",
   "name_ja": "オドシシ",
   "name_en": "Stantler",
   "slug_en": "stantler",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 131,
    "stamina": 177,
    "max_cp": 2447,
    "durability": 23187
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3478.8,
     "tdo": 68714405,
     "percentile": 49.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 56.05,
     "percentile": 54.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0234_shadow",
   "dex": 234,
   "form": "shadow",
   "name_ja": "オドシシ",
   "name_en": "Shadow Stantler",
   "slug_en": "shadow-stantler",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 192,
    "defense": 131,
    "stamina": 177,
    "max_cp": 2447,
    "durability": 23187
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4117.5,
     "tdo": 69073642,
     "percentile": 64.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 64.31,
     "percentile": 68.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0235_normal",
   "dex": 235,
   "form": "normal",
   "name_ja": "ドーブル",
   "name_en": "Smeargle",
   "slug_en": "smeargle",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 40,
    "defense": 83,
    "stamina": 146,
    "max_cp": 487,
    "durability": 12118
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 0.0,
     "tdo": 0,
     "percentile": 0.1,
     "tier": ""
    },
    "recommendation": null
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 0.0,
     "percentile": 0.1,
     "tier": ""
    },
    "recommendation": null
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0236_normal",
   "dex": 236,
   "form": "normal",
   "name_ja": "バルキー",
   "name_en": "Tyrogue",
   "slug_en": "tyrogue",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 64,
    "defense": 64,
    "stamina": 111,
    "max_cp": 556,
    "durability": 7104
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1208.2,
     "tdo": 8421386,
     "percentile": 2.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 44.92,
     "percentile": 1.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Rock Slide",
     "fast_type": "fighting",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0237_normal",
   "dex": 237,
   "form": "normal",
   "name_ja": "カポエラー",
   "name_en": "Hitmontop",
   "slug_en": "hitmontop",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 207,
    "stamina": 137,
    "max_cp": 2438,
    "durability": 28359
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3412.3,
     "tdo": 80841993,
     "percentile": 47.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 38.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Gyro Ball",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0237_shadow",
   "dex": 237,
   "form": "shadow",
   "name_ja": "カポエラー",
   "name_en": "Shadow Hitmontop",
   "slug_en": "shadow-hitmontop",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 173,
    "defense": 207,
    "stamina": 137,
    "max_cp": 2438,
    "durability": 28359
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4047.6,
     "tdo": 80774199,
     "percentile": 59.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.24,
     "percentile": 53.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Gyro Ball",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0238_normal",
   "dex": 238,
   "form": "normal",
   "name_ja": "ムチュール",
   "name_en": "Smoochum",
   "slug_en": "smoochum",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 91,
    "stamina": 128,
    "max_cp": 1460,
    "durability": 11648
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2889.8,
     "tdo": 30888401,
     "percentile": 31.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Ice Beam",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.03,
     "percentile": 44.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0239_normal",
   "dex": 239,
   "form": "normal",
   "name_ja": "エレキッド",
   "name_en": "Elekid",
   "slug_en": "elekid",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 101,
    "stamina": 128,
    "max_cp": 1364,
    "durability": 12928
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2606.2,
     "tdo": 30484924,
     "percentile": 26.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.93,
     "percentile": 29.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0240_normal",
   "dex": 240,
   "form": "normal",
   "name_ja": "ブビィ",
   "name_en": "Magby",
   "slug_en": "magby",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 151,
    "defense": 99,
    "stamina": 128,
    "max_cp": 1496,
    "durability": 12672
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2749.9,
     "tdo": 31611416,
     "percentile": 27.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 118.76,
     "percentile": 26.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Karate Chop",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0241_normal",
   "dex": 241,
   "form": "normal",
   "name_ja": "ミルタンク",
   "name_en": "Miltank",
   "slug_en": "miltank",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 157,
    "defense": 193,
    "stamina": 216,
    "max_cp": 2662,
    "durability": 41688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2680.4,
     "tdo": 90886569,
     "percentile": 45.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.76,
     "percentile": 40.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Ice Beam",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0242_normal",
   "dex": 242,
   "form": "normal",
   "name_ja": "ハピナス",
   "name_en": "Blissey",
   "slug_en": "blissey",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 129,
    "defense": 169,
    "stamina": 496,
    "max_cp": 3117,
    "durability": 83824
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2800.4,
     "tdo": 185747637,
     "percentile": 60.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.23,
     "percentile": 40.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0243_normal",
   "dex": 243,
   "form": "legendary",
   "name_ja": "ライコウ",
   "name_en": "Raikou",
   "slug_en": "raikou",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 241,
    "defense": 195,
    "stamina": 207,
    "max_cp": 3902,
    "durability": 40365
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4858.3,
     "tdo": 159460683,
     "percentile": 89.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Aura Sphere",
     "fast_type": "electric",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.16,
     "percentile": 80.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0243_shadow",
   "dex": 243,
   "form": "shadow",
   "name_ja": "ライコウ",
   "name_en": "Shadow Raikou",
   "slug_en": "shadow-raikou",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 241,
    "defense": 195,
    "stamina": 207,
    "max_cp": 3902,
    "durability": 40365
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5892.4,
     "tdo": 163009663,
     "percentile": 97.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Aura Sphere",
     "fast_type": "electric",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 220.26,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0244_normal",
   "dex": 244,
   "form": "legendary",
   "name_ja": "エンテイ",
   "name_en": "Entei",
   "slug_en": "entei",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 235,
    "defense": 171,
    "stamina": 251,
    "max_cp": 3926,
    "durability": 42921
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4978.8,
     "tdo": 173530125,
     "percentile": 89.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.33,
     "percentile": 79.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0244_shadow",
   "dex": 244,
   "form": "shadow",
   "name_ja": "エンテイ",
   "name_en": "Shadow Entei",
   "slug_en": "shadow-entei",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 235,
    "defense": 171,
    "stamina": 251,
    "max_cp": 3926,
    "durability": 42921
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5914.8,
     "tdo": 174011531,
     "percentile": 95.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.96,
     "percentile": 91.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0245_normal",
   "dex": 245,
   "form": "legendary",
   "name_ja": "スイクン",
   "name_en": "Suicune",
   "slug_en": "suicune",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 180,
    "defense": 235,
    "stamina": 225,
    "max_cp": 3372,
    "durability": 52875
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3562.1,
     "tdo": 150411680,
     "percentile": 67.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Hydro Pump",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.47,
     "percentile": 49.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0245_shadow",
   "dex": 245,
   "form": "shadow",
   "name_ja": "スイクン",
   "name_en": "Shadow Suicune",
   "slug_en": "shadow-suicune",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 235,
    "stamina": 225,
    "max_cp": 3372,
    "durability": 52875
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4054.7,
     "tdo": 144502230,
     "percentile": 76.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.44,
     "percentile": 68.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0246_normal",
   "dex": 246,
   "form": "normal",
   "name_ja": "ヨーギラス",
   "name_en": "Larvitar",
   "slug_en": "larvitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 93,
    "stamina": 137,
    "max_cp": 1176,
    "durability": 12741
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1884.4,
     "tdo": 21718441,
     "percentile": 10.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Ancient Power",
     "fast_type": "dark",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 34.03,
     "percentile": 18.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0246_shadow",
   "dex": 246,
   "form": "shadow",
   "name_ja": "ヨーギラス",
   "name_en": "Shadow Larvitar",
   "slug_en": "shadow-larvitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 115,
    "defense": 93,
    "stamina": 137,
    "max_cp": 1176,
    "durability": 12741
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2217.8,
     "tdo": 22010804,
     "percentile": 18.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Ancient Power",
     "fast_type": "dark",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 37.66,
     "percentile": 24.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0247_normal",
   "dex": 247,
   "form": "normal",
   "name_ja": "サナギラス",
   "name_en": "Pupitar",
   "slug_en": "pupitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 133,
    "stamina": 172,
    "max_cp": 1996,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2571.3,
     "tdo": 50205525,
     "percentile": 33.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 106.95,
     "percentile": 29.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0247_shadow",
   "dex": 247,
   "form": "shadow",
   "name_ja": "サナギラス",
   "name_en": "Shadow Pupitar",
   "slug_en": "shadow-pupitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 155,
    "defense": 133,
    "stamina": 172,
    "max_cp": 1996,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3040.2,
     "tdo": 50536770,
     "percentile": 39.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 118.76,
     "percentile": 38.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0248_mega",
   "dex": 248,
   "form": "mega",
   "name_ja": "メガバンギラス",
   "name_en": "Mega Tyranitar",
   "slug_en": "mega-tyranitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 309,
    "defense": 276,
    "stamina": 225,
    "max_cp": 6045,
    "durability": 62100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5981.3,
     "tdo": 293979891,
     "percentile": 98.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 299.4,
     "percentile": 97.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0248_normal",
   "dex": 248,
   "form": "normal",
   "name_ja": "バンギラス",
   "name_en": "Tyranitar",
   "slug_en": "tyranitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 251,
    "defense": 207,
    "stamina": 225,
    "max_cp": 4335,
    "durability": 46575
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4910.6,
     "tdo": 184125626,
     "percentile": 92.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 244.5,
     "percentile": 88.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0248_shadow",
   "dex": 248,
   "form": "shadow",
   "name_ja": "バンギラス",
   "name_en": "Shadow Tyranitar",
   "slug_en": "shadow-tyranitar",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 251,
    "defense": 207,
    "stamina": 225,
    "max_cp": 4335,
    "durability": 46575
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5833.6,
     "tdo": 184250347,
     "percentile": 97.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 294.99,
     "percentile": 97.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0249_normal",
   "dex": 249,
   "form": "legendary",
   "name_ja": "ルギア",
   "name_en": "Lugia",
   "slug_en": "lugia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 193,
    "defense": 310,
    "stamina": 235,
    "max_cp": 4186,
    "durability": 72850
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4505.5,
     "tdo": 258392666,
     "percentile": 90.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Aeroblast",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.67,
     "percentile": 50.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Aeroblast",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0249_shadow",
   "dex": 249,
   "form": "shadow",
   "name_ja": "ルギア",
   "name_en": "Shadow Lugia",
   "slug_en": "shadow-lugia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 193,
    "defense": 310,
    "stamina": 235,
    "max_cp": 4186,
    "durability": 72850
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5350.3,
     "tdo": 257746684,
     "percentile": 96.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Aeroblast",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 205.97,
     "percentile": 67.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Fly",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Aeroblast",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0250_normal",
   "dex": 250,
   "form": "legendary",
   "name_ja": "ホウオウ",
   "name_en": "Ho Oh",
   "slug_en": "ho-oh",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 239,
    "defense": 244,
    "stamina": 214,
    "max_cp": 4367,
    "durability": 52216
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5122.5,
     "tdo": 214049722,
     "percentile": 91.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.84,
     "percentile": 77.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Sacred Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0250_shadow",
   "dex": 250,
   "form": "shadow",
   "name_ja": "ホウオウ",
   "name_en": "Shadow Ho Oh",
   "slug_en": "shadow-ho-oh",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 239,
    "defense": 244,
    "stamina": 214,
    "max_cp": 4367,
    "durability": 52216
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6090.5,
     "tdo": 214212408,
     "percentile": 97.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 222.22,
     "percentile": 92.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Sacred Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 78,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0251_normal",
   "dex": 251,
   "form": "mythical",
   "name_ja": "セレビィ",
   "name_en": "Celebi",
   "slug_en": "celebi",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 210,
    "stamina": 225,
    "max_cp": 3691,
    "durability": 47250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4688.9,
     "tdo": 178189246,
     "percentile": 85.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Aura Sphere",
     "fast_type": "grass",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 199.8,
     "percentile": 83.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0252_normal",
   "dex": 252,
   "form": "normal",
   "name_ja": "キモリ",
   "name_en": "Treecko",
   "slug_en": "treecko",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 94,
    "stamina": 120,
    "max_cp": 1190,
    "durability": 11280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2616.4,
     "tdo": 27079240,
     "percentile": 23.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.25,
     "percentile": 22.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0252_shadow",
   "dex": 252,
   "form": "shadow",
   "name_ja": "キモリ",
   "name_en": "Shadow Treecko",
   "slug_en": "shadow-treecko",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 124,
    "defense": 94,
    "stamina": 120,
    "max_cp": 1190,
    "durability": 11280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3086.9,
     "tdo": 27259757,
     "percentile": 34.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.8,
     "percentile": 35.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0253_normal",
   "dex": 253,
   "form": "normal",
   "name_ja": "ジュプトル",
   "name_en": "Grovyle",
   "slug_en": "grovyle",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 120,
    "stamina": 137,
    "max_cp": 1891,
    "durability": 16440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3577.9,
     "tdo": 51546143,
     "percentile": 48.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.45,
     "percentile": 42.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0253_shadow",
   "dex": 253,
   "form": "shadow",
   "name_ja": "ジュプトル",
   "name_en": "Shadow Grovyle",
   "slug_en": "shadow-grovyle",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 120,
    "stamina": 137,
    "max_cp": 1891,
    "durability": 16440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4228.4,
     "tdo": 51893255,
     "percentile": 57.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.21,
     "percentile": 69.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0254_mega",
   "dex": 254,
   "form": "mega",
   "name_ja": "メガジュカイン",
   "name_en": "Mega Sceptile",
   "slug_en": "mega-sceptile",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 320,
    "defense": 186,
    "stamina": 172,
    "max_cp": 4585,
    "durability": 31992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6943.7,
     "tdo": 184127942,
     "percentile": 98.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.16,
     "percentile": 98.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "bug",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0254_normal",
   "dex": 254,
   "form": "normal",
   "name_ja": "ジュカイン",
   "name_en": "Sceptile",
   "slug_en": "sceptile",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 169,
    "stamina": 172,
    "max_cp": 3117,
    "durability": 29068
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4933.1,
     "tdo": 119749474,
     "percentile": 87.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.47,
     "percentile": 84.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0254_shadow",
   "dex": 254,
   "form": "shadow",
   "name_ja": "ジュカイン",
   "name_en": "Shadow Sceptile",
   "slug_en": "shadow-sceptile",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 169,
    "stamina": 172,
    "max_cp": 3117,
    "durability": 29068
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5865.9,
     "tdo": 120722958,
     "percentile": 93.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 228.1,
     "percentile": 94.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0255_normal",
   "dex": 255,
   "form": "normal",
   "name_ja": "アチャモ",
   "name_en": "Torchic",
   "slug_en": "torchic",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 130,
    "defense": 87,
    "stamina": 128,
    "max_cp": 1236,
    "durability": 11136
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2236.2,
     "tdo": 22999787,
     "percentile": 24.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.3,
     "percentile": 18.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0255_shadow",
   "dex": 255,
   "form": "shadow",
   "name_ja": "アチャモ",
   "name_en": "Shadow Torchic",
   "slug_en": "shadow-torchic",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 130,
    "defense": 87,
    "stamina": 128,
    "max_cp": 1236,
    "durability": 11136
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2637.2,
     "tdo": 23135080,
     "percentile": 28.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.21,
     "percentile": 27.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0256_normal",
   "dex": 256,
   "form": "normal",
   "name_ja": "ワカシャモ",
   "name_en": "Combusken",
   "slug_en": "combusken",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 115,
    "stamina": 155,
    "max_cp": 1868,
    "durability": 17825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2948.7,
     "tdo": 45740558,
     "percentile": 33.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.69,
     "percentile": 31.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0256_shadow",
   "dex": 256,
   "form": "shadow",
   "name_ja": "ワカシャモ",
   "name_en": "Shadow Combusken",
   "slug_en": "shadow-combusken",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 163,
    "defense": 115,
    "stamina": 155,
    "max_cp": 1868,
    "durability": 17825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3495.4,
     "tdo": 46296008,
     "percentile": 43.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.7,
     "percentile": 48.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0257_mega",
   "dex": 257,
   "form": "mega",
   "name_ja": "メガバシャーモ",
   "name_en": "Mega Blaziken",
   "slug_en": "mega-blaziken",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 329,
    "defense": 168,
    "stamina": 190,
    "max_cp": 4704,
    "durability": 31920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7718.0,
     "tdo": 204135228,
     "percentile": 99.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Aura Sphere",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 245.1,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 86,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0257_normal",
   "dex": 257,
   "form": "normal",
   "name_ja": "バシャーモ",
   "name_en": "Blaziken",
   "slug_en": "blaziken",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 240,
    "defense": 141,
    "stamina": 190,
    "max_cp": 3219,
    "durability": 26790
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5721.2,
     "tdo": 128995097,
     "percentile": 93.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Aura Sphere",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 193.05,
     "percentile": 93.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0257_shadow",
   "dex": 257,
   "form": "shadow",
   "name_ja": "バシャーモ",
   "name_en": "Shadow Blaziken",
   "slug_en": "shadow-blaziken",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 240,
    "defense": 141,
    "stamina": 190,
    "max_cp": 3219,
    "durability": 26790
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6798.1,
     "tdo": 130678065,
     "percentile": 98.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Aura Sphere",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 213.68,
     "percentile": 97.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 78,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0258_normal",
   "dex": 258,
   "form": "normal",
   "name_ja": "ミズゴロウ",
   "name_en": "Mudkip",
   "slug_en": "mudkip",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 126,
    "defense": 93,
    "stamina": 137,
    "max_cp": 1275,
    "durability": 12741
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1831.1,
     "tdo": 21104329,
     "percentile": 10.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Sludge",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.79,
     "percentile": 20.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Dig",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0258_shadow",
   "dex": 258,
   "form": "shadow",
   "name_ja": "ミズゴロウ",
   "name_en": "Shadow Mudkip",
   "slug_en": "shadow-mudkip",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 126,
    "defense": 93,
    "stamina": 137,
    "max_cp": 1275,
    "durability": 12741
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2360.6,
     "tdo": 23428409,
     "percentile": 22.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Stomp",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.94,
     "percentile": 33.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Dig",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0259_normal",
   "dex": 259,
   "form": "normal",
   "name_ja": "ヌマクロー",
   "name_en": "Marshtomp",
   "slug_en": "marshtomp",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 133,
    "stamina": 172,
    "max_cp": 2008,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2918.0,
     "tdo": 56975320,
     "percentile": 42.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.04,
     "percentile": 45.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0259_shadow",
   "dex": 259,
   "form": "shadow",
   "name_ja": "ヌマクロー",
   "name_en": "Shadow Marshtomp",
   "slug_en": "shadow-marshtomp",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 156,
    "defense": 133,
    "stamina": 172,
    "max_cp": 2008,
    "durability": 22876
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3259.0,
     "tdo": 54174076,
     "percentile": 50.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Surf",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.82,
     "percentile": 57.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0260_mega",
   "dex": 260,
   "form": "mega",
   "name_ja": "メガラグラージ",
   "name_en": "Mega Swampert",
   "slug_en": "mega-swampert",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 283,
    "defense": 218,
    "stamina": 225,
    "max_cp": 4975,
    "durability": 49050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6009.8,
     "tdo": 236509288,
     "percentile": 97.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 248.76,
     "percentile": 97.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0260_normal",
   "dex": 260,
   "form": "normal",
   "name_ja": "ラグラージ",
   "name_en": "Swampert",
   "slug_en": "swampert",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 175,
    "stamina": 225,
    "max_cp": 3362,
    "durability": 39375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4497.3,
     "tdo": 144322645,
     "percentile": 86.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.75,
     "percentile": 84.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0260_shadow",
   "dex": 260,
   "form": "shadow",
   "name_ja": "ラグラージ",
   "name_en": "Shadow Swampert",
   "slug_en": "shadow-swampert",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 208,
    "defense": 175,
    "stamina": 225,
    "max_cp": 3362,
    "durability": 39375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5344.3,
     "tdo": 145327488,
     "percentile": 91.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.56,
     "percentile": 94.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0261_normal",
   "dex": 261,
   "form": "normal",
   "name_ja": "ポチエナ",
   "name_en": "Poochyena",
   "slug_en": "poochyena",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 61,
    "stamina": 111,
    "max_cp": 766,
    "durability": 6771
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1828.2,
     "tdo": 12258876,
     "percentile": 5.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.84,
     "percentile": 11.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0261_shadow",
   "dex": 261,
   "form": "shadow",
   "name_ja": "ポチエナ",
   "name_en": "Shadow Poochyena",
   "slug_en": "shadow-poochyena",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 96,
    "defense": 61,
    "stamina": 111,
    "max_cp": 766,
    "durability": 6771
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2141.1,
     "tdo": 12468132,
     "percentile": 8.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.16,
     "percentile": 15.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0262_normal",
   "dex": 262,
   "form": "normal",
   "name_ja": "グラエナ",
   "name_en": "Mightyena",
   "slug_en": "mightyena",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 132,
    "stamina": 172,
    "max_cp": 2177,
    "durability": 22704
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3020.6,
     "tdo": 58579778,
     "percentile": 45.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.22,
     "percentile": 50.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0262_shadow",
   "dex": 262,
   "form": "shadow",
   "name_ja": "グラエナ",
   "name_en": "Shadow Mightyena",
   "slug_en": "shadow-mightyena",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 132,
    "stamina": 172,
    "max_cp": 2177,
    "durability": 22704
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3549.4,
     "tdo": 58533203,
     "percentile": 53.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 193.05,
     "percentile": 67.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0263_galarian",
   "dex": 263,
   "form": "normal",
   "name_ja": "ジグザグマ(ガラル)",
   "name_en": "Zigzagoon Galarian",
   "slug_en": "zigzagoon-galarian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 58,
    "defense": 80,
    "stamina": 116,
    "max_cp": 575,
    "durability": 9280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1137.6,
     "tdo": 9989537,
     "percentile": 3.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 23.23,
     "percentile": 5.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 33,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0263_normal",
   "dex": 263,
   "form": "normal",
   "name_ja": "ジグザグマ",
   "name_en": "Zigzagoon",
   "slug_en": "zigzagoon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 58,
    "defense": 80,
    "stamina": 116,
    "max_cp": 575,
    "durability": 9280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1226.8,
     "tdo": 10773030,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.01,
     "percentile": 0.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 33,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0263_shadow",
   "dex": 263,
   "form": "shadow",
   "name_ja": "ジグザグマ",
   "name_en": "Shadow Zigzagoon",
   "slug_en": "shadow-zigzagoon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 58,
    "defense": 80,
    "stamina": 116,
    "max_cp": 575,
    "durability": 9280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1428.5,
     "tdo": 10827400,
     "percentile": 3.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.46,
     "percentile": 2.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0263_shadow_galarian",
   "dex": 263,
   "form": "shadow",
   "name_ja": "シャドウジグザグマ(ガラル)",
   "name_en": "Shadow Zigzagoon Galarian",
   "slug_en": "shadow-zigzagoon-galarian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 58,
    "defense": 80,
    "stamina": 116,
    "max_cp": 575,
    "durability": 9280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1324.6,
     "tdo": 10039953,
     "percentile": 3.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 25.13,
     "percentile": 6.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dig",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0264_galarian",
   "dex": 264,
   "form": "normal",
   "name_ja": "マッスグマ(ガラル)",
   "name_en": "Linoone Galarian",
   "slug_en": "linoone-galarian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 128,
    "stamina": 186,
    "max_cp": 1879,
    "durability": 23808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2825.6,
     "tdo": 57042203,
     "percentile": 32.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 46.55,
     "percentile": 39.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0264_normal",
   "dex": 264,
   "form": "normal",
   "name_ja": "マッスグマ",
   "name_en": "Linoone",
   "slug_en": "linoone",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 128,
    "stamina": 186,
    "max_cp": 1879,
    "durability": 23808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2638.5,
     "tdo": 53265215,
     "percentile": 37.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 39.89,
     "percentile": 27.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0264_shadow",
   "dex": 264,
   "form": "shadow",
   "name_ja": "マッスグマ",
   "name_en": "Shadow Linoone",
   "slug_en": "shadow-linoone",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 142,
    "defense": 128,
    "stamina": 186,
    "max_cp": 1879,
    "durability": 23808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3109.1,
     "tdo": 53547544,
     "percentile": 42.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.07,
     "percentile": 42.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0264_shadow_galarian",
   "dex": 264,
   "form": "shadow",
   "name_ja": "シャドウマッスグマ(ガラル)",
   "name_en": "Shadow Linoone Galarian",
   "slug_en": "shadow-linoone-galarian",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 142,
    "defense": 128,
    "stamina": 186,
    "max_cp": 1879,
    "durability": 23808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3329.6,
     "tdo": 57344551,
     "percentile": 41.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Gunk Shot",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 54.27,
     "percentile": 50.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0265_normal",
   "dex": 265,
   "form": "normal",
   "name_ja": "ケムッソ",
   "name_en": "Wurmple",
   "slug_en": "wurmple",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 75,
    "defense": 59,
    "stamina": 128,
    "max_cp": 653,
    "durability": 7552
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1073.9,
     "tdo": 8013321,
     "percentile": 2.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Struggle",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 21.49,
     "percentile": 4.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0266_normal",
   "dex": 266,
   "form": "normal",
   "name_ja": "カラサリス",
   "name_en": "Silcoon",
   "slug_en": "silcoon",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 60,
    "defense": 77,
    "stamina": 137,
    "max_cp": 626,
    "durability": 10549
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 894.9,
     "tdo": 8786378,
     "percentile": 2.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.3,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0267_normal",
   "dex": 267,
   "form": "normal",
   "name_ja": "アゲハント",
   "name_en": "Beautifly",
   "slug_en": "beautifly",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 189,
    "defense": 98,
    "stamina": 155,
    "max_cp": 1996,
    "durability": 15190
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3593.0,
     "tdo": 48445891,
     "percentile": 48.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.26,
     "percentile": 58.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0268_normal",
   "dex": 268,
   "form": "normal",
   "name_ja": "マユルド",
   "name_en": "Cascoon",
   "slug_en": "cascoon",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 60,
    "defense": 77,
    "stamina": 137,
    "max_cp": 626,
    "durability": 10549
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 894.9,
     "tdo": 8786378,
     "percentile": 2.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.3,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0269_normal",
   "dex": 269,
   "form": "normal",
   "name_ja": "ドクケイル",
   "name_en": "Dustox",
   "slug_en": "dustox",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 162,
    "stamina": 155,
    "max_cp": 1384,
    "durability": 25110
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1988.5,
     "tdo": 41996186,
     "percentile": 19.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "psychic",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.25,
     "percentile": 12.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0270_normal",
   "dex": 270,
   "form": "normal",
   "name_ja": "ハスボー",
   "name_en": "Lotad",
   "slug_en": "lotad",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 71,
    "defense": 77,
    "stamina": 120,
    "max_cp": 676,
    "durability": 9240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1349.0,
     "tdo": 11784203,
     "percentile": 3.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Energy Ball",
     "fast_type": "water",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 66.76,
     "percentile": 2.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0271_normal",
   "dex": 271,
   "form": "normal",
   "name_ja": "ハスブレロ",
   "name_en": "Lombre",
   "slug_en": "lombre",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 119,
    "stamina": 155,
    "max_cp": 1353,
    "durability": 18445
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2390.5,
     "tdo": 38222017,
     "percentile": 27.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Grass Knot",
     "fast_type": "water",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.55,
     "percentile": 23.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0272_normal",
   "dex": 272,
   "form": "normal",
   "name_ja": "ルンパッパ",
   "name_en": "Ludicolo",
   "slug_en": "ludicolo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 176,
    "stamina": 190,
    "max_cp": 2626,
    "durability": 33440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3580.8,
     "tdo": 98849855,
     "percentile": 60.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.16,
     "percentile": 61.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0273_normal",
   "dex": 273,
   "form": "normal",
   "name_ja": "タネボー",
   "name_en": "Seedot",
   "slug_en": "seedot",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 71,
    "defense": 77,
    "stamina": 120,
    "max_cp": 676,
    "durability": 9240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1645.4,
     "tdo": 14374138,
     "percentile": 5.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.87,
     "percentile": 3.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0273_shadow",
   "dex": 273,
   "form": "shadow",
   "name_ja": "タネボー",
   "name_en": "Shadow Seedot",
   "slug_en": "shadow-seedot",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 71,
    "defense": 77,
    "stamina": 120,
    "max_cp": 676,
    "durability": 9240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1913.3,
     "tdo": 14352337,
     "percentile": 7.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.26,
     "percentile": 8.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0274_normal",
   "dex": 274,
   "form": "normal",
   "name_ja": "コノハナ",
   "name_en": "Nuzleaf",
   "slug_en": "nuzleaf",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 78,
    "stamina": 172,
    "max_cp": 1387,
    "durability": 13416
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2776.0,
     "tdo": 34058951,
     "percentile": 33.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.38,
     "percentile": 30.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0274_shadow",
   "dex": 274,
   "form": "shadow",
   "name_ja": "コノハナ",
   "name_en": "Shadow Nuzleaf",
   "slug_en": "shadow-nuzleaf",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 78,
    "stamina": 172,
    "max_cp": 1387,
    "durability": 13416
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3431.1,
     "tdo": 36212542,
     "percentile": 43.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.13,
     "percentile": 52.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0275_normal",
   "dex": 275,
   "form": "normal",
   "name_ja": "ダーテング",
   "name_en": "Shiftry",
   "slug_en": "shiftry",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 200,
    "defense": 121,
    "stamina": 207,
    "max_cp": 2637,
    "durability": 25047
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4060.0,
     "tdo": 86300798,
     "percentile": 67.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Leaf Blade",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 191.75,
     "percentile": 66.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0275_shadow",
   "dex": 275,
   "form": "shadow",
   "name_ja": "ダーテング",
   "name_en": "Shadow Shiftry",
   "slug_en": "shadow-shiftry",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 200,
    "defense": 121,
    "stamina": 207,
    "max_cp": 2637,
    "durability": 25047
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4815.4,
     "tdo": 87304295,
     "percentile": 77.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Leaf Blade",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.12,
     "percentile": 87.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0276_normal",
   "dex": 276,
   "form": "normal",
   "name_ja": "スバメ",
   "name_en": "Taillow",
   "slug_en": "taillow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 106,
    "defense": 61,
    "stamina": 120,
    "max_cp": 865,
    "durability": 7320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1885.6,
     "tdo": 13607665,
     "percentile": 6.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.94,
     "percentile": 7.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0276_shadow",
   "dex": 276,
   "form": "shadow",
   "name_ja": "スバメ",
   "name_en": "Shadow Taillow",
   "slug_en": "shadow-taillow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 106,
    "defense": 61,
    "stamina": 120,
    "max_cp": 865,
    "durability": 7320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2212.9,
     "tdo": 13868099,
     "percentile": 9.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.81,
     "percentile": 14.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0277_normal",
   "dex": 277,
   "form": "normal",
   "name_ja": "オオスバメ",
   "name_en": "Swellow",
   "slug_en": "swellow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 124,
    "stamina": 155,
    "max_cp": 2170,
    "durability": 19220
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3745.3,
     "tdo": 62119566,
     "percentile": 54.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.05,
     "percentile": 58.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0277_shadow",
   "dex": 277,
   "form": "shadow",
   "name_ja": "オオスバメ",
   "name_en": "Shadow Swellow",
   "slug_en": "shadow-swellow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 185,
    "defense": 124,
    "stamina": 155,
    "max_cp": 2170,
    "durability": 19220
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4438.2,
     "tdo": 62490496,
     "percentile": 67.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 74.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0278_normal",
   "dex": 278,
   "form": "normal",
   "name_ja": "キャモメ",
   "name_en": "Wingull",
   "slug_en": "wingull",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 106,
    "defense": 61,
    "stamina": 120,
    "max_cp": 865,
    "durability": 7320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1854.1,
     "tdo": 13380086,
     "percentile": 5.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Ice Beam",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 81.23,
     "percentile": 7.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0279_normal",
   "dex": 279,
   "form": "normal",
   "name_ja": "ペリッパー",
   "name_en": "Pelipper",
   "slug_en": "pelipper",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 174,
    "stamina": 155,
    "max_cp": 2404,
    "durability": 26970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3309.2,
     "tdo": 74630204,
     "percentile": 56.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "flying",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.14,
     "percentile": 55.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0280_normal",
   "dex": 280,
   "form": "normal",
   "name_ja": "ラルトス",
   "name_en": "Ralts",
   "slug_en": "ralts",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 79,
    "defense": 59,
    "stamina": 99,
    "max_cp": 609,
    "durability": 5841
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1584.3,
     "tdo": 9358817,
     "percentile": 3.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.47,
     "percentile": 5.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0280_shadow",
   "dex": 280,
   "form": "shadow",
   "name_ja": "ラルトス",
   "name_en": "Shadow Ralts",
   "slug_en": "shadow-ralts",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 79,
    "defense": 59,
    "stamina": 99,
    "max_cp": 609,
    "durability": 5841
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1853.9,
     "tdo": 9471833,
     "percentile": 4.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.04,
     "percentile": 8.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0281_normal",
   "dex": 281,
   "form": "normal",
   "name_ja": "キルリア",
   "name_en": "Kirlia",
   "slug_en": "kirlia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 90,
    "stamina": 116,
    "max_cp": 1093,
    "durability": 10440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2529.0,
     "tdo": 24544799,
     "percentile": 21.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.05,
     "percentile": 26.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Disarming Voice",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0281_shadow",
   "dex": 281,
   "form": "shadow",
   "name_ja": "キルリア",
   "name_en": "Shadow Kirlia",
   "slug_en": "shadow-kirlia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 90,
    "stamina": 116,
    "max_cp": 1093,
    "durability": 10440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2969.6,
     "tdo": 24704181,
     "percentile": 28.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.99,
     "percentile": 31.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Disarming Voice",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0282_mega",
   "dex": 282,
   "form": "mega",
   "name_ja": "メガサーナイト",
   "name_en": "Mega Gardevoir",
   "slug_en": "mega-gardevoir",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 326,
    "defense": 229,
    "stamina": 169,
    "max_cp": 5101,
    "durability": 38701
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6533.2,
     "tdo": 206285399,
     "percentile": 97.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 263.85,
     "percentile": 98.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 78,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0282_normal",
   "dex": 282,
   "form": "normal",
   "name_ja": "サーナイト",
   "name_en": "Gardevoir",
   "slug_en": "gardevoir",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 237,
    "defense": 195,
    "stamina": 169,
    "max_cp": 3497,
    "durability": 32955
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4828.0,
     "tdo": 131203107,
     "percentile": 82.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.59,
     "percentile": 89.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0282_shadow",
   "dex": 282,
   "form": "shadow",
   "name_ja": "サーナイト",
   "name_en": "Shadow Gardevoir",
   "slug_en": "shadow-gardevoir",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 237,
    "defense": 195,
    "stamina": 169,
    "max_cp": 3497,
    "durability": 32955
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5728.5,
     "tdo": 131210545,
     "percentile": 90.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.85,
     "percentile": 96.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Synchronoise",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0283_normal",
   "dex": 283,
   "form": "normal",
   "name_ja": "アメタマ",
   "name_en": "Surskit",
   "slug_en": "surskit",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 93,
    "defense": 87,
    "stamina": 120,
    "max_cp": 894,
    "durability": 10440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1742.5,
     "tdo": 16876109,
     "percentile": 6.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.71,
     "percentile": 9.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0284_normal",
   "dex": 284,
   "form": "normal",
   "name_ja": "アメモース",
   "name_en": "Masquerain",
   "slug_en": "masquerain",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 150,
    "stamina": 172,
    "max_cp": 2567,
    "durability": 25800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2954.3,
     "tdo": 64309980,
     "percentile": 40.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Silver Wind",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.72,
     "percentile": 40.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Silver Wind",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0285_normal",
   "dex": 285,
   "form": "normal",
   "name_ja": "キノココ",
   "name_en": "Shroomish",
   "slug_en": "shroomish",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 74,
    "defense": 110,
    "stamina": 155,
    "max_cp": 916,
    "durability": 17050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1575.5,
     "tdo": 23499191,
     "percentile": 11.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.87,
     "percentile": 3.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0286_normal",
   "dex": 286,
   "form": "normal",
   "name_ja": "キノガッサ",
   "name_en": "Breloom",
   "slug_en": "breloom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 241,
    "defense": 144,
    "stamina": 155,
    "max_cp": 2971,
    "durability": 22320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5162.8,
     "tdo": 97950215,
     "percentile": 86.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Grass Knot",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.89,
     "percentile": 95.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Grass Knot",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0287_normal",
   "dex": 287,
   "form": "normal",
   "name_ja": "ナマケロ",
   "name_en": "Slakoth",
   "slug_en": "slakoth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 92,
    "stamina": 155,
    "max_cp": 1133,
    "durability": 14260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 923.0,
     "tdo": 11784894,
     "percentile": 3.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.63,
     "percentile": 4.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Night Slash",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0287_shadow",
   "dex": 287,
   "form": "shadow",
   "name_ja": "ナマケロ",
   "name_en": "Shadow Slakoth",
   "slug_en": "shadow-slakoth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 104,
    "defense": 92,
    "stamina": 155,
    "max_cp": 1133,
    "durability": 14260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1085.9,
     "tdo": 11920949,
     "percentile": 5.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 22.45,
     "percentile": 4.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Night Slash",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0288_normal",
   "dex": 288,
   "form": "normal",
   "name_ja": "ヤルキモノ",
   "name_en": "Vigoroth",
   "slug_en": "vigoroth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 145,
    "stamina": 190,
    "max_cp": 2225,
    "durability": 27550
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2729.3,
     "tdo": 63115084,
     "percentile": 38.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Body Slam",
     "fast_type": "fighting",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.28,
     "percentile": 61.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Bulldoze",
     "fast_type": "fighting",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0288_shadow",
   "dex": 288,
   "form": "shadow",
   "name_ja": "ヤルキモノ",
   "name_en": "Shadow Vigoroth",
   "slug_en": "shadow-vigoroth",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 159,
    "defense": 145,
    "stamina": 190,
    "max_cp": 2225,
    "durability": 27550
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3323.6,
     "tdo": 65328776,
     "percentile": 50.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.01,
     "percentile": 62.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Rock Slide",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0289_normal",
   "dex": 289,
   "form": "normal",
   "name_ja": "ケッキング",
   "name_en": "Slaking",
   "slug_en": "slaking",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 290,
    "defense": 166,
    "stamina": 284,
    "max_cp": 5010,
    "durability": 47144
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2883.3,
     "tdo": 110071117,
     "percentile": 58.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.23,
     "percentile": 47.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0289_shadow",
   "dex": 289,
   "form": "shadow",
   "name_ja": "ケッキング",
   "name_en": "Shadow Slaking",
   "slug_en": "shadow-slaking",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 290,
    "defense": 166,
    "stamina": 284,
    "max_cp": 5010,
    "durability": 47144
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3431.6,
     "tdo": 110737067,
     "percentile": 71.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 53.65,
     "percentile": 48.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Yawn",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0290_normal",
   "dex": 290,
   "form": "normal",
   "name_ja": "ツチニン",
   "name_en": "Nincada",
   "slug_en": "nincada",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 80,
    "defense": 126,
    "stamina": 104,
    "max_cp": 868,
    "durability": 13104
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1676.4,
     "tdo": 19663731,
     "percentile": 7.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.31,
     "percentile": 6.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0291_normal",
   "dex": 291,
   "form": "normal",
   "name_ja": "テッカニン",
   "name_en": "Ninjask",
   "slug_en": "ninjask",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 199,
    "defense": 112,
    "stamina": 156,
    "max_cp": 2226,
    "durability": 17472
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3791.7,
     "tdo": 57864282,
     "percentile": 54.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 72.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Shadow Ball",
     "fast_type": "bug",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0292_normal",
   "dex": 292,
   "form": "normal",
   "name_ja": "ヌケニン",
   "name_en": "Shedinja",
   "slug_en": "shedinja",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 73,
    "stamina": 1,
    "max_cp": 445,
    "durability": 73
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2258.7,
     "tdo": 2171321,
     "percentile": 1.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Shadow Sneak",
     "fast_type": "bug",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.47,
     "percentile": 25.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Shadow Sneak",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0293_normal",
   "dex": 293,
   "form": "normal",
   "name_ja": "ゴニョニョ",
   "name_en": "Whismur",
   "slug_en": "whismur",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 92,
    "defense": 42,
    "stamina": 162,
    "max_cp": 758,
    "durability": 6804
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1825.9,
     "tdo": 12943438,
     "percentile": 6.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Stomp",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.46,
     "percentile": 20.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0293_shadow",
   "dex": 293,
   "form": "shadow",
   "name_ja": "ゴニョニョ",
   "name_en": "Shadow Whismur",
   "slug_en": "shadow-whismur",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 92,
    "defense": 42,
    "stamina": 162,
    "max_cp": 758,
    "durability": 6804
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2133.1,
     "tdo": 13263893,
     "percentile": 15.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Stomp",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.85,
     "percentile": 26.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0294_normal",
   "dex": 294,
   "form": "normal",
   "name_ja": "ドゴーム",
   "name_en": "Loudred",
   "slug_en": "loudred",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 81,
    "stamina": 197,
    "max_cp": 1500,
    "durability": 15957
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2159.8,
     "tdo": 31012396,
     "percentile": 27.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Stomp",
     "fast_type": "dark",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 39.98,
     "percentile": 27.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0294_shadow",
   "dex": 294,
   "form": "shadow",
   "name_ja": "ドゴーム",
   "name_en": "Shadow Loudred",
   "slug_en": "shadow-loudred",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 81,
    "stamina": 197,
    "max_cp": 1500,
    "durability": 15957
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2551.2,
     "tdo": 31671496,
     "percentile": 31.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Stomp",
     "fast_type": "dark",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 46.36,
     "percentile": 38.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0295_normal",
   "dex": 295,
   "form": "normal",
   "name_ja": "バクオング",
   "name_en": "Exploud",
   "slug_en": "exploud",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 179,
    "defense": 137,
    "stamina": 232,
    "max_cp": 2654,
    "durability": 31784
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3664.0,
     "tdo": 96873967,
     "percentile": 62.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Boomburst",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.22,
     "percentile": 53.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0295_shadow",
   "dex": 295,
   "form": "shadow",
   "name_ja": "バクオング",
   "name_en": "Shadow Exploud",
   "slug_en": "shadow-exploud",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 179,
    "defense": 137,
    "stamina": 232,
    "max_cp": 2654,
    "durability": 31784
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4251.9,
     "tdo": 95406791,
     "percentile": 76.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Boomburst",
     "fast_type": "dark",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.08,
     "percentile": 80.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0296_normal",
   "dex": 296,
   "form": "normal",
   "name_ja": "マクノシタ",
   "name_en": "Makuhita",
   "slug_en": "makuhita",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 99,
    "defense": 54,
    "stamina": 176,
    "max_cp": 924,
    "durability": 9504
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1654.6,
     "tdo": 15349830,
     "percentile": 8.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Upper Hand",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 64.1,
     "percentile": 4.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Upper Hand",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Upper Hand",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0296_shadow",
   "dex": 296,
   "form": "shadow",
   "name_ja": "マクノシタ",
   "name_en": "Shadow Makuhita",
   "slug_en": "shadow-makuhita",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 99,
    "defense": 54,
    "stamina": 176,
    "max_cp": 924,
    "durability": 9504
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2099.6,
     "tdo": 16936903,
     "percentile": 13.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Upper Hand",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.66,
     "percentile": 14.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Upper Hand",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0297_normal",
   "dex": 297,
   "form": "normal",
   "name_ja": "ハリテヤマ",
   "name_en": "Hariyama",
   "slug_en": "hariyama",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 209,
    "defense": 114,
    "stamina": 302,
    "max_cp": 3198,
    "durability": 34428
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4343.7,
     "tdo": 125246611,
     "percentile": 83.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.52,
     "percentile": 72.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0297_shadow",
   "dex": 297,
   "form": "shadow",
   "name_ja": "ハリテヤマ",
   "name_en": "Shadow Hariyama",
   "slug_en": "shadow-hariyama",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 209,
    "defense": 114,
    "stamina": 302,
    "max_cp": 3198,
    "durability": 34428
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5158.1,
     "tdo": 126824330,
     "percentile": 92.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.81,
     "percentile": 94.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Heavy Slam",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0298_normal",
   "dex": 298,
   "form": "normal",
   "name_ja": "ルリリ",
   "name_en": "Azurill",
   "slug_en": "azurill",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 36,
    "defense": 71,
    "stamina": 137,
    "max_cp": 411,
    "durability": 9727
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 771.4,
     "tdo": 7079679,
     "percentile": 1.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Body Slam",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.9,
     "percentile": 2.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0299_normal",
   "dex": 299,
   "form": "normal",
   "name_ja": "ノズパス",
   "name_en": "Nosepass",
   "slug_en": "nosepass",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 82,
    "defense": 215,
    "stamina": 102,
    "max_cp": 1123,
    "durability": 21930
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1709.1,
     "tdo": 32371296,
     "percentile": 9.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.81,
     "percentile": 10.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0299_shadow",
   "dex": 299,
   "form": "shadow",
   "name_ja": "ノズパス",
   "name_en": "Shadow Nosepass",
   "slug_en": "shadow-nosepass",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 82,
    "defense": 215,
    "stamina": 102,
    "max_cp": 1123,
    "durability": 21930
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1991.0,
     "tdo": 31808317,
     "percentile": 15.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.34,
     "percentile": 19.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0300_normal",
   "dex": 300,
   "form": "normal",
   "name_ja": "エネコ",
   "name_en": "Skitty",
   "slug_en": "skitty",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 84,
    "defense": 79,
    "stamina": 137,
    "max_cp": 835,
    "durability": 10823
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1663.8,
     "tdo": 16690351,
     "percentile": 7.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.89,
     "percentile": 2.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0301_normal",
   "dex": 301,
   "form": "normal",
   "name_ja": "エネコロロ",
   "name_en": "Delcatty",
   "slug_en": "delcatty",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 127,
    "stamina": 172,
    "max_cp": 1691,
    "durability": 21844
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2388.1,
     "tdo": 44738435,
     "percentile": 25.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Wild Charge",
     "fast_type": "dark",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 112.11,
     "percentile": 31.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0302_mega",
   "dex": 302,
   "form": "mega",
   "name_ja": "メガヤミラミ",
   "name_en": "Mega Sableye",
   "slug_en": "mega-sableye",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 151,
    "defense": 216,
    "stamina": 137,
    "max_cp": 2196,
    "durability": 29592
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2989.1,
     "tdo": 73686126,
     "percentile": 41.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.28,
     "percentile": 41.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0302_normal",
   "dex": 302,
   "form": "normal",
   "name_ja": "ヤミラミ",
   "name_en": "Sableye",
   "slug_en": "sableye",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 141,
    "defense": 136,
    "stamina": 137,
    "max_cp": 1668,
    "durability": 18632
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2738.9,
     "tdo": 44136513,
     "percentile": 33.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Foul Play",
     "fast_type": "ghost",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.78,
     "percentile": 35.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0302_shadow",
   "dex": 302,
   "form": "shadow",
   "name_ja": "ヤミラミ",
   "name_en": "Shadow Sableye",
   "slug_en": "shadow-sableye",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 141,
    "defense": 136,
    "stamina": 137,
    "max_cp": 1668,
    "durability": 18632
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3230.6,
     "tdo": 44129018,
     "percentile": 46.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Foul Play",
     "fast_type": "ghost",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.25,
     "percentile": 48.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Foul Play",
     "fast_type": "ghost",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0303_mega",
   "dex": 303,
   "form": "mega",
   "name_ja": "メガクチート",
   "name_en": "Mega Mawile",
   "slug_en": "mega-mawile",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 188,
    "defense": 217,
    "stamina": 137,
    "max_cp": 2691,
    "durability": 29729
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3684.6,
     "tdo": 91224231,
     "percentile": 55.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.82,
     "percentile": 72.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0303_normal",
   "dex": 303,
   "form": "normal",
   "name_ja": "クチート",
   "name_en": "Mawile",
   "slug_en": "mawile",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 141,
    "stamina": 137,
    "max_cp": 1848,
    "durability": 19317
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3085.6,
     "tdo": 51368834,
     "percentile": 38.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.06,
     "percentile": 53.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0303_shadow",
   "dex": 303,
   "form": "shadow",
   "name_ja": "クチート",
   "name_en": "Shadow Mawile",
   "slug_en": "shadow-mawile",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 155,
    "defense": 141,
    "stamina": 137,
    "max_cp": 1848,
    "durability": 19317
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3648.2,
     "tdo": 51781412,
     "percentile": 48.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.82,
     "percentile": 73.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0304_normal",
   "dex": 304,
   "form": "normal",
   "name_ja": "ココドラ",
   "name_en": "Aron",
   "slug_en": "aron",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 141,
    "stamina": 137,
    "max_cp": 1478,
    "durability": 19317
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2350.9,
     "tdo": 39138159,
     "percentile": 26.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.95,
     "percentile": 26.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0304_shadow",
   "dex": 304,
   "form": "shadow",
   "name_ja": "ココドラ",
   "name_en": "Shadow Aron",
   "slug_en": "shadow-aron",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 121,
    "defense": 141,
    "stamina": 137,
    "max_cp": 1478,
    "durability": 19317
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2765.8,
     "tdo": 39256223,
     "percentile": 29.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.92,
     "percentile": 38.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0305_normal",
   "dex": 305,
   "form": "normal",
   "name_ja": "コドラ",
   "name_en": "Lairon",
   "slug_en": "lairon",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 198,
    "stamina": 155,
    "max_cp": 2324,
    "durability": 30690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3239.7,
     "tdo": 82339709,
     "percentile": 46.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 53.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0305_shadow",
   "dex": 305,
   "form": "shadow",
   "name_ja": "コドラ",
   "name_en": "Shadow Lairon",
   "slug_en": "shadow-lairon",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 198,
    "stamina": 155,
    "max_cp": 2324,
    "durability": 30690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3839.0,
     "tdo": 82453669,
     "percentile": 60.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.43,
     "percentile": 63.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0306_mega",
   "dex": 306,
   "form": "mega",
   "name_ja": "メガボスゴドラ",
   "name_en": "Mega Aggron",
   "slug_en": "mega-aggron",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 247,
    "defense": 331,
    "stamina": 172,
    "max_cp": 4705,
    "durability": 56932
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4931.6,
     "tdo": 225109476,
     "percentile": 88.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Meteor Beam",
     "fast_type": "steel",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.3,
     "percentile": 77.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0306_normal",
   "dex": 306,
   "form": "normal",
   "name_ja": "ボスゴドラ",
   "name_en": "Aggron",
   "slug_en": "aggron",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 257,
    "stamina": 172,
    "max_cp": 3391,
    "durability": 44204
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4254.7,
     "tdo": 152676487,
     "percentile": 79.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Meteor Beam",
     "fast_type": "steel",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.63,
     "percentile": 72.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0306_shadow",
   "dex": 306,
   "form": "shadow",
   "name_ja": "ボスゴドラ",
   "name_en": "Shadow Aggron",
   "slug_en": "shadow-aggron",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 198,
    "defense": 257,
    "stamina": 172,
    "max_cp": 3391,
    "durability": 44204
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5027.3,
     "tdo": 151880320,
     "percentile": 87.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.93,
     "percentile": 85.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0307_normal",
   "dex": 307,
   "form": "normal",
   "name_ja": "アサナン",
   "name_en": "Meditite",
   "slug_en": "meditite",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 78,
    "defense": 107,
    "stamina": 102,
    "max_cp": 784,
    "durability": 10914
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1567.4,
     "tdo": 15747320,
     "percentile": 3.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.39,
     "percentile": 5.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0308_mega",
   "dex": 308,
   "form": "mega",
   "name_ja": "メガチャーレム",
   "name_en": "Mega Medicham",
   "slug_en": "mega-medicham",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 179,
    "stamina": 155,
    "max_cp": 2821,
    "durability": 27745
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4254.1,
     "tdo": 98476226,
     "percentile": 68.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.27,
     "percentile": 60.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0308_normal",
   "dex": 308,
   "form": "normal",
   "name_ja": "チャーレム",
   "name_en": "Medicham",
   "slug_en": "medicham",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 152,
    "stamina": 155,
    "max_cp": 1618,
    "durability": 23560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2488.1,
     "tdo": 49579183,
     "percentile": 32.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.33,
     "percentile": 24.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0309_normal",
   "dex": 309,
   "form": "normal",
   "name_ja": "ラクライ",
   "name_en": "Electrike",
   "slug_en": "electrike",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 123,
    "defense": 78,
    "stamina": 120,
    "max_cp": 1091,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2277.1,
     "tdo": 20108064,
     "percentile": 18.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Discharge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.68,
     "percentile": 16.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0309_shadow",
   "dex": 309,
   "form": "shadow",
   "name_ja": "ラクライ",
   "name_en": "Shadow Electrike",
   "slug_en": "shadow-electrike",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 123,
    "defense": 78,
    "stamina": 120,
    "max_cp": 1091,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2865.8,
     "tdo": 21769593,
     "percentile": 24.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.86,
     "percentile": 30.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0310_mega",
   "dex": 310,
   "form": "mega",
   "name_ja": "メガライボルト",
   "name_en": "Mega Manectric",
   "slug_en": "mega-manectric",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 286,
    "defense": 179,
    "stamina": 172,
    "max_cp": 4048,
    "durability": 30788
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6070.3,
     "tdo": 155363085,
     "percentile": 93.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.29,
     "percentile": 97.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0310_normal",
   "dex": 310,
   "form": "normal",
   "name_ja": "ライボルト",
   "name_en": "Manectric",
   "slug_en": "manectric",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 215,
    "defense": 127,
    "stamina": 172,
    "max_cp": 2646,
    "durability": 21844
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4638.5,
     "tdo": 86895201,
     "percentile": 72.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.21,
     "percentile": 76.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0310_shadow",
   "dex": 310,
   "form": "shadow",
   "name_ja": "ライボルト",
   "name_en": "Shadow Manectric",
   "slug_en": "shadow-manectric",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 215,
    "defense": 127,
    "stamina": 172,
    "max_cp": 2646,
    "durability": 21844
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5364.5,
     "tdo": 85634076,
     "percentile": 84.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.33,
     "percentile": 90.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Thunder Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0311_normal",
   "dex": 311,
   "form": "normal",
   "name_ja": "プラスル",
   "name_en": "Plusle",
   "slug_en": "plusle",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 167,
    "defense": 129,
    "stamina": 155,
    "max_cp": 2010,
    "durability": 19995
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3041.2,
     "tdo": 52255516,
     "percentile": 46.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.0,
     "percentile": 42.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Grass Knot",
     "fast_type": "electric",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0312_normal",
   "dex": 312,
   "form": "normal",
   "name_ja": "マイナン",
   "name_en": "Minun",
   "slug_en": "minun",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 147,
    "defense": 150,
    "stamina": 155,
    "max_cp": 1915,
    "durability": 23250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2848.2,
     "tdo": 56076587,
     "percentile": 35.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.86,
     "percentile": 30.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0313_normal",
   "dex": 313,
   "form": "normal",
   "name_ja": "バルビート",
   "name_en": "Volbeat",
   "slug_en": "volbeat",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 143,
    "defense": 166,
    "stamina": 163,
    "max_cp": 2002,
    "durability": 27058
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2599.4,
     "tdo": 58908774,
     "percentile": 34.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.38,
     "percentile": 26.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0314_normal",
   "dex": 314,
   "form": "normal",
   "name_ja": "イルミーゼ",
   "name_en": "Illumise",
   "slug_en": "illumise",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 143,
    "defense": 166,
    "stamina": 163,
    "max_cp": 2002,
    "durability": 27058
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2599.4,
     "tdo": 58908774,
     "percentile": 34.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.16,
     "percentile": 33.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "bug",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0315_normal",
   "dex": 315,
   "form": "normal",
   "name_ja": "ロゼリア",
   "name_en": "Roselia",
   "slug_en": "roselia",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 131,
    "stamina": 137,
    "max_cp": 2114,
    "durability": 17947
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3886.7,
     "tdo": 60557965,
     "percentile": 54.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.31,
     "percentile": 74.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Petal Blizzard",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0316_normal",
   "dex": 316,
   "form": "normal",
   "name_ja": "ゴクリン",
   "name_en": "Gulpin",
   "slug_en": "gulpin",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 80,
    "defense": 99,
    "stamina": 172,
    "max_cp": 979,
    "durability": 17028
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1694.8,
     "tdo": 25489573,
     "percentile": 11.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.95,
     "percentile": 5.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0317_normal",
   "dex": 317,
   "form": "normal",
   "name_ja": "マルノーム",
   "name_en": "Swalot",
   "slug_en": "swalot",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 140,
    "defense": 159,
    "stamina": 225,
    "max_cp": 2236,
    "durability": 35775
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2765.2,
     "tdo": 81266480,
     "percentile": 43.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.42,
     "percentile": 22.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Sludge",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0318_normal",
   "dex": 318,
   "form": "normal",
   "name_ja": "キバニア",
   "name_en": "Carvanha",
   "slug_en": "carvanha",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 39,
    "stamina": 128,
    "max_cp": 1154,
    "durability": 4992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2975.9,
     "tdo": 16204051,
     "percentile": 27.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.22,
     "percentile": 50.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0318_shadow",
   "dex": 318,
   "form": "shadow",
   "name_ja": "キバニア",
   "name_en": "Shadow Carvanha",
   "slug_en": "shadow-carvanha",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 39,
    "stamina": 128,
    "max_cp": 1154,
    "durability": 4992
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3519.8,
     "tdo": 16681590,
     "percentile": 35.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.97,
     "percentile": 65.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0319_mega",
   "dex": 319,
   "form": "mega",
   "name_ja": "メガサメハダー",
   "name_en": "Mega Sharpedo",
   "slug_en": "mega-sharpedo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 289,
    "defense": 144,
    "stamina": 172,
    "max_cp": 3701,
    "durability": 24768
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5460.3,
     "tdo": 114536841,
     "percentile": 86.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Pump",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.1,
     "percentile": 90.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0319_normal",
   "dex": 319,
   "form": "normal",
   "name_ja": "サメハダー",
   "name_en": "Sharpedo",
   "slug_en": "sharpedo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 83,
    "stamina": 172,
    "max_cp": 2466,
    "durability": 14276
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4634.0,
     "tdo": 59912891,
     "percentile": 67.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Pump",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.32,
     "percentile": 80.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0319_shadow",
   "dex": 319,
   "form": "shadow",
   "name_ja": "サメハダー",
   "name_en": "Shadow Sharpedo",
   "slug_en": "shadow-sharpedo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 243,
    "defense": 83,
    "stamina": 172,
    "max_cp": 2466,
    "durability": 14276
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5514.1,
     "tdo": 61107168,
     "percentile": 79.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hydro Pump",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.1,
     "percentile": 92.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0320_normal",
   "dex": 320,
   "form": "normal",
   "name_ja": "ホエルコ",
   "name_en": "Wailmer",
   "slug_en": "wailmer",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 68,
    "stamina": 277,
    "max_cp": 1659,
    "durability": 18836
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2356.4,
     "tdo": 40265691,
     "percentile": 33.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Heavy Slam",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.48,
     "percentile": 25.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Heavy Slam",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0320_shadow",
   "dex": 320,
   "form": "shadow",
   "name_ja": "ホエルコ",
   "name_en": "Shadow Wailmer",
   "slug_en": "shadow-wailmer",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 136,
    "defense": 68,
    "stamina": 277,
    "max_cp": 1659,
    "durability": 18836
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2777.8,
     "tdo": 41174906,
     "percentile": 39.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Heavy Slam",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.07,
     "percentile": 36.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Heavy Slam",
     "fast_type": "water",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0321_normal",
   "dex": 321,
   "form": "normal",
   "name_ja": "ホエルオー",
   "name_en": "Wailord",
   "slug_en": "wailord",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 87,
    "stamina": 347,
    "max_cp": 2577,
    "durability": 30189
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3242.3,
     "tdo": 84480533,
     "percentile": 56.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 54.62,
     "percentile": 51.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0321_shadow",
   "dex": 321,
   "form": "shadow",
   "name_ja": "ホエルオー",
   "name_en": "Shadow Wailord",
   "slug_en": "shadow-wailord",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 175,
    "defense": 87,
    "stamina": 347,
    "max_cp": 2577,
    "durability": 30189
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3839.5,
     "tdo": 85330570,
     "percentile": 73.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.61,
     "percentile": 65.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0322_normal",
   "dex": 322,
   "form": "normal",
   "name_ja": "ドンメル",
   "name_en": "Numel",
   "slug_en": "numel",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 79,
    "stamina": 155,
    "max_cp": 1196,
    "durability": 12245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1934.1,
     "tdo": 21693201,
     "percentile": 12.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Bulldoze",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 32.47,
     "percentile": 16.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Heat Wave",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0322_shadow",
   "dex": 322,
   "form": "shadow",
   "name_ja": "ドンメル",
   "name_en": "Shadow Numel",
   "slug_en": "shadow-numel",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 119,
    "defense": 79,
    "stamina": 155,
    "max_cp": 1196,
    "durability": 12245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2436.7,
     "tdo": 23550755,
     "percentile": 19.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Bulldoze",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.53,
     "percentile": 33.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Bulldoze",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0323_mega",
   "dex": 323,
   "form": "mega",
   "name_ja": "メガバクーダ",
   "name_en": "Mega Camerupt",
   "slug_en": "mega-camerupt",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 253,
    "defense": 183,
    "stamina": 172,
    "max_cp": 3641,
    "durability": 31476
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5241.0,
     "tdo": 136903841,
     "percentile": 84.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 225.73,
     "percentile": 90.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0323_normal",
   "dex": 323,
   "form": "normal",
   "name_ja": "バクーダ",
   "name_en": "Camerupt",
   "slug_en": "camerupt",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 194,
    "defense": 136,
    "stamina": 172,
    "max_cp": 2479,
    "durability": 23392
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4087.2,
     "tdo": 81421459,
     "percentile": 58.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.01,
     "percentile": 71.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0323_shadow",
   "dex": 323,
   "form": "shadow",
   "name_ja": "バクーダ",
   "name_en": "Shadow Camerupt",
   "slug_en": "shadow-camerupt",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 194,
    "defense": 136,
    "stamina": 172,
    "max_cp": 2479,
    "durability": 23392
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4849.9,
     "tdo": 81898755,
     "percentile": 71.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 86.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0324_normal",
   "dex": 324,
   "form": "normal",
   "name_ja": "コータス",
   "name_en": "Torkoal",
   "slug_en": "torkoal",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 151,
    "defense": 203,
    "stamina": 172,
    "max_cp": 2366,
    "durability": 34916
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3305.9,
     "tdo": 95078276,
     "percentile": 53.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.89,
     "percentile": 47.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0325_normal",
   "dex": 325,
   "form": "normal",
   "name_ja": "バネブー",
   "name_en": "Spoink",
   "slug_en": "spoink",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 125,
    "defense": 122,
    "stamina": 155,
    "max_cp": 1508,
    "durability": 18910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2342.4,
     "tdo": 38291392,
     "percentile": 24.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 106.1,
     "percentile": 13.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Mirror Coat",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0325_shadow",
   "dex": 325,
   "form": "shadow",
   "name_ja": "バネブー",
   "name_en": "Shadow Spoink",
   "slug_en": "shadow-spoink",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 125,
    "defense": 122,
    "stamina": 155,
    "max_cp": 1508,
    "durability": 18910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2760.7,
     "tdo": 38540945,
     "percentile": 32.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 127.23,
     "percentile": 22.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0326_normal",
   "dex": 326,
   "form": "normal",
   "name_ja": "ブーピッグ",
   "name_en": "Grumpig",
   "slug_en": "grumpig",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 188,
    "stamina": 190,
    "max_cp": 2679,
    "durability": 35720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3402.8,
     "tdo": 99837356,
     "percentile": 61.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.18,
     "percentile": 45.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0326_shadow",
   "dex": 326,
   "form": "shadow",
   "name_ja": "ブーピッグ",
   "name_en": "Shadow Grumpig",
   "slug_en": "shadow-grumpig",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 188,
    "stamina": 190,
    "max_cp": 2679,
    "durability": 35720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4024.8,
     "tdo": 100054176,
     "percentile": 70.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.85,
     "percentile": 57.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0327_normal",
   "dex": 327,
   "form": "normal",
   "name_ja": "パッチール",
   "name_en": "Spinda",
   "slug_en": "spinda",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 116,
    "stamina": 155,
    "max_cp": 1380,
    "durability": 17980
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1709.5,
     "tdo": 26721120,
     "percentile": 10.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Dig",
     "fast_type": "psychic",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.28,
     "percentile": 6.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Dig",
     "fast_type": "psychic",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0328_normal",
   "dex": 328,
   "form": "normal",
   "name_ja": "ナックラー",
   "name_en": "Trapinch",
   "slug_en": "trapinch",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 78,
    "stamina": 128,
    "max_cp": 1441,
    "durability": 9984
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3110.7,
     "tdo": 29170859,
     "percentile": 32.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.86,
     "percentile": 52.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Scorching Sands",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0328_shadow",
   "dex": 328,
   "form": "shadow",
   "name_ja": "ナックラー",
   "name_en": "Shadow Trapinch",
   "slug_en": "shadow-trapinch",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 162,
    "defense": 78,
    "stamina": 128,
    "max_cp": 1441,
    "durability": 9984
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3673.0,
     "tdo": 29629838,
     "percentile": 45.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.16,
     "percentile": 75.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Scorching Sands",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0329_normal",
   "dex": 329,
   "form": "normal",
   "name_ja": "ビブラーバ",
   "name_en": "Vibrava",
   "slug_en": "vibrava",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 99,
    "stamina": 137,
    "max_cp": 1384,
    "durability": 13563
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2657.0,
     "tdo": 32324401,
     "percentile": 29.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Scorching Sands",
     "fast_type": "dragon",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.15,
     "percentile": 41.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Scorching Sands",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0329_shadow",
   "dex": 329,
   "form": "shadow",
   "name_ja": "ビブラーバ",
   "name_en": "Shadow Vibrava",
   "slug_en": "shadow-vibrava",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 99,
    "stamina": 137,
    "max_cp": 1384,
    "durability": 13563
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3093.1,
     "tdo": 32018418,
     "percentile": 34.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.89,
     "percentile": 51.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Scorching Sands",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0330_normal",
   "dex": 330,
   "form": "normal",
   "name_ja": "フライゴン",
   "name_en": "Flygon",
   "slug_en": "flygon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 168,
    "stamina": 190,
    "max_cp": 3008,
    "durability": 31920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4393.9,
     "tdo": 116214109,
     "percentile": 72.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Boomburst",
     "fast_type": "dragon",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.99,
     "percentile": 81.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0330_shadow",
   "dex": 330,
   "form": "shadow",
   "name_ja": "フライゴン",
   "name_en": "Shadow Flygon",
   "slug_en": "shadow-flygon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 168,
    "stamina": 190,
    "max_cp": 3008,
    "durability": 31920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5212.7,
     "tdo": 116776994,
     "percentile": 84.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Boomburst",
     "fast_type": "dragon",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 82.17,
     "percentile": 88.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0331_normal",
   "dex": 331,
   "form": "normal",
   "name_ja": "サボネア",
   "name_en": "Cacnea",
   "slug_en": "cacnea",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 74,
    "stamina": 137,
    "max_cp": 1404,
    "durability": 10138
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3094.9,
     "tdo": 29394984,
     "percentile": 37.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "ground",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.21,
     "percentile": 34.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "ground",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0331_shadow",
   "dex": 331,
   "form": "shadow",
   "name_ja": "サボネア",
   "name_en": "Shadow Cacnea",
   "slug_en": "shadow-cacnea",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 156,
    "defense": 74,
    "stamina": 137,
    "max_cp": 1404,
    "durability": 10138
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3710.0,
     "tdo": 30486525,
     "percentile": 48.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.52,
     "percentile": 51.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0332_normal",
   "dex": 332,
   "form": "normal",
   "name_ja": "ノクタス",
   "name_en": "Cacturne",
   "slug_en": "cacturne",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 115,
    "stamina": 172,
    "max_cp": 2598,
    "durability": 19780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4589.5,
     "tdo": 78711955,
     "percentile": 75.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 213.22,
     "percentile": 74.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0332_shadow",
   "dex": 332,
   "form": "shadow",
   "name_ja": "ノクタス",
   "name_en": "Shadow Cacturne",
   "slug_en": "shadow-cacturne",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 221,
    "defense": 115,
    "stamina": 172,
    "max_cp": 2598,
    "durability": 19780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5445.1,
     "tdo": 79738186,
     "percentile": 84.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.42,
     "percentile": 89.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0333_normal",
   "dex": 333,
   "form": "normal",
   "name_ja": "チルット",
   "name_en": "Swablu",
   "slug_en": "swablu",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 76,
    "defense": 132,
    "stamina": 128,
    "max_cp": 931,
    "durability": 16896
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1341.1,
     "tdo": 19879259,
     "percentile": 3.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 73.88,
     "percentile": 2.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0333_shadow",
   "dex": 333,
   "form": "shadow",
   "name_ja": "チルット",
   "name_en": "Shadow Swablu",
   "slug_en": "shadow-swablu",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 76,
    "defense": 132,
    "stamina": 128,
    "max_cp": 931,
    "durability": 16896
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1562.2,
     "tdo": 19690527,
     "percentile": 5.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.4,
     "percentile": 4.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0334_mega",
   "dex": 334,
   "form": "mega",
   "name_ja": "メガチルタリス",
   "name_en": "Mega Altaria",
   "slug_en": "mega-altaria",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 218,
    "stamina": 181,
    "max_cp": 3576,
    "durability": 39458
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4253.9,
     "tdo": 136589741,
     "percentile": 71.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "dragon",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.93,
     "percentile": 63.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Sky Attack",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0334_normal",
   "dex": 334,
   "form": "normal",
   "name_ja": "チルタリス",
   "name_en": "Altaria",
   "slug_en": "altaria",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 141,
    "defense": 201,
    "stamina": 181,
    "max_cp": 2266,
    "durability": 36381
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2924.0,
     "tdo": 87038284,
     "percentile": 47.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Sky Attack",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.77,
     "percentile": 30.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Sky Attack",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0334_shadow",
   "dex": 334,
   "form": "shadow",
   "name_ja": "チルタリス",
   "name_en": "Shadow Altaria",
   "slug_en": "shadow-altaria",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 141,
    "defense": 201,
    "stamina": 181,
    "max_cp": 2266,
    "durability": 36381
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3448.8,
     "tdo": 86976291,
     "percentile": 61.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Sky Attack",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.13,
     "percentile": 51.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Sky Attack",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0335_normal",
   "dex": 335,
   "form": "normal",
   "name_ja": "ザングース",
   "name_en": "Zangoose",
   "slug_en": "zangoose",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 124,
    "stamina": 177,
    "max_cp": 2733,
    "durability": 21948
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3474.1,
     "tdo": 65330335,
     "percentile": 52.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Close Combat",
     "fast_type": "bug",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.64,
     "percentile": 51.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Night Slash",
     "fast_type": "ghost",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0336_normal",
   "dex": 336,
   "form": "normal",
   "name_ja": "ハブネーク",
   "name_en": "Seviper",
   "slug_en": "seviper",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 118,
    "stamina": 177,
    "max_cp": 2380,
    "durability": 20886
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3226.9,
     "tdo": 58063081,
     "percentile": 40.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Crunch",
     "fast_type": "poison",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.6,
     "percentile": 56.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Poison Fang",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0337_normal",
   "dex": 337,
   "form": "normal",
   "name_ja": "ルナトーン",
   "name_en": "Lunatone",
   "slug_en": "lunatone",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 153,
    "stamina": 207,
    "max_cp": 2631,
    "durability": 31671
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3530.8,
     "tdo": 92711835,
     "percentile": 63.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.49,
     "percentile": 56.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0338_normal",
   "dex": 338,
   "form": "normal",
   "name_ja": "ソルロック",
   "name_en": "Solrock",
   "slug_en": "solrock",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 153,
    "stamina": 207,
    "max_cp": 2631,
    "durability": 31671
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3530.8,
     "tdo": 92711835,
     "percentile": 63.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.49,
     "percentile": 56.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0339_normal",
   "dex": 339,
   "form": "normal",
   "name_ja": "ドジョッチ",
   "name_en": "Barboach",
   "slug_en": "barboach",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 93,
    "defense": 82,
    "stamina": 137,
    "max_cp": 925,
    "durability": 11234
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1663.2,
     "tdo": 17217329,
     "percentile": 9.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.19,
     "percentile": 14.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0339_shadow",
   "dex": 339,
   "form": "shadow",
   "name_ja": "ドジョッチ",
   "name_en": "Shadow Barboach",
   "slug_en": "shadow-barboach",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 93,
    "defense": 82,
    "stamina": 137,
    "max_cp": 925,
    "durability": 11234
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1955.8,
     "tdo": 17324156,
     "percentile": 12.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.98,
     "percentile": 17.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0340_normal",
   "dex": 340,
   "form": "normal",
   "name_ja": "ナマズン",
   "name_en": "Whiscash",
   "slug_en": "whiscash",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 151,
    "defense": 141,
    "stamina": 242,
    "max_cp": 2346,
    "durability": 34122
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2682.5,
     "tdo": 75602563,
     "percentile": 42.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Blizzard",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.38,
     "percentile": 42.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Mud Bomb",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0340_shadow",
   "dex": 340,
   "form": "shadow",
   "name_ja": "ナマズン",
   "name_en": "Shadow Whiscash",
   "slug_en": "shadow-whiscash",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 151,
    "defense": 141,
    "stamina": 242,
    "max_cp": 2346,
    "durability": 34122
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3018.5,
     "tdo": 72529174,
     "percentile": 50.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.78,
     "percentile": 56.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Scald",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0341_normal",
   "dex": 341,
   "form": "normal",
   "name_ja": "ヘイガニ",
   "name_en": "Corphish",
   "slug_en": "corphish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 141,
    "defense": 99,
    "stamina": 125,
    "max_cp": 1391,
    "durability": 12375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2971.3,
     "tdo": 33302105,
     "percentile": 34.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.29,
     "percentile": 40.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0341_shadow",
   "dex": 341,
   "form": "shadow",
   "name_ja": "ヘイガニ",
   "name_en": "Shadow Corphish",
   "slug_en": "shadow-corphish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 141,
    "defense": 99,
    "stamina": 125,
    "max_cp": 1391,
    "durability": 12375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3504.6,
     "tdo": 33421951,
     "percentile": 44.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.13,
     "percentile": 59.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0342_normal",
   "dex": 342,
   "form": "normal",
   "name_ja": "シザリガー",
   "name_en": "Crawdaunt",
   "slug_en": "crawdaunt",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 224,
    "defense": 142,
    "stamina": 160,
    "max_cp": 2797,
    "durability": 22720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5181.5,
     "tdo": 100485480,
     "percentile": 82.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crabhammer",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.39,
     "percentile": 83.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Night Slash",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0342_shadow",
   "dex": 342,
   "form": "shadow",
   "name_ja": "シザリガー",
   "name_en": "Shadow Crawdaunt",
   "slug_en": "shadow-crawdaunt",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 224,
    "defense": 142,
    "stamina": 160,
    "max_cp": 2797,
    "durability": 22720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6157.1,
     "tdo": 101152294,
     "percentile": 90.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crabhammer",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 227.53,
     "percentile": 93.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Night Slash",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0343_normal",
   "dex": 343,
   "form": "normal",
   "name_ja": "ヤジロン",
   "name_en": "Baltoy",
   "slug_en": "baltoy",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 77,
    "defense": 124,
    "stamina": 120,
    "max_cp": 889,
    "durability": 14880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1555.0,
     "tdo": 20523641,
     "percentile": 3.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Dig",
     "fast_type": "psychic",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.06,
     "percentile": 4.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0343_shadow",
   "dex": 343,
   "form": "shadow",
   "name_ja": "ヤジロン",
   "name_en": "Shadow Baltoy",
   "slug_en": "shadow-baltoy",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 77,
    "defense": 124,
    "stamina": 120,
    "max_cp": 889,
    "durability": 14880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1760.4,
     "tdo": 19724331,
     "percentile": 6.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Dig",
     "fast_type": "psychic",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.53,
     "percentile": 6.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0344_normal",
   "dex": 344,
   "form": "normal",
   "name_ja": "ネンドール",
   "name_en": "Claydol",
   "slug_en": "claydol",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 140,
    "defense": 229,
    "stamina": 155,
    "max_cp": 2229,
    "durability": 35495
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2969.6,
     "tdo": 86459642,
     "percentile": 45.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.23,
     "percentile": 47.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0344_shadow",
   "dex": 344,
   "form": "shadow",
   "name_ja": "ネンドール",
   "name_en": "Shadow Claydol",
   "slug_en": "shadow-claydol",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 140,
    "defense": 229,
    "stamina": 155,
    "max_cp": 2229,
    "durability": 35495
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3506.1,
     "tdo": 86180740,
     "percentile": 52.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.93,
     "percentile": 57.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0345_normal",
   "dex": 345,
   "form": "normal",
   "name_ja": "リリーラ",
   "name_en": "Lileep",
   "slug_en": "lileep",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 150,
    "stamina": 165,
    "max_cp": 1460,
    "durability": 24750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2191.5,
     "tdo": 45881456,
     "percentile": 25.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Grass Knot",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.9,
     "percentile": 13.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0345_shadow",
   "dex": 345,
   "form": "shadow",
   "name_ja": "リリーラ",
   "name_en": "Shadow Lileep",
   "slug_en": "shadow-lileep",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 105,
    "defense": 150,
    "stamina": 165,
    "max_cp": 1460,
    "durability": 24750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2575.0,
     "tdo": 45742422,
     "percentile": 30.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Grass Knot",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.35,
     "percentile": 23.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0346_normal",
   "dex": 346,
   "form": "normal",
   "name_ja": "ユレイドル",
   "name_en": "Cradily",
   "slug_en": "cradily",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 152,
    "defense": 194,
    "stamina": 200,
    "max_cp": 2499,
    "durability": 38800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3057.0,
     "tdo": 96639322,
     "percentile": 51.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.8,
     "percentile": 35.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0346_shadow",
   "dex": 346,
   "form": "shadow",
   "name_ja": "ユレイドル",
   "name_en": "Shadow Cradily",
   "slug_en": "shadow-cradily",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 152,
    "defense": 194,
    "stamina": 200,
    "max_cp": 2499,
    "durability": 38800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3667.3,
     "tdo": 98181542,
     "percentile": 62.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Grass Knot",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.2,
     "percentile": 62.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0347_normal",
   "dex": 347,
   "form": "normal",
   "name_ja": "アノプス",
   "name_en": "Anorith",
   "slug_en": "anorith",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 100,
    "stamina": 128,
    "max_cp": 1729,
    "durability": 12800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2768.6,
     "tdo": 32104822,
     "percentile": 30.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Ancient Power",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.81,
     "percentile": 32.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Ancient Power",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0347_shadow",
   "dex": 347,
   "form": "shadow",
   "name_ja": "アノプス",
   "name_en": "Shadow Anorith",
   "slug_en": "shadow-anorith",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 176,
    "defense": 100,
    "stamina": 128,
    "max_cp": 1729,
    "durability": 12800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3275.9,
     "tdo": 32372302,
     "percentile": 39.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.2,
     "percentile": 47.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0348_normal",
   "dex": 348,
   "form": "normal",
   "name_ja": "アーマルド",
   "name_en": "Armaldo",
   "slug_en": "armaldo",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 174,
    "stamina": 181,
    "max_cp": 3220,
    "durability": 31494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3717.5,
     "tdo": 96825442,
     "percentile": 64.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Blast",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.6,
     "percentile": 58.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Blast",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0348_shadow",
   "dex": 348,
   "form": "shadow",
   "name_ja": "アーマルド",
   "name_en": "Shadow Armaldo",
   "slug_en": "shadow-armaldo",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 174,
    "stamina": 181,
    "max_cp": 3220,
    "durability": 31494
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4407.6,
     "tdo": 97186432,
     "percentile": 77.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Blast",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.53,
     "percentile": 79.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Blast",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0349_normal",
   "dex": 349,
   "form": "normal",
   "name_ja": "ヒンバス",
   "name_en": "Feebas",
   "slug_en": "feebas",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 29,
    "defense": 85,
    "stamina": 85,
    "max_cp": 310,
    "durability": 7225
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 542.3,
     "tdo": 3827649,
     "percentile": 0.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.41,
     "percentile": 0.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0349_shadow",
   "dex": 349,
   "form": "shadow",
   "name_ja": "ヒンバス",
   "name_en": "Shadow Feebas",
   "slug_en": "shadow-feebas",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 29,
    "defense": 85,
    "stamina": 85,
    "max_cp": 310,
    "durability": 7225
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 616.2,
     "tdo": 3740657,
     "percentile": 0.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 33.08,
     "percentile": 0.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Mirror Coat",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0350_normal",
   "dex": 350,
   "form": "normal",
   "name_ja": "ミロカロス",
   "name_en": "Milotic",
   "slug_en": "milotic",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 219,
    "stamina": 216,
    "max_cp": 3398,
    "durability": 47304
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3603.3,
     "tdo": 137454239,
     "percentile": 66.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.79,
     "percentile": 62.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0350_shadow",
   "dex": 350,
   "form": "shadow",
   "name_ja": "ミロカロス",
   "name_en": "Shadow Milotic",
   "slug_en": "shadow-milotic",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 192,
    "defense": 219,
    "stamina": 216,
    "max_cp": 3398,
    "durability": 47304
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4117.5,
     "tdo": 132230839,
     "percentile": 77.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Surf",
     "fast_type": "dragon",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.82,
     "percentile": 75.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0351_normal",
   "dex": 351,
   "form": "normal",
   "name_ja": "ポワルン",
   "name_en": "Castform",
   "slug_en": "castform",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 139,
    "stamina": 172,
    "max_cp": 1845,
    "durability": 23908
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2795.2,
     "tdo": 56788914,
     "percentile": 44.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Weather Ball Normal",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.93,
     "percentile": 44.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Weather Ball Rock",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0351_rainy",
   "dex": 351,
   "form": "normal",
   "name_ja": "ポワルン(あまみず)",
   "name_en": "Castform Rainy",
   "slug_en": "castform-rainy",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 139,
    "stamina": 172,
    "max_cp": 1845,
    "durability": 23908
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2795.2,
     "tdo": 56788914,
     "percentile": 44.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.74,
     "percentile": 37.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Weather Ball Water",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0351_snowy",
   "dex": 351,
   "form": "normal",
   "name_ja": "ポワルン(ゆきぐも)",
   "name_en": "Castform Snowy",
   "slug_en": "castform-snowy",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 139,
    "stamina": 172,
    "max_cp": 1845,
    "durability": 23908
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2519.1,
     "tdo": 51180132,
     "percentile": 37.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.69,
     "percentile": 41.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0351_sunny",
   "dex": 351,
   "form": "normal",
   "name_ja": "ポワルン(たいよう)",
   "name_en": "Castform Sunny",
   "slug_en": "castform-sunny",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 139,
    "stamina": 172,
    "max_cp": 1845,
    "durability": 23908
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2682.2,
     "tdo": 54494412,
     "percentile": 38.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.87,
     "percentile": 24.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Weather Ball Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0352_normal",
   "dex": 352,
   "form": "normal",
   "name_ja": "カクレオン",
   "name_en": "Kecleon",
   "slug_en": "kecleon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 189,
    "stamina": 155,
    "max_cp": 2314,
    "durability": 29295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2746.6,
     "tdo": 66856742,
     "percentile": 43.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "ghost",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.24,
     "percentile": 30.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0353_normal",
   "dex": 353,
   "form": "normal",
   "name_ja": "カゲボウズ",
   "name_en": "Shuppet",
   "slug_en": "shuppet",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 138,
    "defense": 65,
    "stamina": 127,
    "max_cp": 1151,
    "durability": 8255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2175.7,
     "tdo": 17405096,
     "percentile": 13.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Ominous Wind",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.31,
     "percentile": 18.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Ominous Wind",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0353_shadow",
   "dex": 353,
   "form": "shadow",
   "name_ja": "カゲボウズ",
   "name_en": "Shadow Shuppet",
   "slug_en": "shadow-shuppet",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 138,
    "defense": 65,
    "stamina": 127,
    "max_cp": 1151,
    "durability": 8255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2573.9,
     "tdo": 17759170,
     "percentile": 21.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Ominous Wind",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 135.59,
     "percentile": 34.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0354_mega",
   "dex": 354,
   "form": "mega",
   "name_ja": "メガジュペッタ",
   "name_en": "Mega Banette",
   "slug_en": "mega-banette",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 312,
    "defense": 160,
    "stamina": 162,
    "max_cp": 4063,
    "durability": 25920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6178.2,
     "tdo": 134460238,
     "percentile": 93.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 277.78,
     "percentile": 94.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0354_normal",
   "dex": 354,
   "form": "normal",
   "name_ja": "ジュペッタ",
   "name_en": "Banette",
   "slug_en": "banette",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 126,
    "stamina": 162,
    "max_cp": 2599,
    "durability": 20412
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4430.4,
     "tdo": 77689549,
     "percentile": 69.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 68.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0354_shadow",
   "dex": 354,
   "form": "shadow",
   "name_ja": "ジュペッタ",
   "name_en": "Shadow Banette",
   "slug_en": "shadow-banette",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 218,
    "defense": 126,
    "stamina": 162,
    "max_cp": 2599,
    "durability": 20412
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5233.5,
     "tdo": 78103247,
     "percentile": 81.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.83,
     "percentile": 87.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0355_normal",
   "dex": 355,
   "form": "normal",
   "name_ja": "ヨマワル",
   "name_en": "Duskull",
   "slug_en": "duskull",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 70,
    "defense": 162,
    "stamina": 85,
    "max_cp": 798,
    "durability": 13770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1184.4,
     "tdo": 14796955,
     "percentile": 2.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 67.39,
     "percentile": 3.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0355_shadow",
   "dex": 355,
   "form": "shadow",
   "name_ja": "ヨマワル",
   "name_en": "Shadow Duskull",
   "slug_en": "shadow-duskull",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 70,
    "defense": 162,
    "stamina": 85,
    "max_cp": 798,
    "durability": 13770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1433.9,
     "tdo": 15181689,
     "percentile": 3.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 76.39,
     "percentile": 4.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0356_normal",
   "dex": 356,
   "form": "normal",
   "name_ja": "サマヨール",
   "name_en": "Dusclops",
   "slug_en": "dusclops",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 234,
    "stamina": 120,
    "max_cp": 1799,
    "durability": 28080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2486.3,
     "tdo": 58786131,
     "percentile": 30.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Poltergeist",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.92,
     "percentile": 22.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Poltergeist",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0356_shadow",
   "dex": 356,
   "form": "shadow",
   "name_ja": "サマヨール",
   "name_en": "Shadow Dusclops",
   "slug_en": "shadow-dusclops",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 124,
    "defense": 234,
    "stamina": 120,
    "max_cp": 1799,
    "durability": 28080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2933.5,
     "tdo": 58495691,
     "percentile": 33.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Poltergeist",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 134.77,
     "percentile": 33.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Poltergeist",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0357_normal",
   "dex": 357,
   "form": "normal",
   "name_ja": "トロピウス",
   "name_en": "Tropius",
   "slug_en": "tropius",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 163,
    "stamina": 223,
    "max_cp": 2194,
    "durability": 36349
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2639.2,
     "tdo": 78556491,
     "percentile": 43.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Leaf Blade",
     "fast_type": "flying",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.92,
     "percentile": 31.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0358_normal",
   "dex": 358,
   "form": "normal",
   "name_ja": "チリーン",
   "name_en": "Chimecho",
   "slug_en": "chimecho",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 170,
    "stamina": 181,
    "max_cp": 2554,
    "durability": 30770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3312.9,
     "tdo": 84460956,
     "percentile": 50.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.49,
     "percentile": 41.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0359_mega",
   "dex": 359,
   "form": "mega",
   "name_ja": "メガアブソル",
   "name_en": "Mega Absol",
   "slug_en": "mega-absol",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 314,
    "defense": 130,
    "stamina": 163,
    "max_cp": 3732,
    "durability": 21190
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6502.3,
     "tdo": 118047339,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 329.49,
     "percentile": 99.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0359_normal",
   "dex": 359,
   "form": "normal",
   "name_ja": "アブソル",
   "name_en": "Absol",
   "slug_en": "absol",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 246,
    "defense": 120,
    "stamina": 163,
    "max_cp": 2856,
    "durability": 19560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5158.4,
     "tdo": 87189980,
     "percentile": 83.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.83,
     "percentile": 90.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0359_shadow",
   "dex": 359,
   "form": "shadow",
   "name_ja": "アブソル",
   "name_en": "Shadow Absol",
   "slug_en": "shadow-absol",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 246,
    "defense": 120,
    "stamina": 163,
    "max_cp": 2856,
    "durability": 19560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6126.8,
     "tdo": 88216909,
     "percentile": 91.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 304.88,
     "percentile": 98.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0360_normal",
   "dex": 360,
   "form": "normal",
   "name_ja": "ソーナノ",
   "name_en": "Wynaut",
   "slug_en": "wynaut",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 41,
    "defense": 86,
    "stamina": 216,
    "max_cp": 603,
    "durability": 18576
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 830.4,
     "tdo": 13672634,
     "percentile": 1.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fighting",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 39.02,
     "percentile": 1.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Mirror Coat",
     "fast_type": "fighting",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Mirror Coat",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0361_normal",
   "dex": 361,
   "form": "normal",
   "name_ja": "ユキワラシ",
   "name_en": "Snorunt",
   "slug_en": "snorunt",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 95,
    "stamina": 137,
    "max_cp": 1004,
    "durability": 13015
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1905.5,
     "tdo": 22369138,
     "percentile": 12.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Avalanche",
     "fast_type": "ghost",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.32,
     "percentile": 12.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0361_shadow",
   "dex": 361,
   "form": "shadow",
   "name_ja": "ユキワラシ",
   "name_en": "Shadow Snorunt",
   "slug_en": "shadow-snorunt",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 95,
    "defense": 95,
    "stamina": 137,
    "max_cp": 1004,
    "durability": 13015
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2181.3,
     "tdo": 21881868,
     "percentile": 18.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.7,
     "percentile": 20.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0362_mega",
   "dex": 362,
   "form": "mega",
   "name_ja": "メガオニゴーリ",
   "name_en": "Mega Glalie",
   "slug_en": "mega-glalie",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 168,
    "stamina": 190,
    "max_cp": 3651,
    "durability": 31920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4782.8,
     "tdo": 126502405,
     "percentile": 81.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 197.82,
     "percentile": 90.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0362_normal",
   "dex": 362,
   "form": "normal",
   "name_ja": "オニゴーリ",
   "name_en": "Glalie",
   "slug_en": "glalie",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 162,
    "stamina": 190,
    "max_cp": 2380,
    "durability": 30780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3170.6,
     "tdo": 81111599,
     "percentile": 50.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.86,
     "percentile": 55.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0362_shadow",
   "dex": 362,
   "form": "shadow",
   "name_ja": "オニゴーリ",
   "name_en": "Shadow Glalie",
   "slug_en": "shadow-glalie",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 162,
    "defense": 162,
    "stamina": 190,
    "max_cp": 2380,
    "durability": 30780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3743.9,
     "tdo": 81165969,
     "percentile": 59.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.11,
     "percentile": 67.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0363_normal",
   "dex": 363,
   "form": "normal",
   "name_ja": "タマザラシ",
   "name_en": "Spheal",
   "slug_en": "spheal",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 90,
    "stamina": 172,
    "max_cp": 1088,
    "durability": 15480
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1696.4,
     "tdo": 23499360,
     "percentile": 8.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aurora Beam",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 29.29,
     "percentile": 11.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0363_shadow",
   "dex": 363,
   "form": "shadow",
   "name_ja": "タマザラシ",
   "name_en": "Shadow Spheal",
   "slug_en": "shadow-spheal",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 95,
    "defense": 90,
    "stamina": 172,
    "max_cp": 1088,
    "durability": 15480
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1989.4,
     "tdo": 23621434,
     "percentile": 11.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aurora Beam",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 34.79,
     "percentile": 18.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0364_normal",
   "dex": 364,
   "form": "normal",
   "name_ja": "トドグラー",
   "name_en": "Sealeo",
   "slug_en": "sealeo",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 132,
    "stamina": 207,
    "max_cp": 1938,
    "durability": 27324
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2593.8,
     "tdo": 59594085,
     "percentile": 41.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.37,
     "percentile": 31.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0364_shadow",
   "dex": 364,
   "form": "shadow",
   "name_ja": "トドグラー",
   "name_en": "Shadow Sealeo",
   "slug_en": "shadow-sealeo",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 132,
    "stamina": 207,
    "max_cp": 1938,
    "durability": 27324
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3054.6,
     "tdo": 59676766,
     "percentile": 47.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.43,
     "percentile": 44.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0365_normal",
   "dex": 365,
   "form": "normal",
   "name_ja": "トドゼルガ",
   "name_en": "Walrein",
   "slug_en": "walrein",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 176,
    "stamina": 242,
    "max_cp": 3081,
    "durability": 42592
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3586.7,
     "tdo": 123765292,
     "percentile": 64.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Blizzard",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.02,
     "percentile": 63.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0365_shadow",
   "dex": 365,
   "form": "shadow",
   "name_ja": "トドゼルガ",
   "name_en": "Shadow Walrein",
   "slug_en": "shadow-walrein",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 182,
    "defense": 176,
    "stamina": 242,
    "max_cp": 3081,
    "durability": 42592
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4242.1,
     "tdo": 124156715,
     "percentile": 74.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Blizzard",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.49,
     "percentile": 75.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Earthquake",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0366_normal",
   "dex": 366,
   "form": "normal",
   "name_ja": "パールル",
   "name_en": "Clamperl",
   "slug_en": "clamperl",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 133,
    "defense": 135,
    "stamina": 111,
    "max_cp": 1436,
    "durability": 14985
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2267.8,
     "tdo": 30013992,
     "percentile": 21.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Ice Beam",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 38.48,
     "percentile": 25.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0367_normal",
   "dex": 367,
   "form": "normal",
   "name_ja": "ハンテール",
   "name_en": "Huntail",
   "slug_en": "huntail",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 197,
    "defense": 179,
    "stamina": 146,
    "max_cp": 2645,
    "durability": 26134
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3303.8,
     "tdo": 72707223,
     "percentile": 46.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.2,
     "percentile": 52.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0368_normal",
   "dex": 368,
   "form": "normal",
   "name_ja": "サクラビス",
   "name_en": "Gorebyss",
   "slug_en": "gorebyss",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 179,
    "stamina": 146,
    "max_cp": 2820,
    "durability": 26134
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3679.5,
     "tdo": 80975636,
     "percentile": 59.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Psychic",
     "fast_type": "water",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.25,
     "percentile": 58.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0369_normal",
   "dex": 369,
   "form": "normal",
   "name_ja": "ジーランス",
   "name_en": "Relicanth",
   "slug_en": "relicanth",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 203,
    "stamina": 225,
    "max_cp": 2858,
    "durability": 45675
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3106.9,
     "tdo": 114395746,
     "percentile": 54.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.61,
     "percentile": 44.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0370_normal",
   "dex": 370,
   "form": "normal",
   "name_ja": "ラブカス",
   "name_en": "Luvdisc",
   "slug_en": "luvdisc",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 81,
    "defense": 128,
    "stamina": 125,
    "max_cp": 959,
    "durability": 16000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1391.5,
     "tdo": 19563698,
     "percentile": 4.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 69.88,
     "percentile": 8.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Draining Kiss",
     "fast_type": "water",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0371_normal",
   "dex": 371,
   "form": "normal",
   "name_ja": "タツベイ",
   "name_en": "Bagon",
   "slug_en": "bagon",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 93,
    "stamina": 128,
    "max_cp": 1307,
    "durability": 11904
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2106.4,
     "tdo": 22939138,
     "percentile": 19.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.11,
     "percentile": 13.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0371_shadow",
   "dex": 371,
   "form": "shadow",
   "name_ja": "タツベイ",
   "name_en": "Shadow Bagon",
   "slug_en": "shadow-bagon",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 93,
    "stamina": 128,
    "max_cp": 1307,
    "durability": 11904
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2488.1,
     "tdo": 23332576,
     "percentile": 22.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.26,
     "percentile": 23.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0372_normal",
   "dex": 372,
   "form": "normal",
   "name_ja": "コモルー",
   "name_en": "Shelgon",
   "slug_en": "shelgon",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 155,
    "stamina": 163,
    "max_cp": 2296,
    "durability": 25265
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3167.9,
     "tdo": 67427342,
     "percentile": 49.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.17,
     "percentile": 28.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0372_shadow",
   "dex": 372,
   "form": "shadow",
   "name_ja": "コモルー",
   "name_en": "Shadow Shelgon",
   "slug_en": "shadow-shelgon",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 155,
    "stamina": 163,
    "max_cp": 2296,
    "durability": 25265
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3743.8,
     "tdo": 67499457,
     "percentile": 54.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.32,
     "percentile": 46.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0373_mega",
   "dex": 373,
   "form": "mega",
   "name_ja": "メガボーマンダ",
   "name_en": "Mega Salamence",
   "slug_en": "mega-salamence",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 310,
    "defense": 251,
    "stamina": 216,
    "max_cp": 5688,
    "durability": 54216
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6845.6,
     "tdo": 296846567,
     "percentile": 99.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 303.95,
     "percentile": 97.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 77,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0373_normal",
   "dex": 373,
   "form": "normal",
   "name_ja": "ボーマンダ",
   "name_en": "Salamence",
   "slug_en": "salamence",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 277,
    "defense": 168,
    "stamina": 216,
    "max_cp": 4239,
    "durability": 36288
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6150.6,
     "tdo": 183485172,
     "percentile": 97.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 273.6,
     "percentile": 92.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0373_shadow",
   "dex": 373,
   "form": "shadow",
   "name_ja": "ボーマンダ",
   "name_en": "Shadow Salamence",
   "slug_en": "shadow-salamence",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 277,
    "defense": 168,
    "stamina": 216,
    "max_cp": 4239,
    "durability": 36288
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7309.0,
     "tdo": 184683546,
     "percentile": 99.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 313.48,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 80,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0374_normal",
   "dex": 374,
   "form": "normal",
   "name_ja": "ダンバル",
   "name_en": "Beldum",
   "slug_en": "beldum",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1104,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1254.0,
     "tdo": 17503719,
     "percentile": 3.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.88,
     "percentile": 1.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0374_shadow",
   "dex": 374,
   "form": "shadow",
   "name_ja": "ダンバル",
   "name_en": "Shadow Beldum",
   "slug_en": "shadow-beldum",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 96,
    "defense": 132,
    "stamina": 120,
    "max_cp": 1104,
    "durability": 15840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1468.7,
     "tdo": 17431846,
     "percentile": 6.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.74,
     "percentile": 3.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Iron Head",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0375_normal",
   "dex": 375,
   "form": "normal",
   "name_ja": "メタング",
   "name_en": "Metang",
   "slug_en": "metang",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 138,
    "defense": 176,
    "stamina": 155,
    "max_cp": 1946,
    "durability": 27280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2989.2,
     "tdo": 68124734,
     "percentile": 41.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Psychic",
     "fast_type": "steel",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.45,
     "percentile": 31.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Psychic",
     "fast_type": "steel",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0375_shadow",
   "dex": 375,
   "form": "shadow",
   "name_ja": "メタング",
   "name_en": "Shadow Metang",
   "slug_en": "shadow-metang",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 138,
    "defense": 176,
    "stamina": 155,
    "max_cp": 1946,
    "durability": 27280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3536.2,
     "tdo": 68355523,
     "percentile": 56.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Psychic",
     "fast_type": "steel",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.52,
     "percentile": 38.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0376_mega",
   "dex": 376,
   "form": "mega",
   "name_ja": "メガメタグロス",
   "name_en": "Mega Metagross",
   "slug_en": "mega-metagross",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 300,
    "defense": 289,
    "stamina": 190,
    "max_cp": 5552,
    "durability": 54910
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6529.1,
     "tdo": 286874381,
     "percentile": 98.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Meteor Mash",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 273.22,
     "percentile": 94.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Meteor Mash",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Meteor Mash",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0376_normal",
   "dex": 376,
   "form": "normal",
   "name_ja": "メタグロス",
   "name_en": "Metagross",
   "slug_en": "metagross",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 257,
    "defense": 228,
    "stamina": 190,
    "max_cp": 4286,
    "durability": 43320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5637.9,
     "tdo": 198008032,
     "percentile": 96.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Meteor Mash",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.56,
     "percentile": 90.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Meteor Mash",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0376_shadow",
   "dex": 376,
   "form": "shadow",
   "name_ja": "メタグロス",
   "name_en": "Shadow Metagross",
   "slug_en": "shadow-metagross",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 257,
    "defense": 228,
    "stamina": 190,
    "max_cp": 4286,
    "durability": 43320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6694.9,
     "tdo": 198364527,
     "percentile": 99.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Meteor Mash",
     "fast_type": "bug",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 279.33,
     "percentile": 96.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Meteor Mash",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Meteor Mash",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0377_normal",
   "dex": 377,
   "form": "legendary",
   "name_ja": "レジロック",
   "name_en": "Regirock",
   "slug_en": "regirock",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 179,
    "defense": 309,
    "stamina": 190,
    "max_cp": 3530,
    "durability": 58710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3458.1,
     "tdo": 161936226,
     "percentile": 66.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.91,
     "percentile": 60.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0377_shadow",
   "dex": 377,
   "form": "shadow",
   "name_ja": "レジロック",
   "name_en": "Shadow Regirock",
   "slug_en": "shadow-regirock",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 179,
    "defense": 309,
    "stamina": 190,
    "max_cp": 3530,
    "durability": 58710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4099.8,
     "tdo": 161766190,
     "percentile": 74.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 172.12,
     "percentile": 75.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0378_normal",
   "dex": 378,
   "form": "legendary",
   "name_ja": "レジアイス",
   "name_en": "Regice",
   "slug_en": "regice",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 179,
    "defense": 309,
    "stamina": 190,
    "max_cp": 3530,
    "durability": 58710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3586.4,
     "tdo": 167944809,
     "percentile": 63.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Blizzard",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.02,
     "percentile": 63.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0378_shadow",
   "dex": 378,
   "form": "shadow",
   "name_ja": "レジアイス",
   "name_en": "Shadow Regice",
   "slug_en": "shadow-regice",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 179,
    "defense": 309,
    "stamina": 190,
    "max_cp": 3530,
    "durability": 58710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4251.9,
     "tdo": 167768464,
     "percentile": 81.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Blizzard",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.0,
     "percentile": 71.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0379_normal",
   "dex": 379,
   "form": "legendary",
   "name_ja": "レジスチル",
   "name_en": "Registeel",
   "slug_en": "registeel",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 143,
    "defense": 285,
    "stamina": 190,
    "max_cp": 2766,
    "durability": 54150
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2804.1,
     "tdo": 121582038,
     "percentile": 47.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.7,
     "percentile": 46.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0379_shadow",
   "dex": 379,
   "form": "shadow",
   "name_ja": "レジスチル",
   "name_en": "Shadow Registeel",
   "slug_en": "shadow-registeel",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 143,
    "defense": 285,
    "stamina": 190,
    "max_cp": 2766,
    "durability": 54150
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3318.7,
     "tdo": 121353751,
     "percentile": 61.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.48,
     "percentile": 57.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0380_mega",
   "dex": 380,
   "form": "mega",
   "name_ja": "メガラティアス",
   "name_en": "Mega Latias",
   "slug_en": "mega-latias",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 289,
    "defense": 297,
    "stamina": 190,
    "max_cp": 5428,
    "durability": 56430
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5818.3,
     "tdo": 262368546,
     "percentile": 97.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 264.9,
     "percentile": 85.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mist Ball",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0380_normal",
   "dex": 380,
   "form": "legendary",
   "name_ja": "ラティアス",
   "name_en": "Latias",
   "slug_en": "latias",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 228,
    "defense": 246,
    "stamina": 190,
    "max_cp": 3968,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4650.8,
     "tdo": 175440708,
     "percentile": 89.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 222.72,
     "percentile": 72.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Psychic",
     "fast_type": "dragon",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mist Ball",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0380_shadow",
   "dex": 380,
   "form": "shadow",
   "name_ja": "ラティアス",
   "name_en": "Shadow Latias",
   "slug_en": "shadow-latias",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 228,
    "defense": 246,
    "stamina": 190,
    "max_cp": 3968,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5531.2,
     "tdo": 175875002,
     "percentile": 93.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.1,
     "percentile": 85.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Psychic",
     "fast_type": "dragon",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Mist Ball",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0381_mega",
   "dex": 381,
   "form": "mega",
   "name_ja": "メガラティオス",
   "name_en": "Mega Latios",
   "slug_en": "mega-latios",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 335,
    "defense": 241,
    "stamina": 190,
    "max_cp": 5661,
    "durability": 45790
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6698.7,
     "tdo": 247851528,
     "percentile": 98.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 297.62,
     "percentile": 93.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Psychic",
     "fast_type": "dragon",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Luster Purge",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0381_normal",
   "dex": 381,
   "form": "legendary",
   "name_ja": "ラティオス",
   "name_en": "Latios",
   "slug_en": "latios",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 268,
    "defense": 212,
    "stamina": 190,
    "max_cp": 4310,
    "durability": 40280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5416.4,
     "tdo": 177703460,
     "percentile": 93.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.1,
     "percentile": 85.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Psychic",
     "fast_type": "dragon",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Luster Purge",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0381_shadow",
   "dex": 381,
   "form": "shadow",
   "name_ja": "ラティオス",
   "name_en": "Shadow Latios",
   "slug_en": "shadow-latios",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 268,
    "defense": 212,
    "stamina": 190,
    "max_cp": 4310,
    "durability": 40280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6449.9,
     "tdo": 178984211,
     "percentile": 98.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Aura Sphere",
     "fast_type": "dragon",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 284.9,
     "percentile": 94.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Psychic",
     "fast_type": "dragon",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Luster Purge",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0382_mega",
   "dex": 382,
   "form": "mega",
   "name_ja": "ゲンシカイオーガ",
   "name_en": "Primal Kyogre",
   "slug_en": "primal-kyogre",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 353,
    "defense": 268,
    "stamina": 218,
    "max_cp": 6672,
    "durability": 58424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7084.2,
     "tdo": 328507613,
     "percentile": 99.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 258.4,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 83,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0382_normal",
   "dex": 382,
   "form": "legendary",
   "name_ja": "カイオーガ",
   "name_en": "Kyogre",
   "slug_en": "kyogre",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 270,
    "defense": 228,
    "stamina": 205,
    "max_cp": 4652,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5486.4,
     "tdo": 206132053,
     "percentile": 94.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.64,
     "percentile": 88.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0382_shadow",
   "dex": 382,
   "form": "shadow",
   "name_ja": "カイオーガ",
   "name_en": "Shadow Kyogre",
   "slug_en": "shadow-kyogre",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 270,
    "defense": 228,
    "stamina": 205,
    "max_cp": 4652,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6525.9,
     "tdo": 206846394,
     "percentile": 98.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 243.01,
     "percentile": 97.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 78,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Origin Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0383_mega",
   "dex": 383,
   "form": "mega",
   "name_ja": "ゲンシグラードン",
   "name_en": "Primal Groudon",
   "slug_en": "primal-groudon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 353,
    "defense": 268,
    "stamina": 218,
    "max_cp": 6672,
    "durability": 58424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6976.2,
     "tdo": 323501782,
     "percentile": 99.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Precipice Blades",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 249.07,
     "percentile": 96.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Precipice Blades",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Precipice Blades",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0383_normal",
   "dex": 383,
   "form": "legendary",
   "name_ja": "グラードン",
   "name_en": "Groudon",
   "slug_en": "groudon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 270,
    "defense": 228,
    "stamina": 205,
    "max_cp": 4652,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5402.8,
     "tdo": 202990993,
     "percentile": 95.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Precipice Blades",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 216.68,
     "percentile": 90.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Precipice Blades",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Precipice Blades",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0383_shadow",
   "dex": 383,
   "form": "shadow",
   "name_ja": "グラードン",
   "name_en": "Shadow Groudon",
   "slug_en": "shadow-groudon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 270,
    "defense": 228,
    "stamina": 205,
    "max_cp": 4652,
    "durability": 46740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6404.5,
     "tdo": 202997036,
     "percentile": 98.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Precipice Blades",
     "fast_type": "dragon",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 240.1,
     "percentile": 96.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Precipice Blades",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Precipice Blades",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0384_mega",
   "dex": 384,
   "form": "mega",
   "name_ja": "メガレックウザ",
   "name_en": "Mega Rayquaza",
   "slug_en": "mega-rayquaza",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 377,
    "defense": 210,
    "stamina": 227,
    "max_cp": 6458,
    "durability": 47670
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8959.6,
     "tdo": 343876299,
     "percentile": 100.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Ascent",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 353.98,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Ascent",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 84,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Dragon Ascent",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0384_normal",
   "dex": 384,
   "form": "legendary",
   "name_ja": "レックウザ",
   "name_en": "Rayquaza",
   "slug_en": "rayquaza",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 284,
    "defense": 170,
    "stamina": 213,
    "max_cp": 4336,
    "durability": 36210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6834.0,
     "tdo": 202914884,
     "percentile": 99.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Ascent",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 287.77,
     "percentile": 95.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Ascent",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Dragon Ascent",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0385_normal",
   "dex": 385,
   "form": "mythical",
   "name_ja": "ジラーチ",
   "name_en": "Jirachi",
   "slug_en": "jirachi",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 210,
    "stamina": 225,
    "max_cp": 3691,
    "durability": 47250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4613.2,
     "tdo": 175315226,
     "percentile": 88.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Doom Desire",
     "fast_type": "psychic",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.18,
     "percentile": 66.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Doom Desire",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0386_attack",
   "dex": 386,
   "form": "mythical",
   "name_ja": "デオキシス(アタック)",
   "name_en": "Deoxys Attack",
   "slug_en": "deoxys-attack",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 414,
    "defense": 46,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 6302
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6884.2,
     "tdo": 44814606,
     "percentile": 82.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Zap Cannon",
     "fast_type": "poison",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.78,
     "percentile": 93.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 85,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Psycho Boost",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0386_defense",
   "dex": 386,
   "form": "mythical",
   "name_ja": "デオキシス(ディフェンス)",
   "name_en": "Deoxys Defense",
   "slug_en": "deoxys-defense",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 144,
    "defense": 330,
    "stamina": 137,
    "max_cp": 2570,
    "durability": 45210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2483.5,
     "tdo": 91438021,
     "percentile": 34.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Thunderbolt",
     "fast_type": "psychic",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.96,
     "percentile": 17.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Psycho Boost",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0386_normal",
   "dex": 386,
   "form": "mythical",
   "name_ja": "デオキシス",
   "name_en": "Deoxys",
   "slug_en": "deoxys",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 345,
    "defense": 115,
    "stamina": 137,
    "max_cp": 3573,
    "durability": 15755
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5665.8,
     "tdo": 78603598,
     "percentile": 84.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Thunderbolt",
     "fast_type": "psychic",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.24,
     "percentile": 95.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0386_speed",
   "dex": 386,
   "form": "mythical",
   "name_ja": "デオキシス(スピード)",
   "name_en": "Deoxys Speed",
   "slug_en": "deoxys-speed",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 230,
    "defense": 218,
    "stamina": 137,
    "max_cp": 3255,
    "durability": 29866
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3855.9,
     "tdo": 95877915,
     "percentile": 59.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Thunderbolt",
     "fast_type": "psychic",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.06,
     "percentile": 56.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psycho Boost",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0387_normal",
   "dex": 387,
   "form": "normal",
   "name_ja": "ナエトル",
   "name_en": "Turtwig",
   "slug_en": "turtwig",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 110,
    "stamina": 146,
    "max_cp": 1342,
    "durability": 16060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2316.3,
     "tdo": 32845944,
     "percentile": 20.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 36.7,
     "percentile": 22.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0387_shadow",
   "dex": 387,
   "form": "shadow",
   "name_ja": "ナエトル",
   "name_en": "Shadow Turtwig",
   "slug_en": "shadow-turtwig",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 119,
    "defense": 110,
    "stamina": 146,
    "max_cp": 1342,
    "durability": 16060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2731.2,
     "tdo": 33151853,
     "percentile": 29.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.23,
     "percentile": 32.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0388_normal",
   "dex": 388,
   "form": "normal",
   "name_ja": "ハヤシガメ",
   "name_en": "Grotle",
   "slug_en": "grotle",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 157,
    "defense": 143,
    "stamina": 181,
    "max_cp": 2137,
    "durability": 25883
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3252.0,
     "tdo": 70807721,
     "percentile": 47.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 46.9,
     "percentile": 39.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0388_shadow",
   "dex": 388,
   "form": "shadow",
   "name_ja": "ハヤシガメ",
   "name_en": "Shadow Grotle",
   "slug_en": "shadow-grotle",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 157,
    "defense": 143,
    "stamina": 181,
    "max_cp": 2137,
    "durability": 25883
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3838.1,
     "tdo": 70875465,
     "percentile": 56.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.29,
     "percentile": 55.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0389_normal",
   "dex": 389,
   "form": "normal",
   "name_ja": "ドダイトス",
   "name_en": "Torterra",
   "slug_en": "torterra",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 202,
    "defense": 188,
    "stamina": 216,
    "max_cp": 3318,
    "durability": 40608
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4530.7,
     "tdo": 149934373,
     "percentile": 81.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "ground",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.81,
     "percentile": 78.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0389_shadow",
   "dex": 389,
   "form": "shadow",
   "name_ja": "ドダイトス",
   "name_en": "Shadow Torterra",
   "slug_en": "shadow-torterra",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 202,
    "defense": 188,
    "stamina": 216,
    "max_cp": 3318,
    "durability": 40608
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5365.9,
     "tdo": 150455132,
     "percentile": 90.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "ground",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.87,
     "percentile": 91.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0390_normal",
   "dex": 390,
   "form": "normal",
   "name_ja": "ヒコザル",
   "name_en": "Chimchar",
   "slug_en": "chimchar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 113,
    "defense": 86,
    "stamina": 127,
    "max_cp": 1082,
    "durability": 10922
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2120.4,
     "tdo": 21415493,
     "percentile": 12.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.32,
     "percentile": 7.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0390_shadow",
   "dex": 390,
   "form": "shadow",
   "name_ja": "ヒコザル",
   "name_en": "Shadow Chimchar",
   "slug_en": "shadow-chimchar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 113,
    "defense": 86,
    "stamina": 127,
    "max_cp": 1082,
    "durability": 10922
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2328.7,
     "tdo": 20258979,
     "percentile": 23.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.3,
     "percentile": 18.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0391_normal",
   "dex": 391,
   "form": "normal",
   "name_ja": "モウカザル",
   "name_en": "Monferno",
   "slug_en": "monferno",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 105,
    "stamina": 162,
    "max_cp": 1780,
    "durability": 17010
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2754.4,
     "tdo": 41106138,
     "percentile": 33.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flamethrower",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.61,
     "percentile": 30.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flamethrower",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0391_shadow",
   "dex": 391,
   "form": "shadow",
   "name_ja": "モウカザル",
   "name_en": "Shadow Monferno",
   "slug_en": "shadow-monferno",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 105,
    "stamina": 162,
    "max_cp": 1780,
    "durability": 17010
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3396.0,
     "tdo": 43501333,
     "percentile": 41.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.35,
     "percentile": 44.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0392_normal",
   "dex": 392,
   "form": "normal",
   "name_ja": "ゴウカザル",
   "name_en": "Infernape",
   "slug_en": "infernape",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 151,
    "stamina": 183,
    "max_cp": 3033,
    "durability": 27633
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4980.9,
     "tdo": 115333659,
     "percentile": 83.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.36,
     "percentile": 70.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0392_shadow",
   "dex": 392,
   "form": "shadow",
   "name_ja": "ゴウカザル",
   "name_en": "Shadow Infernape",
   "slug_en": "shadow-infernape",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 151,
    "stamina": 183,
    "max_cp": 3033,
    "durability": 27633
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5905.6,
     "tdo": 116151566,
     "percentile": 92.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 234.47,
     "percentile": 91.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0393_normal",
   "dex": 393,
   "form": "normal",
   "name_ja": "ポッチャマ",
   "name_en": "Piplup",
   "slug_en": "piplup",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 102,
    "stamina": 142,
    "max_cp": 1215,
    "durability": 14484
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2056.8,
     "tdo": 26489440,
     "percentile": 13.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Drill Peck",
     "fast_type": "water",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.77,
     "percentile": 9.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Bubble Beam",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0393_shadow",
   "dex": 393,
   "form": "shadow",
   "name_ja": "ポッチャマ",
   "name_en": "Shadow Piplup",
   "slug_en": "shadow-piplup",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 112,
    "defense": 102,
    "stamina": 142,
    "max_cp": 1215,
    "durability": 14484
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2337.2,
     "tdo": 25727231,
     "percentile": 24.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Drill Peck",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.37,
     "percentile": 19.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Drill Peck",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0394_normal",
   "dex": 394,
   "form": "normal",
   "name_ja": "ポッタイシ",
   "name_en": "Prinplup",
   "slug_en": "prinplup",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 139,
    "stamina": 162,
    "max_cp": 1923,
    "durability": 22518
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2896.2,
     "tdo": 55469013,
     "percentile": 39.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Hydro Pump",
     "fast_type": "steel",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.38,
     "percentile": 41.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0394_shadow",
   "dex": 394,
   "form": "shadow",
   "name_ja": "ポッタイシ",
   "name_en": "Shadow Prinplup",
   "slug_en": "shadow-prinplup",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 150,
    "defense": 139,
    "stamina": 162,
    "max_cp": 1923,
    "durability": 22518
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3539.3,
     "tdo": 57662052,
     "percentile": 47.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.81,
     "percentile": 55.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Hydro Pump",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0395_normal",
   "dex": 395,
   "form": "normal",
   "name_ja": "エンペルト",
   "name_en": "Empoleon",
   "slug_en": "empoleon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 186,
    "stamina": 197,
    "max_cp": 3279,
    "durability": 36642
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4861.7,
     "tdo": 146164451,
     "percentile": 85.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "steel",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.32,
     "percentile": 80.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0395_shadow",
   "dex": 395,
   "form": "shadow",
   "name_ja": "エンペルト",
   "name_en": "Shadow Empoleon",
   "slug_en": "shadow-empoleon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 186,
    "stamina": 197,
    "max_cp": 3279,
    "durability": 36642
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5769.3,
     "tdo": 146697721,
     "percentile": 94.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "steel",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.83,
     "percentile": 95.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0396_normal",
   "dex": 396,
   "form": "normal",
   "name_ja": "ムックル",
   "name_en": "Starly",
   "slug_en": "starly",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 101,
    "defense": 58,
    "stamina": 120,
    "max_cp": 813,
    "durability": 6960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2274.4,
     "tdo": 15765393,
     "percentile": 21.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Fly",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 100.81,
     "percentile": 10.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Fly",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0396_shadow",
   "dex": 396,
   "form": "shadow",
   "name_ja": "ムックル",
   "name_en": "Shadow Starly",
   "slug_en": "shadow-starly",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 101,
    "defense": 58,
    "stamina": 120,
    "max_cp": 813,
    "durability": 6960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2666.6,
     "tdo": 15951569,
     "percentile": 27.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Fly",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.34,
     "percentile": 18.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Fly",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0397_normal",
   "dex": 397,
   "form": "normal",
   "name_ja": "ムクバード",
   "name_en": "Staravia",
   "slug_en": "staravia",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 94,
    "stamina": 146,
    "max_cp": 1468,
    "durability": 13724
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3430.1,
     "tdo": 42413292,
     "percentile": 43.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.15,
     "percentile": 41.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0397_shadow",
   "dex": 397,
   "form": "shadow",
   "name_ja": "ムクバード",
   "name_en": "Shadow Staravia",
   "slug_en": "shadow-staravia",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 142,
    "defense": 94,
    "stamina": 146,
    "max_cp": 1468,
    "durability": 13724
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4041.8,
     "tdo": 42641307,
     "percentile": 53.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.67,
     "percentile": 54.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0398_normal",
   "dex": 398,
   "form": "normal",
   "name_ja": "ムクホーク",
   "name_en": "Staraptor",
   "slug_en": "staraptor",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 234,
    "defense": 140,
    "stamina": 198,
    "max_cp": 3194,
    "durability": 27720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5440.1,
     "tdo": 126122657,
     "percentile": 88.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.1,
     "percentile": 86.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0398_shadow",
   "dex": 398,
   "form": "shadow",
   "name_ja": "ムクホーク",
   "name_en": "Shadow Staraptor",
   "slug_en": "shadow-staraptor",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 234,
    "defense": 140,
    "stamina": 198,
    "max_cp": 3194,
    "durability": 27720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6466.9,
     "tdo": 127681422,
     "percentile": 96.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 296.74,
     "percentile": 96.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0399_normal",
   "dex": 399,
   "form": "normal",
   "name_ja": "ビッパ",
   "name_en": "Bidoof",
   "slug_en": "bidoof",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 80,
    "defense": 73,
    "stamina": 153,
    "max_cp": 815,
    "durability": 11169
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1660.4,
     "tdo": 17312407,
     "percentile": 8.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 30.73,
     "percentile": 13.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0399_shadow",
   "dex": 399,
   "form": "shadow",
   "name_ja": "ビッパ",
   "name_en": "Shadow Bidoof",
   "slug_en": "shadow-bidoof",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 80,
    "defense": 73,
    "stamina": 153,
    "max_cp": 815,
    "durability": 11169
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1940.1,
     "tdo": 17469792,
     "percentile": 10.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 34.92,
     "percentile": 18.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0400_normal",
   "dex": 400,
   "form": "normal",
   "name_ja": "ビーダル",
   "name_en": "Bibarel",
   "slug_en": "bibarel",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 119,
    "stamina": 188,
    "max_cp": 2061,
    "durability": 22372
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3093.7,
     "tdo": 59218723,
     "percentile": 45.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hyper Fang",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 54.91,
     "percentile": 51.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0400_shadow",
   "dex": 400,
   "form": "shadow",
   "name_ja": "ビーダル",
   "name_en": "Shadow Bibarel",
   "slug_en": "shadow-bibarel",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 162,
    "defense": 119,
    "stamina": 188,
    "max_cp": 2061,
    "durability": 22372
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3537.5,
     "tdo": 57608935,
     "percentile": 52.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Hyper Fang",
     "fast_type": "rock",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.33,
     "percentile": 63.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0401_normal",
   "dex": 401,
   "form": "normal",
   "name_ja": "コロボーシ",
   "name_en": "Kricketot",
   "slug_en": "kricketot",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 45,
    "defense": 74,
    "stamina": 114,
    "max_cp": 453,
    "durability": 8436
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 715.9,
     "tdo": 5782586,
     "percentile": 0.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.49,
     "percentile": 1.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0402_normal",
   "dex": 402,
   "form": "normal",
   "name_ja": "コロトック",
   "name_en": "Kricketune",
   "slug_en": "kricketune",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 160,
    "defense": 100,
    "stamina": 184,
    "max_cp": 1869,
    "durability": 18400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3100.7,
     "tdo": 50039089,
     "percentile": 39.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.51,
     "percentile": 42.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0403_normal",
   "dex": 403,
   "form": "normal",
   "name_ja": "コリンク",
   "name_en": "Shinx",
   "slug_en": "shinx",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 64,
    "stamina": 128,
    "max_cp": 990,
    "durability": 8192
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2153.9,
     "tdo": 17157719,
     "percentile": 16.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.46,
     "percentile": 18.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0403_shadow",
   "dex": 403,
   "form": "shadow",
   "name_ja": "コリンク",
   "name_en": "Shadow Shinx",
   "slug_en": "shadow-shinx",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 64,
    "stamina": 128,
    "max_cp": 990,
    "durability": 8192
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2529.2,
     "tdo": 17341998,
     "percentile": 22.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.41,
     "percentile": 29.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0404_normal",
   "dex": 404,
   "form": "normal",
   "name_ja": "ルクシオ",
   "name_en": "Luxio",
   "slug_en": "luxio",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 95,
    "stamina": 155,
    "max_cp": 1680,
    "durability": 14725
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3021.7,
     "tdo": 39661527,
     "percentile": 40.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Wild Charge",
     "fast_type": "dark",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.53,
     "percentile": 47.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0404_shadow",
   "dex": 404,
   "form": "shadow",
   "name_ja": "ルクシオ",
   "name_en": "Shadow Luxio",
   "slug_en": "shadow-luxio",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 159,
    "defense": 95,
    "stamina": 155,
    "max_cp": 1680,
    "durability": 14725
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3739.0,
     "tdo": 41937823,
     "percentile": 53.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.14,
     "percentile": 63.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0405_normal",
   "dex": 405,
   "form": "normal",
   "name_ja": "レントラー",
   "name_en": "Luxray",
   "slug_en": "luxray",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 156,
    "stamina": 190,
    "max_cp": 3265,
    "durability": 29640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4853.6,
     "tdo": 119955581,
     "percentile": 82.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Wild Charge",
     "fast_type": "dark",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.21,
     "percentile": 76.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Wild Charge",
     "fast_type": "dark",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0405_shadow",
   "dex": 405,
   "form": "shadow",
   "name_ja": "レントラー",
   "name_en": "Shadow Luxray",
   "slug_en": "shadow-luxray",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 232,
    "defense": 156,
    "stamina": 190,
    "max_cp": 3265,
    "durability": 29640
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5757.5,
     "tdo": 120659916,
     "percentile": 91.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Wild Charge",
     "fast_type": "dark",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 89.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0406_normal",
   "dex": 406,
   "form": "normal",
   "name_ja": "スボミー",
   "name_en": "Budew",
   "slug_en": "budew",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 91,
    "defense": 109,
    "stamina": 120,
    "max_cp": 968,
    "durability": 13080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1974.8,
     "tdo": 23252432,
     "percentile": 10.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.49,
     "percentile": 9.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0407_normal",
   "dex": 407,
   "form": "normal",
   "name_ja": "ロズレイド",
   "name_en": "Roserade",
   "slug_en": "roserade",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 185,
    "stamina": 155,
    "max_cp": 3359,
    "durability": 28675
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5141.9,
     "tdo": 122709550,
     "percentile": 86.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Grass Knot",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 227.01,
     "percentile": 93.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0408_normal",
   "dex": 408,
   "form": "normal",
   "name_ja": "ズガイドス",
   "name_en": "Cranidos",
   "slug_en": "cranidos",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 71,
    "stamina": 167,
    "max_cp": 2058,
    "durability": 11857
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3341.5,
     "tdo": 36704168,
     "percentile": 41.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Ancient Power",
     "fast_type": "psychic",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.35,
     "percentile": 33.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Ancient Power",
     "fast_type": "psychic",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0408_shadow",
   "dex": 408,
   "form": "shadow",
   "name_ja": "ズガイドス",
   "name_en": "Shadow Cranidos",
   "slug_en": "shadow-cranidos",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 218,
    "defense": 71,
    "stamina": 167,
    "max_cp": 2058,
    "durability": 11857
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3972.5,
     "tdo": 37546763,
     "percentile": 54.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Ancient Power",
     "fast_type": "psychic",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.29,
     "percentile": 40.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Bulldoze",
     "fast_type": "psychic",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0409_normal",
   "dex": 409,
   "form": "normal",
   "name_ja": "ラムパルド",
   "name_en": "Rampardos",
   "slug_en": "rampardos",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 295,
    "defense": 109,
    "stamina": 219,
    "max_cp": 3728,
    "durability": 23871
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5328.9,
     "tdo": 108831132,
     "percentile": 88.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 231.48,
     "percentile": 97.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0409_shadow",
   "dex": 409,
   "form": "shadow",
   "name_ja": "ラムパルド",
   "name_en": "Shadow Rampardos",
   "slug_en": "shadow-rampardos",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 295,
    "defense": 109,
    "stamina": 219,
    "max_cp": 3728,
    "durability": 23871
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6343.2,
     "tdo": 110739357,
     "percentile": 95.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.74,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 77,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0410_normal",
   "dex": 410,
   "form": "normal",
   "name_ja": "タテトプス",
   "name_en": "Shieldon",
   "slug_en": "shieldon",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 76,
    "defense": 195,
    "stamina": 102,
    "max_cp": 1007,
    "durability": 19890
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1463.8,
     "tdo": 25314085,
     "percentile": 9.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Heavy Slam",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.43,
     "percentile": 7.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0410_shadow",
   "dex": 410,
   "form": "shadow",
   "name_ja": "タテトプス",
   "name_en": "Shadow Shieldon",
   "slug_en": "shadow-shieldon",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 76,
    "defense": 195,
    "stamina": 102,
    "max_cp": 1007,
    "durability": 19890
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1904.5,
     "tdo": 27759942,
     "percentile": 12.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.53,
     "percentile": 12.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Heavy Slam",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0411_normal",
   "dex": 411,
   "form": "normal",
   "name_ja": "トリデプス",
   "name_en": "Bastiodon",
   "slug_en": "bastiodon",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 94,
    "defense": 286,
    "stamina": 155,
    "max_cp": 1741,
    "durability": 44330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1933.3,
     "tdo": 69436978,
     "percentile": 23.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Stone Edge",
     "fast_type": "steel",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 87.26,
     "percentile": 15.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0411_shadow",
   "dex": 411,
   "form": "shadow",
   "name_ja": "トリデプス",
   "name_en": "Shadow Bastiodon",
   "slug_en": "shadow-bastiodon",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 94,
    "defense": 286,
    "stamina": 155,
    "max_cp": 1741,
    "durability": 44330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2270.3,
     "tdo": 68537508,
     "percentile": 31.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Stone Edge",
     "fast_type": "steel",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 100.91,
     "percentile": 24.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0412_plant",
   "dex": 412,
   "form": "normal",
   "name_ja": "ミノムッチ(くさきのミノ)",
   "name_en": "Burmy Plant",
   "slug_en": "burmy-plant",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 53,
    "defense": 83,
    "stamina": 120,
    "max_cp": 552,
    "durability": 9960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 811.4,
     "tdo": 7550409,
     "percentile": 1.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 18.36,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0412_sandy",
   "dex": 412,
   "form": "normal",
   "name_ja": "ミノムッチ(すなちのミノ)",
   "name_en": "Burmy Sandy",
   "slug_en": "burmy-sandy",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 53,
    "defense": 83,
    "stamina": 120,
    "max_cp": 552,
    "durability": 9960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 811.4,
     "tdo": 7550409,
     "percentile": 1.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 18.36,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0412_trash",
   "dex": 412,
   "form": "normal",
   "name_ja": "ミノムッチ(ゴミのミノ)",
   "name_en": "Burmy Trash",
   "slug_en": "burmy-trash",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 53,
    "defense": 83,
    "stamina": 120,
    "max_cp": 552,
    "durability": 9960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 811.4,
     "tdo": 7550409,
     "percentile": 1.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 18.36,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0413_plant",
   "dex": 413,
   "form": "normal",
   "name_ja": "ミノマダム(くさきのミノ)",
   "name_en": "Wormadam Plant",
   "slug_en": "wormadam-plant",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 141,
    "defense": 180,
    "stamina": 155,
    "max_cp": 2005,
    "durability": 27900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2752.8,
     "tdo": 64052423,
     "percentile": 40.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.05,
     "percentile": 34.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0413_sandy",
   "dex": 413,
   "form": "normal",
   "name_ja": "ミノマダム(すなちのミノ)",
   "name_en": "Wormadam Sandy",
   "slug_en": "wormadam-sandy",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 141,
    "defense": 180,
    "stamina": 155,
    "max_cp": 2005,
    "durability": 27900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2752.8,
     "tdo": 64052423,
     "percentile": 40.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.05,
     "percentile": 34.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0413_trash",
   "dex": 413,
   "form": "normal",
   "name_ja": "ミノマダム(ゴミのミノ)",
   "name_en": "Wormadam Trash",
   "slug_en": "wormadam-trash",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 127,
    "defense": 175,
    "stamina": 155,
    "max_cp": 1802,
    "durability": 27125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2505.8,
     "tdo": 56809151,
     "percentile": 29.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.68,
     "percentile": 27.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0414_normal",
   "dex": 414,
   "form": "normal",
   "name_ja": "ガーメイル",
   "name_en": "Mothim",
   "slug_en": "mothim",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 98,
    "stamina": 172,
    "max_cp": 2052,
    "durability": 16856
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3529.3,
     "tdo": 52613368,
     "percentile": 48.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.28,
     "percentile": 55.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0415_normal",
   "dex": 415,
   "form": "normal",
   "name_ja": "ミツハニー",
   "name_en": "Combee",
   "slug_en": "combee",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 59,
    "defense": 83,
    "stamina": 102,
    "max_cp": 559,
    "durability": 8466
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1305.8,
     "tdo": 10538332,
     "percentile": 3.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 63.15,
     "percentile": 1.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0416_normal",
   "dex": 416,
   "form": "normal",
   "name_ja": "ビークイン",
   "name_en": "Vespiquen",
   "slug_en": "vespiquen",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 149,
    "defense": 190,
    "stamina": 172,
    "max_cp": 2267,
    "durability": 32680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2894.0,
     "tdo": 78268205,
     "percentile": 45.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.29,
     "percentile": 39.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0417_normal",
   "dex": 417,
   "form": "normal",
   "name_ja": "パチリス",
   "name_en": "Pachirisu",
   "slug_en": "pachirisu",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 94,
    "defense": 172,
    "stamina": 155,
    "max_cp": 1372,
    "durability": 26660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1821.4,
     "tdo": 40641185,
     "percentile": 20.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.27,
     "percentile": 14.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0418_normal",
   "dex": 418,
   "form": "normal",
   "name_ja": "ブイゼル",
   "name_en": "Buizel",
   "slug_en": "buizel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 67,
    "stamina": 146,
    "max_cp": 1192,
    "durability": 9782
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2130.8,
     "tdo": 19820873,
     "percentile": 16.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.16,
     "percentile": 20.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0419_normal",
   "dex": 419,
   "form": "normal",
   "name_ja": "フローゼル",
   "name_en": "Floatzel",
   "slug_en": "floatzel",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 114,
    "stamina": 198,
    "max_cp": 2762,
    "durability": 22572
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4142.5,
     "tdo": 79929256,
     "percentile": 66.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.62,
     "percentile": 70.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0420_normal",
   "dex": 420,
   "form": "normal",
   "name_ja": "チェリンボ",
   "name_en": "Cherubi",
   "slug_en": "cherubi",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 92,
    "stamina": 128,
    "max_cp": 1074,
    "durability": 11776
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1898.0,
     "tdo": 20478471,
     "percentile": 12.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Seed Bomb",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.94,
     "percentile": 9.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Petal Blizzard",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0421_normal",
   "dex": 421,
   "form": "normal",
   "name_ja": "チェリム(ネガ)",
   "name_en": "Cherrim",
   "slug_en": "cherrim",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 153,
    "stamina": 172,
    "max_cp": 2315,
    "durability": 26316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3497.8,
     "tdo": 77523237,
     "percentile": 49.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.49,
     "percentile": 56.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0421_sunny",
   "dex": 421,
   "form": "normal",
   "name_ja": "チェリム(ポジ)",
   "name_en": "Cherrim Sunny",
   "slug_en": "cherrim-sunny",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 153,
    "stamina": 172,
    "max_cp": 2315,
    "durability": 26316
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3497.8,
     "tdo": 77523237,
     "percentile": 49.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.49,
     "percentile": 56.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0422_normal",
   "dex": 422,
   "form": "normal",
   "name_ja": "カラナクシ",
   "name_en": "Shellos",
   "slug_en": "shellos",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 103,
    "defense": 105,
    "stamina": 183,
    "max_cp": 1284,
    "durability": 19215
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1657.3,
     "tdo": 27741368,
     "percentile": 8.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 30.09,
     "percentile": 12.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0423_normal",
   "dex": 423,
   "form": "normal",
   "name_ja": "トリトドン",
   "name_en": "Gastrodon",
   "slug_en": "gastrodon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 143,
    "stamina": 244,
    "max_cp": 2628,
    "durability": 34892
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3437.3,
     "tdo": 99031571,
     "percentile": 55.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.93,
     "percentile": 57.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0424_normal",
   "dex": 424,
   "form": "normal",
   "name_ja": "エテボース",
   "name_en": "Ambipom",
   "slug_en": "ambipom",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 143,
    "stamina": 181,
    "max_cp": 2733,
    "durability": 25883
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4033.4,
     "tdo": 87823530,
     "percentile": 61.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 68.12,
     "percentile": 74.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0424_shadow",
   "dex": 424,
   "form": "shadow",
   "name_ja": "エテボース",
   "name_en": "Shadow Ambipom",
   "slug_en": "shadow-ambipom",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 143,
    "stamina": 181,
    "max_cp": 2733,
    "durability": 25883
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4785.1,
     "tdo": 88364216,
     "percentile": 75.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.43,
     "percentile": 85.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0425_normal",
   "dex": 425,
   "form": "normal",
   "name_ja": "フワンテ",
   "name_en": "Drifloon",
   "slug_en": "drifloon",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 80,
    "stamina": 207,
    "max_cp": 1353,
    "durability": 16560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2433.9,
     "tdo": 36138687,
     "percentile": 28.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.65,
     "percentile": 23.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0425_shadow",
   "dex": 425,
   "form": "shadow",
   "name_ja": "フワンテ",
   "name_en": "Shadow Drifloon",
   "slug_en": "shadow-drifloon",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 80,
    "stamina": 207,
    "max_cp": 1353,
    "durability": 16560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2858.0,
     "tdo": 36628606,
     "percentile": 37.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 140.06,
     "percentile": 37.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0426_normal",
   "dex": 426,
   "form": "normal",
   "name_ja": "フワライド",
   "name_en": "Drifblim",
   "slug_en": "drifblim",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 102,
    "stamina": 312,
    "max_cp": 2693,
    "durability": 31824
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3707.9,
     "tdo": 99884222,
     "percentile": 67.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.65,
     "percentile": 55.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0426_shadow",
   "dex": 426,
   "form": "shadow",
   "name_ja": "フワライド",
   "name_en": "Shadow Drifblim",
   "slug_en": "shadow-drifblim",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 102,
    "stamina": 312,
    "max_cp": 2693,
    "durability": 31824
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4392.4,
     "tdo": 101131954,
     "percentile": 79.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 68.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0427_normal",
   "dex": 427,
   "form": "normal",
   "name_ja": "ミミロル",
   "name_en": "Buneary",
   "slug_en": "buneary",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 130,
    "defense": 105,
    "stamina": 146,
    "max_cp": 1423,
    "durability": 15330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2284.6,
     "tdo": 31099471,
     "percentile": 20.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Swift",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 41.28,
     "percentile": 29.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Fire Punch",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fire Punch",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0428_mega",
   "dex": 428,
   "form": "mega",
   "name_ja": "メガミミロップ",
   "name_en": "Mega Lopunny",
   "slug_en": "mega-lopunny",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 282,
    "defense": 214,
    "stamina": 163,
    "max_cp": 4234,
    "durability": 34882
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5729.2,
     "tdo": 164268013,
     "percentile": 90.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.23,
     "percentile": 96.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0428_normal",
   "dex": 428,
   "form": "normal",
   "name_ja": "ミミロップ",
   "name_en": "Lopunny",
   "slug_en": "lopunny",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 194,
    "stamina": 163,
    "max_cp": 2328,
    "durability": 31622
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3325.4,
     "tdo": 87019054,
     "percentile": 47.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 56.82,
     "percentile": 56.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Shadow Ball",
     "fast_type": "normal",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0429_normal",
   "dex": 429,
   "form": "normal",
   "name_ja": "ムウマージ",
   "name_en": "Mismagius",
   "slug_en": "mismagius",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 187,
    "stamina": 155,
    "max_cp": 2957,
    "durability": 28985
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4123.7,
     "tdo": 99394515,
     "percentile": 73.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 68.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0429_shadow",
   "dex": 429,
   "form": "shadow",
   "name_ja": "ムウマージ",
   "name_en": "Shadow Mismagius",
   "slug_en": "shadow-mismagius",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 187,
    "stamina": 155,
    "max_cp": 2957,
    "durability": 28985
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4954.4,
     "tdo": 101090570,
     "percentile": 85.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 234.74,
     "percentile": 84.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0430_normal",
   "dex": 430,
   "form": "normal",
   "name_ja": "ドンカラス",
   "name_en": "Honchkrow",
   "slug_en": "honchkrow",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 103,
    "stamina": 225,
    "max_cp": 3065,
    "durability": 23175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5671.4,
     "tdo": 113032733,
     "percentile": 87.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brave Bird",
     "fast_type": "dark",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.02,
     "percentile": 85.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0430_shadow",
   "dex": 430,
   "form": "shadow",
   "name_ja": "ドンカラス",
   "name_en": "Shadow Honchkrow",
   "slug_en": "shadow-honchkrow",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 243,
    "defense": 103,
    "stamina": 225,
    "max_cp": 3065,
    "durability": 23175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6748.6,
     "tdo": 115123044,
     "percentile": 96.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brave Bird",
     "fast_type": "dark",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 263.85,
     "percentile": 94.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0431_normal",
   "dex": 431,
   "form": "normal",
   "name_ja": "ニャルマー",
   "name_en": "Glameow",
   "slug_en": "glameow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 82,
    "stamina": 135,
    "max_cp": 1056,
    "durability": 11070
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2009.8,
     "tdo": 20641435,
     "percentile": 16.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 72.67,
     "percentile": 9.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0431_shadow",
   "dex": 431,
   "form": "shadow",
   "name_ja": "ニャルマー",
   "name_en": "Shadow Glameow",
   "slug_en": "shadow-glameow",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 109,
    "defense": 82,
    "stamina": 135,
    "max_cp": 1056,
    "durability": 11070
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2366.4,
     "tdo": 20795886,
     "percentile": 19.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.58,
     "percentile": 12.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0432_normal",
   "dex": 432,
   "form": "normal",
   "name_ja": "ブニャット",
   "name_en": "Purugly",
   "slug_en": "purugly",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 133,
    "stamina": 174,
    "max_cp": 2208,
    "durability": 23142
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3036.9,
     "tdo": 59673045,
     "percentile": 45.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.5,
     "percentile": 23.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0432_shadow",
   "dex": 432,
   "form": "shadow",
   "name_ja": "ブニャット",
   "name_en": "Shadow Purugly",
   "slug_en": "shadow-purugly",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 133,
    "stamina": 174,
    "max_cp": 2208,
    "durability": 23142
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3589.0,
     "tdo": 60039587,
     "percentile": 50.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Play Rough",
     "fast_type": "ghost",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.28,
     "percentile": 35.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Aerial Ace",
     "fast_type": "ghost",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0433_normal",
   "dex": 433,
   "form": "normal",
   "name_ja": "リーシャン",
   "name_en": "Chingling",
   "slug_en": "chingling",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 114,
    "defense": 94,
    "stamina": 128,
    "max_cp": 1137,
    "durability": 12032
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2158.3,
     "tdo": 23722566,
     "percentile": 12.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.93,
     "percentile": 14.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0434_normal",
   "dex": 434,
   "form": "normal",
   "name_ja": "スカンプー",
   "name_en": "Stunky",
   "slug_en": "stunky",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 90,
    "stamina": 160,
    "max_cp": 1301,
    "durability": 14400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2483.7,
     "tdo": 32213699,
     "percentile": 30.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.65,
     "percentile": 19.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0434_shadow",
   "dex": 434,
   "form": "shadow",
   "name_ja": "スカンプー",
   "name_en": "Shadow Stunky",
   "slug_en": "shadow-stunky",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 121,
    "defense": 90,
    "stamina": 160,
    "max_cp": 1301,
    "durability": 14400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2922.0,
     "tdo": 32484403,
     "percentile": 34.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.08,
     "percentile": 32.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0435_normal",
   "dex": 435,
   "form": "normal",
   "name_ja": "スカタンク",
   "name_en": "Skuntank",
   "slug_en": "skuntank",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 132,
    "stamina": 230,
    "max_cp": 2666,
    "durability": 30360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3848.0,
     "tdo": 97441265,
     "percentile": 66.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.57,
     "percentile": 71.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0435_shadow",
   "dex": 435,
   "form": "shadow",
   "name_ja": "スカタンク",
   "name_en": "Shadow Skuntank",
   "slug_en": "shadow-skuntank",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 184,
    "defense": 132,
    "stamina": 230,
    "max_cp": 2666,
    "durability": 30360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4563.5,
     "tdo": 98264018,
     "percentile": 76.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 216.92,
     "percentile": 87.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0436_normal",
   "dex": 436,
   "form": "normal",
   "name_ja": "ドーミラー",
   "name_en": "Bronzor",
   "slug_en": "bronzor",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 43,
    "defense": 154,
    "stamina": 149,
    "max_cp": 681,
    "durability": 22946
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1067.3,
     "tdo": 20765773,
     "percentile": 2.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Heavy Slam",
     "fast_type": "psychic",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 54.91,
     "percentile": 1.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0437_normal",
   "dex": 437,
   "form": "normal",
   "name_ja": "ドータクン",
   "name_en": "Bronzong",
   "slug_en": "bronzong",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 213,
    "stamina": 167,
    "max_cp": 2531,
    "durability": 35571
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3372.0,
     "tdo": 98196197,
     "percentile": 53.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 172.41,
     "percentile": 41.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0438_normal",
   "dex": 438,
   "form": "normal",
   "name_ja": "ウソハチ",
   "name_en": "Bonsly",
   "slug_en": "bonsly",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 133,
    "stamina": 137,
    "max_cp": 1472,
    "durability": 18221
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2449.2,
     "tdo": 38682513,
     "percentile": 27.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.98,
     "percentile": 34.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0439_normal",
   "dex": 439,
   "form": "normal",
   "name_ja": "マネネ",
   "name_en": "Mime Jr",
   "slug_en": "mime-jr",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 125,
    "defense": 142,
    "stamina": 85,
    "max_cp": 1238,
    "durability": 12070
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2682.2,
     "tdo": 29724225,
     "percentile": 23.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.93,
     "percentile": 28.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0440_normal",
   "dex": 440,
   "form": "normal",
   "name_ja": "ピンプク",
   "name_en": "Happiny",
   "slug_en": "happiny",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 25,
    "defense": 77,
    "stamina": 225,
    "max_cp": 419,
    "durability": 17325
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 701.6,
     "tdo": 10902826,
     "percentile": 1.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.27,
     "percentile": 0.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0441_normal",
   "dex": 441,
   "form": "normal",
   "name_ja": "ペラップ",
   "name_en": "Chatot",
   "slug_en": "chatot",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 183,
    "defense": 91,
    "stamina": 183,
    "max_cp": 2025,
    "durability": 16653
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3586.4,
     "tdo": 53028224,
     "percentile": 53.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Sky Attack",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.35,
     "percentile": 46.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0442_normal",
   "dex": 442,
   "form": "normal",
   "name_ja": "ミカルゲ",
   "name_en": "Spiritomb",
   "slug_en": "spiritomb",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 199,
    "stamina": 137,
    "max_cp": 2343,
    "durability": 27263
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3587.1,
     "tdo": 81920391,
     "percentile": 56.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.13,
     "percentile": 56.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0443_normal",
   "dex": 443,
   "form": "normal",
   "name_ja": "フカマル",
   "name_en": "Gible",
   "slug_en": "gible",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 84,
    "stamina": 151,
    "max_cp": 1258,
    "durability": 12684
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2118.0,
     "tdo": 24491262,
     "percentile": 15.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.13,
     "percentile": 22.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0443_shadow",
   "dex": 443,
   "form": "shadow",
   "name_ja": "フカマル",
   "name_en": "Shadow Gible",
   "slug_en": "shadow-gible",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 124,
    "defense": 84,
    "stamina": 151,
    "max_cp": 1258,
    "durability": 12684
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2498.9,
     "tdo": 24809838,
     "percentile": 22.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.12,
     "percentile": 39.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0444_normal",
   "dex": 444,
   "form": "normal",
   "name_ja": "ガバイト",
   "name_en": "Gabite",
   "slug_en": "gabite",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 125,
    "stamina": 169,
    "max_cp": 2119,
    "durability": 21125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2849.4,
     "tdo": 51622226,
     "percentile": 39.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.36,
     "percentile": 50.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0444_shadow",
   "dex": 444,
   "form": "shadow",
   "name_ja": "ガバイト",
   "name_en": "Shadow Gabite",
   "slug_en": "shadow-gabite",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 125,
    "stamina": 169,
    "max_cp": 2119,
    "durability": 21125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3367.5,
     "tdo": 51856872,
     "percentile": 46.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.65,
     "percentile": 55.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Twister",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0445_mega",
   "dex": 445,
   "form": "mega",
   "name_ja": "メガガブリアス",
   "name_en": "Mega Garchomp",
   "slug_en": "mega-garchomp",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 339,
    "defense": 222,
    "stamina": 239,
    "max_cp": 6132,
    "durability": 53058
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6841.7,
     "tdo": 290220285,
     "percentile": 99.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 263.5,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0445_normal",
   "dex": 445,
   "form": "normal",
   "name_ja": "ガブリアス",
   "name_en": "Garchomp",
   "slug_en": "garchomp",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 261,
    "defense": 193,
    "stamina": 239,
    "max_cp": 4479,
    "durability": 46127
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5334.2,
     "tdo": 198585975,
     "percentile": 94.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.27,
     "percentile": 83.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0445_shadow",
   "dex": 445,
   "form": "shadow",
   "name_ja": "ガブリアス",
   "name_en": "Shadow Garchomp",
   "slug_en": "shadow-garchomp",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 193,
    "stamina": 239,
    "max_cp": 4479,
    "durability": 46127
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6339.2,
     "tdo": 199692920,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 243.31,
     "percentile": 97.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0446_normal",
   "dex": 446,
   "form": "normal",
   "name_ja": "ゴンベ",
   "name_en": "Munchlax",
   "slug_en": "munchlax",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 117,
    "stamina": 286,
    "max_cp": 2139,
    "durability": 33462
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2456.3,
     "tdo": 68656780,
     "percentile": 40.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.66,
     "percentile": 33.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0447_normal",
   "dex": 447,
   "form": "normal",
   "name_ja": "リオル",
   "name_en": "Riolu",
   "slug_en": "riolu",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 127,
    "defense": 78,
    "stamina": 120,
    "max_cp": 1123,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2443.7,
     "tdo": 21579849,
     "percentile": 21.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Blaze Kick",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.7,
     "percentile": 19.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Blaze Kick",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Cross Chop",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0448_mega",
   "dex": 448,
   "form": "mega",
   "name_ja": "メガルカリオ",
   "name_en": "Mega Lucario",
   "slug_en": "mega-lucario",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 310,
    "defense": 175,
    "stamina": 172,
    "max_cp": 4325,
    "durability": 30100
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7646.7,
     "tdo": 191674069,
     "percentile": 99.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Aura Sphere",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.78,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Meteor Mash",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 82,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0448_normal",
   "dex": 448,
   "form": "normal",
   "name_ja": "ルカリオ",
   "name_en": "Lucario",
   "slug_en": "lucario",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 236,
    "defense": 144,
    "stamina": 172,
    "max_cp": 3056,
    "durability": 24768
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5905.6,
     "tdo": 123878873,
     "percentile": 96.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Aura Sphere",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.3,
     "percentile": 98.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Meteor Mash",
     "fast_type": "fighting",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0449_normal",
   "dex": 449,
   "form": "normal",
   "name_ja": "ヒポポタス",
   "name_en": "Hippopotas",
   "slug_en": "hippopotas",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 118,
    "stamina": 169,
    "max_cp": 1535,
    "durability": 19942
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2176.6,
     "tdo": 37462101,
     "percentile": 20.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.01,
     "percentile": 26.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0449_shadow",
   "dex": 449,
   "form": "shadow",
   "name_ja": "ヒポポタス",
   "name_en": "Shadow Hippopotas",
   "slug_en": "shadow-hippopotas",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 124,
    "defense": 118,
    "stamina": 169,
    "max_cp": 1535,
    "durability": 19942
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2480.6,
     "tdo": 36273063,
     "percentile": 29.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.9,
     "percentile": 38.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0450_normal",
   "dex": 450,
   "form": "normal",
   "name_ja": "カバルドン",
   "name_en": "Hippowdon",
   "slug_en": "hippowdon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 191,
    "stamina": 239,
    "max_cp": 3488,
    "durability": 45649
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3960.1,
     "tdo": 146011764,
     "percentile": 74.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.16,
     "percentile": 75.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0450_shadow",
   "dex": 450,
   "form": "shadow",
   "name_ja": "カバルドン",
   "name_en": "Shadow Hippowdon",
   "slug_en": "shadow-hippowdon",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 201,
    "defense": 191,
    "stamina": 239,
    "max_cp": 3488,
    "durability": 45649
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4543.3,
     "tdo": 141491857,
     "percentile": 82.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 195.69,
     "percentile": 82.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0451_normal",
   "dex": 451,
   "form": "normal",
   "name_ja": "スコルピ",
   "name_en": "Skorupi",
   "slug_en": "skorupi",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 93,
    "defense": 151,
    "stamina": 120,
    "max_cp": 1141,
    "durability": 18120
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1882.5,
     "tdo": 29672052,
     "percentile": 17.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 96.29,
     "percentile": 13.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0451_shadow",
   "dex": 451,
   "form": "shadow",
   "name_ja": "スコルピ",
   "name_en": "Shadow Skorupi",
   "slug_en": "shadow-skorupi",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 93,
    "defense": 151,
    "stamina": 120,
    "max_cp": 1141,
    "durability": 18120
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2383.9,
     "tdo": 31917087,
     "percentile": 22.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.82,
     "percentile": 25.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0452_normal",
   "dex": 452,
   "form": "normal",
   "name_ja": "ドラピオン",
   "name_en": "Drapion",
   "slug_en": "drapion",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 202,
    "stamina": 172,
    "max_cp": 2773,
    "durability": 34744
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3561.2,
     "tdo": 101950428,
     "percentile": 63.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.75,
     "percentile": 63.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0452_shadow",
   "dex": 452,
   "form": "shadow",
   "name_ja": "ドラピオン",
   "name_en": "Shadow Drapion",
   "slug_en": "shadow-drapion",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 202,
    "stamina": 172,
    "max_cp": 2773,
    "durability": 34744
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4218.6,
     "tdo": 101849237,
     "percentile": 68.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dark",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.35,
     "percentile": 72.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0453_normal",
   "dex": 453,
   "form": "normal",
   "name_ja": "グレッグル",
   "name_en": "Croagunk",
   "slug_en": "croagunk",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 76,
    "stamina": 134,
    "max_cp": 1077,
    "durability": 10184
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2533.1,
     "tdo": 24212595,
     "percentile": 21.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.41,
     "percentile": 37.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0453_shadow",
   "dex": 453,
   "form": "shadow",
   "name_ja": "グレッグル",
   "name_en": "Shadow Croagunk",
   "slug_en": "shadow-croagunk",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 76,
    "stamina": 134,
    "max_cp": 1077,
    "durability": 10184
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2977.9,
     "tdo": 24397424,
     "percentile": 29.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.86,
     "percentile": 46.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0454_normal",
   "dex": 454,
   "form": "normal",
   "name_ja": "ドクロッグ",
   "name_en": "Toxicroak",
   "slug_en": "toxicroak",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 133,
    "stamina": 195,
    "max_cp": 2813,
    "durability": 25935
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4370.1,
     "tdo": 95653632,
     "percentile": 73.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 203.67,
     "percentile": 80.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0454_shadow",
   "dex": 454,
   "form": "shadow",
   "name_ja": "ドクロッグ",
   "name_en": "Shadow Toxicroak",
   "slug_en": "shadow-toxicroak",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 133,
    "stamina": 195,
    "max_cp": 2813,
    "durability": 25935
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5182.3,
     "tdo": 96568759,
     "percentile": 82.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 242.72,
     "percentile": 95.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0455_normal",
   "dex": 455,
   "form": "normal",
   "name_ja": "マスキッパ",
   "name_en": "Carnivine",
   "slug_en": "carnivine",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 187,
    "defense": 136,
    "stamina": 179,
    "max_cp": 2441,
    "durability": 24344
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4073.8,
     "tdo": 84255038,
     "percentile": 66.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.98,
     "percentile": 73.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0456_normal",
   "dex": 456,
   "form": "normal",
   "name_ja": "ケイコウオ",
   "name_en": "Finneon",
   "slug_en": "finneon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 116,
    "stamina": 135,
    "max_cp": 1098,
    "durability": 15660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1700.9,
     "tdo": 23590998,
     "percentile": 7.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Ice Beam",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.05,
     "percentile": 6.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0457_normal",
   "dex": 457,
   "form": "normal",
   "name_ja": "ネオラント",
   "name_en": "Lumineon",
   "slug_en": "lumineon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 170,
    "stamina": 170,
    "max_cp": 2050,
    "durability": 28900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2537.1,
     "tdo": 61131979,
     "percentile": 36.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Blizzard",
     "fast_type": "water",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.81,
     "percentile": 23.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0458_normal",
   "dex": 458,
   "form": "normal",
   "name_ja": "タマンタ",
   "name_en": "Mantyke",
   "slug_en": "mantyke",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 179,
    "stamina": 128,
    "max_cp": 1411,
    "durability": 22912
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1870.0,
     "tdo": 36582251,
     "percentile": 13.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Aerial Ace",
     "fast_type": "water",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.74,
     "percentile": 5.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0459_normal",
   "dex": 459,
   "form": "normal",
   "name_ja": "ユキカブリ",
   "name_en": "Snover",
   "slug_en": "snover",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 105,
    "stamina": 155,
    "max_cp": 1311,
    "durability": 16275
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2267.8,
     "tdo": 32471998,
     "percentile": 25.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Ice Beam",
     "fast_type": "grass",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.68,
     "percentile": 21.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0459_shadow",
   "dex": 459,
   "form": "shadow",
   "name_ja": "ユキカブリ",
   "name_en": "Shadow Snover",
   "slug_en": "shadow-snover",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 115,
    "defense": 105,
    "stamina": 155,
    "max_cp": 1311,
    "durability": 16275
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2669.0,
     "tdo": 32802962,
     "percentile": 29.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Ice Beam",
     "fast_type": "grass",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.03,
     "percentile": 33.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0460_mega",
   "dex": 460,
   "form": "mega",
   "name_ja": "メガユキノオー",
   "name_en": "Mega Abomasnow",
   "slug_en": "mega-abomasnow",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 240,
    "defense": 191,
    "stamina": 207,
    "max_cp": 3850,
    "durability": 39537
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4671.2,
     "tdo": 150399210,
     "percentile": 86.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "grass",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.86,
     "percentile": 85.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0460_normal",
   "dex": 460,
   "form": "normal",
   "name_ja": "ユキノオー",
   "name_en": "Abomasnow",
   "slug_en": "abomasnow",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 158,
    "stamina": 207,
    "max_cp": 2670,
    "durability": 32706
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3535.5,
     "tdo": 95596406,
     "percentile": 65.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "grass",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.59,
     "percentile": 60.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0460_shadow",
   "dex": 460,
   "form": "shadow",
   "name_ja": "ユキノオー",
   "name_en": "Shadow Abomasnow",
   "slug_en": "shadow-abomasnow",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 178,
    "defense": 158,
    "stamina": 207,
    "max_cp": 2670,
    "durability": 32706
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4263.0,
     "tdo": 97945303,
     "percentile": 74.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "grass",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.34,
     "percentile": 82.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0461_normal",
   "dex": 461,
   "form": "normal",
   "name_ja": "マニューラ",
   "name_en": "Weavile",
   "slug_en": "weavile",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 171,
    "stamina": 172,
    "max_cp": 3397,
    "durability": 29412
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5163.1,
     "tdo": 126694750,
     "percentile": 84.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Avalanche",
     "fast_type": "dark",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.85,
     "percentile": 90.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0461_shadow",
   "dex": 461,
   "form": "shadow",
   "name_ja": "マニューラ",
   "name_en": "Shadow Weavile",
   "slug_en": "shadow-weavile",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 243,
    "defense": 171,
    "stamina": 172,
    "max_cp": 3397,
    "durability": 29412
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6143.7,
     "tdo": 127251818,
     "percentile": 93.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Avalanche",
     "fast_type": "dark",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.95,
     "percentile": 97.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0462_normal",
   "dex": 462,
   "form": "normal",
   "name_ja": "ジバコイル",
   "name_en": "Magnezone",
   "slug_en": "magnezone",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 205,
    "stamina": 172,
    "max_cp": 3623,
    "durability": 35260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4701.4,
     "tdo": 136453440,
     "percentile": 85.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.16,
     "percentile": 80.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0462_shadow",
   "dex": 462,
   "form": "shadow",
   "name_ja": "ジバコイル",
   "name_en": "Shadow Magnezone",
   "slug_en": "shadow-magnezone",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 238,
    "defense": 205,
    "stamina": 172,
    "max_cp": 3623,
    "durability": 35260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5463.3,
     "tdo": 134060724,
     "percentile": 92.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 207.04,
     "percentile": 89.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0463_normal",
   "dex": 463,
   "form": "normal",
   "name_ja": "ベロベルト",
   "name_en": "Lickilicky",
   "slug_en": "lickilicky",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 181,
    "stamina": 242,
    "max_cp": 2789,
    "durability": 43802
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3135.3,
     "tdo": 111022698,
     "percentile": 58.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.67,
     "percentile": 42.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0464_normal",
   "dex": 464,
   "form": "normal",
   "name_ja": "ドサイドン",
   "name_en": "Rhyperior",
   "slug_en": "rhyperior",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 241,
    "defense": 190,
    "stamina": 251,
    "max_cp": 4221,
    "durability": 47690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5054.1,
     "tdo": 194150267,
     "percentile": 90.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "ground",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.97,
     "percentile": 93.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Rock Wrecker",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0464_shadow",
   "dex": 464,
   "form": "shadow",
   "name_ja": "ドサイドン",
   "name_en": "Shadow Rhyperior",
   "slug_en": "shadow-rhyperior",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 241,
    "defense": 190,
    "stamina": 251,
    "max_cp": 4221,
    "durability": 47690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6001.8,
     "tdo": 194564612,
     "percentile": 97.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "ground",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 252.84,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Rock Wrecker",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0465_normal",
   "dex": 465,
   "form": "normal",
   "name_ja": "モジャンボ",
   "name_en": "Tangrowth",
   "slug_en": "tangrowth",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 184,
    "stamina": 225,
    "max_cp": 3425,
    "durability": 41400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4477.1,
     "tdo": 150481138,
     "percentile": 80.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 199.4,
     "percentile": 82.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0465_shadow",
   "dex": 465,
   "form": "shadow",
   "name_ja": "モジャンボ",
   "name_en": "Shadow Tangrowth",
   "slug_en": "shadow-tangrowth",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 207,
    "defense": 184,
    "stamina": 225,
    "max_cp": 3425,
    "durability": 41400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5304.0,
     "tdo": 150501575,
     "percentile": 91.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 237.25,
     "percentile": 97.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0466_normal",
   "dex": 466,
   "form": "normal",
   "name_ja": "エレキブル",
   "name_en": "Electivire",
   "slug_en": "electivire",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 249,
    "defense": 163,
    "stamina": 181,
    "max_cp": 3481,
    "durability": 29503
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4996.5,
     "tdo": 122564363,
     "percentile": 85.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.84,
     "percentile": 86.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0466_shadow",
   "dex": 466,
   "form": "shadow",
   "name_ja": "エレキブル",
   "name_en": "Shadow Electivire",
   "slug_en": "shadow-electivire",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 249,
    "defense": 163,
    "stamina": 181,
    "max_cp": 3481,
    "durability": 29503
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5942.8,
     "tdo": 123665022,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.41,
     "percentile": 97.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0467_normal",
   "dex": 467,
   "form": "normal",
   "name_ja": "ブーバーン",
   "name_en": "Magmortar",
   "slug_en": "magmortar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 247,
    "defense": 172,
    "stamina": 181,
    "max_cp": 3541,
    "durability": 31132
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4887.5,
     "tdo": 125952977,
     "percentile": 79.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.46,
     "percentile": 84.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Punch",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0467_shadow",
   "dex": 467,
   "form": "shadow",
   "name_ja": "ブーバーン",
   "name_en": "Shadow Magmortar",
   "slug_en": "shadow-magmortar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 247,
    "defense": 172,
    "stamina": 181,
    "max_cp": 3541,
    "durability": 31132
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5801.6,
     "tdo": 126323170,
     "percentile": 89.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 238.66,
     "percentile": 95.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Scorching Sands",
     "fast_type": "fire",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0468_normal",
   "dex": 468,
   "form": "normal",
   "name_ja": "トゲキッス",
   "name_en": "Togekiss",
   "slug_en": "togekiss",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 225,
    "defense": 217,
    "stamina": 198,
    "max_cp": 3767,
    "durability": 42966
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4499.5,
     "tdo": 156138191,
     "percentile": 86.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aura Sphere",
     "fast_type": "flying",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 207.9,
     "percentile": 86.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Aura Sphere",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0469_normal",
   "dex": 469,
   "form": "normal",
   "name_ja": "メガヤンマ",
   "name_en": "Yanmega",
   "slug_en": "yanmega",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 231,
    "defense": 156,
    "stamina": 200,
    "max_cp": 3330,
    "durability": 31200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4341.0,
     "tdo": 112277242,
     "percentile": 75.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.39,
     "percentile": 81.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Aerial Ace",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0470_normal",
   "dex": 470,
   "form": "normal",
   "name_ja": "リーフィア",
   "name_en": "Leafeon",
   "slug_en": "leafeon",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 216,
    "defense": 219,
    "stamina": 163,
    "max_cp": 3328,
    "durability": 35697
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4419.7,
     "tdo": 129488494,
     "percentile": 73.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Solar Beam",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.87,
     "percentile": 77.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0471_normal",
   "dex": 471,
   "form": "normal",
   "name_ja": "グレイシア",
   "name_en": "Glaceon",
   "slug_en": "glaceon",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 205,
    "stamina": 163,
    "max_cp": 3535,
    "durability": 33415
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4592.1,
     "tdo": 126488761,
     "percentile": 79.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 193.05,
     "percentile": 88.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0472_normal",
   "dex": 472,
   "form": "normal",
   "name_ja": "グライオン",
   "name_en": "Gliscor",
   "slug_en": "gliscor",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 222,
    "stamina": 181,
    "max_cp": 3043,
    "durability": 40182
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3666.8,
     "tdo": 119759359,
     "percentile": 66.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.93,
     "percentile": 60.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Acrobatics",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0472_shadow",
   "dex": 472,
   "form": "shadow",
   "name_ja": "グライオン",
   "name_en": "Shadow Gliscor",
   "slug_en": "shadow-gliscor",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 185,
    "defense": 222,
    "stamina": 181,
    "max_cp": 3043,
    "durability": 40182
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4381.3,
     "tdo": 120757354,
     "percentile": 76.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Earthquake",
     "fast_type": "bug",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.93,
     "percentile": 81.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Acrobatics",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0473_normal",
   "dex": 473,
   "form": "normal",
   "name_ja": "マンムー",
   "name_en": "Mamoswine",
   "slug_en": "mamoswine",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 247,
    "defense": 146,
    "stamina": 242,
    "max_cp": 3763,
    "durability": 35332
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5004.1,
     "tdo": 145553462,
     "percentile": 87.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Avalanche",
     "fast_type": "ground",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 198.02,
     "percentile": 91.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "High Horsepower",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0473_shadow",
   "dex": 473,
   "form": "shadow",
   "name_ja": "マンムー",
   "name_en": "Shadow Mamoswine",
   "slug_en": "shadow-mamoswine",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 247,
    "defense": 146,
    "stamina": 242,
    "max_cp": 3763,
    "durability": 35332
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5939.9,
     "tdo": 147019970,
     "percentile": 95.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Avalanche",
     "fast_type": "ground",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 221.24,
     "percentile": 96.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "High Horsepower",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0474_normal",
   "dex": 474,
   "form": "normal",
   "name_ja": "ポリゴンＺ",
   "name_en": "Porygon Z",
   "slug_en": "porygon-z",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 264,
    "defense": 150,
    "stamina": 198,
    "max_cp": 3693,
    "durability": 29700
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5314.1,
     "tdo": 131148861,
     "percentile": 86.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.58,
     "percentile": 91.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Solar Beam",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0474_shadow",
   "dex": 474,
   "form": "shadow",
   "name_ja": "ポリゴンＺ",
   "name_en": "Shadow Porygon Z",
   "slug_en": "shadow-porygon-z",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 264,
    "defense": 150,
    "stamina": 198,
    "max_cp": 3693,
    "durability": 29700
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6323.5,
     "tdo": 132416619,
     "percentile": 93.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.62,
     "percentile": 96.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Solar Beam",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0475_mega",
   "dex": 475,
   "form": "mega",
   "name_ja": "メガエルレイド",
   "name_en": "Mega Gallade",
   "slug_en": "mega-gallade",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 326,
    "defense": 230,
    "stamina": 169,
    "max_cp": 5112,
    "durability": 38870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6533.2,
     "tdo": 207130831,
     "percentile": 97.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 307.69,
     "percentile": 95.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 84,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0475_normal",
   "dex": 475,
   "form": "normal",
   "name_ja": "エルレイド",
   "name_en": "Gallade",
   "slug_en": "gallade",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 237,
    "defense": 195,
    "stamina": 169,
    "max_cp": 3497,
    "durability": 32955
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4828.0,
     "tdo": 131203107,
     "percentile": 82.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 253.16,
     "percentile": 83.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0475_shadow",
   "dex": 475,
   "form": "shadow",
   "name_ja": "エルレイド",
   "name_en": "Shadow Gallade",
   "slug_en": "shadow-gallade",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 237,
    "defense": 195,
    "stamina": 169,
    "max_cp": 3497,
    "durability": 32955
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5470.1,
     "tdo": 125291272,
     "percentile": 91.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 268.31,
     "percentile": 89.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Synchronoise",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0476_normal",
   "dex": 476,
   "form": "normal",
   "name_ja": "ダイノーズ",
   "name_en": "Probopass",
   "slug_en": "probopass",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 275,
    "stamina": 155,
    "max_cp": 2351,
    "durability": 42625
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2646.9,
     "tdo": 91593702,
     "percentile": 40.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "rock",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.22,
     "percentile": 43.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0476_shadow",
   "dex": 476,
   "form": "shadow",
   "name_ja": "ダイノーズ",
   "name_en": "Shadow Probopass",
   "slug_en": "shadow-probopass",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 135,
    "defense": 275,
    "stamina": 155,
    "max_cp": 2351,
    "durability": 42625
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3123.4,
     "tdo": 90936754,
     "percentile": 49.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "rock",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.93,
     "percentile": 51.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0477_normal",
   "dex": 477,
   "form": "normal",
   "name_ja": "ヨノワール",
   "name_en": "Dusknoir",
   "slug_en": "dusknoir",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 254,
    "stamina": 128,
    "max_cp": 2700,
    "durability": 32512
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3707.9,
     "tdo": 100575915,
     "percentile": 58.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.65,
     "percentile": 55.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0477_shadow",
   "dex": 477,
   "form": "shadow",
   "name_ja": "ヨノワール",
   "name_en": "Shadow Dusknoir",
   "slug_en": "shadow-dusknoir",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 254,
    "stamina": 128,
    "max_cp": 2700,
    "durability": 32512
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4392.4,
     "tdo": 100541402,
     "percentile": 71.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.61,
     "percentile": 68.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0478_normal",
   "dex": 478,
   "form": "normal",
   "name_ja": "ユキメノコ",
   "name_en": "Froslass",
   "slug_en": "froslass",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 150,
    "stamina": 172,
    "max_cp": 2306,
    "durability": 25800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3536.8,
     "tdo": 76987886,
     "percentile": 55.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.06,
     "percentile": 58.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0478_shadow",
   "dex": 478,
   "form": "shadow",
   "name_ja": "ユキメノコ",
   "name_en": "Shadow Froslass",
   "slug_en": "shadow-froslass",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 150,
    "stamina": 172,
    "max_cp": 2306,
    "durability": 25800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4183.2,
     "tdo": 77263828,
     "percentile": 63.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 159.49,
     "percentile": 68.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_fan",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム(スピン)",
   "name_en": "Rotom Fan",
   "slug_en": "rotom-fan",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 219,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 30003
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3812.2,
     "tdo": 95199332,
     "percentile": 61.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Thunderbolt",
     "fast_type": "flying",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.2,
     "percentile": 48.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_frost",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム(フロスト)",
   "name_en": "Rotom Frost",
   "slug_en": "rotom-frost",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 219,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 30003
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3805.1,
     "tdo": 95020721,
     "percentile": 64.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.29,
     "percentile": 61.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_heat",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム(ヒート)",
   "name_en": "Rotom Heat",
   "slug_en": "rotom-heat",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 219,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 30003
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4224.6,
     "tdo": 105496608,
     "percentile": 69.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Overheat",
     "fast_type": "electric",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.29,
     "percentile": 61.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_mow",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム(カット)",
   "name_en": "Rotom Mow",
   "slug_en": "rotom-mow",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 219,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 30003
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4195.8,
     "tdo": 104777313,
     "percentile": 69.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Leaf Storm",
     "fast_type": "electric",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.82,
     "percentile": 71.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Leaf Storm",
     "fast_type": "electric",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_normal",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム",
   "name_en": "Rotom",
   "slug_en": "rotom",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 159,
    "stamina": 137,
    "max_cp": 2296,
    "durability": 21783
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3475.0,
     "tdo": 64526423,
     "percentile": 53.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.36,
     "percentile": 52.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0479_wash",
   "dex": 479,
   "form": "normal",
   "name_ja": "ロトム(ウォッシュ)",
   "name_en": "Rotom Wash",
   "slug_en": "rotom-wash",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 219,
    "stamina": 137,
    "max_cp": 2916,
    "durability": 30003
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3805.1,
     "tdo": 95020721,
     "percentile": 64.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.29,
     "percentile": 61.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0480_normal",
   "dex": 480,
   "form": "legendary",
   "name_ja": "ユクシー",
   "name_en": "Uxie",
   "slug_en": "uxie",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 156,
    "defense": 270,
    "stamina": 181,
    "max_cp": 2853,
    "durability": 48870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3175.1,
     "tdo": 124703327,
     "percentile": 55.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.55,
     "percentile": 36.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0481_normal",
   "dex": 481,
   "form": "legendary",
   "name_ja": "エムリット",
   "name_en": "Mesprit",
   "slug_en": "mesprit",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 212,
    "defense": 212,
    "stamina": 190,
    "max_cp": 3457,
    "durability": 40280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4214.9,
     "tdo": 138284462,
     "percentile": 75.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 57.9,
     "percentile": 58.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0482_normal",
   "dex": 482,
   "form": "legendary",
   "name_ja": "アグノム",
   "name_en": "Azelf",
   "slug_en": "azelf",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 270,
    "defense": 151,
    "stamina": 181,
    "max_cp": 3629,
    "durability": 27331
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5291.8,
     "tdo": 121057031,
     "percentile": 86.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 70.92,
     "percentile": 79.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0483_normal",
   "dex": 483,
   "form": "legendary",
   "name_ja": "ディアルガ",
   "name_en": "Dialga",
   "slug_en": "dialga",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 275,
    "defense": 211,
    "stamina": 205,
    "max_cp": 4565,
    "durability": 43255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5848.5,
     "tdo": 204363917,
     "percentile": 94.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Draco Meteor",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.63,
     "percentile": 89.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0483_origin",
   "dex": 483,
   "form": "legendary",
   "name_ja": "ディアルガ(オリジン)",
   "name_en": "Dialga Origin",
   "slug_en": "dialga-origin",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 270,
    "defense": 225,
    "stamina": 205,
    "max_cp": 4624,
    "durability": 46125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6705.6,
     "tdo": 248828816,
     "percentile": 99.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Roar Of Time",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 228.0,
     "percentile": 88.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Roar Of Time",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0483_shadow",
   "dex": 483,
   "form": "shadow",
   "name_ja": "ディアルガ",
   "name_en": "Shadow Dialga",
   "slug_en": "shadow-dialga",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 275,
    "defense": 211,
    "stamina": 205,
    "max_cp": 4565,
    "durability": 43255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6957.7,
     "tdo": 205470862,
     "percentile": 98.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Draco Meteor",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 261.85,
     "percentile": 94.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0484_normal",
   "dex": 484,
   "form": "legendary",
   "name_ja": "パルキア",
   "name_en": "Palkia",
   "slug_en": "palkia",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 280,
    "defense": 215,
    "stamina": 189,
    "max_cp": 4512,
    "durability": 40635
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5985.4,
     "tdo": 197810830,
     "percentile": 95.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 74.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0484_origin",
   "dex": 484,
   "form": "legendary",
   "name_ja": "パルキア(オリジン)",
   "name_en": "Palkia Origin",
   "slug_en": "palkia-origin",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 286,
    "defense": 223,
    "stamina": 189,
    "max_cp": 4683,
    "durability": 42147
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6272.7,
     "tdo": 214516134,
     "percentile": 98.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Spacial Rend",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 249.75,
     "percentile": 83.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Spacial Rend",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0484_shadow",
   "dex": 484,
   "form": "shadow",
   "name_ja": "パルキア",
   "name_en": "Shadow Palkia",
   "slug_en": "shadow-palkia",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 280,
    "defense": 215,
    "stamina": 189,
    "max_cp": 4512,
    "durability": 40635
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7121.6,
     "tdo": 198522191,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.4,
     "percentile": 87.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0485_normal",
   "dex": 485,
   "form": "legendary",
   "name_ja": "ヒードラン",
   "name_en": "Heatran",
   "slug_en": "heatran",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 251,
    "defense": 213,
    "stamina": 209,
    "max_cp": 4244,
    "durability": 44517
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5240.7,
     "tdo": 188762039,
     "percentile": 92.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Magma Storm",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 220.75,
     "percentile": 85.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Magma Storm",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0485_shadow",
   "dex": 485,
   "form": "shadow",
   "name_ja": "ヒードラン",
   "name_en": "Shadow Heatran",
   "slug_en": "shadow-heatran",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 251,
    "defense": 213,
    "stamina": 209,
    "max_cp": 4244,
    "durability": 44517
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6225.8,
     "tdo": 189820262,
     "percentile": 97.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Magma Storm",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 257.73,
     "percentile": 97.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Magma Storm",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0486_normal",
   "dex": 486,
   "form": "legendary",
   "name_ja": "レジギガス",
   "name_en": "Regigigas",
   "slug_en": "regigigas",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 287,
    "defense": 210,
    "stamina": 221,
    "max_cp": 4913,
    "durability": 46410
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7674.0,
     "tdo": 287279843,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Crush Grip",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 118.34,
     "percentile": 98.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Thunder",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0486_shadow",
   "dex": 486,
   "form": "shadow",
   "name_ja": "レジギガス",
   "name_en": "Shadow Regigigas",
   "slug_en": "shadow-regigigas",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 287,
    "defense": 210,
    "stamina": 221,
    "max_cp": 4913,
    "durability": 46410
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 9122.4,
     "tdo": 288379074,
     "percentile": 100.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Crush Grip",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.33,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Thunder",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0487_normal",
   "dex": 487,
   "form": "legendary",
   "name_ja": "ギラティナ",
   "name_en": "Giratina",
   "slug_en": "giratina",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 187,
    "defense": 225,
    "stamina": 284,
    "max_cp": 3820,
    "durability": 63900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4073.8,
     "tdo": 206213119,
     "percentile": 85.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Force",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 61.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Force",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0487_origin",
   "dex": 487,
   "form": "legendary",
   "name_ja": "ギラティナ(オリジン)",
   "name_en": "Giratina Origin",
   "slug_en": "giratina-origin",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 225,
    "defense": 187,
    "stamina": 284,
    "max_cp": 4164,
    "durability": 53108
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4840.1,
     "tdo": 206213119,
     "percentile": 94.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Force",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 229.89,
     "percentile": 79.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0487_shadow",
   "dex": 487,
   "form": "shadow",
   "name_ja": "ギラティナ",
   "name_en": "Shadow Giratina",
   "slug_en": "shadow-giratina",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 187,
    "defense": 225,
    "stamina": 284,
    "max_cp": 3820,
    "durability": 63900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4820.0,
     "tdo": 206370501,
     "percentile": 94.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Force",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 213.22,
     "percentile": 72.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Force",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0488_normal",
   "dex": 488,
   "form": "legendary",
   "name_ja": "クレセリア",
   "name_en": "Cresselia",
   "slug_en": "cresselia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 152,
    "defense": 258,
    "stamina": 260,
    "max_cp": 3230,
    "durability": 67080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3100.8,
     "tdo": 164317690,
     "percentile": 56.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.37,
     "percentile": 32.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0488_shadow",
   "dex": 488,
   "form": "shadow",
   "name_ja": "クレセリア",
   "name_en": "Shadow Cresselia",
   "slug_en": "shadow-cresselia",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 152,
    "defense": 258,
    "stamina": 260,
    "max_cp": 3230,
    "durability": 67080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3476.3,
     "tdo": 155200835,
     "percentile": 71.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.95,
     "percentile": 39.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0491_normal",
   "dex": 491,
   "form": "mythical",
   "name_ja": "ダークライ",
   "name_en": "Darkrai",
   "slug_en": "darkrai",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 285,
    "defense": 198,
    "stamina": 172,
    "max_cp": 4227,
    "durability": 34056
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5502.8,
     "tdo": 154630280,
     "percentile": 90.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 263.85,
     "percentile": 94.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0491_shadow",
   "dex": 491,
   "form": "shadow",
   "name_ja": "ダークライ",
   "name_en": "Shadow Darkrai",
   "slug_en": "shadow-darkrai",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 285,
    "defense": 198,
    "stamina": 172,
    "max_cp": 4227,
    "durability": 34056
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6548.3,
     "tdo": 155501436,
     "percentile": 96.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 338.41,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0492_normal",
   "dex": 492,
   "form": "mythical",
   "name_ja": "シェイミ",
   "name_en": "Shaymin",
   "slug_en": "shaymin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 210,
    "stamina": 225,
    "max_cp": 3691,
    "durability": 47250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3870.3,
     "tdo": 147082205,
     "percentile": 73.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Grass Knot",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.28,
     "percentile": 39.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Grass Knot",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0492_sky",
   "dex": 492,
   "form": "mythical",
   "name_ja": "シェイミ(スカイフォルム)",
   "name_en": "Shaymin Sky",
   "slug_en": "shaymin-sky",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 166,
    "stamina": 225,
    "max_cp": 4061,
    "durability": 37350
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5605.9,
     "tdo": 171377874,
     "percentile": 93.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 239.23,
     "percentile": 98.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0494_normal",
   "dex": 494,
   "form": "mythical",
   "name_ja": "ビクティニ",
   "name_en": "Victini",
   "slug_en": "victini",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 210,
    "defense": 210,
    "stamina": 225,
    "max_cp": 3691,
    "durability": 47250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4424.2,
     "tdo": 168130176,
     "percentile": 79.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Overheat",
     "fast_type": "psychic",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.53,
     "percentile": 64.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0495_normal",
   "dex": 495,
   "form": "normal",
   "name_ja": "ツタージャ",
   "name_en": "Snivy",
   "slug_en": "snivy",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 88,
    "defense": 107,
    "stamina": 128,
    "max_cp": 960,
    "durability": 13696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1589.4,
     "tdo": 19552653,
     "percentile": 8.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.95,
     "percentile": 8.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0495_shadow",
   "dex": 495,
   "form": "shadow",
   "name_ja": "ツタージャ",
   "name_en": "Shadow Snivy",
   "slug_en": "shadow-snivy",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 88,
    "defense": 107,
    "stamina": 128,
    "max_cp": 960,
    "durability": 13696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2151.8,
     "tdo": 22566228,
     "percentile": 19.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.77,
     "percentile": 17.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0496_normal",
   "dex": 496,
   "form": "normal",
   "name_ja": "ジャノビー",
   "name_en": "Servine",
   "slug_en": "servine",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 152,
    "stamina": 155,
    "max_cp": 1629,
    "durability": 23560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2762.9,
     "tdo": 55056087,
     "percentile": 38.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.61,
     "percentile": 31.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0496_shadow",
   "dex": 496,
   "form": "shadow",
   "name_ja": "ジャノビー",
   "name_en": "Shadow Servine",
   "slug_en": "shadow-servine",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 122,
    "defense": 152,
    "stamina": 155,
    "max_cp": 1629,
    "durability": 23560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3246.9,
     "tdo": 55015178,
     "percentile": 43.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 154.32,
     "percentile": 51.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0497_normal",
   "dex": 497,
   "form": "normal",
   "name_ja": "ジャローダ",
   "name_en": "Serperior",
   "slug_en": "serperior",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 204,
    "stamina": 181,
    "max_cp": 2574,
    "durability": 36924
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3786.1,
     "tdo": 114263971,
     "percentile": 62.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.17,
     "percentile": 60.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0497_shadow",
   "dex": 497,
   "form": "shadow",
   "name_ja": "ジャローダ",
   "name_en": "Shadow Serperior",
   "slug_en": "shadow-serperior",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 161,
    "defense": 204,
    "stamina": 181,
    "max_cp": 2574,
    "durability": 36924
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4474.4,
     "tdo": 114074242,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 194.01,
     "percentile": 80.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0498_normal",
   "dex": 498,
   "form": "normal",
   "name_ja": "ポカブ",
   "name_en": "Tepig",
   "slug_en": "tepig",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 85,
    "stamina": 163,
    "max_cp": 1224,
    "durability": 13855
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1997.5,
     "tdo": 25009803,
     "percentile": 16.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.91,
     "percentile": 15.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0498_shadow",
   "dex": 498,
   "form": "shadow",
   "name_ja": "ポカブ",
   "name_en": "Shadow Tepig",
   "slug_en": "shadow-tepig",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 115,
    "defense": 85,
    "stamina": 163,
    "max_cp": 1224,
    "durability": 13855
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2534.6,
     "tdo": 27291406,
     "percentile": 25.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 37.61,
     "percentile": 23.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0499_normal",
   "dex": 499,
   "form": "normal",
   "name_ja": "チャオブー",
   "name_en": "Pignite",
   "slug_en": "pignite",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 106,
    "stamina": 207,
    "max_cp": 2175,
    "durability": 21942
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2888.7,
     "tdo": 54630706,
     "percentile": 45.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.69,
     "percentile": 36.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0499_shadow",
   "dex": 499,
   "form": "shadow",
   "name_ja": "チャオブー",
   "name_en": "Shadow Pignite",
   "slug_en": "shadow-pignite",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 173,
    "defense": 106,
    "stamina": 207,
    "max_cp": 2175,
    "durability": 21942
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3694.2,
     "tdo": 59470939,
     "percentile": 55.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.2,
     "percentile": 56.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0500_normal",
   "dex": 500,
   "form": "normal",
   "name_ja": "エンブオー",
   "name_en": "Emboar",
   "slug_en": "emboar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 235,
    "defense": 127,
    "stamina": 242,
    "max_cp": 3372,
    "durability": 30734
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5041.8,
     "tdo": 129344144,
     "percentile": 89.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.66,
     "percentile": 72.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0500_shadow",
   "dex": 500,
   "form": "shadow",
   "name_ja": "エンブオー",
   "name_en": "Shadow Emboar",
   "slug_en": "shadow-emboar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 235,
    "defense": 127,
    "stamina": 242,
    "max_cp": 3372,
    "durability": 30734
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5989.7,
     "tdo": 130936352,
     "percentile": 96.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 241.84,
     "percentile": 93.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0501_normal",
   "dex": 501,
   "form": "normal",
   "name_ja": "ミジュマル",
   "name_en": "Oshawott",
   "slug_en": "oshawott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 85,
    "stamina": 146,
    "max_cp": 1182,
    "durability": 12410
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1915.9,
     "tdo": 21733883,
     "percentile": 13.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.79,
     "percentile": 14.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0501_shadow",
   "dex": 501,
   "form": "shadow",
   "name_ja": "ミジュマル",
   "name_en": "Shadow Oshawott",
   "slug_en": "shadow-oshawott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 117,
    "defense": 85,
    "stamina": 146,
    "max_cp": 1182,
    "durability": 12410
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2415.5,
     "tdo": 23565145,
     "percentile": 24.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.64,
     "percentile": 23.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0502_normal",
   "dex": 502,
   "form": "normal",
   "name_ja": "フタチマル",
   "name_en": "Dewott",
   "slug_en": "dewott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 116,
    "stamina": 181,
    "max_cp": 1968,
    "durability": 20996
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2711.6,
     "tdo": 48952017,
     "percentile": 36.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.16,
     "percentile": 36.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0502_shadow",
   "dex": 502,
   "form": "shadow",
   "name_ja": "フタチマル",
   "name_en": "Shadow Dewott",
   "slug_en": "shadow-dewott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 159,
    "defense": 116,
    "stamina": 181,
    "max_cp": 1968,
    "durability": 20996
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3210.2,
     "tdo": 49549045,
     "percentile": 41.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.09,
     "percentile": 50.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0503_hisuian",
   "dex": 503,
   "form": "normal",
   "name_ja": "ダイケンキ(ヒスイ)",
   "name_en": "Samurott Hisuian",
   "slug_en": "samurott-hisuian",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 152,
    "stamina": 207,
    "max_cp": 3167,
    "durability": 31464
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4594.5,
     "tdo": 119923821,
     "percentile": 82.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Razor Shell",
     "fast_type": "dark",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.77,
     "percentile": 72.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Dark Pulse",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0503_normal",
   "dex": 503,
   "form": "normal",
   "name_ja": "ダイケンキ",
   "name_en": "Samurott",
   "slug_en": "samurott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 212,
    "defense": 157,
    "stamina": 216,
    "max_cp": 3194,
    "durability": 33912
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4716.7,
     "tdo": 132251611,
     "percentile": 89.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 193.8,
     "percentile": 85.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0503_shadow",
   "dex": 503,
   "form": "shadow",
   "name_ja": "ダイケンキ",
   "name_en": "Shadow Samurott",
   "slug_en": "shadow-samurott",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 212,
    "defense": 157,
    "stamina": 216,
    "max_cp": 3194,
    "durability": 33912
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5589.4,
     "tdo": 133030677,
     "percentile": 94.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 236.41,
     "percentile": 96.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0504_normal",
   "dex": 504,
   "form": "normal",
   "name_ja": "ミネズミ",
   "name_en": "Patrat",
   "slug_en": "patrat",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 73,
    "stamina": 128,
    "max_cp": 895,
    "durability": 9344
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1975.0,
     "tdo": 17525661,
     "percentile": 10.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.66,
     "percentile": 20.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0504_shadow",
   "dex": 504,
   "form": "shadow",
   "name_ja": "ミネズミ",
   "name_en": "Shadow Patrat",
   "slug_en": "shadow-patrat",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 98,
    "defense": 73,
    "stamina": 128,
    "max_cp": 895,
    "durability": 9344
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2324.6,
     "tdo": 17814701,
     "percentile": 14.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.99,
     "percentile": 34.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Grass Knot",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0505_normal",
   "dex": 505,
   "form": "normal",
   "name_ja": "ミルホッグ",
   "name_en": "Watchog",
   "slug_en": "watchog",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 139,
    "stamina": 155,
    "max_cp": 2056,
    "durability": 21545
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2944.4,
     "tdo": 54105558,
     "percentile": 44.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Hyper Fang",
     "fast_type": "fighting",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.27,
     "percentile": 63.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0505_shadow",
   "dex": 505,
   "form": "shadow",
   "name_ja": "ミルホッグ",
   "name_en": "Shadow Watchog",
   "slug_en": "shadow-watchog",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 165,
    "defense": 139,
    "stamina": 155,
    "max_cp": 2056,
    "durability": 21545
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3484.2,
     "tdo": 54462748,
     "percentile": 50.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Hyper Fang",
     "fast_type": "fighting",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 74.79,
     "percentile": 80.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0506_normal",
   "dex": 506,
   "form": "normal",
   "name_ja": "ヨーテリー",
   "name_en": "Lillipup",
   "slug_en": "lillipup",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 86,
    "stamina": 128,
    "max_cp": 1035,
    "durability": 11008
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1766.4,
     "tdo": 17990193,
     "percentile": 10.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "ground",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.52,
     "percentile": 10.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0507_normal",
   "dex": 507,
   "form": "normal",
   "name_ja": "ハーデリア",
   "name_en": "Herdier",
   "slug_en": "herdier",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 126,
    "stamina": 163,
    "max_cp": 1789,
    "durability": 20538
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2343.2,
     "tdo": 41367176,
     "percentile": 27.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.14,
     "percentile": 34.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0508_normal",
   "dex": 508,
   "form": "normal",
   "name_ja": "ムーランド",
   "name_en": "Stoutland",
   "slug_en": "stoutland",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 182,
    "stamina": 198,
    "max_cp": 3196,
    "durability": 36036
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3485.6,
     "tdo": 102705498,
     "percentile": 65.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Wild Charge",
     "fast_type": "ground",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 66.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0509_normal",
   "dex": 509,
   "form": "normal",
   "name_ja": "チョロネコ",
   "name_en": "Purrloin",
   "slug_en": "purrloin",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 73,
    "stamina": 121,
    "max_cp": 872,
    "durability": 8833
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1899.1,
     "tdo": 16009018,
     "percentile": 8.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.99,
     "percentile": 10.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0509_shadow",
   "dex": 509,
   "form": "shadow",
   "name_ja": "チョロネコ",
   "name_en": "Shadow Purrloin",
   "slug_en": "shadow-purrloin",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 98,
    "defense": 73,
    "stamina": 121,
    "max_cp": 872,
    "durability": 8833
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2235.2,
     "tdo": 16273044,
     "percentile": 11.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.4,
     "percentile": 21.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0510_normal",
   "dex": 510,
   "form": "normal",
   "name_ja": "レパルダス",
   "name_en": "Liepard",
   "slug_en": "liepard",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 187,
    "defense": 106,
    "stamina": 162,
    "max_cp": 2087,
    "durability": 17172
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3727.5,
     "tdo": 56091817,
     "percentile": 49.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.31,
     "percentile": 60.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0510_shadow",
   "dex": 510,
   "form": "shadow",
   "name_ja": "レパルダス",
   "name_en": "Shadow Liepard",
   "slug_en": "shadow-liepard",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 187,
    "defense": 106,
    "stamina": 162,
    "max_cp": 2087,
    "durability": 17172
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4410.3,
     "tdo": 56493423,
     "percentile": 57.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 224.47,
     "percentile": 82.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0511_normal",
   "dex": 511,
   "form": "normal",
   "name_ja": "ヤナップ",
   "name_en": "Pansage",
   "slug_en": "pansage",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 94,
    "stamina": 137,
    "max_cp": 1081,
    "durability": 12878
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2116.3,
     "tdo": 24617060,
     "percentile": 13.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.77,
     "percentile": 17.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0512_normal",
   "dex": 512,
   "form": "normal",
   "name_ja": "ヤナッキー",
   "name_en": "Simisage",
   "slug_en": "simisage",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 133,
    "stamina": 181,
    "max_cp": 2657,
    "durability": 24073
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4456.9,
     "tdo": 90902912,
     "percentile": 71.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 197.63,
     "percentile": 81.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0513_normal",
   "dex": 513,
   "form": "normal",
   "name_ja": "バオップ",
   "name_en": "Pansear",
   "slug_en": "pansear",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 94,
    "stamina": 137,
    "max_cp": 1081,
    "durability": 12878
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2089.3,
     "tdo": 24303562,
     "percentile": 14.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.41,
     "percentile": 9.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flame Charge",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0514_normal",
   "dex": 514,
   "form": "normal",
   "name_ja": "バオッキー",
   "name_en": "Simisear",
   "slug_en": "simisear",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 133,
    "stamina": 181,
    "max_cp": 2657,
    "durability": 24073
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4122.7,
     "tdo": 84085194,
     "percentile": 64.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.64,
     "percentile": 54.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0515_normal",
   "dex": 515,
   "form": "normal",
   "name_ja": "ヒヤップ",
   "name_en": "Panpour",
   "slug_en": "panpour",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 94,
    "stamina": 137,
    "max_cp": 1081,
    "durability": 12878
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2030.7,
     "tdo": 23621446,
     "percentile": 12.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.99,
     "percentile": 11.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0516_normal",
   "dex": 516,
   "form": "normal",
   "name_ja": "ヒヤッキー",
   "name_en": "Simipour",
   "slug_en": "simipour",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 133,
    "stamina": 181,
    "max_cp": 2657,
    "durability": 24073
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3771.3,
     "tdo": 76917849,
     "percentile": 65.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.91,
     "percentile": 67.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0517_normal",
   "dex": 517,
   "form": "normal",
   "name_ja": "ムンナ",
   "name_en": "Munna",
   "slug_en": "munna",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 111,
    "defense": 92,
    "stamina": 183,
    "max_cp": 1294,
    "durability": 16836
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2032.8,
     "tdo": 30341172,
     "percentile": 16.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.76,
     "percentile": 13.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0518_normal",
   "dex": 518,
   "form": "normal",
   "name_ja": "ムシャーナ",
   "name_en": "Musharna",
   "slug_en": "musharna",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 183,
    "defense": 166,
    "stamina": 253,
    "max_cp": 3079,
    "durability": 41998
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3401.0,
     "tdo": 116387194,
     "percentile": 61.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.61,
     "percentile": 36.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0519_normal",
   "dex": 519,
   "form": "normal",
   "name_ja": "マメパト",
   "name_en": "Pidove",
   "slug_en": "pidove",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 80,
    "stamina": 137,
    "max_cp": 958,
    "durability": 10960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1761.0,
     "tdo": 17853031,
     "percentile": 7.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.94,
     "percentile": 6.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0519_shadow",
   "dex": 519,
   "form": "shadow",
   "name_ja": "マメパト",
   "name_en": "Shadow Pidove",
   "slug_en": "shadow-pidove",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 98,
    "defense": 80,
    "stamina": 137,
    "max_cp": 958,
    "durability": 10960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2056.4,
     "tdo": 17995162,
     "percentile": 11.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.28,
     "percentile": 12.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0520_normal",
   "dex": 520,
   "form": "normal",
   "name_ja": "ハトーボー",
   "name_en": "Tranquill",
   "slug_en": "tranquill",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 107,
    "stamina": 158,
    "max_cp": 1631,
    "durability": 16906
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2921.6,
     "tdo": 43428643,
     "percentile": 38.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.24,
     "percentile": 28.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0520_shadow",
   "dex": 520,
   "form": "shadow",
   "name_ja": "ハトーボー",
   "name_en": "Shadow Tranquill",
   "slug_en": "shadow-tranquill",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 144,
    "defense": 107,
    "stamina": 158,
    "max_cp": 1631,
    "durability": 16906
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3454.4,
     "tdo": 43773421,
     "percentile": 48.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 172.12,
     "percentile": 50.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0521_normal",
   "dex": 521,
   "form": "normal",
   "name_ja": "ケンホロウ",
   "name_en": "Unfezant",
   "slug_en": "unfezant",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 146,
    "stamina": 190,
    "max_cp": 3091,
    "durability": 27740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4428.3,
     "tdo": 103043990,
     "percentile": 78.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 69.06,
     "percentile": 77.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0521_shadow",
   "dex": 521,
   "form": "shadow",
   "name_ja": "ケンホロウ",
   "name_en": "Shadow Unfezant",
   "slug_en": "shadow-unfezant",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 226,
    "defense": 146,
    "stamina": 190,
    "max_cp": 3091,
    "durability": 27740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5255.1,
     "tdo": 104055813,
     "percentile": 87.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.26,
     "percentile": 89.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0522_normal",
   "dex": 522,
   "form": "normal",
   "name_ja": "シママ",
   "name_en": "Blitzle",
   "slug_en": "blitzle",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 64,
    "stamina": 128,
    "max_cp": 998,
    "durability": 8192
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2338.4,
     "tdo": 18627486,
     "percentile": 16.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.66,
     "percentile": 15.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0522_shadow",
   "dex": 522,
   "form": "shadow",
   "name_ja": "シママ",
   "name_en": "Shadow Blitzle",
   "slug_en": "shadow-blitzle",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 118,
    "defense": 64,
    "stamina": 128,
    "max_cp": 998,
    "durability": 8192
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2760.3,
     "tdo": 18927100,
     "percentile": 23.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.65,
     "percentile": 29.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0523_normal",
   "dex": 523,
   "form": "normal",
   "name_ja": "ゼブライカ",
   "name_en": "Zebstrika",
   "slug_en": "zebstrika",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 211,
    "defense": 136,
    "stamina": 181,
    "max_cp": 2745,
    "durability": 24616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4102.0,
     "tdo": 85359469,
     "percentile": 69.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.01,
     "percentile": 71.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0523_shadow",
   "dex": 523,
   "form": "shadow",
   "name_ja": "ゼブライカ",
   "name_en": "Shadow Zebstrika",
   "slug_en": "shadow-zebstrika",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 211,
    "defense": 136,
    "stamina": 181,
    "max_cp": 2745,
    "durability": 24616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4864.3,
     "tdo": 85804700,
     "percentile": 84.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.16,
     "percentile": 80.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0524_normal",
   "dex": 524,
   "form": "normal",
   "name_ja": "ダンゴロ",
   "name_en": "Roggenrola",
   "slug_en": "roggenrola",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 110,
    "stamina": 146,
    "max_cp": 1362,
    "durability": 16060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2253.0,
     "tdo": 31947174,
     "percentile": 18.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.94,
     "percentile": 26.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0524_shadow",
   "dex": 524,
   "form": "shadow",
   "name_ja": "ダンゴロ",
   "name_en": "Shadow Roggenrola",
   "slug_en": "shadow-roggenrola",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 121,
    "defense": 110,
    "stamina": 146,
    "max_cp": 1362,
    "durability": 16060
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2650.6,
     "tdo": 32172684,
     "percentile": 26.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.63,
     "percentile": 45.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0525_normal",
   "dex": 525,
   "form": "normal",
   "name_ja": "ガントル",
   "name_en": "Boldore",
   "slug_en": "boldore",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 143,
    "stamina": 172,
    "max_cp": 2293,
    "durability": 24596
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3248.9,
     "tdo": 67722384,
     "percentile": 45.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 145.35,
     "percentile": 54.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0525_shadow",
   "dex": 525,
   "form": "shadow",
   "name_ja": "ガントル",
   "name_en": "Shadow Boldore",
   "slug_en": "shadow-boldore",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 174,
    "defense": 143,
    "stamina": 172,
    "max_cp": 2293,
    "durability": 24596
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3850.6,
     "tdo": 68071632,
     "percentile": 59.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.94,
     "percentile": 74.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0526_normal",
   "dex": 526,
   "form": "normal",
   "name_ja": "ギガイアス",
   "name_en": "Gigalith",
   "slug_en": "gigalith",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 201,
    "stamina": 198,
    "max_cp": 3650,
    "durability": 39798
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5438.9,
     "tdo": 175719242,
     "percentile": 93.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Meteor Beam",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.98,
     "percentile": 95.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Meteor Beam",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0526_shadow",
   "dex": 526,
   "form": "shadow",
   "name_ja": "ギガイアス",
   "name_en": "Shadow Gigalith",
   "slug_en": "shadow-gigalith",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 226,
    "defense": 201,
    "stamina": 198,
    "max_cp": 3650,
    "durability": 39798
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6454.5,
     "tdo": 176671156,
     "percentile": 97.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Meteor Beam",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 226.24,
     "percentile": 96.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0527_normal",
   "dex": 527,
   "form": "normal",
   "name_ja": "コロモリ",
   "name_en": "Woobat",
   "slug_en": "woobat",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 107,
    "defense": 85,
    "stamina": 163,
    "max_cp": 1149,
    "durability": 13855
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1968.3,
     "tdo": 24644275,
     "percentile": 15.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psyshock",
     "fast_type": "flying",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.13,
     "percentile": 15.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0528_normal",
   "dex": 528,
   "form": "normal",
   "name_ja": "ココロモリ",
   "name_en": "Swoobat",
   "slug_en": "swoobat",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 119,
    "stamina": 167,
    "max_cp": 1940,
    "durability": 19873
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3682.5,
     "tdo": 63027360,
     "percentile": 55.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Fly",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.49,
     "percentile": 48.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0529_normal",
   "dex": 529,
   "form": "normal",
   "name_ja": "モグリュー",
   "name_en": "Drilbur",
   "slug_en": "drilbur",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 154,
    "defense": 85,
    "stamina": 155,
    "max_cp": 1555,
    "durability": 13175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3048.5,
     "tdo": 36375450,
     "percentile": 32.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.79,
     "percentile": 46.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0529_shadow",
   "dex": 529,
   "form": "shadow",
   "name_ja": "モグリュー",
   "name_en": "Shadow Drilbur",
   "slug_en": "shadow-drilbur",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 154,
    "defense": 85,
    "stamina": 155,
    "max_cp": 1555,
    "durability": 13175
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3607.7,
     "tdo": 37021168,
     "percentile": 42.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.26,
     "percentile": 62.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Drill Run",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0530_normal",
   "dex": 530,
   "form": "normal",
   "name_ja": "ドリュウズ",
   "name_en": "Excadrill",
   "slug_en": "excadrill",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 255,
    "defense": 129,
    "stamina": 242,
    "max_cp": 3667,
    "durability": 31218
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5243.5,
     "tdo": 136412528,
     "percentile": 88.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 210.97,
     "percentile": 89.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0530_shadow",
   "dex": 530,
   "form": "shadow",
   "name_ja": "ドリュウズ",
   "name_en": "Shadow Excadrill",
   "slug_en": "shadow-excadrill",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 255,
    "defense": 129,
    "stamina": 242,
    "max_cp": 3667,
    "durability": 31218
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6233.9,
     "tdo": 138528186,
     "percentile": 95.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.4,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0531_mega",
   "dex": 531,
   "form": "mega",
   "name_ja": "メガタブンネ",
   "name_en": "Mega Audino",
   "slug_en": "mega-audino",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 147,
    "defense": 239,
    "stamina": 230,
    "max_cp": 2853,
    "durability": 54970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3150.4,
     "tdo": 137844132,
     "percentile": 53.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.25,
     "percentile": 52.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0531_normal",
   "dex": 531,
   "form": "normal",
   "name_ja": "タブンネ",
   "name_en": "Audino",
   "slug_en": "audino",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 114,
    "defense": 163,
    "stamina": 230,
    "max_cp": 1902,
    "durability": 37490
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2508.7,
     "tdo": 76921769,
     "percentile": 40.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 43.11,
     "percentile": 34.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0532_normal",
   "dex": 532,
   "form": "normal",
   "name_ja": "ドッコラー",
   "name_en": "Timburr",
   "slug_en": "timburr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 87,
    "stamina": 181,
    "max_cp": 1487,
    "durability": 15747
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2253.7,
     "tdo": 31679003,
     "percentile": 27.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 82.24,
     "percentile": 12.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0532_shadow",
   "dex": 532,
   "form": "shadow",
   "name_ja": "ドッコラー",
   "name_en": "Shadow Timburr",
   "slug_en": "shadow-timburr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 87,
    "stamina": 181,
    "max_cp": 1487,
    "durability": 15747
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2662.1,
     "tdo": 31916627,
     "percentile": 31.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.7,
     "percentile": 20.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0533_normal",
   "dex": 533,
   "form": "normal",
   "name_ja": "ドテッコツ",
   "name_en": "Gurdurr",
   "slug_en": "gurdurr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 134,
    "stamina": 198,
    "max_cp": 2452,
    "durability": 26532
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2949.4,
     "tdo": 65732796,
     "percentile": 41.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.41,
     "percentile": 31.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0533_shadow",
   "dex": 533,
   "form": "shadow",
   "name_ja": "ドテッコツ",
   "name_en": "Shadow Gurdurr",
   "slug_en": "shadow-gurdurr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 134,
    "stamina": 198,
    "max_cp": 2452,
    "durability": 26532
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3494.0,
     "tdo": 66370781,
     "percentile": 56.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.8,
     "percentile": 42.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Brick Break",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0534_normal",
   "dex": 534,
   "form": "normal",
   "name_ja": "ローブシン",
   "name_en": "Conkeldurr",
   "slug_en": "conkeldurr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 158,
    "stamina": 233,
    "max_cp": 3773,
    "durability": 36814
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5003.0,
     "tdo": 151277996,
     "percentile": 90.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.11,
     "percentile": 92.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Brutal Swing",
     "fast_type": "fighting",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0534_shadow",
   "dex": 534,
   "form": "shadow",
   "name_ja": "ローブシン",
   "name_en": "Shadow Conkeldurr",
   "slug_en": "shadow-conkeldurr",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 243,
    "defense": 158,
    "stamina": 233,
    "max_cp": 3773,
    "durability": 36814
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5953.2,
     "tdo": 152955699,
     "percentile": 96.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.33,
     "percentile": 96.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 76,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Dynamic Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0535_normal",
   "dex": 535,
   "form": "normal",
   "name_ja": "オタマロ",
   "name_en": "Tympole",
   "slug_en": "tympole",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 78,
    "stamina": 137,
    "max_cp": 948,
    "durability": 10686
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1443.3,
     "tdo": 14324432,
     "percentile": 5.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Water Pulse",
     "fast_type": "ground",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 73.23,
     "percentile": 8.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0536_normal",
   "dex": 536,
   "form": "normal",
   "name_ja": "ガマガル",
   "name_en": "Palpitoad",
   "slug_en": "palpitoad",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 128,
    "defense": 109,
    "stamina": 181,
    "max_cp": 1574,
    "durability": 19729
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2544.6,
     "tdo": 43483437,
     "percentile": 32.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Earth Power",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.38,
     "percentile": 34.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Earth Power",
     "fast_type": "water",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0537_normal",
   "dex": 537,
   "form": "normal",
   "name_ja": "ガマゲロゲ",
   "name_en": "Seismitoad",
   "slug_en": "seismitoad",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 188,
    "defense": 150,
    "stamina": 233,
    "max_cp": 2899,
    "durability": 34950
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3479.8,
     "tdo": 100355736,
     "percentile": 62.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.7,
     "percentile": 59.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0538_normal",
   "dex": 538,
   "form": "normal",
   "name_ja": "ナゲキ",
   "name_en": "Throh",
   "slug_en": "throh",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 160,
    "stamina": 260,
    "max_cp": 2896,
    "durability": 41600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3352.2,
     "tdo": 113872557,
     "percentile": 57.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.28,
     "percentile": 58.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0538_shadow",
   "dex": 538,
   "form": "shadow",
   "name_ja": "ナゲキ",
   "name_en": "Shadow Throh",
   "slug_en": "shadow-throh",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 172,
    "defense": 160,
    "stamina": 260,
    "max_cp": 2896,
    "durability": 41600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3961.7,
     "tdo": 113813402,
     "percentile": 74.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 70.03,
     "percentile": 78.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0539_normal",
   "dex": 539,
   "form": "normal",
   "name_ja": "ダゲキ",
   "name_en": "Sawk",
   "slug_en": "sawk",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 231,
    "defense": 153,
    "stamina": 181,
    "max_cp": 3152,
    "durability": 27693
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4409.9,
     "tdo": 102097633,
     "percentile": 72.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.93,
     "percentile": 85.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0539_shadow",
   "dex": 539,
   "form": "shadow",
   "name_ja": "ダゲキ",
   "name_en": "Shadow Sawk",
   "slug_en": "shadow-sawk",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 231,
    "defense": 153,
    "stamina": 181,
    "max_cp": 3152,
    "durability": 27693
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5234.5,
     "tdo": 103154974,
     "percentile": 86.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.33,
     "percentile": 93.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0540_normal",
   "dex": 540,
   "form": "normal",
   "name_ja": "クルミル",
   "name_en": "Sewaddle",
   "slug_en": "sewaddle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 124,
    "stamina": 128,
    "max_cp": 1105,
    "durability": 15872
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1902.8,
     "tdo": 26669686,
     "percentile": 14.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Seed Bomb",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 79.05,
     "percentile": 7.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Seed Bomb",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0541_normal",
   "dex": 541,
   "form": "normal",
   "name_ja": "クルマユ",
   "name_en": "Swadloon",
   "slug_en": "swadloon",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 162,
    "stamina": 146,
    "max_cp": 1549,
    "durability": 23652
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2294.0,
     "tdo": 46061534,
     "percentile": 23.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.25,
     "percentile": 21.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0542_normal",
   "dex": 542,
   "form": "normal",
   "name_ja": "ハハコモリ",
   "name_en": "Leavanny",
   "slug_en": "leavanny",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 165,
    "stamina": 181,
    "max_cp": 2917,
    "durability": 29865
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4335.9,
     "tdo": 107556032,
     "percentile": 76.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Leaf Storm",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 174.52,
     "percentile": 67.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0543_normal",
   "dex": 543,
   "form": "normal",
   "name_ja": "フシデ",
   "name_en": "Venipede",
   "slug_en": "venipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 83,
    "defense": 99,
    "stamina": 102,
    "max_cp": 799,
    "durability": 10098
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1835.2,
     "tdo": 17228691,
     "percentile": 9.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.21,
     "percentile": 8.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0543_shadow",
   "dex": 543,
   "form": "shadow",
   "name_ja": "フシデ",
   "name_en": "Shadow Venipede",
   "slug_en": "shadow-venipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 83,
    "defense": 99,
    "stamina": 102,
    "max_cp": 799,
    "durability": 10098
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2153.6,
     "tdo": 17202475,
     "percentile": 11.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.72,
     "percentile": 16.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0544_normal",
   "dex": 544,
   "form": "normal",
   "name_ja": "ホイーガ",
   "name_en": "Whirlipede",
   "slug_en": "whirlipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 100,
    "defense": 173,
    "stamina": 120,
    "max_cp": 1293,
    "durability": 20760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2153.6,
     "tdo": 38444074,
     "percentile": 21.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.72,
     "percentile": 16.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0544_shadow",
   "dex": 544,
   "form": "shadow",
   "name_ja": "ホイーガ",
   "name_en": "Shadow Whirlipede",
   "slug_en": "shadow-whirlipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 100,
    "defense": 173,
    "stamina": 120,
    "max_cp": 1293,
    "durability": 20760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2528.1,
     "tdo": 38168458,
     "percentile": 25.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.04,
     "percentile": 34.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0545_normal",
   "dex": 545,
   "form": "normal",
   "name_ja": "ペンドラー",
   "name_en": "Scolipede",
   "slug_en": "scolipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 203,
    "defense": 175,
    "stamina": 155,
    "max_cp": 2766,
    "durability": 27125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4082.4,
     "tdo": 92553685,
     "percentile": 71.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0545_shadow",
   "dex": 545,
   "form": "shadow",
   "name_ja": "ペンドラー",
   "name_en": "Shadow Scolipede",
   "slug_en": "shadow-scolipede",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 203,
    "defense": 175,
    "stamina": 155,
    "max_cp": 2766,
    "durability": 27125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5008.2,
     "tdo": 96212750,
     "percentile": 79.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.02,
     "percentile": 93.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0546_normal",
   "dex": 546,
   "form": "normal",
   "name_ja": "モンメン",
   "name_en": "Cottonee",
   "slug_en": "cottonee",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 71,
    "defense": 111,
    "stamina": 120,
    "max_cp": 791,
    "durability": 13320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1602.2,
     "tdo": 19169458,
     "percentile": 7.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 76.75,
     "percentile": 4.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0547_normal",
   "dex": 547,
   "form": "normal",
   "name_ja": "エルフーン",
   "name_en": "Whimsicott",
   "slug_en": "whimsicott",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 164,
    "defense": 176,
    "stamina": 155,
    "max_cp": 2277,
    "durability": 27280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3429.4,
     "tdo": 78158876,
     "percentile": 53.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Grass Knot",
     "fast_type": "fairy",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.7,
     "percentile": 51.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0548_normal",
   "dex": 548,
   "form": "normal",
   "name_ja": "チュリネ",
   "name_en": "Petilil",
   "slug_en": "petilil",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 91,
    "stamina": 128,
    "max_cp": 1164,
    "durability": 11648
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2054.9,
     "tdo": 21964610,
     "percentile": 15.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Seed Bomb",
     "fast_type": "fairy",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.18,
     "percentile": 6.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Seed Bomb",
     "fast_type": "fairy",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0549_hisuian",
   "dex": 549,
   "form": "normal",
   "name_ja": "ドレディア(ヒスイ)",
   "name_en": "Lilligant Hisuian",
   "slug_en": "lilligant-hisuian",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 159,
    "stamina": 172,
    "max_cp": 2840,
    "durability": 27348
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4529.4,
     "tdo": 103974011,
     "percentile": 69.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.01,
     "percentile": 76.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Petal Blizzard",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0549_normal",
   "dex": 549,
   "form": "normal",
   "name_ja": "ドレディア",
   "name_en": "Lilligant",
   "slug_en": "lilligant",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 155,
    "stamina": 172,
    "max_cp": 2883,
    "durability": 26660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4651.3,
     "tdo": 104317001,
     "percentile": 70.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.29,
     "percentile": 79.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Petal Blizzard",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0550_normal",
   "dex": 550,
   "form": "normal",
   "name_ja": "バスラオ",
   "name_en": "Basculin",
   "slug_en": "basculin",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 189,
    "defense": 129,
    "stamina": 172,
    "max_cp": 2363,
    "durability": 22188
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2960.9,
     "tdo": 56249925,
     "percentile": 43.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 140.06,
     "percentile": 46.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0551_normal",
   "dex": 551,
   "form": "normal",
   "name_ja": "メグロコ",
   "name_en": "Sandile",
   "slug_en": "sandile",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 69,
    "stamina": 137,
    "max_cp": 1172,
    "durability": 9453
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2398.6,
     "tdo": 21501939,
     "percentile": 18.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dig",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 112.61,
     "percentile": 33.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0552_normal",
   "dex": 552,
   "form": "normal",
   "name_ja": "ワルビル",
   "name_en": "Krokorok",
   "slug_en": "krokorok",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 90,
    "stamina": 155,
    "max_cp": 1603,
    "durability": 13950
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3229.3,
     "tdo": 40460168,
     "percentile": 35.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 141.94,
     "percentile": 53.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0553_normal",
   "dex": 553,
   "form": "normal",
   "name_ja": "ワルビアル",
   "name_en": "Krookodile",
   "slug_en": "krookodile",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 229,
    "defense": 158,
    "stamina": 216,
    "max_cp": 3444,
    "durability": 34128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4878.0,
     "tdo": 137570282,
     "percentile": 82.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Earthquake",
     "fast_type": "dark",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.98,
     "percentile": 76.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0554_galarian",
   "dex": 554,
   "form": "normal",
   "name_ja": "ダルマッカ(ガラル)",
   "name_en": "Darumaka Galarian",
   "slug_en": "darumaka-galarian",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 86,
    "stamina": 172,
    "max_cp": 1630,
    "durability": 14792
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2774.0,
     "tdo": 36962521,
     "percentile": 32.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.85,
     "percentile": 41.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0554_normal",
   "dex": 554,
   "form": "normal",
   "name_ja": "ダルマッカ",
   "name_en": "Darumaka",
   "slug_en": "darumaka",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 86,
    "stamina": 172,
    "max_cp": 1630,
    "durability": 14792
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2879.9,
     "tdo": 38373304,
     "percentile": 34.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 127.65,
     "percentile": 35.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0554_shadow",
   "dex": 554,
   "form": "shadow",
   "name_ja": "ダルマッカ",
   "name_en": "Shadow Darumaka",
   "slug_en": "shadow-darumaka",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 153,
    "defense": 86,
    "stamina": 172,
    "max_cp": 1630,
    "durability": 14792
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3411.3,
     "tdo": 39153525,
     "percentile": 41.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.54,
     "percentile": 46.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fire Punch",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0555_galarian_standard",
   "dex": 555,
   "form": "normal",
   "name_ja": "ヒヒダルマ(ガラル)",
   "name_en": "Darmanitan Galarian Standard",
   "slug_en": "darmanitan-galarian-standard",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 263,
    "defense": 114,
    "stamina": 233,
    "max_cp": 3511,
    "durability": 26562
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4845.6,
     "tdo": 109253444,
     "percentile": 86.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.42,
     "percentile": 93.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0555_normal",
   "dex": 555,
   "form": "normal",
   "name_ja": "ヒヒダルマ",
   "name_en": "Darmanitan",
   "slug_en": "darmanitan",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 263,
    "defense": 114,
    "stamina": 233,
    "max_cp": 3511,
    "durability": 26562
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5536.4,
     "tdo": 124828831,
     "percentile": 90.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 207.99,
     "percentile": 79.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0555_shadow",
   "dex": 555,
   "form": "shadow",
   "name_ja": "ヒヒダルマ",
   "name_en": "Shadow Darmanitan",
   "slug_en": "shadow-darmanitan",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 263,
    "defense": 114,
    "stamina": 233,
    "max_cp": 3511,
    "durability": 26562
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6591.9,
     "tdo": 126736315,
     "percentile": 97.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 244.26,
     "percentile": 95.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 82,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0556_normal",
   "dex": 556,
   "form": "normal",
   "name_ja": "マラカッチ",
   "name_en": "Maractus",
   "slug_en": "maractus",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 130,
    "stamina": 181,
    "max_cp": 2571,
    "durability": 23530
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3971.8,
     "tdo": 79364875,
     "percentile": 59.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Solar Beam",
     "fast_type": "poison",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.23,
     "percentile": 63.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Solar Beam",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0557_normal",
   "dex": 557,
   "form": "normal",
   "name_ja": "イシズマイ",
   "name_en": "Dwebble",
   "slug_en": "dwebble",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 128,
    "stamina": 137,
    "max_cp": 1384,
    "durability": 17536
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2269.6,
     "tdo": 34635439,
     "percentile": 19.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "X Scissor",
     "fast_type": "rock",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.32,
     "percentile": 25.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0557_shadow",
   "dex": 557,
   "form": "shadow",
   "name_ja": "イシズマイ",
   "name_en": "Shadow Dwebble",
   "slug_en": "shadow-dwebble",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 118,
    "defense": 128,
    "stamina": 137,
    "max_cp": 1384,
    "durability": 17536
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2679.1,
     "tdo": 34881287,
     "percentile": 27.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "X Scissor",
     "fast_type": "rock",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.69,
     "percentile": 38.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0558_normal",
   "dex": 558,
   "form": "normal",
   "name_ja": "イワパレス",
   "name_en": "Crustle",
   "slug_en": "crustle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 188,
    "defense": 200,
    "stamina": 172,
    "max_cp": 2874,
    "durability": 34400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4035.5,
     "tdo": 114463009,
     "percentile": 72.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.16,
     "percentile": 80.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Wrecker",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0558_shadow",
   "dex": 558,
   "form": "shadow",
   "name_ja": "イワパレス",
   "name_en": "Shadow Crustle",
   "slug_en": "shadow-crustle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 188,
    "defense": 200,
    "stamina": 172,
    "max_cp": 2874,
    "durability": 34400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4790.9,
     "tdo": 115032112,
     "percentile": 81.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.61,
     "percentile": 90.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Wrecker",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Wrecker",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0559_normal",
   "dex": 559,
   "form": "normal",
   "name_ja": "ズルッグ",
   "name_en": "Scraggy",
   "slug_en": "scraggy",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 132,
    "stamina": 137,
    "max_cp": 1551,
    "durability": 18084
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2646.9,
     "tdo": 41524109,
     "percentile": 28.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.63,
     "percentile": 27.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Upper Hand",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0560_normal",
   "dex": 560,
   "form": "normal",
   "name_ja": "ズルズキン",
   "name_en": "Scrafty",
   "slug_en": "scrafty",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 222,
    "stamina": 163,
    "max_cp": 2581,
    "durability": 36186
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3410.3,
     "tdo": 101194796,
     "percentile": 53.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 174.67,
     "percentile": 58.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Upper Hand",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0561_normal",
   "dex": 561,
   "form": "normal",
   "name_ja": "シンボラー",
   "name_en": "Sigilyph",
   "slug_en": "sigilyph",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 167,
    "stamina": 176,
    "max_cp": 2883,
    "durability": 29392
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3290.4,
     "tdo": 80514058,
     "percentile": 49.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psybeam",
     "fast_type": "flying",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.74,
     "percentile": 41.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Air Cutter",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0562_galarian",
   "dex": 562,
   "form": "normal",
   "name_ja": "デスマス(ガラル)",
   "name_en": "Yamask Galarian",
   "slug_en": "yamask-galarian",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 141,
    "stamina": 116,
    "max_cp": 1110,
    "durability": 16356
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1501.7,
     "tdo": 21653557,
     "percentile": 5.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 81.43,
     "percentile": 5.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0562_normal",
   "dex": 562,
   "form": "normal",
   "name_ja": "デスマス",
   "name_en": "Yamask",
   "slug_en": "yamask",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 141,
    "stamina": 116,
    "max_cp": 1110,
    "durability": 16356
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2028.2,
     "tdo": 29246363,
     "percentile": 14.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.95,
     "percentile": 15.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0562_shadow",
   "dex": 562,
   "form": "shadow",
   "name_ja": "デスマス",
   "name_en": "Shadow Yamask",
   "slug_en": "shadow-yamask",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 95,
    "defense": 141,
    "stamina": 116,
    "max_cp": 1110,
    "durability": 16356
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2378.6,
     "tdo": 29241250,
     "percentile": 20.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.1,
     "percentile": 20.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0563_normal",
   "dex": 563,
   "form": "normal",
   "name_ja": "デスカーン",
   "name_en": "Cofagrigus",
   "slug_en": "cofagrigus",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 237,
    "stamina": 151,
    "max_cp": 2570,
    "durability": 35787
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3282.1,
     "tdo": 96604473,
     "percentile": 51.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0563_shadow",
   "dex": 563,
   "form": "shadow",
   "name_ja": "デスカーン",
   "name_en": "Shadow Cofagrigus",
   "slug_en": "shadow-cofagrigus",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 163,
    "defense": 237,
    "stamina": 151,
    "max_cp": 2570,
    "durability": 35787
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3986.5,
     "tdo": 99179798,
     "percentile": 67.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.08,
     "percentile": 70.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0564_normal",
   "dex": 564,
   "form": "normal",
   "name_ja": "プロトーガ",
   "name_en": "Tirtouga",
   "slug_en": "tirtouga",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 146,
    "stamina": 144,
    "max_cp": 1683,
    "durability": 21024
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2542.6,
     "tdo": 45750208,
     "percentile": 36.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.69,
     "percentile": 30.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0564_shadow",
   "dex": 564,
   "form": "shadow",
   "name_ja": "プロトーガ",
   "name_en": "Shadow Tirtouga",
   "slug_en": "shadow-tirtouga",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 134,
    "defense": 146,
    "stamina": 144,
    "max_cp": 1683,
    "durability": 21024
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3003.4,
     "tdo": 45984786,
     "percentile": 39.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.87,
     "percentile": 42.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0565_normal",
   "dex": 565,
   "form": "normal",
   "name_ja": "アバゴーラ",
   "name_en": "Carracosta",
   "slug_en": "carracosta",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 197,
    "stamina": 179,
    "max_cp": 2964,
    "durability": 35263
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3708.0,
     "tdo": 107671756,
     "percentile": 62.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Surf",
     "fast_type": "rock",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.87,
     "percentile": 61.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0565_shadow",
   "dex": 565,
   "form": "shadow",
   "name_ja": "アバゴーラ",
   "name_en": "Shadow Carracosta",
   "slug_en": "shadow-carracosta",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 192,
    "defense": 197,
    "stamina": 179,
    "max_cp": 2964,
    "durability": 35263
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4388.7,
     "tdo": 107600603,
     "percentile": 72.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Surf",
     "fast_type": "rock",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.06,
     "percentile": 78.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0566_normal",
   "dex": 566,
   "form": "normal",
   "name_ja": "アーケン",
   "name_en": "Archen",
   "slug_en": "archen",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 213,
    "defense": 89,
    "stamina": 146,
    "max_cp": 2083,
    "durability": 12994
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3372.0,
     "tdo": 39781700,
     "percentile": 42.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "fast_type": "flying",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.29,
     "percentile": 46.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Crunch",
     "fast_type": "flying",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0566_shadow",
   "dex": 566,
   "form": "shadow",
   "name_ja": "アーケン",
   "name_en": "Shadow Archen",
   "slug_en": "shadow-archen",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 213,
    "defense": 89,
    "stamina": 146,
    "max_cp": 2083,
    "durability": 12994
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4007.9,
     "tdo": 40464525,
     "percentile": 53.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "fast_type": "flying",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.93,
     "percentile": 71.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "fast_type": "flying",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0567_normal",
   "dex": 567,
   "form": "normal",
   "name_ja": "アーケオス",
   "name_en": "Archeops",
   "slug_en": "archeops",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 292,
    "defense": 139,
    "stamina": 181,
    "max_cp": 3766,
    "durability": 25159
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4673.9,
     "tdo": 99191271,
     "percentile": 77.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Ancient Power",
     "fast_type": "steel",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.39,
     "percentile": 70.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Crunch",
     "fast_type": "steel",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0567_shadow",
   "dex": 567,
   "form": "shadow",
   "name_ja": "アーケオス",
   "name_en": "Shadow Archeops",
   "slug_en": "shadow-archeops",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 292,
    "defense": 139,
    "stamina": 181,
    "max_cp": 3766,
    "durability": 25159
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5398.1,
     "tdo": 97451694,
     "percentile": 87.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Ancient Power",
     "fast_type": "flying",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.6,
     "percentile": 87.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Crunch",
     "fast_type": "steel",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0568_normal",
   "dex": 568,
   "form": "normal",
   "name_ja": "ヤブクロン",
   "name_en": "Trubbish",
   "slug_en": "trubbish",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 122,
    "stamina": 137,
    "max_cp": 1131,
    "durability": 16714
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1980.3,
     "tdo": 28952210,
     "percentile": 13.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 87.0,
     "percentile": 7.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0568_shadow",
   "dex": 568,
   "form": "shadow",
   "name_ja": "ヤブクロン",
   "name_en": "Shadow Trubbish",
   "slug_en": "shadow-trubbish",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 96,
    "defense": 122,
    "stamina": 137,
    "max_cp": 1131,
    "durability": 16714
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2319.2,
     "tdo": 28957921,
     "percentile": 15.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.64,
     "percentile": 12.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "fast_type": "normal",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0569_gmax",
   "dex": 569,
   "form": "gmax",
   "name_ja": "キョダイマックスダストダス",
   "name_en": "Gigantamax Garbodor",
   "slug_en": "gigantamax-garbodor",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 181,
    "defense": 164,
    "stamina": 190,
    "max_cp": 2651,
    "durability": 31160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3413.8,
     "tdo": 88317838,
     "percentile": 54.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 44.66,
     "percentile": 36.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0569_normal",
   "dex": 569,
   "form": "normal",
   "name_ja": "ダストダス",
   "name_en": "Garbodor",
   "slug_en": "garbodor",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 181,
    "defense": 164,
    "stamina": 190,
    "max_cp": 2651,
    "durability": 31160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3413.8,
     "tdo": 88317838,
     "percentile": 54.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 44.66,
     "percentile": 36.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0569_shadow",
   "dex": 569,
   "form": "shadow",
   "name_ja": "ダストダス",
   "name_en": "Shadow Garbodor",
   "slug_en": "shadow-garbodor",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 181,
    "defense": 164,
    "stamina": 190,
    "max_cp": 2651,
    "durability": 31160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4040.8,
     "tdo": 88770956,
     "percentile": 60.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 53.66,
     "percentile": 49.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "fast_type": "bug",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0570_hisuian",
   "dex": 570,
   "form": "normal",
   "name_ja": "ゾロア(ヒスイ)",
   "name_en": "Zorua Hisuian",
   "slug_en": "zorua-hisuian",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 79,
    "stamina": 111,
    "max_cp": 1360,
    "durability": 8769
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3484.6,
     "tdo": 28900473,
     "percentile": 35.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0570_normal",
   "dex": 570,
   "form": "normal",
   "name_ja": "ゾロア",
   "name_en": "Zorua",
   "slug_en": "zorua",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 78,
    "stamina": 120,
    "max_cp": 1329,
    "durability": 9360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3025.1,
     "tdo": 26713612,
     "percentile": 30.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.03,
     "percentile": 45.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0571_hisuian",
   "dex": 571,
   "form": "normal",
   "name_ja": "ゾロアーク(ヒスイ)",
   "name_en": "Zoroark Hisuian",
   "slug_en": "zoroark-hisuian",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 261,
    "defense": 128,
    "stamina": 146,
    "max_cp": 2957,
    "durability": 18688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5433.6,
     "tdo": 88144134,
     "percentile": 83.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.83,
     "percentile": 87.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0571_normal",
   "dex": 571,
   "form": "normal",
   "name_ja": "ゾロアーク",
   "name_en": "Zoroark",
   "slug_en": "zoroark",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 250,
    "defense": 127,
    "stamina": 155,
    "max_cp": 2907,
    "durability": 19685
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5077.1,
     "tdo": 86025286,
     "percentile": 77.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 248.76,
     "percentile": 91.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0572_normal",
   "dex": 572,
   "form": "normal",
   "name_ja": "チラーミィ",
   "name_en": "Minccino",
   "slug_en": "minccino",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 80,
    "stamina": 146,
    "max_cp": 986,
    "durability": 11680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1924.4,
     "tdo": 20738954,
     "percentile": 8.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 33.99,
     "percentile": 18.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Aqua Tail",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0573_normal",
   "dex": 573,
   "form": "normal",
   "name_ja": "チラチーノ",
   "name_en": "Cinccino",
   "slug_en": "cinccino",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 130,
    "stamina": 181,
    "max_cp": 2535,
    "durability": 23530
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4142.2,
     "tdo": 82770799,
     "percentile": 62.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Hyper Beam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 70.56,
     "percentile": 79.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Aqua Tail",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0574_normal",
   "dex": 574,
   "form": "normal",
   "name_ja": "ゴチム",
   "name_en": "Gothita",
   "slug_en": "gothita",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 112,
    "stamina": 128,
    "max_cp": 1075,
    "durability": 14336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2164.9,
     "tdo": 27724708,
     "percentile": 17.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.11,
     "percentile": 16.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0574_shadow",
   "dex": 574,
   "form": "shadow",
   "name_ja": "ゴチム",
   "name_en": "Shadow Gothita",
   "slug_en": "shadow-gothita",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 98,
    "defense": 112,
    "stamina": 128,
    "max_cp": 1075,
    "durability": 14336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2548.1,
     "tdo": 27749822,
     "percentile": 23.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.05,
     "percentile": 26.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0575_normal",
   "dex": 575,
   "form": "normal",
   "name_ja": "ゴチミル",
   "name_en": "Gothorita",
   "slug_en": "gothorita",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 153,
    "stamina": 155,
    "max_cp": 1813,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2778.0,
     "tdo": 55688971,
     "percentile": 39.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 140.85,
     "percentile": 29.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0575_shadow",
   "dex": 575,
   "form": "shadow",
   "name_ja": "ゴチミル",
   "name_en": "Shadow Gothorita",
   "slug_en": "shadow-gothorita",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 153,
    "stamina": 155,
    "max_cp": 1813,
    "durability": 23715
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3429.4,
     "tdo": 58516855,
     "percentile": 47.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 43.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0576_normal",
   "dex": 576,
   "form": "normal",
   "name_ja": "ゴチルゼル",
   "name_en": "Gothitelle",
   "slug_en": "gothitelle",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 205,
    "stamina": 172,
    "max_cp": 2735,
    "durability": 35260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3659.3,
     "tdo": 106208497,
     "percentile": 60.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0576_shadow",
   "dex": 576,
   "form": "shadow",
   "name_ja": "ゴチルゼル",
   "name_en": "Shadow Gothitelle",
   "slug_en": "shadow-gothitelle",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 176,
    "defense": 205,
    "stamina": 172,
    "max_cp": 2735,
    "durability": 35260
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4329.9,
     "tdo": 106248938,
     "percentile": 73.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0577_normal",
   "dex": 577,
   "form": "normal",
   "name_ja": "ユニラン",
   "name_en": "Solosis",
   "slug_en": "solosis",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 83,
    "stamina": 128,
    "max_cp": 1546,
    "durability": 10624
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2984.8,
     "tdo": 29495040,
     "percentile": 31.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.37,
     "percentile": 30.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0577_shadow",
   "dex": 577,
   "form": "shadow",
   "name_ja": "ユニラン",
   "name_en": "Shadow Solosis",
   "slug_en": "shadow-solosis",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 170,
    "defense": 83,
    "stamina": 128,
    "max_cp": 1546,
    "durability": 10624
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3533.3,
     "tdo": 29927786,
     "percentile": 39.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.51,
     "percentile": 47.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0578_normal",
   "dex": 578,
   "form": "normal",
   "name_ja": "ダブラン",
   "name_en": "Duosion",
   "slug_en": "duosion",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 103,
    "stamina": 163,
    "max_cp": 2282,
    "durability": 16789
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3597.8,
     "tdo": 53154873,
     "percentile": 49.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.51,
     "percentile": 47.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0578_shadow",
   "dex": 578,
   "form": "shadow",
   "name_ja": "ダブラン",
   "name_en": "Shadow Duosion",
   "slug_en": "shadow-duosion",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 208,
    "defense": 103,
    "stamina": 163,
    "max_cp": 2282,
    "durability": 16789
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4275.4,
     "tdo": 54065903,
     "percentile": 61.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 199.0,
     "percentile": 59.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0579_normal",
   "dex": 579,
   "form": "normal",
   "name_ja": "ランクルス",
   "name_en": "Reuniclus",
   "slug_en": "reuniclus",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 148,
    "stamina": 242,
    "max_cp": 3309,
    "durability": 35816
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3933.5,
     "tdo": 115835175,
     "percentile": 71.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.51,
     "percentile": 47.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0579_shadow",
   "dex": 579,
   "form": "shadow",
   "name_ja": "ランクルス",
   "name_en": "Shadow Reuniclus",
   "slug_en": "shadow-reuniclus",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 214,
    "defense": 148,
    "stamina": 242,
    "max_cp": 3309,
    "durability": 35816
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4672.1,
     "tdo": 116483756,
     "percentile": 80.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.34,
     "percentile": 69.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0580_normal",
   "dex": 580,
   "form": "normal",
   "name_ja": "コアルヒー",
   "name_en": "Ducklett",
   "slug_en": "ducklett",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 84,
    "defense": 96,
    "stamina": 158,
    "max_cp": 968,
    "durability": 15168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1913.4,
     "tdo": 25877524,
     "percentile": 14.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Brave Bird",
     "fast_type": "water",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.01,
     "percentile": 10.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0580_shadow",
   "dex": 580,
   "form": "shadow",
   "name_ja": "コアルヒー",
   "name_en": "Shadow Ducklett",
   "slug_en": "shadow-ducklett",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 84,
    "defense": 96,
    "stamina": 158,
    "max_cp": 968,
    "durability": 15168
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2241.9,
     "tdo": 25950525,
     "percentile": 18.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 106.95,
     "percentile": 13.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0581_normal",
   "dex": 581,
   "form": "normal",
   "name_ja": "スワンナ",
   "name_en": "Swanna",
   "slug_en": "swanna",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 132,
    "stamina": 181,
    "max_cp": 2361,
    "durability": 23892
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4097.1,
     "tdo": 82998707,
     "percentile": 66.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 203.25,
     "percentile": 64.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0581_shadow",
   "dex": 581,
   "form": "shadow",
   "name_ja": "スワンナ",
   "name_en": "Shadow Swanna",
   "slug_en": "shadow-swanna",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 182,
    "defense": 132,
    "stamina": 181,
    "max_cp": 2361,
    "durability": 23892
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4845.8,
     "tdo": 83474476,
     "percentile": 78.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 242.72,
     "percentile": 82.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0582_normal",
   "dex": 582,
   "form": "normal",
   "name_ja": "バニプッチ",
   "name_en": "Vanillite",
   "slug_en": "vanillite",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 106,
    "stamina": 113,
    "max_cp": 1168,
    "durability": 11978
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2127.9,
     "tdo": 23150291,
     "percentile": 15.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.67,
     "percentile": 21.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0583_normal",
   "dex": 583,
   "form": "normal",
   "name_ja": "バニリッチ",
   "name_en": "Vanillish",
   "slug_en": "vanillish",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 151,
    "defense": 138,
    "stamina": 139,
    "max_cp": 1799,
    "durability": 19182
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2836.8,
     "tdo": 47048032,
     "percentile": 35.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.03,
     "percentile": 44.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Ice Beam",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Ice Beam",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0584_normal",
   "dex": 584,
   "form": "normal",
   "name_ja": "バイバニラ",
   "name_en": "Vanilluxe",
   "slug_en": "vanilluxe",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 184,
    "stamina": 174,
    "max_cp": 3190,
    "durability": 32016
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4173.8,
     "tdo": 110274239,
     "percentile": 72.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.49,
     "percentile": 83.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0585_normal",
   "dex": 585,
   "form": "normal",
   "name_ja": "シキジカ",
   "name_en": "Deerling",
   "slug_en": "deerling",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 100,
    "stamina": 155,
    "max_cp": 1283,
    "durability": 15500
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2145.1,
     "tdo": 29434680,
     "percentile": 19.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Seed Bomb",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.66,
     "percentile": 8.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Seed Bomb",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0586_normal",
   "dex": 586,
   "form": "normal",
   "name_ja": "メブキジカ",
   "name_en": "Sawsbuck",
   "slug_en": "sawsbuck",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 146,
    "stamina": 190,
    "max_cp": 2732,
    "durability": 27740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3889.9,
     "tdo": 90516757,
     "percentile": 59.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Solar Beam",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.06,
     "percentile": 60.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Solar Beam",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0587_normal",
   "dex": 587,
   "form": "normal",
   "name_ja": "エモンガ",
   "name_en": "Emolga",
   "slug_en": "emolga",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 127,
    "stamina": 146,
    "max_cp": 1847,
    "durability": 18542
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3041.6,
     "tdo": 48996210,
     "percentile": 38.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.77,
     "percentile": 39.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0588_normal",
   "dex": 588,
   "form": "normal",
   "name_ja": "カブルモ",
   "name_en": "Karrablast",
   "slug_en": "karrablast",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 87,
    "stamina": 137,
    "max_cp": 1336,
    "durability": 11919
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2490.7,
     "tdo": 27111329,
     "percentile": 26.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.48,
     "percentile": 35.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0588_shadow",
   "dex": 588,
   "form": "shadow",
   "name_ja": "カブルモ",
   "name_en": "Shadow Karrablast",
   "slug_en": "shadow-karrablast",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 137,
    "defense": 87,
    "stamina": 137,
    "max_cp": 1336,
    "durability": 11919
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2933.1,
     "tdo": 27231987,
     "percentile": 36.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.24,
     "percentile": 44.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0589_normal",
   "dex": 589,
   "form": "normal",
   "name_ja": "シュバルゴ",
   "name_en": "Escavalier",
   "slug_en": "escavalier",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 187,
    "stamina": 172,
    "max_cp": 3266,
    "durability": 32164
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4342.7,
     "tdo": 115729012,
     "percentile": 74.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.57,
     "percentile": 69.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0589_shadow",
   "dex": 589,
   "form": "shadow",
   "name_ja": "シュバルゴ",
   "name_en": "Shadow Escavalier",
   "slug_en": "shadow-escavalier",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 187,
    "stamina": 172,
    "max_cp": 3266,
    "durability": 32164
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5163.8,
     "tdo": 116492097,
     "percentile": 80.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.64,
     "percentile": 92.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0590_normal",
   "dex": 590,
   "form": "normal",
   "name_ja": "タマゲタケ",
   "name_en": "Foongus",
   "slug_en": "foongus",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 97,
    "defense": 91,
    "stamina": 170,
    "max_cp": 1107,
    "durability": 15470
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2045.4,
     "tdo": 28239087,
     "percentile": 15.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 27.28,
     "percentile": 8.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0590_shadow",
   "dex": 590,
   "form": "shadow",
   "name_ja": "タマゲタケ",
   "name_en": "Shadow Foongus",
   "slug_en": "shadow-foongus",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 97,
    "defense": 91,
    "stamina": 170,
    "max_cp": 1107,
    "durability": 15470
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2392.4,
     "tdo": 28355639,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 31.06,
     "percentile": 14.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0591_normal",
   "dex": 591,
   "form": "normal",
   "name_ja": "モロバレル",
   "name_en": "Amoonguss",
   "slug_en": "amoonguss",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 139,
    "stamina": 249,
    "max_cp": 2420,
    "durability": 34611
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3104.6,
     "tdo": 88788552,
     "percentile": 51.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.74,
     "percentile": 24.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0591_shadow",
   "dex": 591,
   "form": "shadow",
   "name_ja": "モロバレル",
   "name_en": "Shadow Amoonguss",
   "slug_en": "shadow-amoonguss",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 155,
    "defense": 139,
    "stamina": 249,
    "max_cp": 2420,
    "durability": 34611
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3670.8,
     "tdo": 89300663,
     "percentile": 63.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.26,
     "percentile": 48.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0592_normal",
   "dex": 592,
   "form": "normal",
   "name_ja": "プルリル",
   "name_en": "Frillish",
   "slug_en": "frillish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 134,
    "stamina": 146,
    "max_cp": 1421,
    "durability": 19564
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2025.9,
     "tdo": 34242825,
     "percentile": 15.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Ominous Wind",
     "fast_type": "water",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.62,
     "percentile": 11.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Ominous Wind",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0593_normal",
   "dex": 593,
   "form": "normal",
   "name_ja": "ブルンゲル",
   "name_en": "Jellicent",
   "slug_en": "jellicent",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 178,
    "stamina": 225,
    "max_cp": 2644,
    "durability": 40050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3289.8,
     "tdo": 107239270,
     "percentile": 57.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Shadow Ball",
     "fast_type": "water",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0594_normal",
   "dex": 594,
   "form": "normal",
   "name_ja": "ママンボウ",
   "name_en": "Alomomola",
   "slug_en": "alomomola",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 138,
    "defense": 131,
    "stamina": 338,
    "max_cp": 2452,
    "durability": 44278
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2752.0,
     "tdo": 99937429,
     "percentile": 45.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.66,
     "percentile": 36.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0595_normal",
   "dex": 595,
   "form": "normal",
   "name_ja": "バチュル",
   "name_en": "Joltik",
   "slug_en": "joltik",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 110,
    "defense": 98,
    "stamina": 137,
    "max_cp": 1156,
    "durability": 13426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2087.6,
     "tdo": 25174916,
     "percentile": 17.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Bug Buzz",
     "fast_type": "dark",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.6,
     "percentile": 9.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0595_shadow",
   "dex": 595,
   "form": "shadow",
   "name_ja": "バチュル",
   "name_en": "Shadow Joltik",
   "slug_en": "shadow-joltik",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 110,
    "defense": 98,
    "stamina": 137,
    "max_cp": 1156,
    "durability": 13426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2455.0,
     "tdo": 25413744,
     "percentile": 22.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Bug Buzz",
     "fast_type": "dark",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.91,
     "percentile": 20.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0596_normal",
   "dex": 596,
   "form": "normal",
   "name_ja": "デンチュラ",
   "name_en": "Galvantula",
   "slug_en": "galvantula",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 128,
    "stamina": 172,
    "max_cp": 2494,
    "durability": 22016
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3827.2,
     "tdo": 72201542,
     "percentile": 59.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 72.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0596_shadow",
   "dex": 596,
   "form": "shadow",
   "name_ja": "デンチュラ",
   "name_en": "Shadow Galvantula",
   "slug_en": "shadow-galvantula",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 201,
    "defense": 128,
    "stamina": 172,
    "max_cp": 2494,
    "durability": 22016
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4535.9,
     "tdo": 73005652,
     "percentile": 69.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.16,
     "percentile": 76.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0597_normal",
   "dex": 597,
   "form": "normal",
   "name_ja": "テッシード",
   "name_en": "Ferroseed",
   "slug_en": "ferroseed",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 82,
    "defense": 155,
    "stamina": 127,
    "max_cp": 1064,
    "durability": 19685
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1676.8,
     "tdo": 28503670,
     "percentile": 9.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.31,
     "percentile": 9.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0597_shadow",
   "dex": 597,
   "form": "shadow",
   "name_ja": "テッシード",
   "name_en": "Shadow Ferroseed",
   "slug_en": "shadow-ferroseed",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 82,
    "defense": 155,
    "stamina": 127,
    "max_cp": 1064,
    "durability": 19685
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1953.3,
     "tdo": 28126848,
     "percentile": 9.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.82,
     "percentile": 13.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0598_normal",
   "dex": 598,
   "form": "normal",
   "name_ja": "ナットレイ",
   "name_en": "Ferrothorn",
   "slug_en": "ferrothorn",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 223,
    "stamina": 179,
    "max_cp": 2624,
    "durability": 39917
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3488.9,
     "tdo": 113734081,
     "percentile": 56.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Power Whip",
     "fast_type": "steel",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.18,
     "percentile": 41.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0598_shadow",
   "dex": 598,
   "form": "shadow",
   "name_ja": "ナットレイ",
   "name_en": "Shadow Ferrothorn",
   "slug_en": "shadow-ferrothorn",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 223,
    "stamina": 179,
    "max_cp": 2624,
    "durability": 39917
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4134.3,
     "tdo": 113819712,
     "percentile": 72.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Power Whip",
     "fast_type": "steel",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 183.65,
     "percentile": 73.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0599_normal",
   "dex": 599,
   "form": "normal",
   "name_ja": "ギアル",
   "name_en": "Klink",
   "slug_en": "klink",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 121,
    "stamina": 120,
    "max_cp": 1081,
    "durability": 14520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1753.5,
     "tdo": 22643994,
     "percentile": 9.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Zap Cannon",
     "fast_type": "steel",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 23.86,
     "percentile": 5.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0600_normal",
   "dex": 600,
   "form": "normal",
   "name_ja": "ギギアル",
   "name_en": "Klang",
   "slug_en": "klang",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 174,
    "stamina": 155,
    "max_cp": 2088,
    "durability": 26970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2520.9,
     "tdo": 56851263,
     "percentile": 31.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.93,
     "percentile": 27.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0601_normal",
   "dex": 601,
   "form": "normal",
   "name_ja": "ギギギアル",
   "name_en": "Klinklang",
   "slug_en": "klinklang",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 199,
    "defense": 214,
    "stamina": 155,
    "max_cp": 2981,
    "durability": 33170
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3295.7,
     "tdo": 90054239,
     "percentile": 52.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 56.79,
     "percentile": 55.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Sound",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0602_normal",
   "dex": 602,
   "form": "normal",
   "name_ja": "シビシラス",
   "name_en": "Tynamo",
   "slug_en": "tynamo",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 78,
    "stamina": 111,
    "max_cp": 917,
    "durability": 8658
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1286.7,
     "tdo": 10557787,
     "percentile": 2.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Struggle",
     "fast_type": "electric",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 24.86,
     "percentile": 6.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Struggle",
     "fast_type": "electric",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0603_normal",
   "dex": 603,
   "form": "normal",
   "name_ja": "シビビール",
   "name_en": "Eelektrik",
   "slug_en": "eelektrik",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 130,
    "stamina": 163,
    "max_cp": 1939,
    "durability": 21190
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2893.0,
     "tdo": 52521217,
     "percentile": 37.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Thunderbolt",
     "fast_type": "poison",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.61,
     "percentile": 36.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0604_normal",
   "dex": 604,
   "form": "normal",
   "name_ja": "シビルドン",
   "name_en": "Eelektross",
   "slug_en": "eelektross",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 217,
    "defense": 152,
    "stamina": 198,
    "max_cp": 3089,
    "durability": 30096
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3977.0,
     "tdo": 99339814,
     "percentile": 68.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 165.84,
     "percentile": 66.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0605_normal",
   "dex": 605,
   "form": "normal",
   "name_ja": "リグレー",
   "name_en": "Elgyem",
   "slug_en": "elgyem",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 100,
    "stamina": 146,
    "max_cp": 1566,
    "durability": 14600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3122.9,
     "tdo": 40740164,
     "percentile": 36.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.04,
     "percentile": 34.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0606_normal",
   "dex": 606,
   "form": "normal",
   "name_ja": "オーベム",
   "name_en": "Beheeyem",
   "slug_en": "beheeyem",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 163,
    "stamina": 181,
    "max_cp": 3112,
    "durability": 29503
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4521.5,
     "tdo": 110912225,
     "percentile": 75.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0607_normal",
   "dex": 607,
   "form": "normal",
   "name_ja": "ヒトモシ",
   "name_en": "Litwick",
   "slug_en": "litwick",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 98,
    "stamina": 137,
    "max_cp": 1138,
    "durability": 13426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2067.1,
     "tdo": 24927917,
     "percentile": 17.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Mystical Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.02,
     "percentile": 9.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Mystical Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0607_shadow",
   "dex": 607,
   "form": "shadow",
   "name_ja": "ヒトモシ",
   "name_en": "Shadow Litwick",
   "slug_en": "shadow-litwick",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 108,
    "defense": 98,
    "stamina": 137,
    "max_cp": 1138,
    "durability": 13426
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2436.9,
     "tdo": 25225639,
     "percentile": 26.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Mystical Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.11,
     "percentile": 20.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Mystical Fire",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0608_normal",
   "dex": 608,
   "form": "normal",
   "name_ja": "ランプラー",
   "name_en": "Lampent",
   "slug_en": "lampent",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 115,
    "stamina": 155,
    "max_cp": 1931,
    "durability": 17825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2968.6,
     "tdo": 46048922,
     "percentile": 37.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.07,
     "percentile": 29.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0608_shadow",
   "dex": 608,
   "form": "shadow",
   "name_ja": "ランプラー",
   "name_en": "Shadow Lampent",
   "slug_en": "shadow-lampent",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 169,
    "defense": 115,
    "stamina": 155,
    "max_cp": 1931,
    "durability": 17825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3517.2,
     "tdo": 46584106,
     "percentile": 46.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 159.49,
     "percentile": 53.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flame Burst",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0609_normal",
   "dex": 609,
   "form": "normal",
   "name_ja": "シャンデラ",
   "name_en": "Chandelure",
   "slug_en": "chandelure",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 271,
    "defense": 182,
    "stamina": 155,
    "max_cp": 3695,
    "durability": 28210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5703.7,
     "tdo": 134075078,
     "percentile": 91.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.4,
     "percentile": 92.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0609_shadow",
   "dex": 609,
   "form": "shadow",
   "name_ja": "シャンデラ",
   "name_en": "Shadow Chandelure",
   "slug_en": "shadow-chandelure",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 271,
    "defense": 182,
    "stamina": 155,
    "max_cp": 3695,
    "durability": 28210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6780.7,
     "tdo": 135117372,
     "percentile": 97.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 303.95,
     "percentile": 98.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 83,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0610_normal",
   "dex": 610,
   "form": "normal",
   "name_ja": "キバゴ",
   "name_en": "Axew",
   "slug_en": "axew",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 154,
    "defense": 101,
    "stamina": 130,
    "max_cp": 1547,
    "durability": 13130
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2556.2,
     "tdo": 30148887,
     "percentile": 30.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dragon Claw",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.74,
     "percentile": 12.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0610_shadow",
   "dex": 610,
   "form": "shadow",
   "name_ja": "キバゴ",
   "name_en": "Shadow Axew",
   "slug_en": "shadow-axew",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 154,
    "defense": 101,
    "stamina": 130,
    "max_cp": 1547,
    "durability": 13130
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3092.3,
     "tdo": 31126988,
     "percentile": 35.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.67,
     "percentile": 17.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0611_normal",
   "dex": 611,
   "form": "normal",
   "name_ja": "オノンド",
   "name_en": "Fraxure",
   "slug_en": "fraxure",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 212,
    "defense": 123,
    "stamina": 165,
    "max_cp": 2526,
    "durability": 20295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4049.7,
     "tdo": 70911445,
     "percentile": 59.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 197.24,
     "percentile": 53.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0611_shadow",
   "dex": 611,
   "form": "shadow",
   "name_ja": "オノンド",
   "name_en": "Shadow Fraxure",
   "slug_en": "shadow-fraxure",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 212,
    "defense": 123,
    "stamina": 165,
    "max_cp": 2526,
    "durability": 20295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4799.0,
     "tdo": 71244204,
     "percentile": 72.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 225.99,
     "percentile": 67.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0612_normal",
   "dex": 612,
   "form": "normal",
   "name_ja": "オノノクス",
   "name_en": "Haxorus",
   "slug_en": "haxorus",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 284,
    "defense": 172,
    "stamina": 183,
    "max_cp": 4062,
    "durability": 31476
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5778.7,
     "tdo": 150736156,
     "percentile": 94.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 278.01,
     "percentile": 91.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0612_shadow",
   "dex": 612,
   "form": "shadow",
   "name_ja": "オノノクス",
   "name_en": "Shadow Haxorus",
   "slug_en": "shadow-haxorus",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 284,
    "defense": 172,
    "stamina": 183,
    "max_cp": 4062,
    "durability": 31476
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6880.4,
     "tdo": 151639284,
     "percentile": 98.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 322.89,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0613_normal",
   "dex": 613,
   "form": "normal",
   "name_ja": "クマシュン",
   "name_en": "Cubchoo",
   "slug_en": "cubchoo",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 128,
    "defense": 74,
    "stamina": 146,
    "max_cp": 1208,
    "durability": 10804
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1961.1,
     "tdo": 19799247,
     "percentile": 16.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Ice Punch",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.49,
     "percentile": 27.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Ice Punch",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0614_normal",
   "dex": 614,
   "form": "normal",
   "name_ja": "ツンベアー",
   "name_en": "Beartic",
   "slug_en": "beartic",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 233,
    "defense": 152,
    "stamina": 216,
    "max_cp": 3439,
    "durability": 32832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3646.9,
     "tdo": 99283401,
     "percentile": 63.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Ice Punch",
     "fast_type": "fairy",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 72.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Ice Punch",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0615_normal",
   "dex": 615,
   "form": "normal",
   "name_ja": "フリージオ",
   "name_en": "Cryogonal",
   "slug_en": "cryogonal",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 218,
    "stamina": 190,
    "max_cp": 3163,
    "durability": 41420
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3583.0,
     "tdo": 120661934,
     "percentile": 64.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Triple Axel",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 154.92,
     "percentile": 64.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Triple Axel",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0616_normal",
   "dex": 616,
   "form": "normal",
   "name_ja": "チョボマキ",
   "name_en": "Shelmet",
   "slug_en": "shelmet",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 72,
    "defense": 140,
    "stamina": 137,
    "max_cp": 942,
    "durability": 19180
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1532.3,
     "tdo": 25346306,
     "percentile": 6.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 21.96,
     "percentile": 4.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0616_shadow",
   "dex": 616,
   "form": "shadow",
   "name_ja": "チョボマキ",
   "name_en": "Shadow Shelmet",
   "slug_en": "shadow-shelmet",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 72,
    "defense": 140,
    "stamina": 137,
    "max_cp": 942,
    "durability": 19180
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1778.9,
     "tdo": 25058728,
     "percentile": 7.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.61,
     "percentile": 7.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0617_normal",
   "dex": 617,
   "form": "normal",
   "name_ja": "アギルダー",
   "name_en": "Accelgor",
   "slug_en": "accelgor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 220,
    "defense": 120,
    "stamina": 190,
    "max_cp": 2760,
    "durability": 22800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4139.0,
     "tdo": 80758840,
     "percentile": 62.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.5,
     "percentile": 63.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Signal Beam",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0617_shadow",
   "dex": 617,
   "form": "shadow",
   "name_ja": "アギルダー",
   "name_en": "Shadow Accelgor",
   "slug_en": "shadow-accelgor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 220,
    "defense": 120,
    "stamina": 190,
    "max_cp": 2760,
    "durability": 22800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4913.9,
     "tdo": 81675252,
     "percentile": 77.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.85,
     "percentile": 82.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0618_galarian",
   "dex": 618,
   "form": "normal",
   "name_ja": "マッギョ(ガラル)",
   "name_en": "Stunfisk Galarian",
   "slug_en": "stunfisk-galarian",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 171,
    "stamina": 240,
    "max_cp": 2445,
    "durability": 41040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3087.8,
     "tdo": 103279323,
     "percentile": 50.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "fast_type": "steel",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.42,
     "percentile": 44.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Flash Cannon",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0618_normal",
   "dex": 618,
   "form": "normal",
   "name_ja": "マッギョ",
   "name_en": "Stunfisk",
   "slug_en": "stunfisk",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 144,
    "defense": 171,
    "stamina": 240,
    "max_cp": 2445,
    "durability": 41040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2725.6,
     "tdo": 91163864,
     "percentile": 41.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.79,
     "percentile": 37.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Mud Bomb",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Mud Bomb",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0619_normal",
   "dex": 619,
   "form": "normal",
   "name_ja": "コジョフー",
   "name_en": "Mienfoo",
   "slug_en": "mienfoo",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 160,
    "defense": 98,
    "stamina": 128,
    "max_cp": 1570,
    "durability": 12544
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3137.1,
     "tdo": 35745813,
     "percentile": 33.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.37,
     "percentile": 28.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0620_normal",
   "dex": 620,
   "form": "normal",
   "name_ja": "コジョンド",
   "name_en": "Mienshao",
   "slug_en": "mienshao",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 258,
    "defense": 127,
    "stamina": 163,
    "max_cp": 3064,
    "durability": 20701
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4870.4,
     "tdo": 86590791,
     "percentile": 77.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Grass Knot",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 208.33,
     "percentile": 88.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Grass Knot",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Force Palm",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0621_normal",
   "dex": 621,
   "form": "normal",
   "name_ja": "クリムガン",
   "name_en": "Druddigon",
   "slug_en": "druddigon",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 213,
    "defense": 170,
    "stamina": 184,
    "max_cp": 3088,
    "durability": 31280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4067.6,
     "tdo": 105598438,
     "percentile": 67.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 68.14,
     "percentile": 75.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0622_normal",
   "dex": 622,
   "form": "normal",
   "name_ja": "ゴビット",
   "name_en": "Golett",
   "slug_en": "golett",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 127,
    "defense": 92,
    "stamina": 153,
    "max_cp": 1344,
    "durability": 14076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2291.0,
     "tdo": 29044318,
     "percentile": 16.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Night Shade",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.94,
     "percentile": 19.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Night Shade",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Punch",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0622_shadow",
   "dex": 622,
   "form": "shadow",
   "name_ja": "ゴビット",
   "name_en": "Shadow Golett",
   "slug_en": "shadow-golett",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 127,
    "defense": 92,
    "stamina": 153,
    "max_cp": 1344,
    "durability": 14076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2694.3,
     "tdo": 29369284,
     "percentile": 23.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Night Shade",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 135.23,
     "percentile": 33.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Shadow Punch",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Punch",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0623_normal",
   "dex": 623,
   "form": "normal",
   "name_ja": "ゴルーグ",
   "name_en": "Golurk",
   "slug_en": "golurk",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 154,
    "stamina": 205,
    "max_cp": 3226,
    "durability": 31570
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4427.4,
     "tdo": 115688955,
     "percentile": 74.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.57,
     "percentile": 77.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Poltergeist",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0623_shadow",
   "dex": 623,
   "form": "shadow",
   "name_ja": "ゴルーグ",
   "name_en": "Shadow Golurk",
   "slug_en": "shadow-golurk",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 154,
    "stamina": 205,
    "max_cp": 3226,
    "durability": 31570
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5249.4,
     "tdo": 116064447,
     "percentile": 85.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.15,
     "percentile": 93.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Poltergeist",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0624_normal",
   "dex": 624,
   "form": "normal",
   "name_ja": "コマタナ",
   "name_en": "Pawniard",
   "slug_en": "pawniard",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 154,
    "defense": 114,
    "stamina": 128,
    "max_cp": 1620,
    "durability": 14592
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2506.1,
     "tdo": 32598582,
     "percentile": 28.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Iron Head",
     "fast_type": "normal",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.73,
     "percentile": 28.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0625_normal",
   "dex": 625,
   "form": "normal",
   "name_ja": "キリキザン",
   "name_en": "Bisharp",
   "slug_en": "bisharp",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 176,
    "stamina": 163,
    "max_cp": 3215,
    "durability": 28688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4358.6,
     "tdo": 104232847,
     "percentile": 73.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Dark Pulse",
     "fast_type": "steel",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 222.72,
     "percentile": 81.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0626_normal",
   "dex": 626,
   "form": "normal",
   "name_ja": "バッフロン",
   "name_en": "Bouffalant",
   "slug_en": "bouffalant",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 195,
    "defense": 182,
    "stamina": 216,
    "max_cp": 3163,
    "durability": 39312
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3388.1,
     "tdo": 108807090,
     "percentile": 58.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Skull Bash",
     "fast_type": "psychic",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.43,
     "percentile": 59.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Megahorn",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0627_normal",
   "dex": 627,
   "form": "normal",
   "name_ja": "ワシボン",
   "name_en": "Rufflet",
   "slug_en": "rufflet",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 97,
    "stamina": 172,
    "max_cp": 1686,
    "durability": 16684
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3327.6,
     "tdo": 49167891,
     "percentile": 47.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.92,
     "percentile": 47.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0628_hisuian",
   "dex": 628,
   "form": "normal",
   "name_ja": "ウォーグル(ヒスイ)",
   "name_en": "Braviary Hisuian",
   "slug_en": "braviary-hisuian",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 213,
    "defense": 137,
    "stamina": 242,
    "max_cp": 3181,
    "durability": 33154
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4483.2,
     "tdo": 123112307,
     "percentile": 84.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Fly",
     "fast_type": "psychic",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 212.77,
     "percentile": 70.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0628_normal",
   "dex": 628,
   "form": "normal",
   "name_ja": "ウォーグル",
   "name_en": "Braviary",
   "slug_en": "braviary",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 152,
    "stamina": 225,
    "max_cp": 3491,
    "durability": 34200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4815.3,
     "tdo": 135820768,
     "percentile": 88.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 234.74,
     "percentile": 79.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0629_normal",
   "dex": 629,
   "form": "normal",
   "name_ja": "バルチャイ",
   "name_en": "Vullaby",
   "slug_en": "vullaby",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 139,
    "stamina": 172,
    "max_cp": 1437,
    "durability": 23908
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2307.1,
     "tdo": 46873389,
     "percentile": 28.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.12,
     "percentile": 15.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0630_normal",
   "dex": 630,
   "form": "normal",
   "name_ja": "バルジーナ",
   "name_en": "Mandibuzz",
   "slug_en": "mandibuzz",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 129,
    "defense": 205,
    "stamina": 242,
    "max_cp": 2417,
    "durability": 49610
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2758.9,
     "tdo": 109654686,
     "percentile": 46.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 140.65,
     "percentile": 33.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0631_normal",
   "dex": 631,
   "form": "normal",
   "name_ja": "クイタラン",
   "name_en": "Heatmor",
   "slug_en": "heatmor",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 129,
    "stamina": 198,
    "max_cp": 2708,
    "durability": 25542
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3947.3,
     "tdo": 85020298,
     "percentile": 59.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.64,
     "percentile": 54.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0632_normal",
   "dex": 632,
   "form": "normal",
   "name_ja": "アイアント",
   "name_en": "Durant",
   "slug_en": "durant",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 217,
    "defense": 188,
    "stamina": 151,
    "max_cp": 3007,
    "durability": 28388
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3899.0,
     "tdo": 92448003,
     "percentile": 67.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.59,
     "percentile": 65.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0633_normal",
   "dex": 633,
   "form": "normal",
   "name_ja": "モノズ",
   "name_en": "Deino",
   "slug_en": "deino",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 141,
    "max_cp": 1200,
    "durability": 13113
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2219.2,
     "tdo": 26383086,
     "percentile": 21.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.41,
     "percentile": 20.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0633_shadow",
   "dex": 633,
   "form": "shadow",
   "name_ja": "モノズ",
   "name_en": "Shadow Deino",
   "slug_en": "shadow-deino",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 93,
    "stamina": 141,
    "max_cp": 1200,
    "durability": 13113
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2608.8,
     "tdo": 26707560,
     "percentile": 25.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 43.88,
     "percentile": 35.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0634_normal",
   "dex": 634,
   "form": "normal",
   "name_ja": "ジヘッド",
   "name_en": "Zweilous",
   "slug_en": "zweilous",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 135,
    "stamina": 176,
    "max_cp": 2079,
    "durability": 23760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2947.6,
     "tdo": 59445603,
     "percentile": 37.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.25,
     "percentile": 43.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0634_shadow",
   "dex": 634,
   "form": "shadow",
   "name_ja": "ジヘッド",
   "name_en": "Shadow Zweilous",
   "slug_en": "shadow-zweilous",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 159,
    "defense": 135,
    "stamina": 176,
    "max_cp": 2079,
    "durability": 23760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3454.8,
     "tdo": 58989453,
     "percentile": 51.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 180.18,
     "percentile": 62.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0635_normal",
   "dex": 635,
   "form": "normal",
   "name_ja": "サザンドラ",
   "name_en": "Hydreigon",
   "slug_en": "hydreigon",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 256,
    "defense": 188,
    "stamina": 211,
    "max_cp": 4098,
    "durability": 39668
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5002.9,
     "tdo": 161291210,
     "percentile": 90.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.52,
     "percentile": 89.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0635_shadow",
   "dex": 635,
   "form": "shadow",
   "name_ja": "サザンドラ",
   "name_en": "Shadow Hydreigon",
   "slug_en": "shadow-hydreigon",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 256,
    "defense": 188,
    "stamina": 211,
    "max_cp": 4098,
    "durability": 39668
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5944.4,
     "tdo": 162378936,
     "percentile": 97.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 299.4,
     "percentile": 98.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0636_normal",
   "dex": 636,
   "form": "normal",
   "name_ja": "メラルバ",
   "name_en": "Larvesta",
   "slug_en": "larvesta",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 107,
    "stamina": 146,
    "max_cp": 1692,
    "durability": 15622
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3017.5,
     "tdo": 41761657,
     "percentile": 37.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 135.59,
     "percentile": 43.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Flame Wheel",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0637_normal",
   "dex": 637,
   "form": "normal",
   "name_ja": "ウルガモス",
   "name_en": "Volcarona",
   "slug_en": "volcarona",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 264,
    "defense": 189,
    "stamina": 198,
    "max_cp": 4106,
    "durability": 37422
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5556.3,
     "tdo": 169539710,
     "percentile": 92.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 213.45,
     "percentile": 95.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 74,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0638_normal",
   "dex": 638,
   "form": "legendary",
   "name_ja": "コバルオン",
   "name_en": "Cobalion",
   "slug_en": "cobalion",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 192,
    "defense": 229,
    "stamina": 209,
    "max_cp": 3417,
    "durability": 47861
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4267.4,
     "tdo": 164491438,
     "percentile": 83.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Sacred Sword",
     "fast_type": "steel",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.49,
     "percentile": 73.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0639_normal",
   "dex": 639,
   "form": "legendary",
   "name_ja": "テラキオン",
   "name_en": "Terrakion",
   "slug_en": "terrakion",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 260,
    "defense": 192,
    "stamina": 209,
    "max_cp": 4181,
    "durability": 40128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5546.0,
     "tdo": 181359724,
     "percentile": 96.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Sacred Sword",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.5,
     "percentile": 96.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0640_normal",
   "dex": 640,
   "form": "legendary",
   "name_ja": "ビリジオン",
   "name_en": "Virizion",
   "slug_en": "virizion",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 192,
    "defense": 229,
    "stamina": 209,
    "max_cp": 3417,
    "durability": 47861
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4174.6,
     "tdo": 160915537,
     "percentile": 80.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Sacred Sword",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.49,
     "percentile": 73.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Leaf Blade",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0641_normal",
   "dex": 641,
   "form": "legendary",
   "name_ja": "トルネロス",
   "name_en": "Tornadus",
   "slug_en": "tornadus",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 266,
    "defense": 164,
    "stamina": 188,
    "max_cp": 3782,
    "durability": 30832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4742.4,
     "tdo": 121263962,
     "percentile": 81.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Grass Knot",
     "fast_type": "flying",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 74.4,
     "percentile": 80.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0641_shadow",
   "dex": 641,
   "form": "shadow",
   "name_ja": "トルネロス",
   "name_en": "Shadow Tornadus",
   "slug_en": "shadow-tornadus",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 266,
    "defense": 164,
    "stamina": 188,
    "max_cp": 3782,
    "durability": 30832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5636.8,
     "tdo": 122394657,
     "percentile": 91.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Grass Knot",
     "fast_type": "flying",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.83,
     "percentile": 94.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 73,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0641_therian",
   "dex": 641,
   "form": "legendary",
   "name_ja": "トルネロス(れいじゅう)",
   "name_en": "Tornadus Therian",
   "slug_en": "tornadus-therian",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 238,
    "defense": 189,
    "stamina": 188,
    "max_cp": 3635,
    "durability": 35532
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5612.5,
     "tdo": 163558174,
     "percentile": 89.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Bleakwind Storm",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 241.55,
     "percentile": 81.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Bleakwind Storm",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0642_normal",
   "dex": 642,
   "form": "legendary",
   "name_ja": "ボルトロス",
   "name_en": "Thundurus",
   "slug_en": "thundurus",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 266,
    "defense": 164,
    "stamina": 188,
    "max_cp": 3782,
    "durability": 30832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4533.6,
     "tdo": 115925297,
     "percentile": 79.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunder",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.94,
     "percentile": 70.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Crunch",
     "fast_type": "electric",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0642_shadow",
   "dex": 642,
   "form": "shadow",
   "name_ja": "ボルトロス",
   "name_en": "Shadow Thundurus",
   "slug_en": "shadow-thundurus",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 266,
    "defense": 164,
    "stamina": 188,
    "max_cp": 3782,
    "durability": 30832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5239.0,
     "tdo": 113756040,
     "percentile": 86.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunder Punch",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 211.42,
     "percentile": 91.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Crunch",
     "fast_type": "electric",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0642_therian",
   "dex": 642,
   "form": "legendary",
   "name_ja": "ボルトロス(れいじゅう)",
   "name_en": "Thundurus Therian",
   "slug_en": "thundurus-therian",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 295,
    "defense": 161,
    "stamina": 188,
    "max_cp": 4137,
    "durability": 30268
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6720.7,
     "tdo": 168970818,
     "percentile": 97.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wildbolt Storm",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 226.76,
     "percentile": 96.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wildbolt Storm",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0643_normal",
   "dex": 643,
   "form": "legendary",
   "name_ja": "レシラム",
   "name_en": "Reshiram",
   "slug_en": "reshiram",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 275,
    "defense": 211,
    "stamina": 205,
    "max_cp": 4565,
    "durability": 43255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6182.7,
     "tdo": 216041855,
     "percentile": 97.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fusion Flare",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 228.41,
     "percentile": 88.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0643_shadow",
   "dex": 643,
   "form": "shadow",
   "name_ja": "レシラム",
   "name_en": "Shadow Reshiram",
   "slug_en": "shadow-reshiram",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 275,
    "defense": 211,
    "stamina": 205,
    "max_cp": 4565,
    "durability": 43255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7355.3,
     "tdo": 217212055,
     "percentile": 99.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fusion Flare",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 257.86,
     "percentile": 98.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Fusion Flare",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 84,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0644_normal",
   "dex": 644,
   "form": "legendary",
   "name_ja": "ゼクロム",
   "name_en": "Zekrom",
   "slug_en": "zekrom",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 275,
    "defense": 211,
    "stamina": 205,
    "max_cp": 4565,
    "durability": 43255
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5731.5,
     "tdo": 200276639,
     "percentile": 96.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Charge Beam",
     "charge_name_en": "Fusion Bolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.58,
     "percentile": 94.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0645_normal",
   "dex": 645,
   "form": "legendary",
   "name_ja": "ランドロス",
   "name_en": "Landorus",
   "slug_en": "landorus",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 261,
    "defense": 182,
    "stamina": 205,
    "max_cp": 4057,
    "durability": 37310
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4731.2,
     "tdo": 144109302,
     "percentile": 87.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.4,
     "percentile": 87.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0645_shadow",
   "dex": 645,
   "form": "shadow",
   "name_ja": "ランドロス",
   "name_en": "Shadow Landorus",
   "slug_en": "shadow-landorus",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 182,
    "stamina": 205,
    "max_cp": 4057,
    "durability": 37310
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5622.6,
     "tdo": 145180077,
     "percentile": 93.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 243.31,
     "percentile": 97.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0645_therian",
   "dex": 645,
   "form": "legendary",
   "name_ja": "ランドロス(れいじゅう)",
   "name_en": "Landorus Therian",
   "slug_en": "landorus-therian",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 289,
    "defense": 179,
    "stamina": 205,
    "max_cp": 4434,
    "durability": 36695
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6075.1,
     "tdo": 182224559,
     "percentile": 97.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Sandsear Storm",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 227.27,
     "percentile": 92.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Sandsear Storm",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0646_black",
   "dex": 646,
   "form": "legendary",
   "name_ja": "キュレム(ブラック)",
   "name_en": "Kyurem Black",
   "slug_en": "kyurem-black",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 310,
    "defense": 183,
    "stamina": 245,
    "max_cp": 5206,
    "durability": 44835
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7729.6,
     "tdo": 280358102,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Freeze Shock",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.4,
     "percentile": 98.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Freeze Shock",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0646_normal",
   "dex": 646,
   "form": "legendary",
   "name_ja": "キュレム",
   "name_en": "Kyurem",
   "slug_en": "kyurem",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 246,
    "defense": 170,
    "stamina": 245,
    "max_cp": 4041,
    "durability": 41650
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5439.1,
     "tdo": 184327073,
     "percentile": 95.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Glaciate",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.92,
     "percentile": 92.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0646_white",
   "dex": 646,
   "form": "legendary",
   "name_ja": "キュレム(ホワイト)",
   "name_en": "Kyurem White",
   "slug_en": "kyurem-white",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 310,
    "defense": 183,
    "stamina": 245,
    "max_cp": 5206,
    "durability": 44835
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6477.2,
     "tdo": 234933724,
     "percentile": 99.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Ice Burn",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 267.38,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Ice Burn",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 77,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Ice Burn",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0647_normal",
   "dex": 647,
   "form": "mythical",
   "name_ja": "ケルディオ",
   "name_en": "Keldeo",
   "slug_en": "keldeo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 260,
    "defense": 192,
    "stamina": 209,
    "max_cp": 4181,
    "durability": 40128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5176.2,
     "tdo": 169269076,
     "percentile": 93.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sacred Sword",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 184.5,
     "percentile": 91.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Sacred Sword",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0647_resolute",
   "dex": 647,
   "form": "mythical",
   "name_ja": "ケルディオ(かくごのすがた)",
   "name_en": "Keldeo Resolute",
   "slug_en": "keldeo-resolute",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 260,
    "defense": 192,
    "stamina": 209,
    "max_cp": 4181,
    "durability": 40128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6734.4,
     "tdo": 220222522,
     "percentile": 99.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Secret Sword",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.3,
     "percentile": 98.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Secret Sword",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0648_aria",
   "dex": 648,
   "form": "mythical",
   "name_ja": "メロエッタ(ボイス)",
   "name_en": "Meloetta Aria",
   "slug_en": "meloetta-aria",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 250,
    "defense": 225,
    "stamina": 225,
    "max_cp": 4490,
    "durability": 50625
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5043.7,
     "tdo": 204451403,
     "percentile": 91.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Hyper Beam",
     "fast_type": "psychic",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.79,
     "percentile": 90.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0649_burn",
   "dex": 649,
   "form": "mythical",
   "name_ja": "ゲノセクト(ブレイズ)",
   "name_en": "Genesect Burn",
   "slug_en": "genesect-burn",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 199,
    "stamina": 174,
    "max_cp": 3791,
    "durability": 34626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4846.2,
     "tdo": 137690694,
     "percentile": 84.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 86.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0649_chill",
   "dex": 649,
   "form": "mythical",
   "name_ja": "ゲノセクト(フリーズ)",
   "name_en": "Genesect Chill",
   "slug_en": "genesect-chill",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 199,
    "stamina": 174,
    "max_cp": 3791,
    "durability": 34626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4846.2,
     "tdo": 137690694,
     "percentile": 84.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 86.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0649_douse",
   "dex": 649,
   "form": "mythical",
   "name_ja": "ゲノセクト(アクア)",
   "name_en": "Genesect Douse",
   "slug_en": "genesect-douse",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 199,
    "stamina": 174,
    "max_cp": 3791,
    "durability": 34626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4846.2,
     "tdo": 137690694,
     "percentile": 84.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 86.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0649_normal",
   "dex": 649,
   "form": "mythical",
   "name_ja": "ゲノセクト",
   "name_en": "Genesect",
   "slug_en": "genesect",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 199,
    "stamina": 174,
    "max_cp": 3791,
    "durability": 34626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4846.2,
     "tdo": 137690694,
     "percentile": 84.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.35,
     "percentile": 93.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Techno Blast Normal",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0649_shock",
   "dex": 649,
   "form": "mythical",
   "name_ja": "ゲノセクト(イナズマ)",
   "name_en": "Genesect Shock",
   "slug_en": "genesect-shock",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 199,
    "stamina": 174,
    "max_cp": 3791,
    "durability": 34626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4846.2,
     "tdo": 137690694,
     "percentile": 84.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 86.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Magnet Bomb",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0650_normal",
   "dex": 650,
   "form": "normal",
   "name_ja": "ハリマロン",
   "name_en": "Chespin",
   "slug_en": "chespin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 110,
    "defense": 106,
    "stamina": 148,
    "max_cp": 1239,
    "durability": 15688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2223.0,
     "tdo": 30739252,
     "percentile": 24.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 35.0,
     "percentile": 19.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0650_shadow",
   "dex": 650,
   "form": "shadow",
   "name_ja": "ハリマロン",
   "name_en": "Shadow Chespin",
   "slug_en": "shadow-chespin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 110,
    "defense": 106,
    "stamina": 148,
    "max_cp": 1239,
    "durability": 15688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2614.2,
     "tdo": 30771770,
     "percentile": 28.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.63,
     "percentile": 32.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Seed Bomb",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0651_normal",
   "dex": 651,
   "form": "normal",
   "name_ja": "ハリボーグ",
   "name_en": "Quilladin",
   "slug_en": "quilladin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 146,
    "defense": 156,
    "stamina": 156,
    "max_cp": 1943,
    "durability": 24336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2705.8,
     "tdo": 55597689,
     "percentile": 32.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 45.91,
     "percentile": 38.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0651_shadow",
   "dex": 651,
   "form": "shadow",
   "name_ja": "ハリボーグ",
   "name_en": "Shadow Quilladin",
   "slug_en": "shadow-quilladin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 146,
    "defense": 156,
    "stamina": 156,
    "max_cp": 1943,
    "durability": 24336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3193.1,
     "tdo": 55636058,
     "percentile": 42.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 52.15,
     "percentile": 47.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0652_normal",
   "dex": 652,
   "form": "normal",
   "name_ja": "ブリガロン",
   "name_en": "Chesnaught",
   "slug_en": "chesnaught",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 204,
    "stamina": 204,
    "max_cp": 3340,
    "durability": 41616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4356.1,
     "tdo": 147501232,
     "percentile": 84.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 201.84,
     "percentile": 84.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0652_shadow",
   "dex": 652,
   "form": "shadow",
   "name_ja": "ブリガロン",
   "name_en": "Shadow Chesnaught",
   "slug_en": "shadow-chesnaught",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 201,
    "defense": 204,
    "stamina": 204,
    "max_cp": 3340,
    "durability": 41616
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5507.0,
     "tdo": 157520905,
     "percentile": 93.4,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.31,
     "percentile": 96.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0653_normal",
   "dex": 653,
   "form": "normal",
   "name_ja": "フォッコ",
   "name_en": "Fennekin",
   "slug_en": "fennekin",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 102,
    "stamina": 120,
    "max_cp": 1162,
    "durability": 12240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2170.1,
     "tdo": 24109342,
     "percentile": 12.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.06,
     "percentile": 11.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0653_shadow",
   "dex": 653,
   "form": "shadow",
   "name_ja": "フォッコ",
   "name_en": "Shadow Fennekin",
   "slug_en": "shadow-fennekin",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 116,
    "defense": 102,
    "stamina": 120,
    "max_cp": 1162,
    "durability": 12240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2375.0,
     "tdo": 22551402,
     "percentile": 25.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.46,
     "percentile": 21.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0654_normal",
   "dex": 654,
   "form": "normal",
   "name_ja": "テールナー",
   "name_en": "Braixen",
   "slug_en": "braixen",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 130,
    "stamina": 153,
    "max_cp": 2049,
    "durability": 19890
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3081.3,
     "tdo": 52935842,
     "percentile": 39.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.53,
     "percentile": 35.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0654_shadow",
   "dex": 654,
   "form": "shadow",
   "name_ja": "テールナー",
   "name_en": "Shadow Braixen",
   "slug_en": "shadow-braixen",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 171,
    "defense": 130,
    "stamina": 153,
    "max_cp": 2049,
    "durability": 19890
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3392.8,
     "tdo": 49444876,
     "percentile": 52.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 164.2,
     "percentile": 56.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0655_normal",
   "dex": 655,
   "form": "normal",
   "name_ja": "マフォクシー",
   "name_en": "Delphox",
   "slug_en": "delphox",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 230,
    "defense": 189,
    "stamina": 181,
    "max_cp": 3459,
    "durability": 34209
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5149.0,
     "tdo": 144754358,
     "percentile": 87.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 203.05,
     "percentile": 76.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0655_shadow",
   "dex": 655,
   "form": "shadow",
   "name_ja": "マフォクシー",
   "name_en": "Shadow Delphox",
   "slug_en": "shadow-delphox",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 230,
    "defense": 189,
    "stamina": 181,
    "max_cp": 3459,
    "durability": 34209
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6115.8,
     "tdo": 145805695,
     "percentile": 95.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 240.1,
     "percentile": 92.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0656_normal",
   "dex": 656,
   "form": "normal",
   "name_ja": "ケロマツ",
   "name_en": "Froakie",
   "slug_en": "froakie",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 84,
    "stamina": 121,
    "max_cp": 1122,
    "durability": 10164
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2337.8,
     "tdo": 22171236,
     "percentile": 18.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.18,
     "percentile": 23.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0656_shadow",
   "dex": 656,
   "form": "shadow",
   "name_ja": "ケロマツ",
   "name_en": "Shadow Froakie",
   "slug_en": "shadow-froakie",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 122,
    "defense": 84,
    "stamina": 121,
    "max_cp": 1122,
    "durability": 10164
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2747.4,
     "tdo": 22370668,
     "percentile": 29.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Surf",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 127.71,
     "percentile": 37.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0657_normal",
   "dex": 657,
   "form": "normal",
   "name_ja": "ゲコガシラ",
   "name_en": "Frogadier",
   "slug_en": "frogadier",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 168,
    "defense": 114,
    "stamina": 144,
    "max_cp": 1850,
    "durability": 16416
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3122.8,
     "tdo": 45021684,
     "percentile": 42.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.99,
     "percentile": 45.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0657_shadow",
   "dex": 657,
   "form": "shadow",
   "name_ja": "ゲコガシラ",
   "name_en": "Shadow Frogadier",
   "slug_en": "shadow-frogadier",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 168,
    "defense": 114,
    "stamina": 144,
    "max_cp": 1850,
    "durability": 16416
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3703.0,
     "tdo": 45523260,
     "percentile": 54.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Pound",
     "charge_name_en": "Surf",
     "fast_type": "normal",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.25,
     "percentile": 63.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0658_normal",
   "dex": 658,
   "form": "normal",
   "name_ja": "ゲッコウガ",
   "name_en": "Greninja",
   "slug_en": "greninja",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 223,
    "defense": 152,
    "stamina": 176,
    "max_cp": 3001,
    "durability": 26752
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5039.8,
     "tdo": 113157324,
     "percentile": 83.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Shuriken",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.21,
     "percentile": 88.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Shuriken",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0658_shadow",
   "dex": 658,
   "form": "shadow",
   "name_ja": "ゲッコウガ",
   "name_en": "Shadow Greninja",
   "slug_en": "shadow-greninja",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 223,
    "defense": 152,
    "stamina": 176,
    "max_cp": 3001,
    "durability": 26752
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5992.7,
     "tdo": 114410009,
     "percentile": 94.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Shuriken",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.75,
     "percentile": 98.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Water Shuriken",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Feint Attack",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0659_normal",
   "dex": 659,
   "form": "normal",
   "name_ja": "ホルビー",
   "name_en": "Bunnelby",
   "slug_en": "bunnelby",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 68,
    "defense": 72,
    "stamina": 116,
    "max_cp": 625,
    "durability": 8352
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1431.3,
     "tdo": 11509936,
     "percentile": 2.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.88,
     "percentile": 3.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0659_shadow",
   "dex": 659,
   "form": "shadow",
   "name_ja": "ホルビー",
   "name_en": "Shadow Bunnelby",
   "slug_en": "shadow-bunnelby",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 68,
    "defense": 72,
    "stamina": 116,
    "max_cp": 625,
    "durability": 8352
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1672.7,
     "tdo": 11596009,
     "percentile": 2.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.97,
     "percentile": 7.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0660_normal",
   "dex": 660,
   "form": "normal",
   "name_ja": "ホルード",
   "name_en": "Diggersby",
   "slug_en": "diggersby",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 155,
    "stamina": 198,
    "max_cp": 1706,
    "durability": 30690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2378.3,
     "tdo": 60473892,
     "percentile": 30.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Scorching Sands",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 41.6,
     "percentile": 30.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0660_shadow",
   "dex": 660,
   "form": "shadow",
   "name_ja": "ホルード",
   "name_en": "Shadow Diggersby",
   "slug_en": "shadow-diggersby",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 112,
    "defense": 155,
    "stamina": 198,
    "max_cp": 1706,
    "durability": 30690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2874.3,
     "tdo": 61907543,
     "percentile": 38.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Earthquake",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 47.51,
     "percentile": 40.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Scorching Sands",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0661_normal",
   "dex": 661,
   "form": "normal",
   "name_ja": "ヤヤコマ",
   "name_en": "Fletchling",
   "slug_en": "fletchling",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 80,
    "stamina": 128,
    "max_cp": 905,
    "durability": 10240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2403.3,
     "tdo": 23021817,
     "percentile": 20.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.25,
     "percentile": 16.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0661_shadow",
   "dex": 661,
   "form": "shadow",
   "name_ja": "ヤヤコマ",
   "name_en": "Shadow Fletchling",
   "slug_en": "shadow-fletchling",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 95,
    "defense": 80,
    "stamina": 128,
    "max_cp": 905,
    "durability": 10240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2818.4,
     "tdo": 23303807,
     "percentile": 26.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Fly",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 123.08,
     "percentile": 21.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0662_normal",
   "dex": 662,
   "form": "normal",
   "name_ja": "ヒノヤコマ",
   "name_en": "Fletchinder",
   "slug_en": "fletchinder",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 110,
    "stamina": 158,
    "max_cp": 1661,
    "durability": 17380
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3077.4,
     "tdo": 46869619,
     "percentile": 43.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Fly",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 40.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0662_shadow",
   "dex": 662,
   "form": "shadow",
   "name_ja": "ヒノヤコマ",
   "name_en": "Shadow Fletchinder",
   "slug_en": "shadow-fletchinder",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 145,
    "defense": 110,
    "stamina": 158,
    "max_cp": 1661,
    "durability": 17380
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3635.1,
     "tdo": 47392216,
     "percentile": 53.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Fly",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.62,
     "percentile": 53.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0663_normal",
   "dex": 663,
   "form": "normal",
   "name_ja": "ファイアロー",
   "name_en": "Talonflame",
   "slug_en": "talonflame",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 155,
    "stamina": 186,
    "max_cp": 2493,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4044.5,
     "tdo": 97064591,
     "percentile": 66.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fly",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.62,
     "percentile": 53.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0663_shadow",
   "dex": 663,
   "form": "shadow",
   "name_ja": "ファイアロー",
   "name_en": "Shadow Talonflame",
   "slug_en": "shadow-talonflame",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 176,
    "defense": 155,
    "stamina": 186,
    "max_cp": 2493,
    "durability": 28830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4785.7,
     "tdo": 97285804,
     "percentile": 80.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Fly",
     "fast_type": "fire",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.98,
     "percentile": 72.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0664_normal",
   "dex": 664,
   "form": "normal",
   "name_ja": "コフキムシ",
   "name_en": "Scatterbug",
   "slug_en": "scatterbug",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 63,
    "defense": 63,
    "stamina": 116,
    "max_cp": 556,
    "durability": 7308
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 930.7,
     "tdo": 6710254,
     "percentile": 1.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 19.3,
     "percentile": 3.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 31,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0665_normal",
   "dex": 665,
   "form": "normal",
   "name_ja": "コフーライ",
   "name_en": "Spewpa",
   "slug_en": "spewpa",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 48,
    "defense": 89,
    "stamina": 128,
    "max_cp": 542,
    "durability": 11392
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 724.9,
     "tdo": 7601521,
     "percentile": 1.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 14.02,
     "percentile": 1.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0666_normal",
   "dex": 666,
   "form": "normal",
   "name_ja": "ビビヨン",
   "name_en": "Vivillon",
   "slug_en": "vivillon",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 103,
    "stamina": 190,
    "max_cp": 2097,
    "durability": 19570
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3446.5,
     "tdo": 58778581,
     "percentile": 48.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Bug Buzz",
     "fast_type": "flying",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.89,
     "percentile": 53.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0667_normal",
   "dex": 667,
   "form": "normal",
   "name_ja": "シシコ",
   "name_en": "Litleo",
   "slug_en": "litleo",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 112,
    "stamina": 158,
    "max_cp": 1611,
    "durability": 17696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2551.2,
     "tdo": 39476824,
     "percentile": 33.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 117.95,
     "percentile": 24.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0668_normal",
   "dex": 668,
   "form": "normal",
   "name_ja": "カエンジシ",
   "name_en": "Pyroar",
   "slug_en": "pyroar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 149,
    "stamina": 200,
    "max_cp": 3129,
    "durability": 29800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4700.0,
     "tdo": 116585736,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.32,
     "percentile": 63.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0669_normal",
   "dex": 669,
   "form": "normal",
   "name_ja": "フラベベ",
   "name_en": "Flabebe",
   "slug_en": "flabebe",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 120,
    "stamina": 127,
    "max_cp": 1202,
    "durability": 15240
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2067.1,
     "tdo": 27905162,
     "percentile": 17.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.15,
     "percentile": 27.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0670_normal",
   "dex": 670,
   "form": "normal",
   "name_ja": "フラエッテ",
   "name_en": "Floette",
   "slug_en": "floette",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 151,
    "stamina": 144,
    "max_cp": 1732,
    "durability": 21744
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2687.0,
     "tdo": 49849289,
     "percentile": 36.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.31,
     "percentile": 51.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0671_normal",
   "dex": 671,
   "form": "normal",
   "name_ja": "フラージェス",
   "name_en": "Florges",
   "slug_en": "florges",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 212,
    "defense": 244,
    "stamina": 186,
    "max_cp": 3657,
    "durability": 45384
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3760.5,
     "tdo": 137494291,
     "percentile": 70.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Moonblast",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 174.73,
     "percentile": 74.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Moonblast",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0672_normal",
   "dex": 672,
   "form": "normal",
   "name_ja": "メェークル",
   "name_en": "Skiddo",
   "slug_en": "skiddo",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 123,
    "defense": 102,
    "stamina": 165,
    "max_cp": 1414,
    "durability": 16830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2126.0,
     "tdo": 31561094,
     "percentile": 20.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Seed Bomb",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.53,
     "percentile": 7.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Seed Bomb",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Seed Bomb",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0673_normal",
   "dex": 673,
   "form": "normal",
   "name_ja": "ゴーゴート",
   "name_en": "Gogoat",
   "slug_en": "gogoat",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 146,
    "stamina": 265,
    "max_cp": 3163,
    "durability": 38690
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3971.6,
     "tdo": 126267892,
     "percentile": 73.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 199.8,
     "percentile": 83.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0674_normal",
   "dex": 674,
   "form": "normal",
   "name_ja": "ヤンチャム",
   "name_en": "Pancham",
   "slug_en": "pancham",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 107,
    "stamina": 167,
    "max_cp": 1683,
    "durability": 17869
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2248.9,
     "tdo": 35044289,
     "percentile": 24.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Body Slam",
     "fast_type": "fighting",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 51.52,
     "percentile": 47.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Crunch",
     "fast_type": "fighting",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0675_normal",
   "dex": 675,
   "form": "normal",
   "name_ja": "ゴロンダ",
   "name_en": "Pangoro",
   "slug_en": "pangoro",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 146,
    "stamina": 216,
    "max_cp": 3281,
    "durability": 31536
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4466.8,
     "tdo": 117236440,
     "percentile": 74.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Close Combat",
     "fast_type": "dark",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 193.8,
     "percentile": 67.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Night Slash",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bullet Punch",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0676_normal",
   "dex": 676,
   "form": "normal",
   "name_ja": "トリミアン",
   "name_en": "Furfrou",
   "slug_en": "furfrou",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 164,
    "defense": 167,
    "stamina": 181,
    "max_cp": 2387,
    "durability": 30227
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2900.8,
     "tdo": 72756653,
     "percentile": 48.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Grass Knot",
     "fast_type": "dark",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.05,
     "percentile": 28.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0677_normal",
   "dex": 677,
   "form": "normal",
   "name_ja": "ニャスパー",
   "name_en": "Espurr",
   "slug_en": "espurr",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 120,
    "defense": 114,
    "stamina": 158,
    "max_cp": 1424,
    "durability": 18012
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2586.4,
     "tdo": 40653229,
     "percentile": 29.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.05,
     "percentile": 26.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0678_female",
   "dex": 678,
   "form": "normal",
   "name_ja": "ニャオニクス(メス)",
   "name_en": "Meowstic Female",
   "slug_en": "meowstic-female",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 166,
    "defense": 167,
    "stamina": 179,
    "max_cp": 2401,
    "durability": 29893
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3467.8,
     "tdo": 86445249,
     "percentile": 53.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 43.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0678_normal",
   "dex": 678,
   "form": "normal",
   "name_ja": "ニャオニクス",
   "name_en": "Meowstic",
   "slug_en": "meowstic",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 166,
    "defense": 167,
    "stamina": 179,
    "max_cp": 2401,
    "durability": 29893
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3224.4,
     "tdo": 80378916,
     "percentile": 55.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Psychic",
     "fast_type": "dark",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 43.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0679_normal",
   "dex": 679,
   "form": "normal",
   "name_ja": "ヒトツキ",
   "name_en": "Honedge",
   "slug_en": "honedge",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 135,
    "defense": 139,
    "stamina": 128,
    "max_cp": 1571,
    "durability": 17792
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2184.8,
     "tdo": 33926889,
     "percentile": 24.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Iron Head",
     "fast_type": "psychic",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.33,
     "percentile": 15.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Gyro Ball",
     "fast_type": "psychic",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Gyro Ball",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0680_normal",
   "dex": 680,
   "form": "normal",
   "name_ja": "ニダンギル",
   "name_en": "Doublade",
   "slug_en": "doublade",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 188,
    "defense": 206,
    "stamina": 153,
    "max_cp": 2761,
    "durability": 31518
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3560.5,
     "tdo": 93229926,
     "percentile": 61.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Sacred Sword",
     "fast_type": "ghost",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.58,
     "percentile": 30.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "ghost",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Gyro Ball",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0681_blade",
   "dex": 681,
   "form": "normal",
   "name_ja": "ギルガルド(ブレード)",
   "name_en": "Aegislash Blade",
   "slug_en": "aegislash-blade",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 272,
    "defense": 97,
    "stamina": 155,
    "max_cp": 2796,
    "durability": 15035
   },
   "raid": {
    "status": "unavailable",
    "metrics": {
     "dps": null,
     "tdo": null,
     "percentile": null,
     "tier": null
    },
    "recommendation": null
   },
   "gym": {
    "status": "unavailable",
    "metrics": {
     "clear_score": null,
     "percentile": null,
     "tier": null
    },
    "recommendation": null
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0681_normal",
   "dex": 681,
   "form": "normal",
   "name_ja": "ギルガルド",
   "name_en": "Aegislash",
   "slug_en": "aegislash",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 97,
    "defense": 272,
    "stamina": 155,
    "max_cp": 1746,
    "durability": 42160
   },
   "raid": {
    "status": "unavailable",
    "metrics": {
     "dps": null,
     "tdo": null,
     "percentile": null,
     "tier": null
    },
    "recommendation": null
   },
   "gym": {
    "status": "unavailable",
    "metrics": {
     "clear_score": null,
     "percentile": null,
     "tier": null
    },
    "recommendation": null
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0682_normal",
   "dex": 682,
   "form": "normal",
   "name_ja": "シュシュプ",
   "name_en": "Spritzee",
   "slug_en": "spritzee",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 110,
    "defense": 113,
    "stamina": 186,
    "max_cp": 1415,
    "durability": 21018
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2100.8,
     "tdo": 37960155,
     "percentile": 20.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Thunderbolt",
     "fast_type": "fairy",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.33,
     "percentile": 20.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Draining Kiss",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0683_normal",
   "dex": 683,
   "form": "normal",
   "name_ja": "フレフワン",
   "name_en": "Aromatisse",
   "slug_en": "aromatisse",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 150,
    "stamina": 226,
    "max_cp": 2647,
    "durability": 33900
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3292.6,
     "tdo": 92215402,
     "percentile": 51.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Moonblast",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 225.23,
     "percentile": 73.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psychic",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0684_normal",
   "dex": 684,
   "form": "normal",
   "name_ja": "ペロッパフ",
   "name_en": "Swirlix",
   "slug_en": "swirlix",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 119,
    "stamina": 158,
    "max_cp": 1333,
    "durability": 18802
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1694.9,
     "tdo": 27673352,
     "percentile": 10.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Draining Kiss",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 65.96,
     "percentile": 5.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Draining Kiss",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0685_normal",
   "dex": 685,
   "form": "normal",
   "name_ja": "ペロリーム",
   "name_en": "Slurpuff",
   "slug_en": "slurpuff",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 168,
    "defense": 163,
    "stamina": 193,
    "max_cp": 2486,
    "durability": 31459
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3339.1,
     "tdo": 86902967,
     "percentile": 52.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.77,
     "percentile": 63.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0686_normal",
   "dex": 686,
   "form": "normal",
   "name_ja": "マーイーカ",
   "name_en": "Inkay",
   "slug_en": "inkay",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 95,
    "stamina": 142,
    "max_cp": 1048,
    "durability": 13490
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1645.9,
     "tdo": 19929354,
     "percentile": 8.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Night Slash",
     "fast_type": "psychic",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.47,
     "percentile": 5.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0686_shadow",
   "dex": 686,
   "form": "shadow",
   "name_ja": "マーイーカ",
   "name_en": "Shadow Inkay",
   "slug_en": "shadow-inkay",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 98,
    "defense": 95,
    "stamina": 142,
    "max_cp": 1048,
    "durability": 13490
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1937.2,
     "tdo": 20044794,
     "percentile": 10.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Night Slash",
     "fast_type": "psychic",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.04,
     "percentile": 12.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0687_mega",
   "dex": 687,
   "form": "mega",
   "name_ja": "メガカラマネロ",
   "name_en": "Mega Malamar",
   "slug_en": "mega-malamar",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 208,
    "defense": 222,
    "stamina": 200,
    "max_cp": 3638,
    "durability": 44400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3822.7,
     "tdo": 137032821,
     "percentile": 70.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Foul Play",
     "fast_type": "psychic",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.33,
     "percentile": 61.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0687_normal",
   "dex": 687,
   "form": "normal",
   "name_ja": "カラマネロ",
   "name_en": "Malamar",
   "slug_en": "malamar",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 165,
    "stamina": 200,
    "max_cp": 2667,
    "durability": 33000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3291.3,
     "tdo": 89607657,
     "percentile": 59.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Foul Play",
     "fast_type": "psychic",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 52.69,
     "percentile": 47.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0687_shadow",
   "dex": 687,
   "form": "shadow",
   "name_ja": "カラマネロ",
   "name_en": "Shadow Malamar",
   "slug_en": "shadow-malamar",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 177,
    "defense": 165,
    "stamina": 200,
    "max_cp": 2667,
    "durability": 33000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3891.3,
     "tdo": 90051028,
     "percentile": 67.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Foul Play",
     "fast_type": "psychic",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.88,
     "percentile": 64.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Psybeam",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Psywave",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0688_normal",
   "dex": 688,
   "form": "normal",
   "name_ja": "カメテテ",
   "name_en": "Binacle",
   "slug_en": "binacle",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 96,
    "defense": 120,
    "stamina": 123,
    "max_cp": 1069,
    "durability": 14760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1609.0,
     "tdo": 20989998,
     "percentile": 6.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.45,
     "percentile": 7.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Dig",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Ancient Power",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0689_normal",
   "dex": 689,
   "form": "normal",
   "name_ja": "ガメノデス",
   "name_en": "Barbaracle",
   "slug_en": "barbaracle",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 194,
    "defense": 205,
    "stamina": 176,
    "max_cp": 3025,
    "durability": 36080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3775.9,
     "tdo": 111685329,
     "percentile": 69.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Razor Shell",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.78,
     "percentile": 64.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Razor Shell",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0690_normal",
   "dex": 690,
   "form": "normal",
   "name_ja": "クズモー",
   "name_en": "Skrelp",
   "slug_en": "skrelp",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 109,
    "stamina": 137,
    "max_cp": 1202,
    "durability": 14933
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2250.7,
     "tdo": 29783077,
     "percentile": 19.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "water",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.69,
     "percentile": 24.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0691_normal",
   "dex": 691,
   "form": "normal",
   "name_ja": "ドラミドロ",
   "name_en": "Dragalge",
   "slug_en": "dragalge",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 207,
    "stamina": 163,
    "max_cp": 2694,
    "durability": 33741
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3729.4,
     "tdo": 103661603,
     "percentile": 61.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "dragon",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.6,
     "percentile": 56.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0692_normal",
   "dex": 692,
   "form": "normal",
   "name_ja": "ウデッポウ",
   "name_en": "Clauncher",
   "slug_en": "clauncher",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 117,
    "stamina": 137,
    "max_cp": 1230,
    "durability": 16029
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2392.0,
     "tdo": 33695232,
     "percentile": 24.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 110.86,
     "percentile": 26.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0693_normal",
   "dex": 693,
   "form": "normal",
   "name_ja": "ブロスター",
   "name_en": "Clawitzer",
   "slug_en": "clawitzer",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 171,
    "stamina": 174,
    "max_cp": 3124,
    "durability": 29754
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4589.5,
     "tdo": 113335959,
     "percentile": 80.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.27,
     "percentile": 79.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Crabhammer",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0694_normal",
   "dex": 694,
   "form": "normal",
   "name_ja": "エリキテル",
   "name_en": "Helioptile",
   "slug_en": "helioptile",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 78,
    "stamina": 127,
    "max_cp": 1054,
    "durability": 9906
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2258.7,
     "tdo": 21005252,
     "percentile": 19.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.76,
     "percentile": 17.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0694_shadow",
   "dex": 694,
   "form": "shadow",
   "name_ja": "エリキテル",
   "name_en": "Shadow Helioptile",
   "slug_en": "shadow-helioptile",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 115,
    "defense": 78,
    "stamina": 127,
    "max_cp": 1054,
    "durability": 9906
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2848.2,
     "tdo": 22784853,
     "percentile": 26.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.68,
     "percentile": 34.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0695_normal",
   "dex": 695,
   "form": "normal",
   "name_ja": "エレザード",
   "name_en": "Heliolisk",
   "slug_en": "heliolisk",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 219,
    "defense": 168,
    "stamina": 158,
    "max_cp": 2939,
    "durability": 26544
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4356.1,
     "tdo": 97129869,
     "percentile": 69.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.07,
     "percentile": 70.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0695_shadow",
   "dex": 695,
   "form": "shadow",
   "name_ja": "エレザード",
   "name_en": "Shadow Heliolisk",
   "slug_en": "shadow-heliolisk",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 219,
    "defense": 168,
    "stamina": 158,
    "max_cp": 2939,
    "durability": 26544
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5175.2,
     "tdo": 97737753,
     "percentile": 79.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Thunderbolt",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 182.15,
     "percentile": 77.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0696_normal",
   "dex": 696,
   "form": "normal",
   "name_ja": "チゴラス",
   "name_en": "Tyrunt",
   "slug_en": "tyrunt",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 158,
    "defense": 123,
    "stamina": 151,
    "max_cp": 1848,
    "durability": 18573
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3086.4,
     "tdo": 49747864,
     "percentile": 38.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 50.44,
     "percentile": 45.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0696_shadow",
   "dex": 696,
   "form": "shadow",
   "name_ja": "チゴラス",
   "name_en": "Shadow Tyrunt",
   "slug_en": "shadow-tyrunt",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 158,
    "defense": 123,
    "stamina": 151,
    "max_cp": 1848,
    "durability": 18573
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3657.2,
     "tdo": 49979162,
     "percentile": 51.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 59.44,
     "percentile": 60.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0697_normal",
   "dex": 697,
   "form": "normal",
   "name_ja": "ガチゴラス",
   "name_en": "Tyrantrum",
   "slug_en": "tyrantrum",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 227,
    "defense": 191,
    "stamina": 193,
    "max_cp": 3537,
    "durability": 36863
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5238.4,
     "tdo": 157777987,
     "percentile": 88.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Meteor Beam",
     "fast_type": "dragon",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.85,
     "percentile": 86.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0697_shadow",
   "dex": 697,
   "form": "shadow",
   "name_ja": "ガチゴラス",
   "name_en": "Shadow Tyrantrum",
   "slug_en": "shadow-tyrantrum",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 227,
    "defense": 191,
    "stamina": 193,
    "max_cp": 3537,
    "durability": 36863
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6212.4,
     "tdo": 158050171,
     "percentile": 96.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Meteor Beam",
     "fast_type": "dragon",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.95,
     "percentile": 97.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0698_normal",
   "dex": 698,
   "form": "normal",
   "name_ja": "アマルス",
   "name_en": "Amaura",
   "slug_en": "amaura",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 109,
    "stamina": 184,
    "max_cp": 1541,
    "durability": 20056
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2522.9,
     "tdo": 43901102,
     "percentile": 33.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.44,
     "percentile": 32.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0698_shadow",
   "dex": 698,
   "form": "shadow",
   "name_ja": "アマルス",
   "name_en": "Shadow Amaura",
   "slug_en": "shadow-amaura",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 124,
    "defense": 109,
    "stamina": 184,
    "max_cp": 1541,
    "durability": 20056
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2976.7,
     "tdo": 44278067,
     "percentile": 43.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.49,
     "percentile": 46.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Frost Breath",
     "charge_name_en": "Thunderbolt",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0699_normal",
   "dex": 699,
   "form": "normal",
   "name_ja": "アマルルガ",
   "name_en": "Aurorus",
   "slug_en": "aurorus",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 163,
    "stamina": 265,
    "max_cp": 3168,
    "durability": 43195
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4175.2,
     "tdo": 146757770,
     "percentile": 77.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.47,
     "percentile": 70.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0699_shadow",
   "dex": 699,
   "form": "shadow",
   "name_ja": "アマルルガ",
   "name_en": "Shadow Aurorus",
   "slug_en": "shadow-aurorus",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 186,
    "defense": 163,
    "stamina": 265,
    "max_cp": 3168,
    "durability": 43195
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4943.8,
     "tdo": 147414074,
     "percentile": 87.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.85,
     "percentile": 87.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0700_normal",
   "dex": 700,
   "form": "normal",
   "name_ja": "ニンフィア",
   "name_en": "Sylveon",
   "slug_en": "sylveon",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 203,
    "defense": 205,
    "stamina": 216,
    "max_cp": 3470,
    "durability": 44280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3996.8,
     "tdo": 143340257,
     "percentile": 73.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.53,
     "percentile": 78.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0701_normal",
   "dex": 701,
   "form": "normal",
   "name_ja": "ルチャブル",
   "name_en": "Hawlucha",
   "slug_en": "hawlucha",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 195,
    "defense": 153,
    "stamina": 186,
    "max_cp": 2724,
    "durability": 28458
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4484.2,
     "tdo": 106350957,
     "percentile": 78.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Flying Press",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.23,
     "percentile": 74.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Aerial Ace",
     "fast_type": "poison",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Flying Press",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0702_normal",
   "dex": 702,
   "form": "normal",
   "name_ja": "デデンネ",
   "name_en": "Dedenne",
   "slug_en": "dedenne",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 164,
    "defense": 134,
    "stamina": 167,
    "max_cp": 2081,
    "durability": 22378
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3145.8,
     "tdo": 59867985,
     "percentile": 50.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Play Rough",
     "fast_type": "electric",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.87,
     "percentile": 48.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Play Rough",
     "fast_type": "electric",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0703_normal",
   "dex": 703,
   "form": "normal",
   "name_ja": "メレシー",
   "name_en": "Carbink",
   "slug_en": "carbink",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 285,
    "stamina": 137,
    "max_cp": 1658,
    "durability": 39045
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1938.2,
     "tdo": 62051475,
     "percentile": 24.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.74,
     "percentile": 18.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0704_normal",
   "dex": 704,
   "form": "normal",
   "name_ja": "ヌメラ",
   "name_en": "Goomy",
   "slug_en": "goomy",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 101,
    "defense": 112,
    "stamina": 128,
    "max_cp": 1103,
    "durability": 14336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1811.9,
     "tdo": 23203304,
     "percentile": 11.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 78.49,
     "percentile": 4.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0705_normal",
   "dex": 705,
   "form": "normal",
   "name_ja": "ヌメイル",
   "name_en": "Sliggoo",
   "slug_en": "sliggoo",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 176,
    "stamina": 169,
    "max_cp": 2303,
    "durability": 29744
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2717.8,
     "tdo": 67175393,
     "percentile": 41.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "normal",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 41.6,
     "percentile": 30.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0706_normal",
   "dex": 706,
   "form": "normal",
   "name_ja": "ヌメルゴン",
   "name_en": "Goodra",
   "slug_en": "goodra",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 220,
    "defense": 242,
    "stamina": 207,
    "max_cp": 3963,
    "durability": 50094
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4443.1,
     "tdo": 178469976,
     "percentile": 78.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.48,
     "percentile": 48.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0707_normal",
   "dex": 707,
   "form": "normal",
   "name_ja": "クレッフィ",
   "name_en": "Klefki",
   "slug_en": "klefki",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 160,
    "defense": 179,
    "stamina": 149,
    "max_cp": 2204,
    "durability": 26671
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2904.3,
     "tdo": 64862870,
     "percentile": 46.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 109.65,
     "percentile": 29.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Foul Play",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0708_normal",
   "dex": 708,
   "form": "normal",
   "name_ja": "ボクレー",
   "name_en": "Phantump",
   "slug_en": "phantump",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 125,
    "defense": 103,
    "stamina": 125,
    "max_cp": 1270,
    "durability": 12875
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2499.9,
     "tdo": 29001707,
     "percentile": 24.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Shadow Ball",
     "fast_type": "normal",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 121.65,
     "percentile": 23.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0708_shadow",
   "dex": 708,
   "form": "shadow",
   "name_ja": "ボクレー",
   "name_en": "Shadow Phantump",
   "slug_en": "shadow-phantump",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 125,
    "defense": 103,
    "stamina": 125,
    "max_cp": 1270,
    "durability": 12875
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3042.4,
     "tdo": 30210163,
     "percentile": 33.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.26,
     "percentile": 46.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0709_normal",
   "dex": 709,
   "form": "normal",
   "name_ja": "オーロット",
   "name_en": "Trevenant",
   "slug_en": "trevenant",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 201,
    "defense": 154,
    "stamina": 198,
    "max_cp": 2893,
    "durability": 30492
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4081.0,
     "tdo": 103158927,
     "percentile": 70.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.19,
     "percentile": 70.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0709_shadow",
   "dex": 709,
   "form": "shadow",
   "name_ja": "オーロット",
   "name_en": "Shadow Trevenant",
   "slug_en": "shadow-trevenant",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 201,
    "defense": 154,
    "stamina": 198,
    "max_cp": 2893,
    "durability": 30492
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4836.7,
     "tdo": 103452827,
     "percentile": 83.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 244.8,
     "percentile": 85.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0710_average",
   "dex": 710,
   "form": "normal",
   "name_ja": "バケッチャ(ふつう)",
   "name_en": "Pumpkaboo Average",
   "slug_en": "pumpkaboo-average",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 123,
    "stamina": 135,
    "max_cp": 1381,
    "durability": 16605
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2533.8,
     "tdo": 37021238,
     "percentile": 25.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0710_large",
   "dex": 710,
   "form": "normal",
   "name_ja": "バケッチャ(おおきい)",
   "name_en": "Pumpkaboo Large",
   "slug_en": "pumpkaboo-large",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 120,
    "defense": 122,
    "stamina": 144,
    "max_cp": 1406,
    "durability": 17568
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2515.1,
     "tdo": 38509543,
     "percentile": 27.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0710_normal",
   "dex": 710,
   "form": "normal",
   "name_ja": "バケッチャ(ちいさい)",
   "name_en": "Pumpkaboo Small",
   "slug_en": "pumpkaboo-small",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 124,
    "stamina": 127,
    "max_cp": 1359,
    "durability": 15748
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2552.4,
     "tdo": 35476823,
     "percentile": 25.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0710_super",
   "dex": 710,
   "form": "normal",
   "name_ja": "バケッチャ(とくだい)",
   "name_en": "Pumpkaboo Super",
   "slug_en": "pumpkaboo-super",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 120,
    "stamina": 153,
    "max_cp": 1414,
    "durability": 18360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2477.9,
     "tdo": 39633910,
     "percentile": 26.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0711_average",
   "dex": 711,
   "form": "normal",
   "name_ja": "パンプジン(ふつう)",
   "name_en": "Gourgeist Average",
   "slug_en": "gourgeist-average",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 213,
    "stamina": 163,
    "max_cp": 2702,
    "durability": 34719
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3612.8,
     "tdo": 103133693,
     "percentile": 59.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 167.79,
     "percentile": 52.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0711_large",
   "dex": 711,
   "form": "normal",
   "name_ja": "パンプジン(おおきい)",
   "name_en": "Gourgeist Large",
   "slug_en": "gourgeist-large",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 179,
    "defense": 206,
    "stamina": 181,
    "max_cp": 2850,
    "durability": 37286
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3627.9,
     "tdo": 110490591,
     "percentile": 65.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Shadow Ball",
     "fast_type": "grass",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.98,
     "percentile": 53.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0711_normal",
   "dex": 711,
   "form": "normal",
   "name_ja": "パンプジン(ちいさい)",
   "name_en": "Gourgeist Small",
   "slug_en": "gourgeist-small",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 219,
    "stamina": 146,
    "max_cp": 2549,
    "durability": 31974
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3536.8,
     "tdo": 93883317,
     "percentile": 57.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0711_super",
   "dex": 711,
   "form": "normal",
   "name_ja": "パンプジン(とくだい)",
   "name_en": "Gourgeist Super",
   "slug_en": "gourgeist-super",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 182,
    "defense": 200,
    "stamina": 198,
    "max_cp": 2976,
    "durability": 39600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3684.0,
     "tdo": 118471022,
     "percentile": 67.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Shadow Ball",
     "fast_type": "grass",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.81,
     "percentile": 57.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0712_normal",
   "dex": 712,
   "form": "normal",
   "name_ja": "カチコール",
   "name_en": "Bergmite",
   "slug_en": "bergmite",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 120,
    "stamina": 146,
    "max_cp": 1374,
    "durability": 17520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1790.6,
     "tdo": 27421461,
     "percentile": 11.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Icy Wind",
     "fast_type": "normal",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 96.71,
     "percentile": 8.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Icy Wind",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0713_hisuian",
   "dex": 713,
   "form": "normal",
   "name_ja": "クレベース(ヒスイ)",
   "name_en": "Avalugg Hisuian",
   "slug_en": "avalugg-hisuian",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 238,
    "stamina": 216,
    "max_cp": 3909,
    "durability": 51408
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3798.9,
     "tdo": 156680944,
     "percentile": 75.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Blizzard",
     "fast_type": "dark",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.21,
     "percentile": 69.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Blizzard",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0713_normal",
   "dex": 713,
   "form": "normal",
   "name_ja": "クレベース",
   "name_en": "Avalugg",
   "slug_en": "avalugg",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 240,
    "stamina": 216,
    "max_cp": 3615,
    "durability": 51840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3677.8,
     "tdo": 152883867,
     "percentile": 73.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.06,
     "percentile": 79.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0714_normal",
   "dex": 714,
   "form": "normal",
   "name_ja": "オンバット",
   "name_en": "Noibat",
   "slug_en": "noibat",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 83,
    "defense": 73,
    "stamina": 120,
    "max_cp": 754,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1531.7,
     "tdo": 12798788,
     "percentile": 4.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "dark",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 67.61,
     "percentile": 3.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0714_shadow",
   "dex": 714,
   "form": "shadow",
   "name_ja": "オンバット",
   "name_en": "Shadow Noibat",
   "slug_en": "shadow-noibat",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 83,
    "defense": 73,
    "stamina": 120,
    "max_cp": 754,
    "durability": 8760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1910.0,
     "tdo": 13783165,
     "percentile": 7.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Dragon Pulse",
     "fast_type": "flying",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 84.32,
     "percentile": 5.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Air Cutter",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0715_normal",
   "dex": 715,
   "form": "normal",
   "name_ja": "オンバーン",
   "name_en": "Noivern",
   "slug_en": "noivern",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 175,
    "stamina": 198,
    "max_cp": 3125,
    "durability": 34650
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3812.9,
     "tdo": 108357495,
     "percentile": 70.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "fast_type": "dark",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 64.14,
     "percentile": 68.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0715_shadow",
   "dex": 715,
   "form": "shadow",
   "name_ja": "オンバーン",
   "name_en": "Shadow Noivern",
   "slug_en": "shadow-noivern",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 175,
    "stamina": 198,
    "max_cp": 3125,
    "durability": 34650
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4880.8,
     "tdo": 117536791,
     "percentile": 78.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Draco Meteor",
     "fast_type": "flying",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.4,
     "percentile": 84.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Psychic",
     "fast_type": "flying",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Draco Meteor",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0716_normal",
   "dex": 716,
   "form": "legendary",
   "name_ja": "ゼルネアス",
   "name_en": "Xerneas",
   "slug_en": "xerneas",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 185,
    "stamina": 246,
    "max_cp": 4275,
    "durability": 45510
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5290.3,
     "tdo": 194711151,
     "percentile": 92.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Geomancy",
     "charge_name_en": "Giga Impact",
     "fast_type": "fairy",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 85.62,
     "percentile": 90.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Geomancy",
     "charge_name_en": "Moonblast",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Geomancy",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0717_normal",
   "dex": 717,
   "form": "legendary",
   "name_ja": "イベルタル",
   "name_en": "Yveltal",
   "slug_en": "yveltal",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 185,
    "stamina": 246,
    "max_cp": 4275,
    "durability": 45510
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5745.1,
     "tdo": 211450349,
     "percentile": 97.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Oblivion Wing",
     "fast_type": "dark",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 254.45,
     "percentile": 85.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Oblivion Wing",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Gust",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0718_complete",
   "dex": 718,
   "form": "legendary",
   "name_ja": "ジガルデ(パーフェクト)",
   "name_en": "Zygarde Complete",
   "slug_en": "zygarde-complete",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 184,
    "defense": 207,
    "stamina": 389,
    "max_cp": 4208,
    "durability": 80523
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3916.0,
     "tdo": 247643903,
     "percentile": 81.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "fast_type": "dragon",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 63.19,
     "percentile": 66.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0718_normal",
   "dex": 718,
   "form": "legendary",
   "name_ja": "ジガルデ(50%)",
   "name_en": "Zygarde",
   "slug_en": "zygarde",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 203,
    "defense": 232,
    "stamina": 239,
    "max_cp": 3855,
    "durability": 55448
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4289.9,
     "tdo": 189650914,
     "percentile": 80.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Earthquake",
     "fast_type": "dragon",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 67.23,
     "percentile": 73.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0718_ten_percent",
   "dex": 718,
   "form": "legendary",
   "name_ja": "ジガルデ(10%)",
   "name_en": "Zygarde Ten Percent",
   "slug_en": "zygarde-ten-percent",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 205,
    "defense": 173,
    "stamina": 144,
    "max_cp": 2685,
    "durability": 24912
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4194.8,
     "tdo": 88135888,
     "percentile": 64.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 67.8,
     "percentile": 74.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0719_mega",
   "dex": 719,
   "form": "mega",
   "name_ja": "メガディアンシー",
   "name_en": "Mega Diancie",
   "slug_en": "mega-diancie",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 342,
    "defense": 235,
    "stamina": 137,
    "max_cp": 4913,
    "durability": 32195
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6290.3,
     "tdo": 167821034,
     "percentile": 94.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 268.82,
     "percentile": 99.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 82,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0719_normal",
   "dex": 719,
   "form": "mythical",
   "name_ja": "ディアンシー",
   "name_en": "Diancie",
   "slug_en": "diancie",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 190,
    "defense": 285,
    "stamina": 137,
    "max_cp": 3091,
    "durability": 39045
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3612.1,
     "tdo": 115641384,
     "percentile": 61.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.93,
     "percentile": 67.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 2.56
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0720_normal",
   "dex": 720,
   "form": "mythical",
   "name_ja": "フーパ",
   "name_en": "Hoopa",
   "slug_en": "hoopa",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 261,
    "defense": 187,
    "stamina": 173,
    "max_cp": 3797,
    "durability": 32351
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5442.4,
     "tdo": 145037473,
     "percentile": 90.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 263.16,
     "percentile": 88.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 2.56
     },
     {
      "type": "ghost",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0720_unbound",
   "dex": 720,
   "form": "mythical",
   "name_ja": "フーパ(ときはなたれし)",
   "name_en": "Hoopa Unbound",
   "slug_en": "hoopa-unbound",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 311,
    "defense": 191,
    "stamina": 173,
    "max_cp": 4530,
    "durability": 33043
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6245.8,
     "tdo": 169741500,
     "percentile": 96.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 294.12,
     "percentile": 97.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 75,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0721_normal",
   "dex": 721,
   "form": "mythical",
   "name_ja": "ボルケニオン",
   "name_en": "Volcanion",
   "slug_en": "volcanion",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 216,
    "stamina": 190,
    "max_cp": 4102,
    "durability": 41040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5221.5,
     "tdo": 174328216,
     "percentile": 88.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 195.69,
     "percentile": 82.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0722_normal",
   "dex": 722,
   "form": "normal",
   "name_ja": "モクロー",
   "name_en": "Rowlet",
   "slug_en": "rowlet",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 102,
    "defense": 99,
    "stamina": 169,
    "max_cp": 1196,
    "durability": 16731
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2022.5,
     "tdo": 29836275,
     "percentile": 18.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.2,
     "percentile": 11.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0723_normal",
   "dex": 723,
   "form": "normal",
   "name_ja": "フクスロー",
   "name_en": "Dartrix",
   "slug_en": "dartrix",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 142,
    "defense": 139,
    "stamina": 186,
    "max_cp": 1950,
    "durability": 25854
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3338.9,
     "tdo": 72589686,
     "percentile": 47.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Brave Bird",
     "fast_type": "grass",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 129.37,
     "percentile": 33.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Brave Bird",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0724_hisuian",
   "dex": 724,
   "form": "normal",
   "name_ja": "ジュナイパー(ヒスイ)",
   "name_en": "Decidueye Hisuian",
   "slug_en": "decidueye-hisuian",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 213,
    "defense": 174,
    "stamina": 204,
    "max_cp": 3275,
    "durability": 35496
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4853.6,
     "tdo": 141832425,
     "percentile": 91.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Aura Sphere",
     "fast_type": "psychic",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 153.61,
     "percentile": 70.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Trailblaze",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Aura Sphere",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0724_normal",
   "dex": 724,
   "form": "normal",
   "name_ja": "ジュナイパー",
   "name_en": "Decidueye",
   "slug_en": "decidueye",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 210,
    "defense": 179,
    "stamina": 186,
    "max_cp": 3137,
    "durability": 33294
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4894.1,
     "tdo": 134036290,
     "percentile": 82.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.45,
     "percentile": 88.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0725_normal",
   "dex": 725,
   "form": "normal",
   "name_ja": "ニャビー",
   "name_en": "Litten",
   "slug_en": "litten",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 128,
    "defense": 79,
    "stamina": 128,
    "max_cp": 1170,
    "durability": 10112
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2205.3,
     "tdo": 20903525,
     "percentile": 23.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "fast_type": "normal",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.71,
     "percentile": 16.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Scratch",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0726_normal",
   "dex": 726,
   "form": "normal",
   "name_ja": "ニャヒート",
   "name_en": "Torracat",
   "slug_en": "torracat",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 174,
    "defense": 103,
    "stamina": 163,
    "max_cp": 1934,
    "durability": 16789
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3131.0,
     "tdo": 46257253,
     "percentile": 39.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Ember",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 133.69,
     "percentile": 36.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0727_normal",
   "dex": 727,
   "form": "normal",
   "name_ja": "ガオガエン",
   "name_en": "Incineroar",
   "slug_en": "incineroar",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 175,
    "stamina": 216,
    "max_cp": 3387,
    "durability": 37800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5049.3,
     "tdo": 156395179,
     "percentile": 88.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Blast Burn",
     "fast_type": "dark",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 244.5,
     "percentile": 88.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0728_normal",
   "dex": 728,
   "form": "normal",
   "name_ja": "アシマリ",
   "name_en": "Popplio",
   "slug_en": "popplio",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 120,
    "defense": 103,
    "stamina": 137,
    "max_cp": 1276,
    "durability": 14111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2103.8,
     "tdo": 26492668,
     "percentile": 14.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.66,
     "percentile": 16.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Tail",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0729_normal",
   "dex": 729,
   "form": "normal",
   "name_ja": "オシャマリ",
   "name_en": "Brionne",
   "slug_en": "brionne",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 168,
    "defense": 145,
    "stamina": 155,
    "max_cp": 2131,
    "durability": 22475
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2652.6,
     "tdo": 50642744,
     "percentile": 32.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 113.38,
     "percentile": 32.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Water Pulse",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0730_normal",
   "dex": 730,
   "form": "normal",
   "name_ja": "アシレーヌ",
   "name_en": "Primarina",
   "slug_en": "primarina",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 195,
    "stamina": 190,
    "max_cp": 3618,
    "durability": 37050
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4981.3,
     "tdo": 151190552,
     "percentile": 87.6,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "fairy",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 280.11,
     "percentile": 92.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psychic",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0731_normal",
   "dex": 731,
   "form": "normal",
   "name_ja": "ツツケラ",
   "name_en": "Pikipek",
   "slug_en": "pikipek",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 59,
    "stamina": 111,
    "max_cp": 1029,
    "durability": 6549
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2827.7,
     "tdo": 18462616,
     "percentile": 24.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.15,
     "percentile": 29.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0731_shadow",
   "dex": 731,
   "form": "shadow",
   "name_ja": "ツツケラ",
   "name_en": "Shadow Pikipek",
   "slug_en": "shadow-pikipek",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 136,
    "defense": 59,
    "stamina": 111,
    "max_cp": 1029,
    "durability": 6549
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3333.3,
     "tdo": 18822814,
     "percentile": 29.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.6,
     "percentile": 39.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0732_normal",
   "dex": 732,
   "form": "normal",
   "name_ja": "ケララッパ",
   "name_en": "Trumbeak",
   "slug_en": "trumbeak",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 100,
    "stamina": 146,
    "max_cp": 1671,
    "durability": 14600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3258.4,
     "tdo": 42508534,
     "percentile": 38.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.6,
     "percentile": 39.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0732_shadow",
   "dex": 732,
   "form": "shadow",
   "name_ja": "ケララッパ",
   "name_en": "Shadow Trumbeak",
   "slug_en": "shadow-trumbeak",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 159,
    "defense": 100,
    "stamina": 146,
    "max_cp": 1671,
    "durability": 14600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3857.7,
     "tdo": 42886671,
     "percentile": 50.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.05,
     "percentile": 58.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Drill Peck",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0733_normal",
   "dex": 733,
   "form": "normal",
   "name_ja": "ドデカバシ",
   "name_en": "Toucannon",
   "slug_en": "toucannon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 146,
    "stamina": 190,
    "max_cp": 3040,
    "durability": 27740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5576.2,
     "tdo": 129756588,
     "percentile": 91.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Beak Blast",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 260.42,
     "percentile": 88.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Beak Blast",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Beak Blast",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0733_shadow",
   "dex": 733,
   "form": "shadow",
   "name_ja": "ドデカバシ",
   "name_en": "Shadow Toucannon",
   "slug_en": "shadow-toucannon",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 222,
    "defense": 146,
    "stamina": 190,
    "max_cp": 3040,
    "durability": 27740
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6466.2,
     "tdo": 128035587,
     "percentile": 97.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Beak Blast",
     "fast_type": "grass",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 298.95,
     "percentile": 97.2,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Beak Blast",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Beak Blast",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0734_normal",
   "dex": 734,
   "form": "normal",
   "name_ja": "ヤングース",
   "name_en": "Yungoos",
   "slug_en": "yungoos",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 56,
    "stamina": 134,
    "max_cp": 994,
    "durability": 7504
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2394.5,
     "tdo": 17857513,
     "percentile": 16.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Hyper Fang",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 44.42,
     "percentile": 35.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0735_normal",
   "dex": 735,
   "form": "normal",
   "name_ja": "デカグース",
   "name_en": "Gumshoos",
   "slug_en": "gumshoos",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 194,
    "defense": 113,
    "stamina": 204,
    "max_cp": 2470,
    "durability": 23052
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3395.4,
     "tdo": 67196946,
     "percentile": 51.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Hyper Fang",
     "fast_type": "dark",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.51,
     "percentile": 59.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0736_normal",
   "dex": 736,
   "form": "normal",
   "name_ja": "アゴジムシ",
   "name_en": "Grubbin",
   "slug_en": "grubbin",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 115,
    "defense": 85,
    "stamina": 132,
    "max_cp": 1112,
    "durability": 11220
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2184.8,
     "tdo": 22581208,
     "percentile": 16.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.57,
     "percentile": 21.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0736_shadow",
   "dex": 736,
   "form": "shadow",
   "name_ja": "アゴジムシ",
   "name_en": "Shadow Grubbin",
   "slug_en": "shadow-grubbin",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 115,
    "defense": 85,
    "stamina": 132,
    "max_cp": 1112,
    "durability": 11220
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2571.3,
     "tdo": 22855657,
     "percentile": 28.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.62,
     "percentile": 31.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Crunch",
     "fast_type": "bug",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0737_normal",
   "dex": 737,
   "form": "normal",
   "name_ja": "デンヂムシ",
   "name_en": "Charjabug",
   "slug_en": "charjabug",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 161,
    "stamina": 149,
    "max_cp": 1919,
    "durability": 23989
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2786.7,
     "tdo": 56463019,
     "percentile": 39.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Discharge",
     "fast_type": "bug",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 127.23,
     "percentile": 37.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0737_shadow",
   "dex": 737,
   "form": "shadow",
   "name_ja": "デンヂムシ",
   "name_en": "Shadow Charjabug",
   "slug_en": "shadow-charjabug",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 145,
    "defense": 161,
    "stamina": 149,
    "max_cp": 1919,
    "durability": 23989
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3291.8,
     "tdo": 56465024,
     "percentile": 45.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.52,
     "percentile": 51.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0738_normal",
   "dex": 738,
   "form": "normal",
   "name_ja": "クワガノン",
   "name_en": "Vikavolt",
   "slug_en": "vikavolt",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 254,
    "defense": 158,
    "stamina": 184,
    "max_cp": 3524,
    "durability": 29072
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5007.7,
     "tdo": 121571761,
     "percentile": 85.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Fly",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.52,
     "percentile": 84.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Fly",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0738_shadow",
   "dex": 738,
   "form": "shadow",
   "name_ja": "クワガノン",
   "name_en": "Shadow Vikavolt",
   "slug_en": "shadow-vikavolt",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "electric",
   "type2_ja": "でんき",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 254,
    "defense": 158,
    "stamina": 184,
    "max_cp": 3524,
    "durability": 29072
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5957.1,
     "tdo": 122885782,
     "percentile": 94.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Fly",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 239.52,
     "percentile": 97.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Fly",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0739_normal",
   "dex": 739,
   "form": "normal",
   "name_ja": "マケンカニ",
   "name_en": "Crabrawler",
   "slug_en": "crabrawler",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 150,
    "defense": 104,
    "stamina": 132,
    "max_cp": 1540,
    "durability": 13728
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2673.9,
     "tdo": 32888227,
     "percentile": 28.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.85,
     "percentile": 32.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0740_normal",
   "dex": 740,
   "form": "normal",
   "name_ja": "ケケンカニ",
   "name_en": "Crabominable",
   "slug_en": "crabominable",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 231,
    "defense": 138,
    "stamina": 219,
    "max_cp": 3286,
    "durability": 30222
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3986.6,
     "tdo": 100458584,
     "percentile": 71.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 179.21,
     "percentile": 71.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bubble",
     "charge_name_en": "Crabhammer",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0741_normal",
   "dex": 741,
   "form": "normal",
   "name_ja": "オドリドリ(めらめら)",
   "name_en": "Oricorio Baile",
   "slug_en": "oricorio-baile",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 145,
    "stamina": 181,
    "max_cp": 2638,
    "durability": 26245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3582.7,
     "tdo": 78995992,
     "percentile": 54.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 43.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0741_pau",
   "dex": 741,
   "form": "normal",
   "name_ja": "オドリドリ(ふらふら)",
   "name_en": "Oricorio Pau",
   "slug_en": "oricorio-pau",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 145,
    "stamina": 181,
    "max_cp": 2638,
    "durability": 26245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3582.7,
     "tdo": 78995992,
     "percentile": 54.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 43.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0741_pom_pom",
   "dex": 741,
   "form": "normal",
   "name_ja": "オドリドリ(ぱちぱち)",
   "name_en": "Oricorio Pom Pom",
   "slug_en": "oricorio-pom-pom",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 145,
    "stamina": 181,
    "max_cp": 2638,
    "durability": 26245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3582.7,
     "tdo": 78995992,
     "percentile": 54.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 43.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0741_sensu",
   "dex": 741,
   "form": "normal",
   "name_ja": "オドリドリ(まいまい)",
   "name_en": "Oricorio Sensu",
   "slug_en": "oricorio-sensu",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 196,
    "defense": 145,
    "stamina": 181,
    "max_cp": 2638,
    "durability": 26245
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3582.7,
     "tdo": 78995992,
     "percentile": 54.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Hurricane",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.67,
     "percentile": 43.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Aerial Ace",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "unavailable",
    "score": null,
    "tier": null,
    "recommendation": null
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0742_normal",
   "dex": 742,
   "form": "normal",
   "name_ja": "アブリー",
   "name_en": "Cutiefly",
   "slug_en": "cutiefly",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 110,
    "defense": 81,
    "stamina": 120,
    "max_cp": 1004,
    "durability": 9720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2285.6,
     "tdo": 20834702,
     "percentile": 15.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 107.72,
     "percentile": 28.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0743_normal",
   "dex": 743,
   "form": "normal",
   "name_ja": "アブリボン",
   "name_en": "Ribombee",
   "slug_en": "ribombee",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 146,
    "stamina": 155,
    "max_cp": 2488,
    "durability": 22630
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3894.7,
     "tdo": 74820642,
     "percentile": 57.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.35,
     "percentile": 71.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0744_normal",
   "dex": 744,
   "form": "normal",
   "name_ja": "イワンコ",
   "name_en": "Rockruff",
   "slug_en": "rockruff",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 78,
    "stamina": 128,
    "max_cp": 1074,
    "durability": 9984
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2352.9,
     "tdo": 22065154,
     "percentile": 11.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.84,
     "percentile": 28.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0745_dusk",
   "dex": 745,
   "form": "normal",
   "name_ja": "ルガルガン(たそがれ)",
   "name_en": "Lycanroc Dusk",
   "slug_en": "lycanroc-dusk",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 234,
    "defense": 139,
    "stamina": 181,
    "max_cp": 3054,
    "durability": 25159
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4438.5,
     "tdo": 94196061,
     "percentile": 71.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.49,
     "percentile": 81.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Trailblaze",
     "fast_type": "rock",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0745_midnight",
   "dex": 745,
   "form": "normal",
   "name_ja": "ルガルガン(まよなか)",
   "name_en": "Lycanroc Midnight",
   "slug_en": "lycanroc-midnight",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 152,
    "stamina": 198,
    "max_cp": 3102,
    "durability": 30096
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4153.3,
     "tdo": 103743578,
     "percentile": 67.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 172.12,
     "percentile": 75.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Trailblaze",
     "fast_type": "rock",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0745_normal",
   "dex": 745,
   "form": "normal",
   "name_ja": "ルガルガン",
   "name_en": "Lycanroc",
   "slug_en": "lycanroc",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 231,
    "defense": 140,
    "stamina": 181,
    "max_cp": 3027,
    "durability": 25340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4385.0,
     "tdo": 93665462,
     "percentile": 65.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.25,
     "percentile": 78.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Trailblaze",
     "fast_type": "rock",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0747_normal",
   "dex": 747,
   "form": "normal",
   "name_ja": "ヒドイデ",
   "name_en": "Mareanie",
   "slug_en": "mareanie",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 110,
    "stamina": 137,
    "max_cp": 1099,
    "durability": 15070
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1961.8,
     "tdo": 26170348,
     "percentile": 15.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.53,
     "percentile": 15.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0748_normal",
   "dex": 748,
   "form": "normal",
   "name_ja": "ドヒドイデ",
   "name_en": "Toxapex",
   "slug_en": "toxapex",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 114,
    "defense": 273,
    "stamina": 137,
    "max_cp": 1905,
    "durability": 37401
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2480.2,
     "tdo": 76227321,
     "percentile": 31.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.9,
     "percentile": 27.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0749_normal",
   "dex": 749,
   "form": "normal",
   "name_ja": "ドロバンコ",
   "name_en": "Mudbray",
   "slug_en": "mudbray",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 175,
    "defense": 121,
    "stamina": 172,
    "max_cp": 2139,
    "durability": 20812
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3609.3,
     "tdo": 64757978,
     "percentile": 49.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.26,
     "percentile": 58.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0750_normal",
   "dex": 750,
   "form": "normal",
   "name_ja": "バンバドロ",
   "name_en": "Mudsdale",
   "slug_en": "mudsdale",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 174,
    "stamina": 225,
    "max_cp": 3443,
    "durability": 39150
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4350.1,
     "tdo": 138865531,
     "percentile": 75.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 170.65,
     "percentile": 70.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Heavy Slam",
     "fast_type": "ground",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0751_normal",
   "dex": 751,
   "form": "normal",
   "name_ja": "シズクモ",
   "name_en": "Dewpider",
   "slug_en": "dewpider",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 72,
    "defense": 117,
    "stamina": 116,
    "max_cp": 807,
    "durability": 13572
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1315.9,
     "tdo": 16055620,
     "percentile": 3.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bubble Beam",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 48.03,
     "percentile": 1.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bubble Beam",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0751_shadow",
   "dex": 751,
   "form": "shadow",
   "name_ja": "シズクモ",
   "name_en": "Shadow Dewpider",
   "slug_en": "shadow-dewpider",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 72,
    "defense": 117,
    "stamina": 116,
    "max_cp": 807,
    "durability": 13572
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1527.7,
     "tdo": 15956356,
     "percentile": 4.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bubble Beam",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.34,
     "percentile": 2.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bubble Beam",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Water Pulse",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0752_normal",
   "dex": 752,
   "form": "normal",
   "name_ja": "オニシズクモ",
   "name_en": "Araquanid",
   "slug_en": "araquanid",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 126,
    "defense": 219,
    "stamina": 169,
    "max_cp": 2065,
    "durability": 37011
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2483.4,
     "tdo": 75199627,
     "percentile": 33.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.43,
     "percentile": 24.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Infestation",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0752_shadow",
   "dex": 752,
   "form": "shadow",
   "name_ja": "オニシズクモ",
   "name_en": "Shadow Araquanid",
   "slug_en": "shadow-araquanid",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 126,
    "defense": 219,
    "stamina": 169,
    "max_cp": 2065,
    "durability": 37011
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2929.3,
     "tdo": 74676344,
     "percentile": 45.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.15,
     "percentile": 40.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0753_normal",
   "dex": 753,
   "form": "normal",
   "name_ja": "カリキリ",
   "name_en": "Fomantis",
   "slug_en": "fomantis",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 100,
    "defense": 64,
    "stamina": 120,
    "max_cp": 838,
    "durability": 7680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2190.4,
     "tdo": 16430839,
     "percentile": 17.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Grass Knot",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.21,
     "percentile": 14.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Grass Knot",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0754_normal",
   "dex": 754,
   "form": "normal",
   "name_ja": "ラランテス",
   "name_en": "Lurantis",
   "slug_en": "lurantis",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 169,
    "stamina": 172,
    "max_cp": 2711,
    "durability": 29068
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3896.3,
     "tdo": 94581143,
     "percentile": 63.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Leaf Storm",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.76,
     "percentile": 65.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Storm",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0755_normal",
   "dex": 755,
   "form": "normal",
   "name_ja": "ネマシュ",
   "name_en": "Morelull",
   "slug_en": "morelull",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 108,
    "defense": 119,
    "stamina": 120,
    "max_cp": 1168,
    "durability": 14280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2039.6,
     "tdo": 25951205,
     "percentile": 14.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "ghost",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 87.11,
     "percentile": 16.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "ghost",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0755_shadow",
   "dex": 755,
   "form": "shadow",
   "name_ja": "ネマシュ",
   "name_en": "Shadow Morelull",
   "slug_en": "shadow-morelull",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 108,
    "defense": 119,
    "stamina": 120,
    "max_cp": 1168,
    "durability": 14280
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2404.4,
     "tdo": 26026781,
     "percentile": 19.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "ghost",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 99.21,
     "percentile": 22.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "fast_type": "ghost",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Dazzling Gleam",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0756_normal",
   "dex": 756,
   "form": "normal",
   "name_ja": "マシェード",
   "name_en": "Shiinotic",
   "slug_en": "shiinotic",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 154,
    "defense": 168,
    "stamina": 155,
    "max_cp": 2104,
    "durability": 26040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2471.0,
     "tdo": 53956541,
     "percentile": 33.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Seed Bomb",
     "fast_type": "ghost",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 114.42,
     "percentile": 22.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "ghost",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0756_shadow",
   "dex": 756,
   "form": "shadow",
   "name_ja": "マシェード",
   "name_en": "Shadow Shiinotic",
   "slug_en": "shadow-shiinotic",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 154,
    "defense": 168,
    "stamina": 155,
    "max_cp": 2104,
    "durability": 26040
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2924.2,
     "tdo": 54083900,
     "percentile": 42.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Seed Bomb",
     "fast_type": "ghost",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.26,
     "percentile": 31.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "ghost",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0757_normal",
   "dex": 757,
   "form": "normal",
   "name_ja": "ヤトウモリ",
   "name_en": "Salandit",
   "slug_en": "salandit",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 80,
    "stamina": 134,
    "max_cp": 1268,
    "durability": 10720
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2721.7,
     "tdo": 27158550,
     "percentile": 25.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Flamethrower",
     "fast_type": "poison",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.34,
     "percentile": 23.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Poison Fang",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0758_normal",
   "dex": 758,
   "form": "normal",
   "name_ja": "エンニュート",
   "name_en": "Salazzle",
   "slug_en": "salazzle",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 228,
    "defense": 130,
    "stamina": 169,
    "max_cp": 2802,
    "durability": 21970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4533.1,
     "tdo": 85058298,
     "percentile": 66.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Fire Blast",
     "fast_type": "poison",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 191.57,
     "percentile": 73.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Fire Blast",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0759_normal",
   "dex": 759,
   "form": "normal",
   "name_ja": "ヌイコグマ",
   "name_en": "Stufful",
   "slug_en": "stufful",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 136,
    "defense": 95,
    "stamina": 172,
    "max_cp": 1529,
    "durability": 16340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2569.4,
     "tdo": 37287480,
     "percentile": 31.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 42.19,
     "percentile": 31.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0759_shadow",
   "dex": 759,
   "form": "shadow",
   "name_ja": "ヌイコグマ",
   "name_en": "Shadow Stufful",
   "slug_en": "shadow-stufful",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 136,
    "defense": 95,
    "stamina": 172,
    "max_cp": 1529,
    "durability": 16340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3028.9,
     "tdo": 37561355,
     "percentile": 37.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.51,
     "percentile": 44.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0760_normal",
   "dex": 760,
   "form": "normal",
   "name_ja": "キテルグマ",
   "name_en": "Bewear",
   "slug_en": "bewear",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 141,
    "stamina": 260,
    "max_cp": 3524,
    "durability": 36660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4100.9,
     "tdo": 124178773,
     "percentile": 75.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 64.06,
     "percentile": 68.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0760_shadow",
   "dex": 760,
   "form": "shadow",
   "name_ja": "キテルグマ",
   "name_en": "Shadow Bewear",
   "slug_en": "shadow-bewear",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 226,
    "defense": 141,
    "stamina": 260,
    "max_cp": 3524,
    "durability": 36660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4866.6,
     "tdo": 125638690,
     "percentile": 88.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 76.34,
     "percentile": 82.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0761_normal",
   "dex": 761,
   "form": "normal",
   "name_ja": "アマカジ",
   "name_en": "Bounsweet",
   "slug_en": "bounsweet",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 55,
    "defense": 69,
    "stamina": 123,
    "max_cp": 532,
    "durability": 8487
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1141.1,
     "tdo": 9262871,
     "percentile": 2.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 52.33,
     "percentile": 3.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0762_normal",
   "dex": 762,
   "form": "normal",
   "name_ja": "アママイコ",
   "name_en": "Steenee",
   "slug_en": "steenee",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 78,
    "defense": 94,
    "stamina": 141,
    "max_cp": 856,
    "durability": 13254
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1732.7,
     "tdo": 20789457,
     "percentile": 9.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 71.79,
     "percentile": 8.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0763_normal",
   "dex": 763,
   "form": "normal",
   "name_ja": "アマージョ",
   "name_en": "Tsareena",
   "slug_en": "tsareena",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 195,
    "stamina": 176,
    "max_cp": 3351,
    "durability": 34320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4813.8,
     "tdo": 135912268,
     "percentile": 81.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.92,
     "percentile": 86.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0764_normal",
   "dex": 764,
   "form": "normal",
   "name_ja": "キュワワー",
   "name_en": "Comfey",
   "slug_en": "comfey",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 215,
    "stamina": 139,
    "max_cp": 2392,
    "durability": 29885
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3025.1,
     "tdo": 75420388,
     "percentile": 44.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.94,
     "percentile": 41.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Hidden Power",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0765_normal",
   "dex": 765,
   "form": "normal",
   "name_ja": "ヤレユータン",
   "name_en": "Oranguru",
   "slug_en": "oranguru",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 168,
    "defense": 192,
    "stamina": 207,
    "max_cp": 2770,
    "durability": 39744
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3506.1,
     "tdo": 113432615,
     "percentile": 58.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 43.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0766_normal",
   "dex": 766,
   "form": "normal",
   "name_ja": "ナゲツケサル",
   "name_en": "Passimian",
   "slug_en": "passimian",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 160,
    "stamina": 225,
    "max_cp": 3429,
    "durability": 36000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4328.2,
     "tdo": 127931505,
     "percentile": 75.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.05,
     "percentile": 60.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Brutal Swing",
     "fast_type": "fighting",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0767_normal",
   "dex": 767,
   "form": "normal",
   "name_ja": "コソクムシ",
   "name_en": "Wimpod",
   "slug_en": "wimpod",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 67,
    "defense": 74,
    "stamina": 93,
    "max_cp": 567,
    "durability": 6882
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1349.1,
     "tdo": 9080388,
     "percentile": 2.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 61.5,
     "percentile": 1.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0768_normal",
   "dex": 768,
   "form": "normal",
   "name_ja": "グソクムシャ",
   "name_en": "Golisopod",
   "slug_en": "golisopod",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 218,
    "defense": 226,
    "stamina": 181,
    "max_cp": 3575,
    "durability": 40906
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4405.3,
     "tdo": 146307991,
     "percentile": 83.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Razor Shell",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 185.53,
     "percentile": 77.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Razor Shell",
     "fast_type": "bug",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0769_normal",
   "dex": 769,
   "form": "normal",
   "name_ja": "スナバァ",
   "name_en": "Sandygast",
   "slug_en": "sandygast",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 120,
    "defense": 118,
    "stamina": 146,
    "max_cp": 1394,
    "durability": 17228
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2567.0,
     "tdo": 38729780,
     "percentile": 30.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.62,
     "percentile": 38.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0770_normal",
   "dex": 770,
   "form": "normal",
   "name_ja": "シロデスナ",
   "name_en": "Palossand",
   "slug_en": "palossand",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 178,
    "stamina": 198,
    "max_cp": 2763,
    "durability": 35244
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3669.8,
     "tdo": 105940123,
     "percentile": 68.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 161.81,
     "percentile": 64.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ground",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0775_normal",
   "dex": 775,
   "form": "normal",
   "name_ja": "ネッコアラ",
   "name_en": "Komala",
   "slug_en": "komala",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 216,
    "defense": 165,
    "stamina": 163,
    "max_cp": 2919,
    "durability": 26895
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3494.0,
     "tdo": 78743003,
     "percentile": 53.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Play Rough",
     "fast_type": "rock",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.33,
     "percentile": 58.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Play Rough",
     "fast_type": "rock",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0776_normal",
   "dex": 776,
   "form": "normal",
   "name_ja": "バクガメス",
   "name_en": "Turtonator",
   "slug_en": "turtonator",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 215,
    "stamina": 155,
    "max_cp": 2513,
    "durability": 33325
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3584.7,
     "tdo": 98379758,
     "percentile": 55.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.17,
     "percentile": 46.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Overheat",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0777_normal",
   "dex": 777,
   "form": "normal",
   "name_ja": "トゲデマル",
   "name_en": "Togedemaru",
   "slug_en": "togedemaru",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 190,
    "defense": 145,
    "stamina": 163,
    "max_cp": 2442,
    "durability": 23635
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3879.9,
     "tdo": 77724252,
     "percentile": 64.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.15,
     "percentile": 59.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0778_normal",
   "dex": 778,
   "form": "normal",
   "name_ja": "ミミッキュ",
   "name_en": "Mimikyu",
   "slug_en": "mimikyu",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 177,
    "defense": 199,
    "stamina": 146,
    "max_cp": 2516,
    "durability": 29054
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3627.6,
     "tdo": 88063335,
     "percentile": 60.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 162.07,
     "percentile": 64.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0779_normal",
   "dex": 779,
   "form": "normal",
   "name_ja": "ハギギシリ",
   "name_en": "Bruxish",
   "slug_en": "bruxish",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 145,
    "stamina": 169,
    "max_cp": 2701,
    "durability": 24505
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3560.3,
     "tdo": 73717039,
     "percentile": 57.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Psyshock",
     "fast_type": "water",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 155.28,
     "percentile": 56.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0780_normal",
   "dex": 780,
   "form": "normal",
   "name_ja": "ジジーロン",
   "name_en": "Drampa",
   "slug_en": "drampa",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 231,
    "defense": 164,
    "stamina": 186,
    "max_cp": 3294,
    "durability": 30504
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4465.0,
     "tdo": 112828779,
     "percentile": 80.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 219.78,
     "percentile": 75.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0781_normal",
   "dex": 781,
   "form": "normal",
   "name_ja": "ダダリン",
   "name_en": "Dhelmise",
   "slug_en": "dhelmise",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 233,
    "defense": 179,
    "stamina": 172,
    "max_cp": 3335,
    "durability": 30788
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4668.0,
     "tdo": 119473008,
     "percentile": 83.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Power Whip",
     "fast_type": "ghost",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 233.37,
     "percentile": 83.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0782_normal",
   "dex": 782,
   "form": "normal",
   "name_ja": "ジャラコ",
   "name_en": "Jangmo O",
   "slug_en": "jangmo-o",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 102,
    "defense": 108,
    "stamina": 128,
    "max_cp": 1095,
    "durability": 13824
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2087.3,
     "tdo": 25888487,
     "percentile": 14.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.36,
     "percentile": 9.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0783_normal",
   "dex": 783,
   "form": "normal",
   "name_ja": "ジャランゴ",
   "name_en": "Hakamo O",
   "slug_en": "hakamo-o",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 162,
    "stamina": 146,
    "max_cp": 1907,
    "durability": 23652
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2854.4,
     "tdo": 57314098,
     "percentile": 39.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 139.37,
     "percentile": 24.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Pulse",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0784_normal",
   "dex": 784,
   "form": "normal",
   "name_ja": "ジャラランガ",
   "name_en": "Kommo O",
   "slug_en": "kommo-o",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 240,
    "stamina": 181,
    "max_cp": 3741,
    "durability": 43440
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4733.4,
     "tdo": 166337058,
     "percentile": 84.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Boomburst",
     "fast_type": "dragon",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.99,
     "percentile": 81.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Clanging Scales",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0785_normal",
   "dex": 785,
   "form": "legendary",
   "name_ja": "カプ・コケコ",
   "name_en": "Tapu Koko",
   "slug_en": "tapu-koko",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 181,
    "stamina": 172,
    "max_cp": 3582,
    "durability": 31132
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5492.8,
     "tdo": 142030226,
     "percentile": 91.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Natures Madness",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.68,
     "percentile": 84.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Natures Madness",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0786_normal",
   "dex": 786,
   "form": "legendary",
   "name_ja": "カプ・テテフ",
   "name_en": "Tapu Lele",
   "slug_en": "tapu-lele",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 259,
    "defense": 208,
    "stamina": 172,
    "max_cp": 3950,
    "durability": 35776
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5733.0,
     "tdo": 168664290,
     "percentile": 94.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Natures Madness",
     "fast_type": "psychic",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 228.83,
     "percentile": 75.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0787_normal",
   "dex": 787,
   "form": "legendary",
   "name_ja": "カプ・ブルル",
   "name_en": "Tapu Bulu",
   "slug_en": "tapu-bulu",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 249,
    "defense": 215,
    "stamina": 172,
    "max_cp": 3865,
    "durability": 36980
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5235.4,
     "tdo": 158859114,
     "percentile": 90.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Natures Madness",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 230.68,
     "percentile": 95.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Natures Madness",
     "fast_type": "grass",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 2.56
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0788_normal",
   "dex": 788,
   "form": "legendary",
   "name_ja": "カプ・レヒレ",
   "name_en": "Tapu Fini",
   "slug_en": "tapu-fini",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 189,
    "defense": 254,
    "stamina": 172,
    "max_cp": 3230,
    "durability": 43688
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4114.1,
     "tdo": 146003094,
     "percentile": 73.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Natures Madness",
     "fast_type": "water",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.27,
     "percentile": 81.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Natures Madness",
     "fast_type": "water",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Moonblast",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0789_normal",
   "dex": 789,
   "form": "legendary",
   "name_ja": "コスモッグ",
   "name_en": "Cosmog",
   "slug_en": "cosmog",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 54,
    "defense": 57,
    "stamina": 125,
    "max_cp": 489,
    "durability": 7125
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 405.9,
     "tdo": 2872991,
     "percentile": 0.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 9.2,
     "percentile": 0.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 26,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0790_normal",
   "dex": 790,
   "form": "legendary",
   "name_ja": "コスモウム",
   "name_en": "Cosmoem",
   "slug_en": "cosmoem",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 54,
    "defense": 242,
    "stamina": 125,
    "max_cp": 924,
    "durability": 30250
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 405.9,
     "tdo": 10254980,
     "percentile": 0.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 9.2,
     "percentile": 0.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "fast_type": "water",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 26,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Splash",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0791_normal",
   "dex": 791,
   "form": "legendary",
   "name_ja": "ソルガレオ",
   "name_en": "Solgaleo",
   "slug_en": "solgaleo",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 255,
    "defense": 191,
    "stamina": 264,
    "max_cp": 4570,
    "durability": 50424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4484.2,
     "tdo": 181637667,
     "percentile": 86.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Solar Beam",
     "fast_type": "psychic",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.78,
     "percentile": 59.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Zen Headbutt",
     "charge_name_en": "Psychic Fangs",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Solar Beam",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0792_normal",
   "dex": 792,
   "form": "legendary",
   "name_ja": "ルナアーラ",
   "name_en": "Lunala",
   "slug_en": "lunala",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 255,
    "defense": 191,
    "stamina": 264,
    "max_cp": 4570,
    "durability": 50424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5324.1,
     "tdo": 215658690,
     "percentile": 95.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 247.83,
     "percentile": 88.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 2.56
     },
     {
      "type": "ghost",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0793_normal",
   "dex": 793,
   "form": "ultra_beast",
   "name_ja": "ウツロイド",
   "name_en": "Nihilego",
   "slug_en": "nihilego",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 249,
    "defense": 210,
    "stamina": 240,
    "max_cp": 4465,
    "durability": 50400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5104.9,
     "tdo": 206546985,
     "percentile": 92.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 242.72,
     "percentile": 95.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0794_normal",
   "dex": 794,
   "form": "ultra_beast",
   "name_ja": "マッシブーン",
   "name_en": "Buzzwole",
   "slug_en": "buzzwole",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 236,
    "defense": 196,
    "stamina": 216,
    "max_cp": 3912,
    "durability": 42336
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4583.9,
     "tdo": 157671415,
     "percentile": 83.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.91,
     "percentile": 70.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fell Stinger",
     "fast_type": "fighting",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0795_normal",
   "dex": 795,
   "form": "ultra_beast",
   "name_ja": "フェローチェ",
   "name_en": "Pheromosa",
   "slug_en": "pheromosa",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 316,
    "defense": 85,
    "stamina": 174,
    "max_cp": 3213,
    "durability": 14790
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6258.1,
     "tdo": 83087619,
     "percentile": 88.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Focus Blast",
     "fast_type": "bug",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 245.1,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 82,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0796_normal",
   "dex": 796,
   "form": "ultra_beast",
   "name_ja": "デンジュモク",
   "name_en": "Xurkitree",
   "slug_en": "xurkitree",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 330,
    "defense": 144,
    "stamina": 195,
    "max_cp": 4451,
    "durability": 28080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5914.0,
     "tdo": 139068180,
     "percentile": 93.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 259.74,
     "percentile": 98.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Power Whip",
     "fast_type": "electric",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0797_normal",
   "dex": 797,
   "form": "ultra_beast",
   "name_ja": "テッカグヤ",
   "name_en": "Celesteela",
   "slug_en": "celesteela",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 207,
    "defense": 199,
    "stamina": 219,
    "max_cp": 3507,
    "durability": 43581
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3830.4,
     "tdo": 135005354,
     "percentile": 71.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Heavy Slam",
     "fast_type": "flying",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 58.17,
     "percentile": 57.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Heavy Slam",
     "fast_type": "flying",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Heavy Slam",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0798_normal",
   "dex": 798,
   "form": "ultra_beast",
   "name_ja": "カミツルギ",
   "name_en": "Kartana",
   "slug_en": "kartana",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 323,
    "defense": 182,
    "stamina": 139,
    "max_cp": 4156,
    "durability": 25298
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5680.4,
     "tdo": 121302946,
     "percentile": 95.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Sacred Sword",
     "fast_type": "bug",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 271.74,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 83,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Leaf Blade",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0799_normal",
   "dex": 799,
   "form": "ultra_beast",
   "name_ja": "アクジキング",
   "name_en": "Guzzlord",
   "slug_en": "guzzlord",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 188,
    "defense": 99,
    "stamina": 440,
    "max_cp": 3264,
    "durability": 43560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4012.1,
     "tdo": 146814952,
     "percentile": 81.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 200.8,
     "percentile": 69.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Brutal Swing",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0800_dawn_wings",
   "dex": 800,
   "form": "legendary",
   "name_ja": "ネクロズマ(あかつきのつばさ)",
   "name_en": "Necrozma Dawn Wings",
   "slug_en": "necrozma-dawn-wings",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 277,
    "defense": 220,
    "stamina": 200,
    "max_cp": 4634,
    "durability": 44000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8132.2,
     "tdo": 289055928,
     "percentile": 99.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Moongeist Beam",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 255.75,
     "percentile": 89.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Moongeist Beam",
     "fast_type": "psychic",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Moongeist Beam",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 2.56
     },
     {
      "type": "ghost",
      "multiplier": 2.56
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0800_dusk_mane",
   "dex": 800,
   "form": "legendary",
   "name_ja": "ネクロズマ(たそがれのたてがみ)",
   "name_en": "Necrozma Dusk Mane",
   "slug_en": "necrozma-dusk-mane",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 277,
    "defense": 220,
    "stamina": 200,
    "max_cp": 4634,
    "durability": 44000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8132.2,
     "tdo": 289055928,
     "percentile": 99.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Sunsteel Strike",
     "fast_type": "psychic",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 273.22,
     "percentile": 95.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Sunsteel Strike",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Sunsteel Strike",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0800_normal",
   "dex": 800,
   "form": "legendary",
   "name_ja": "ネクロズマ",
   "name_en": "Necrozma",
   "slug_en": "necrozma",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 251,
    "defense": 195,
    "stamina": 219,
    "max_cp": 4163,
    "durability": 42705
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4693.9,
     "tdo": 162347279,
     "percentile": 82.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 223.86,
     "percentile": 73.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Psycho Cut",
     "charge_name_en": "Futuresight",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Shadow Claw",
     "charge_name_en": "Futuresight",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0802_normal",
   "dex": 802,
   "form": "mythical",
   "name_ja": "マーシャドー",
   "name_en": "Marshadow",
   "slug_en": "marshadow",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 265,
    "defense": 190,
    "stamina": 207,
    "max_cp": 4217,
    "durability": 39330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5082.1,
     "tdo": 162834830,
     "percentile": 88.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.11,
     "percentile": 81.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Fire Punch",
     "fast_type": "fighting",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 72,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0803_normal",
   "dex": 803,
   "form": "ultra_beast",
   "name_ja": "ベベノム",
   "name_en": "Poipole",
   "slug_en": "poipole",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 145,
    "defense": 133,
    "stamina": 167,
    "max_cp": 1854,
    "durability": 22211
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3093.9,
     "tdo": 58484924,
     "percentile": 41.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.93,
     "percentile": 48.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Wave",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0804_normal",
   "dex": 804,
   "form": "ultra_beast",
   "name_ja": "アーゴヨン",
   "name_en": "Naganadel",
   "slug_en": "naganadel",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 263,
    "defense": 159,
    "stamina": 177,
    "max_cp": 3587,
    "durability": 28143
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5375.6,
     "tdo": 126543127,
     "percentile": 89.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 270.27,
     "percentile": 98.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0805_normal",
   "dex": 805,
   "form": "ultra_beast",
   "name_ja": "ツンデツンデ",
   "name_en": "Stakataka",
   "slug_en": "stakataka",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 213,
    "defense": 298,
    "stamina": 156,
    "max_cp": 3724,
    "durability": 46488
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4064.2,
     "tdo": 152856549,
     "percentile": 73.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.67,
     "percentile": 66.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "flying",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0806_normal",
   "dex": 806,
   "form": "ultra_beast",
   "name_ja": "ズガドーン",
   "name_en": "Blacephalon",
   "slug_en": "blacephalon",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 315,
    "defense": 148,
    "stamina": 142,
    "max_cp": 3727,
    "durability": 21016
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7178.1,
     "tdo": 128795803,
     "percentile": 98.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Surprise Attack",
     "fast_type": "ghost",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 268.82,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 86,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Surprise Attack",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0807_normal",
   "dex": 807,
   "form": "mythical",
   "name_ja": "ゼラオラ",
   "name_en": "Zeraora",
   "slug_en": "zeraora",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 252,
    "defense": 177,
    "stamina": 204,
    "max_cp": 3865,
    "durability": 36108
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5855.8,
     "tdo": 173835927,
     "percentile": 96.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Plasma Fists",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.59,
     "percentile": 93.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Plasma Fists",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0808_normal",
   "dex": 808,
   "form": "mythical",
   "name_ja": "メルタン",
   "name_en": "Meltan",
   "slug_en": "meltan",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 99,
    "stamina": 130,
    "max_cp": 1207,
    "durability": 12870
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2011.7,
     "tdo": 23317559,
     "percentile": 14.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Flash Cannon",
     "fast_type": "electric",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.34,
     "percentile": 10.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Flash Cannon",
     "fast_type": "electric",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 38,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0809_normal",
   "dex": 809,
   "form": "mythical",
   "name_ja": "メルメタル",
   "name_en": "Melmetal",
   "slug_en": "melmetal",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 190,
    "stamina": 264,
    "max_cp": 4069,
    "durability": 50160
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4680.3,
     "tdo": 188658468,
     "percentile": 91.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Double Iron Bash",
     "fast_type": "electric",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 65.32,
     "percentile": 70.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Double Iron Bash",
     "fast_type": "electric",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0810_normal",
   "dex": 810,
   "form": "normal",
   "name_ja": "サルノリ",
   "name_en": "Grookey",
   "slug_en": "grookey",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 122,
    "defense": 91,
    "stamina": 137,
    "max_cp": 1227,
    "durability": 12467
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2552.4,
     "tdo": 28873042,
     "percentile": 24.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.55,
     "percentile": 25.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0811_normal",
   "dex": 811,
   "form": "normal",
   "name_ja": "バチンキー",
   "name_en": "Thwackey",
   "slug_en": "thwackey",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 165,
    "defense": 134,
    "stamina": 172,
    "max_cp": 2121,
    "durability": 23048
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3353.5,
     "tdo": 65920550,
     "percentile": 50.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.83,
     "percentile": 48.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0812_gmax",
   "dex": 812,
   "form": "gmax",
   "name_ja": "キョダイマックスゴリランダー",
   "name_en": "Gigantamax Rillaboom",
   "slug_en": "gigantamax-rillaboom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 239,
    "defense": 168,
    "stamina": 225,
    "max_cp": 3758,
    "durability": 37800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4976.1,
     "tdo": 153805439,
     "percentile": 90.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.87,
     "percentile": 91.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0812_normal",
   "dex": 812,
   "form": "normal",
   "name_ja": "ゴリランダー",
   "name_en": "Rillaboom",
   "slug_en": "rillaboom",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 239,
    "defense": 168,
    "stamina": 225,
    "max_cp": 3758,
    "durability": 37800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4976.1,
     "tdo": 153805439,
     "percentile": 90.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.87,
     "percentile": 91.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0813_normal",
   "dex": 813,
   "form": "normal",
   "name_ja": "ヒバニー",
   "name_en": "Scorbunny",
   "slug_en": "scorbunny",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 79,
    "stamina": 137,
    "max_cp": 1240,
    "durability": 10823
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2649.6,
     "tdo": 26579385,
     "percentile": 24.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 115.21,
     "percentile": 24.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0814_normal",
   "dex": 814,
   "form": "normal",
   "name_ja": "ラビフット",
   "name_en": "Raboot",
   "slug_en": "raboot",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 170,
    "defense": 125,
    "stamina": 163,
    "max_cp": 2062,
    "durability": 20375
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3334.5,
     "tdo": 58449668,
     "percentile": 44.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 147.28,
     "percentile": 46.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0815_gmax",
   "dex": 815,
   "form": "gmax",
   "name_ja": "キョダイマックスエースバーン",
   "name_en": "Gigantamax Cinderace",
   "slug_en": "gigantamax-cinderace",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 238,
    "defense": 163,
    "stamina": 190,
    "max_cp": 3412,
    "durability": 30970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5576.1,
     "tdo": 143453888,
     "percentile": 92.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Pyro Ball",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.82,
     "percentile": 84.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Pyro Ball",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0815_normal",
   "dex": 815,
   "form": "normal",
   "name_ja": "エースバーン",
   "name_en": "Cinderace",
   "slug_en": "cinderace",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 163,
    "stamina": 190,
    "max_cp": 3412,
    "durability": 30970
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5576.1,
     "tdo": 143453888,
     "percentile": 92.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Pyro Ball",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 214.82,
     "percentile": 84.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Pyro Ball",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0816_normal",
   "dex": 816,
   "form": "normal",
   "name_ja": "メッソン",
   "name_en": "Sobble",
   "slug_en": "sobble",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 132,
    "defense": 79,
    "stamina": 137,
    "max_cp": 1240,
    "durability": 10823
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2508.5,
     "tdo": 25163914,
     "percentile": 28.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.01,
     "percentile": 29.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0817_normal",
   "dex": 817,
   "form": "normal",
   "name_ja": "ジメレオン",
   "name_en": "Drizzile",
   "slug_en": "drizzile",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 113,
    "stamina": 163,
    "max_cp": 2142,
    "durability": 18419
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3430.0,
     "tdo": 54969475,
     "percentile": 46.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 146.2,
     "percentile": 52.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0818_gmax",
   "dex": 818,
   "form": "gmax",
   "name_ja": "キョダイマックスインテレオン",
   "name_en": "Gigantamax Inteleon",
   "slug_en": "gigantamax-inteleon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 262,
    "defense": 142,
    "stamina": 172,
    "max_cp": 3351,
    "durability": 24424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5586.3,
     "tdo": 115706840,
     "percentile": 89.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.29,
     "percentile": 96.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0818_normal",
   "dex": 818,
   "form": "normal",
   "name_ja": "インテレオン",
   "name_en": "Inteleon",
   "slug_en": "inteleon",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 262,
    "defense": 142,
    "stamina": 172,
    "max_cp": 3351,
    "durability": 24424
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5586.3,
     "tdo": 115706840,
     "percentile": 89.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 235.29,
     "percentile": 96.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0819_normal",
   "dex": 819,
   "form": "normal",
   "name_ja": "ホシガリス",
   "name_en": "Skwovet",
   "slug_en": "skwovet",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 86,
    "stamina": 172,
    "max_cp": 1067,
    "durability": 14792
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1714.2,
     "tdo": 22841252,
     "percentile": 10.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 32.11,
     "percentile": 15.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0820_normal",
   "dex": 820,
   "form": "normal",
   "name_ja": "ヨクバリス",
   "name_en": "Greedent",
   "slug_en": "greedent",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 160,
    "defense": 156,
    "stamina": 260,
    "max_cp": 2679,
    "durability": 40560
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2727.2,
     "tdo": 90521624,
     "percentile": 46.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.04,
     "percentile": 42.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0821_normal",
   "dex": 821,
   "form": "normal",
   "name_ja": "ココガラ",
   "name_en": "Rookidee",
   "slug_en": "rookidee",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 88,
    "defense": 67,
    "stamina": 116,
    "max_cp": 753,
    "durability": 7772
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1892.6,
     "tdo": 14344819,
     "percentile": 8.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.15,
     "percentile": 7.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0821_shadow",
   "dex": 821,
   "form": "shadow",
   "name_ja": "ココガラ",
   "name_en": "Shadow Rookidee",
   "slug_en": "shadow-rookidee",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 88,
    "defense": 67,
    "stamina": 116,
    "max_cp": 753,
    "durability": 7772
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2169.1,
     "tdo": 14235209,
     "percentile": 17.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 106.27,
     "percentile": 13.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0822_normal",
   "dex": 822,
   "form": "normal",
   "name_ja": "アオガラス",
   "name_en": "Corvisquire",
   "slug_en": "corvisquire",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 129,
    "defense": 110,
    "stamina": 169,
    "max_cp": 1542,
    "durability": 18590
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2581.4,
     "tdo": 41756170,
     "percentile": 35.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.94,
     "percentile": 24.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0822_shadow",
   "dex": 822,
   "form": "shadow",
   "name_ja": "アオガラス",
   "name_en": "Shadow Corvisquire",
   "slug_en": "shadow-corvisquire",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 129,
    "defense": 110,
    "stamina": 169,
    "max_cp": 1542,
    "durability": 18590
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3047.5,
     "tdo": 42196930,
     "percentile": 43.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sand Attack",
     "charge_name_en": "Sky Attack",
     "fast_type": "ground",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.03,
     "percentile": 32.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0823_normal",
   "dex": 823,
   "form": "normal",
   "name_ja": "アーマーガア",
   "name_en": "Corviknight",
   "slug_en": "corviknight",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 192,
    "stamina": 221,
    "max_cp": 2777,
    "durability": 42432
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3549.9,
     "tdo": 122259607,
     "percentile": 60.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Sky Attack",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.27,
     "percentile": 40.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0823_shadow",
   "dex": 823,
   "form": "shadow",
   "name_ja": "アーマーガア",
   "name_en": "Shadow Corviknight",
   "slug_en": "shadow-corviknight",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 163,
    "defense": 192,
    "stamina": 221,
    "max_cp": 2777,
    "durability": 42432
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4208.0,
     "tdo": 122521738,
     "percentile": 76.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Sky Attack",
     "fast_type": "steel",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.06,
     "percentile": 62.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Sky Attack",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Steel Wing",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0824_normal",
   "dex": 824,
   "form": "normal",
   "name_ja": "サッチムシ",
   "name_en": "Blipbug",
   "slug_en": "blipbug",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 46,
    "defense": 67,
    "stamina": 93,
    "max_cp": 405,
    "durability": 6231
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 701.8,
     "tdo": 4352428,
     "percentile": 0.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 13.03,
     "percentile": 0.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "fast_type": "bug",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 29,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0825_normal",
   "dex": 825,
   "form": "normal",
   "name_ja": "レドームシ",
   "name_en": "Dottler",
   "slug_en": "dottler",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 87,
    "defense": 157,
    "stamina": 137,
    "max_cp": 1164,
    "durability": 21509
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1954.2,
     "tdo": 35870374,
     "percentile": 14.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.63,
     "percentile": 10.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0826_normal",
   "dex": 826,
   "form": "normal",
   "name_ja": "イオルブ",
   "name_en": "Orbeetle",
   "slug_en": "orbeetle",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 156,
    "defense": 240,
    "stamina": 155,
    "max_cp": 2513,
    "durability": 37200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3276.2,
     "tdo": 99684629,
     "percentile": 52.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 131.93,
     "percentile": 42.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0827_normal",
   "dex": 827,
   "form": "normal",
   "name_ja": "クスネ",
   "name_en": "Nickit",
   "slug_en": "nickit",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 85,
    "defense": 82,
    "stamina": 120,
    "max_cp": 808,
    "durability": 9840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1714.2,
     "tdo": 15788798,
     "percentile": 5.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 66.87,
     "percentile": 6.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Night Slash",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0828_normal",
   "dex": 828,
   "form": "normal",
   "name_ja": "フォクスライ",
   "name_en": "Thievul",
   "slug_en": "thievul",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 172,
    "defense": 164,
    "stamina": 172,
    "max_cp": 2415,
    "durability": 28208
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3205.6,
     "tdo": 75699528,
     "percentile": 44.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 157.23,
     "percentile": 44.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Night Slash",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Night Slash",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0829_normal",
   "dex": 829,
   "form": "normal",
   "name_ja": "ヒメンカ",
   "name_en": "Gossifleur",
   "slug_en": "gossifleur",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 70,
    "defense": 104,
    "stamina": 120,
    "max_cp": 760,
    "durability": 12480
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1583.6,
     "tdo": 17893971,
     "percentile": 6.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 75.87,
     "percentile": 3.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0830_normal",
   "dex": 830,
   "form": "normal",
   "name_ja": "ワタシラガ",
   "name_en": "Eldegoss",
   "slug_en": "eldegoss",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 148,
    "defense": 211,
    "stamina": 155,
    "max_cp": 2255,
    "durability": 32705
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2983.8,
     "tdo": 80464256,
     "percentile": 46.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 132.8,
     "percentile": 35.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0831_normal",
   "dex": 831,
   "form": "normal",
   "name_ja": "ウールー",
   "name_en": "Wooloo",
   "slug_en": "wooloo",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 76,
    "defense": 97,
    "stamina": 123,
    "max_cp": 798,
    "durability": 11931
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1529.3,
     "tdo": 16552209,
     "percentile": 6.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 27.44,
     "percentile": 8.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Payback",
     "fast_type": "normal",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0832_normal",
   "dex": 832,
   "form": "normal",
   "name_ja": "バイウールー",
   "name_en": "Dubwool",
   "slug_en": "dubwool",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 198,
    "stamina": 176,
    "max_cp": 2478,
    "durability": 34848
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2924.2,
     "tdo": 83742813,
     "percentile": 46.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.04,
     "percentile": 42.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0835_normal",
   "dex": 835,
   "form": "normal",
   "name_ja": "ワンパチ",
   "name_en": "Yamper",
   "slug_en": "yamper",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 80,
    "defense": 90,
    "stamina": 153,
    "max_cp": 890,
    "durability": 13770
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1463.0,
     "tdo": 18201139,
     "percentile": 7.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunder",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 60.79,
     "percentile": 2.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0836_normal",
   "dex": 836,
   "form": "normal",
   "name_ja": "パルスワン",
   "name_en": "Boltund",
   "slug_en": "boltund",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 197,
    "defense": 131,
    "stamina": 170,
    "max_cp": 2460,
    "durability": 22270
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3264.9,
     "tdo": 62085041,
     "percentile": 47.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Thunder",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.47,
     "percentile": 45.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Thunder",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0837_normal",
   "dex": 837,
   "form": "normal",
   "name_ja": "タンドン",
   "name_en": "Rolycoly",
   "slug_en": "rolycoly",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 73,
    "defense": 91,
    "stamina": 102,
    "max_cp": 691,
    "durability": 9282
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1380.3,
     "tdo": 12048975,
     "percentile": 4.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Rock Slide",
     "fast_type": "normal",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 69.59,
     "percentile": 6.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0838_normal",
   "dex": 838,
   "form": "normal",
   "name_ja": "トロッゴン",
   "name_en": "Carkol",
   "slug_en": "carkol",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 114,
    "defense": 157,
    "stamina": 190,
    "max_cp": 1710,
    "durability": 29830
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2224.3,
     "tdo": 55295868,
     "percentile": 27.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Rock Slide",
     "fast_type": "fire",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 102.77,
     "percentile": 27.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0839_normal",
   "dex": 839,
   "form": "normal",
   "name_ja": "セキタンザン",
   "name_en": "Coalossal",
   "slug_en": "coalossal",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "fire",
   "type2_ja": "ほのお",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 146,
    "defense": 198,
    "stamina": 242,
    "max_cp": 2659,
    "durability": 47916
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2922.2,
     "tdo": 112451799,
     "percentile": 47.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fire Spin",
     "charge_name_en": "Rock Slide",
     "fast_type": "fire",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.7,
     "percentile": 41.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "water",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0840_normal",
   "dex": 840,
   "form": "normal",
   "name_ja": "カジッチュ",
   "name_en": "Applin",
   "slug_en": "applin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 71,
    "defense": 116,
    "stamina": 120,
    "max_cp": 807,
    "durability": 13920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 809.4,
     "tdo": 10067808,
     "percentile": 1.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Struggle",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 12.57,
     "percentile": 0.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Struggle",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 30,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0841_normal",
   "dex": 841,
   "form": "normal",
   "name_ja": "アップリュー",
   "name_en": "Flapple",
   "slug_en": "flapple",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 214,
    "defense": 144,
    "stamina": 172,
    "max_cp": 2788,
    "durability": 24768
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4156.5,
     "tdo": 87187601,
     "percentile": 66.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.08,
     "percentile": 65.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Fly",
     "fast_type": "dragon",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0842_normal",
   "dex": 842,
   "form": "normal",
   "name_ja": "タルップル",
   "name_en": "Appletun",
   "slug_en": "appletun",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 178,
    "defense": 146,
    "stamina": 242,
    "max_cp": 2772,
    "durability": 35332
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3243.6,
     "tdo": 94345319,
     "percentile": 56.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Outrage",
     "fast_type": "grass",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.74,
     "percentile": 38.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bullet Seed",
     "charge_name_en": "Outrage",
     "fast_type": "grass",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0843_normal",
   "dex": 843,
   "form": "normal",
   "name_ja": "スナヘビ",
   "name_en": "Silicobra",
   "slug_en": "silicobra",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 103,
    "defense": 123,
    "stamina": 141,
    "max_cp": 1222,
    "durability": 17343
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2022.8,
     "tdo": 30727786,
     "percentile": 19.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 95.42,
     "percentile": 21.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0844_normal",
   "dex": 844,
   "form": "normal",
   "name_ja": "サダイジャ",
   "name_en": "Sandaconda",
   "slug_en": "sandaconda",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 202,
    "defense": 207,
    "stamina": 176,
    "max_cp": 3155,
    "durability": 36432
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4053.8,
     "tdo": 120996196,
     "percentile": 68.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.21,
     "percentile": 67.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0845_normal",
   "dex": 845,
   "form": "normal",
   "name_ja": "ウッウ",
   "name_en": "Cramorant",
   "slug_en": "cramorant",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 163,
    "stamina": 172,
    "max_cp": 2421,
    "durability": 28036
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3791.4,
     "tdo": 89034323,
     "percentile": 62.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Fly",
     "fast_type": "water",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.53,
     "percentile": 50.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "electric",
      "multiplier": 2.56
     },
     {
      "type": "rock",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0848_normal",
   "dex": 848,
   "form": "normal",
   "name_ja": "エレズン",
   "name_en": "Toxel",
   "slug_en": "toxel",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 97,
    "defense": 65,
    "stamina": 120,
    "max_cp": 821,
    "durability": 7800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1612.5,
     "tdo": 12248898,
     "percentile": 4.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Up Punch",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.53,
     "percentile": 2.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Up Punch",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Acid",
     "charge_name_en": "Power Up Punch",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0849_gmax",
   "dex": 849,
   "form": "gmax",
   "name_ja": "キョダイマックスストリンダー",
   "name_en": "Gigantamax Toxtricity",
   "slug_en": "gigantamax-toxtricity",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 224,
    "defense": 140,
    "stamina": 181,
    "max_cp": 2941,
    "durability": 25340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4763.3,
     "tdo": 101745162,
     "percentile": 77.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "fast_type": "poison",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.01,
     "percentile": 71.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0849_low_key",
   "dex": 849,
   "form": "normal",
   "name_ja": "ストリンダー(ロー)",
   "name_en": "Toxtricity Low Key",
   "slug_en": "toxtricity-low-key",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 224,
    "defense": 140,
    "stamina": 181,
    "max_cp": 2941,
    "durability": 25340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4763.3,
     "tdo": 101745162,
     "percentile": 75.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "fast_type": "poison",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": null,
     "percentile": null,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0849_normal",
   "dex": 849,
   "form": "normal",
   "name_ja": "ストリンダー(ハイ)",
   "name_en": "Toxtricity Amped",
   "slug_en": "toxtricity-amped",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 224,
    "defense": 140,
    "stamina": 181,
    "max_cp": 2941,
    "durability": 25340
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4763.3,
     "tdo": 101745162,
     "percentile": 77.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "fast_type": "poison",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.01,
     "percentile": 71.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0850_normal",
   "dex": 850,
   "form": "normal",
   "name_ja": "ヤクデ",
   "name_en": "Sizzlipede",
   "slug_en": "sizzlipede",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 118,
    "defense": 90,
    "stamina": 137,
    "max_cp": 1186,
    "durability": 12330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2347.0,
     "tdo": 26298603,
     "percentile": 18.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.84,
     "percentile": 23.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Crunch",
     "fast_type": "bug",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0851_normal",
   "dex": 851,
   "form": "normal",
   "name_ja": "マルヤクデ",
   "name_en": "Centiskorch",
   "slug_en": "centiskorch",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 220,
    "defense": 158,
    "stamina": 225,
    "max_cp": 3381,
    "durability": 35550
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4146.9,
     "tdo": 121170816,
     "percentile": 75.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 177.62,
     "percentile": 68.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Crunch",
     "fast_type": "bug",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0852_normal",
   "dex": 852,
   "form": "normal",
   "name_ja": "タタッコ",
   "name_en": "Clobbopus",
   "slug_en": "clobbopus",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 121,
    "defense": 103,
    "stamina": 137,
    "max_cp": 1286,
    "durability": 14111
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2220.3,
     "tdo": 27959810,
     "percentile": 18.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.03,
     "percentile": 10.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0853_normal",
   "dex": 853,
   "form": "normal",
   "name_ja": "オトスパス",
   "name_en": "Grapploct",
   "slug_en": "grapploct",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 209,
    "defense": 162,
    "stamina": 190,
    "max_cp": 3012,
    "durability": 30780
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3657.0,
     "tdo": 93553344,
     "percentile": 60.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.37,
     "percentile": 49.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Surf",
     "fast_type": "fighting",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0855_normal",
   "dex": 855,
   "form": "normal",
   "name_ja": "ポットデス",
   "name_en": "Polteageist",
   "slug_en": "polteageist",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 248,
    "defense": 189,
    "stamina": 155,
    "max_cp": 3458,
    "durability": 29295
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4862.0,
     "tdo": 118349290,
     "percentile": 86.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 232.02,
     "percentile": 82.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dark",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0856_normal",
   "dex": 856,
   "form": "normal",
   "name_ja": "ミブリム",
   "name_en": "Hatenna",
   "slug_en": "hatenna",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 93,
    "stamina": 123,
    "max_cp": 974,
    "durability": 11439
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2164.9,
     "tdo": 22594545,
     "percentile": 14.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 111.11,
     "percentile": 16.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0857_normal",
   "dex": 857,
   "form": "normal",
   "name_ja": "テブリム",
   "name_en": "Hattrem",
   "slug_en": "hattrem",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 153,
    "defense": 133,
    "stamina": 149,
    "max_cp": 1848,
    "durability": 19817
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3218.7,
     "tdo": 54839707,
     "percentile": 40.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.47,
     "percentile": 37.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0858_normal",
   "dex": 858,
   "form": "normal",
   "name_ja": "ブリムオン",
   "name_en": "Hatterene",
   "slug_en": "hatterene",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 237,
    "defense": 182,
    "stamina": 149,
    "max_cp": 3198,
    "durability": 27118
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4828.0,
     "tdo": 109494145,
     "percentile": 78.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 285.71,
     "percentile": 94.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0859_normal",
   "dex": 859,
   "form": "normal",
   "name_ja": "ベロバー",
   "name_en": "Impidimp",
   "slug_en": "impidimp",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 103,
    "defense": 69,
    "stamina": 128,
    "max_cp": 913,
    "durability": 8832
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2105.2,
     "tdo": 17831053,
     "percentile": 13.2,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.28,
     "percentile": 16.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0860_normal",
   "dex": 860,
   "form": "normal",
   "name_ja": "ギモー",
   "name_en": "Morgrem",
   "slug_en": "morgrem",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 145,
    "defense": 102,
    "stamina": 163,
    "max_cp": 1630,
    "durability": 16626
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2854.4,
     "tdo": 41814466,
     "percentile": 38.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 119.19,
     "percentile": 36.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0861_gmax",
   "dex": 861,
   "form": "gmax",
   "name_ja": "キョダイマックスオーロンゲ",
   "name_en": "Gigantamax Grimmsnarl",
   "slug_en": "gigantamax-grimmsnarl",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 227,
    "defense": 139,
    "stamina": 216,
    "max_cp": 3222,
    "durability": 30024
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4315.4,
     "tdo": 108336165,
     "percentile": 78.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.21,
     "percentile": 73.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0861_normal",
   "dex": 861,
   "form": "normal",
   "name_ja": "オーロンゲ",
   "name_en": "Grimmsnarl",
   "slug_en": "grimmsnarl",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "fairy",
   "type2_ja": "フェアリー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 227,
    "defense": 139,
    "stamina": 216,
    "max_cp": 3222,
    "durability": 30024
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4315.4,
     "tdo": 108336165,
     "percentile": 78.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.21,
     "percentile": 73.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Foul Play",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0862_normal",
   "dex": 862,
   "form": "normal",
   "name_ja": "タチフサグマ",
   "name_en": "Obstagoon",
   "slug_en": "obstagoon",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 180,
    "defense": 194,
    "stamina": 212,
    "max_cp": 2999,
    "durability": 41128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3473.8,
     "tdo": 115914850,
     "percentile": 62.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Hyper Beam",
     "fast_type": "ghost",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 49.58,
     "percentile": 44.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Night Slash",
     "fast_type": "ghost",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0862_shadow",
   "dex": 862,
   "form": "shadow",
   "name_ja": "タチフサグマ",
   "name_en": "Shadow Obstagoon",
   "slug_en": "shadow-obstagoon",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 180,
    "defense": 194,
    "stamina": 212,
    "max_cp": 2999,
    "durability": 41128
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4076.3,
     "tdo": 115193204,
     "percentile": 72.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Hyper Beam",
     "fast_type": "fighting",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 87.41,
     "percentile": 92.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Night Slash",
     "fast_type": "fighting",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.244
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0863_normal",
   "dex": 863,
   "form": "normal",
   "name_ja": "ニャイキング",
   "name_en": "Perrserker",
   "slug_en": "perrserker",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 195,
    "defense": 162,
    "stamina": 172,
    "max_cp": 2697,
    "durability": 27864
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3630.1,
     "tdo": 84766721,
     "percentile": 57.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.46,
     "percentile": 68.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0864_normal",
   "dex": 864,
   "form": "normal",
   "name_ja": "サニゴーン",
   "name_en": "Cursola",
   "slug_en": "cursola",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 253,
    "defense": 182,
    "stamina": 155,
    "max_cp": 3463,
    "durability": 28210
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3663.3,
     "tdo": 86110607,
     "percentile": 61.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Night Shade",
     "fast_type": "normal",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 175.44,
     "percentile": 57.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Night Shade",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0865_normal",
   "dex": 865,
   "form": "normal",
   "name_ja": "ネギガナイト",
   "name_en": "Sirfetchd",
   "slug_en": "sirfetchd",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 248,
    "defense": 176,
    "stamina": 158,
    "max_cp": 3375,
    "durability": 27808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5007.2,
     "tdo": 116528184,
     "percentile": 79.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Brave Bird",
     "fast_type": "fighting",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.27,
     "percentile": 80.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Leaf Blade",
     "fast_type": "fighting",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0866_normal",
   "dex": 866,
   "form": "normal",
   "name_ja": "バリコオル",
   "name_en": "Mr Rime",
   "slug_en": "mr-rime",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 212,
    "defense": 179,
    "stamina": 190,
    "max_cp": 3196,
    "durability": 34010
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4349.1,
     "tdo": 121943764,
     "percentile": 75.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.92,
     "percentile": 77.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Ice Punch",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0867_normal",
   "dex": 867,
   "form": "normal",
   "name_ja": "デスバーン",
   "name_en": "Runerigus",
   "slug_en": "runerigus",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 237,
    "stamina": 151,
    "max_cp": 2570,
    "durability": 35787
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3282.1,
     "tdo": 96604473,
     "percentile": 51.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0870_mega",
   "dex": 870,
   "form": "mega",
   "name_ja": "メガタイレーツ",
   "name_en": "Mega Falinks",
   "slug_en": "mega-falinks",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 267,
    "defense": 229,
    "stamina": 163,
    "max_cp": 4248,
    "durability": 37327
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5150.0,
     "tdo": 157333158,
     "percentile": 86.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.31,
     "percentile": 80.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Megahorn",
     "fast_type": "fighting",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0870_normal",
   "dex": 870,
   "form": "normal",
   "name_ja": "タイレーツ",
   "name_en": "Falinks",
   "slug_en": "falinks",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 193,
    "defense": 170,
    "stamina": 163,
    "max_cp": 2665,
    "durability": 27710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3798.6,
     "tdo": 87986570,
     "percentile": 57.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 156.74,
     "percentile": 57.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Megahorn",
     "fast_type": "fighting",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Super Power",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0872_normal",
   "dex": 872,
   "form": "normal",
   "name_ja": "ユキハミ",
   "name_en": "Snom",
   "slug_en": "snom",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 76,
    "defense": 59,
    "stamina": 102,
    "max_cp": 597,
    "durability": 6018
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1455.9,
     "tdo": 8872272,
     "percentile": 2.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Bug Buzz",
     "fast_type": "ice",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 67.89,
     "percentile": 3.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Struggle Bug",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0873_normal",
   "dex": 873,
   "form": "normal",
   "name_ja": "モスノウ",
   "name_en": "Frosmoth",
   "slug_en": "frosmoth",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": "bug",
   "type2_ja": "むし",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 230,
    "defense": 155,
    "stamina": 172,
    "max_cp": 3084,
    "durability": 26660
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4323.3,
     "tdo": 96962247,
     "percentile": 72.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 81.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Hurricane",
     "fast_type": "bug",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0874_normal",
   "dex": 874,
   "form": "normal",
   "name_ja": "イシヘンジン",
   "name_en": "Stonjourner",
   "slug_en": "stonjourner",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 182,
    "stamina": 225,
    "max_cp": 3638,
    "durability": 40950
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4175.9,
     "tdo": 138945689,
     "percentile": 75.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 186.92,
     "percentile": 82.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0875_noice",
   "dex": 875,
   "form": "normal",
   "name_ja": "コオリッポ(ナイスフェイス)",
   "name_en": "Eiscue Noice",
   "slug_en": "eiscue-noice",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 139,
    "stamina": 181,
    "max_cp": 2306,
    "durability": 25159
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3075.3,
     "tdo": 65265358,
     "percentile": 53.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 148.7,
     "percentile": 59.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Weather Ball Ice",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 47,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0876_female",
   "dex": 876,
   "form": "normal",
   "name_ja": "イエッサン(メス)",
   "name_en": "Indeedee Female",
   "slug_en": "indeedee-female",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 184,
    "stamina": 172,
    "max_cp": 2710,
    "durability": 31648
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3762.4,
     "tdo": 98777275,
     "percentile": 62.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 188.68,
     "percentile": 52.7,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0876_normal",
   "dex": 876,
   "form": "normal",
   "name_ja": "イエッサン",
   "name_en": "Indeedee",
   "slug_en": "indeedee",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 166,
    "stamina": 155,
    "max_cp": 2762,
    "durability": 25730
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4216.2,
     "tdo": 91059029,
     "percentile": 66.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 209.42,
     "percentile": 63.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Extrasensory",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0877_hangry",
   "dex": 877,
   "form": "normal",
   "name_ja": "モルペコ(はらぺこ)",
   "name_en": "Morpeko Hangry",
   "slug_en": "morpeko-hangry",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 121,
    "stamina": 151,
    "max_cp": 2196,
    "durability": 18271
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4238.8,
     "tdo": 67334027,
     "percentile": 68.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Aura Wheel Electric",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.57,
     "percentile": 74.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Aura Wheel Electric",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0877_normal",
   "dex": 877,
   "form": "normal",
   "name_ja": "モルペコ",
   "name_en": "Morpeko",
   "slug_en": "morpeko",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 192,
    "defense": 121,
    "stamina": 151,
    "max_cp": 2196,
    "durability": 18271
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4238.8,
     "tdo": 67334027,
     "percentile": 68.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Aura Wheel Electric",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.57,
     "percentile": 74.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Aura Wheel Electric",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0884_normal",
   "dex": 884,
   "form": "normal",
   "name_ja": "ジュラルドン",
   "name_en": "Duraludon",
   "slug_en": "duraludon",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 239,
    "defense": 185,
    "stamina": 172,
    "max_cp": 3468,
    "durability": 31820
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4456.6,
     "tdo": 117587884,
     "percentile": 79.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Dragon Claw",
     "fast_type": "steel",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 76.36,
     "percentile": 83.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Dragon Claw",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0885_normal",
   "dex": 885,
   "form": "normal",
   "name_ja": "ドラメシヤ",
   "name_en": "Dreepy",
   "slug_en": "dreepy",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 117,
    "defense": 61,
    "stamina": 99,
    "max_cp": 867,
    "durability": 6039
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1442.0,
     "tdo": 8748291,
     "percentile": 2.6,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Struggle",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 26.96,
     "percentile": 7.8,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Struggle",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 34,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Struggle",
     "attack_type": "normal"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0886_normal",
   "dex": 886,
   "form": "normal",
   "name_ja": "ドロンチ",
   "name_en": "Drakloak",
   "slug_en": "drakloak",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 163,
    "defense": 105,
    "stamina": 169,
    "max_cp": 1867,
    "durability": 17745
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3553.9,
     "tdo": 55187043,
     "percentile": 48.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Shadow Ball",
     "fast_type": "dragon",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 163.4,
     "percentile": 49.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0887_normal",
   "dex": 887,
   "form": "normal",
   "name_ja": "ドラパルト",
   "name_en": "Dragapult",
   "slug_en": "dragapult",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 266,
    "defense": 170,
    "stamina": 204,
    "max_cp": 3993,
    "durability": 34680
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5430.9,
     "tdo": 155343263,
     "percentile": 94.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 248.45,
     "percentile": 82.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Breaking Swipe",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0888_crowned_sword",
   "dex": 888,
   "form": "legendary",
   "name_ja": "ザシアン(けんのおう)",
   "name_en": "Zacian Crowned Sword",
   "slug_en": "zacian-crowned-sword",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 332,
    "defense": 240,
    "stamina": 192,
    "max_cp": 5629,
    "durability": 46080
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8294.0,
     "tdo": 307455263,
     "percentile": 99.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Behemoth Blade",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 307.41,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Play Rough",
     "fast_type": "steel",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0888_normal",
   "dex": 888,
   "form": "legendary",
   "name_ja": "ザシアン(れきせんのゆうしゃ)",
   "name_en": "Zacian",
   "slug_en": "zacian",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 254,
    "defense": 236,
    "stamina": 192,
    "max_cp": 4329,
    "durability": 45312
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4779.1,
     "tdo": 174383141,
     "percentile": 87.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Play Rough",
     "fast_type": "dark",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 171.82,
     "percentile": 73.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fire Fang",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0889_crowned_shield",
   "dex": 889,
   "form": "legendary",
   "name_ja": "ザマゼンタ(たてのおう)",
   "name_en": "Zamazenta Crowned Shield",
   "slug_en": "zamazenta-crowned-shield",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 250,
    "defense": 292,
    "stamina": 192,
    "max_cp": 4717,
    "durability": 56064
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7605.4,
     "tdo": 339420983,
     "percentile": 99.7,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Behemoth Bash",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 325.73,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Behemoth Bash",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 66,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "rock",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0889_normal",
   "dex": 889,
   "form": "legendary",
   "name_ja": "ザマゼンタ(れきせんのゆうしゃ)",
   "name_en": "Zamazenta",
   "slug_en": "zamazenta",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 254,
    "defense": 236,
    "stamina": 192,
    "max_cp": 4329,
    "durability": 45312
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4434.7,
     "tdo": 161814987,
     "percentile": 80.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Quick Attack",
     "charge_name_en": "Close Combat",
     "fast_type": "normal",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.98,
     "percentile": 76.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Crunch",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0890_normal",
   "dex": 890,
   "form": "legendary",
   "name_ja": "ムゲンダイナ",
   "name_en": "Eternatus",
   "slug_en": "eternatus",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 278,
    "defense": 192,
    "stamina": 268,
    "max_cp": 5007,
    "durability": 51456
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 8119.4,
     "tdo": 334715956,
     "percentile": 99.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Dynamax Cannon",
     "fast_type": "poison",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 277.78,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Dynamax Cannon",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0891_normal",
   "dex": 891,
   "form": "legendary",
   "name_ja": "ダクマ",
   "name_en": "Kubfu",
   "slug_en": "kubfu",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 170,
    "defense": 112,
    "stamina": 155,
    "max_cp": 1919,
    "durability": 17360
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3577.3,
     "tdo": 54210378,
     "percentile": 48.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.74,
     "percentile": 46.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 56,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0892_rapid_strike",
   "dex": 892,
   "form": "legendary",
   "name_ja": "ウーラオス(れんげき)",
   "name_en": "Urshifu Rapid Strike",
   "slug_en": "urshifu-rapid-strike",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 254,
    "defense": 177,
    "stamina": 225,
    "max_cp": 4077,
    "durability": 39825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5201.6,
     "tdo": 168681793,
     "percentile": 90.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.25,
     "percentile": 86.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Aqua Jet",
     "fast_type": "fighting",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0892_single_strike",
   "dex": 892,
   "form": "legendary",
   "name_ja": "ウーラオス(いちげき)",
   "name_en": "Urshifu Single Strike",
   "slug_en": "urshifu-single-strike",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 254,
    "defense": 177,
    "stamina": 225,
    "max_cp": 4077,
    "durability": 39825
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5201.6,
     "tdo": 168681793,
     "percentile": 90.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Dynamic Punch",
     "fast_type": "fighting",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 178.25,
     "percentile": 86.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Payback",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 70,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fairy",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0893_normal",
   "dex": 893,
   "form": "mythical",
   "name_ja": "ザルード",
   "name_en": "Zarude",
   "slug_en": "zarude",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 242,
    "defense": 215,
    "stamina": 233,
    "max_cp": 4334,
    "durability": 50095
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5183.0,
     "tdo": 208355156,
     "percentile": 93.8,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 226.5,
     "percentile": 93.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Vine Whip",
     "charge_name_en": "Power Whip",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Power Whip",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0894_normal",
   "dex": 894,
   "form": "legendary",
   "name_ja": "レジエレキ",
   "name_en": "Regieleki",
   "slug_en": "regieleki",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 125,
    "stamina": 190,
    "max_cp": 3169,
    "durability": 23750
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 7440.1,
     "tdo": 150546439,
     "percentile": 98.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Thunder Cage",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 267.38,
     "percentile": 99.5,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Lock On",
     "charge_name_en": "Thunder Cage",
     "fast_type": "normal",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Volt Switch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0895_normal",
   "dex": 895,
   "form": "legendary",
   "name_ja": "レジドラゴ",
   "name_en": "Regidrago",
   "slug_en": "regidrago",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": null,
   "type2_ja": null,
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 202,
    "defense": 101,
    "stamina": 400,
    "max_cp": 3361,
    "durability": 40400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4813.9,
     "tdo": 163293768,
     "percentile": 96.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Energy",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 233.1,
     "percentile": 70.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Dragon Energy",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Dragon Energy",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0899_normal",
   "dex": 899,
   "form": "normal",
   "name_ja": "アヤシシ",
   "name_en": "Wyrdeer",
   "slug_en": "wyrdeer",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 206,
    "defense": 145,
    "stamina": 230,
    "max_cp": 3089,
    "durability": 33350
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4039.1,
     "tdo": 111325357,
     "percentile": 74.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Psychic",
     "fast_type": "normal",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 62.15,
     "percentile": 65.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0900_normal",
   "dex": 900,
   "form": "normal",
   "name_ja": "バサギリ",
   "name_en": "Kleavor",
   "slug_en": "kleavor",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "rock",
   "type2_ja": "いわ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 253,
    "defense": 174,
    "stamina": 172,
    "max_cp": 3557,
    "durability": 29928
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4639.1,
     "tdo": 115673050,
     "percentile": 83.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Slide",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 202.84,
     "percentile": 90.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Rock Slide",
     "fast_type": "bug",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 61,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Fury Cutter",
     "charge_name_en": "Stone Edge",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0901_normal",
   "dex": 901,
   "form": "normal",
   "name_ja": "ガチグマ",
   "name_en": "Ursaluna",
   "slug_en": "ursaluna",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 243,
    "defense": 181,
    "stamina": 277,
    "max_cp": 4358,
    "durability": 50137
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4637.6,
     "tdo": 187131908,
     "percentile": 87.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "High Horsepower",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 64.77,
     "percentile": 69.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Play Rough",
     "fast_type": "normal",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 59,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "High Horsepower",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0901_shadow",
   "dex": 901,
   "form": "shadow",
   "name_ja": "ガチグマ",
   "name_en": "Shadow Ursaluna",
   "slug_en": "shadow-ursaluna",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 243,
    "defense": 181,
    "stamina": 277,
    "max_cp": 4358,
    "durability": 50137
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5518.4,
     "tdo": 188589944,
     "percentile": 96.3,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "High Horsepower",
     "fast_type": "normal",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.34,
     "percentile": 84.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Aerial Ace",
     "fast_type": "normal",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 65,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "High Horsepower",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0903_normal",
   "dex": 903,
   "form": "normal",
   "name_ja": "オオニューラ",
   "name_en": "Sneasler",
   "slug_en": "sneasler",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 259,
    "defense": 158,
    "stamina": 190,
    "max_cp": 3643,
    "durability": 30020
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4973.2,
     "tdo": 124350513,
     "percentile": 79.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 150.04,
     "percentile": 69.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Aerial Ace",
     "fast_type": "poison",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 69,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0903_shadow",
   "dex": 903,
   "form": "shadow",
   "name_ja": "オオニューラ",
   "name_en": "Shadow Sneasler",
   "slug_en": "shadow-sneasler",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 259,
    "defense": 158,
    "stamina": 190,
    "max_cp": 3643,
    "durability": 30020
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5917.1,
     "tdo": 125714638,
     "percentile": 89.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "fast_type": "poison",
     "charge_type": "fighting"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 245.7,
     "percentile": 83.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Aerial Ace",
     "fast_type": "poison",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 77,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "psychic",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0904_normal",
   "dex": 904,
   "form": "normal",
   "name_ja": "ハリーマン",
   "name_en": "Overqwil",
   "slug_en": "overqwil",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 222,
    "defense": 171,
    "stamina": 198,
    "max_cp": 3330,
    "durability": 33858
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4582.8,
     "tdo": 127496991,
     "percentile": 79.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 216.92,
     "percentile": 87.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0905_normal",
   "dex": 905,
   "form": "legendary",
   "name_ja": "ラブトロス",
   "name_en": "Enamorus",
   "slug_en": "enamorus",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 281,
    "defense": 162,
    "stamina": 179,
    "max_cp": 3873,
    "durability": 28998
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 6268.0,
     "tdo": 151957395,
     "percentile": 96.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Fly",
     "fast_type": "fairy",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 236.07,
     "percentile": 98.1,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Fly",
     "fast_type": "fairy",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0905_therian",
   "dex": 905,
   "form": "legendary",
   "name_ja": "ラブトロス(れいじゅう)",
   "name_en": "Enamorus Therian",
   "slug_en": "enamorus-therian",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "special_trade",
   "base_stats": {
    "attack": 250,
    "defense": 201,
    "stamina": 179,
    "max_cp": 3830,
    "durability": 35979
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5611.5,
     "tdo": 166018501,
     "percentile": 92.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Fly",
     "fast_type": "fairy",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 218.2,
     "percentile": 91.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Fly",
     "fast_type": "fairy",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Fly",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0906_normal",
   "dex": 906,
   "form": "normal",
   "name_ja": "ニャオハ",
   "name_en": "Sprigatito",
   "slug_en": "sprigatito",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 116,
    "defense": 99,
    "stamina": 120,
    "max_cp": 1147,
    "durability": 11880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2465.8,
     "tdo": 26691398,
     "percentile": 27.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 103.52,
     "percentile": 26.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0907_normal",
   "dex": 907,
   "form": "normal",
   "name_ja": "ニャローテ",
   "name_en": "Floragato",
   "slug_en": "floragato",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 157,
    "defense": 128,
    "stamina": 156,
    "max_cp": 1899,
    "durability": 19968
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3237.5,
     "tdo": 55631050,
     "percentile": 43.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 136.43,
     "percentile": 50.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Grass Knot",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Grass Knot",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0908_normal",
   "dex": 908,
   "form": "normal",
   "name_ja": "マスカーニャ",
   "name_en": "Meowscarada",
   "slug_en": "meowscarada",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 233,
    "defense": 153,
    "stamina": 183,
    "max_cp": 3193,
    "durability": 27999
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4945.9,
     "tdo": 115903488,
     "percentile": 87.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 215.31,
     "percentile": 90.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Leafage",
     "charge_name_en": "Frenzy Plant",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Frenzy Plant",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "bug",
      "multiplier": 2.56
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0909_normal",
   "dex": 909,
   "form": "normal",
   "name_ja": "ホゲータ",
   "name_en": "Fuecoco",
   "slug_en": "fuecoco",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 112,
    "defense": 96,
    "stamina": 167,
    "max_cp": 1274,
    "durability": 16032
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2170.3,
     "tdo": 30769648,
     "percentile": 19.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 97.85,
     "percentile": 13.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0910_normal",
   "dex": 910,
   "form": "normal",
   "name_ja": "アチゲータ",
   "name_en": "Crocalor",
   "slug_en": "crocalor",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 134,
    "stamina": 191,
    "max_cp": 2189,
    "durability": 25594
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3024.8,
     "tdo": 65517584,
     "percentile": 43.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 138.31,
     "percentile": 38.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0911_normal",
   "dex": 911,
   "form": "normal",
   "name_ja": "ラウドボーン",
   "name_en": "Skeledirge",
   "slug_en": "skeledirge",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 207,
    "defense": 178,
    "stamina": 232,
    "max_cp": 3422,
    "durability": 41296
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4395.7,
     "tdo": 147567819,
     "percentile": 83.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 220.75,
     "percentile": 77.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Blast Burn",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0912_normal",
   "dex": 912,
   "form": "normal",
   "name_ja": "クワッス",
   "name_en": "Quaxly",
   "slug_en": "quaxly",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 120,
    "defense": 86,
    "stamina": 146,
    "max_cp": 1215,
    "durability": 12556
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2009.5,
     "tdo": 23024026,
     "percentile": 17.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Liquidation",
     "fast_type": "flying",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 98.91,
     "percentile": 18.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0913_normal",
   "dex": 913,
   "form": "normal",
   "name_ja": "ウェルカモ",
   "name_en": "Quaxwell",
   "slug_en": "quaxwell",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 162,
    "defense": 123,
    "stamina": 172,
    "max_cp": 2007,
    "durability": 21156
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2883.1,
     "tdo": 52490162,
     "percentile": 38.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 128.37,
     "percentile": 38.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Aqua Jet",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0914_normal",
   "dex": 914,
   "form": "normal",
   "name_ja": "ウェーニバル",
   "name_en": "Quaquaval",
   "slug_en": "quaquaval",
   "type1": "water",
   "type1_ja": "みず",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 236,
    "defense": 159,
    "stamina": 198,
    "max_cp": 3411,
    "durability": 31482
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5062.0,
     "tdo": 131741599,
     "percentile": 88.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.39,
     "percentile": 90.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Low Kick",
     "charge_name_en": "Hydro Cannon",
     "fast_type": "fighting",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0915_normal",
   "dex": 915,
   "form": "normal",
   "name_ja": "グルトン",
   "name_en": "Lechonk",
   "slug_en": "lechonk",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 81,
    "defense": 79,
    "stamina": 144,
    "max_cp": 828,
    "durability": 11376
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1496.0,
     "tdo": 15716539,
     "percentile": 6.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 28.34,
     "percentile": 9.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0916_female",
   "dex": 916,
   "form": "normal",
   "name_ja": "パフュートン(メス)",
   "name_en": "Oinkologne Female",
   "slug_en": "oinkologne-female",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 169,
    "defense": 162,
    "stamina": 251,
    "max_cp": 2819,
    "durability": 40662
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2867.4,
     "tdo": 95104738,
     "percentile": 48.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 53.79,
     "percentile": 49.3,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0916_normal",
   "dex": 916,
   "form": "normal",
   "name_ja": "パフュートン",
   "name_en": "Oinkologne",
   "slug_en": "oinkologne",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 153,
    "stamina": 242,
    "max_cp": 2949,
    "durability": 37026
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3132.3,
     "tdo": 95071424,
     "percentile": 52.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Body Slam",
     "fast_type": "normal",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.74,
     "percentile": 53.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Trailblaze",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0917_normal",
   "dex": 917,
   "form": "normal",
   "name_ja": "タマンチュラ",
   "name_en": "Tarountula",
   "slug_en": "tarountula",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 70,
    "defense": 77,
    "stamina": 111,
    "max_cp": 646,
    "durability": 8547
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1428.5,
     "tdo": 11595641,
     "percentile": 4.4,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 68.28,
     "percentile": 3.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 37,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0918_normal",
   "dex": 918,
   "form": "normal",
   "name_ja": "ワナイダー",
   "name_en": "Spidops",
   "slug_en": "spidops",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 139,
    "defense": 166,
    "stamina": 155,
    "max_cp": 1907,
    "durability": 25730
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2662.1,
     "tdo": 57493773,
     "percentile": 38.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Grass Knot",
     "fast_type": "bug",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 118.2,
     "percentile": 32.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0919_normal",
   "dex": 919,
   "form": "normal",
   "name_ja": "マメバッタ",
   "name_en": "Nymble",
   "slug_en": "nymble",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 81,
    "defense": 65,
    "stamina": 107,
    "max_cp": 669,
    "durability": 6955
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1613.4,
     "tdo": 11062674,
     "percentile": 6.0,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "X Scissor",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 77.31,
     "percentile": 6.7,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0920_normal",
   "dex": 920,
   "form": "normal",
   "name_ja": "エクスレッグ",
   "name_en": "Lokix",
   "slug_en": "lokix",
   "type1": "bug",
   "type1_ja": "むし",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 199,
    "defense": 144,
    "stamina": 174,
    "max_cp": 2619,
    "durability": 25056
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3776.3,
     "tdo": 79717927,
     "percentile": 56.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "fast_type": "bug",
     "charge_type": "bug"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.49,
     "percentile": 62.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Dark Pulse",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Bug Bite",
     "charge_name_en": "Bug Buzz",
     "attack_type": "bug"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0921_normal",
   "dex": 921,
   "form": "normal",
   "name_ja": "パモ",
   "name_en": "Pawmi",
   "slug_en": "pawmi",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 45,
    "stamina": 128,
    "max_cp": 719,
    "durability": 5760
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2081.9,
     "tdo": 12595680,
     "percentile": 13.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 92.25,
     "percentile": 16.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0922_normal",
   "dex": 922,
   "form": "normal",
   "name_ja": "パモット",
   "name_en": "Pawmo",
   "slug_en": "pawmo",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 147,
    "defense": 82,
    "stamina": 155,
    "max_cp": 1468,
    "durability": 12710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3066.0,
     "tdo": 35487183,
     "percentile": 36.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.0,
     "percentile": 42.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 46,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Wild Charge",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0923_normal",
   "dex": 923,
   "form": "normal",
   "name_ja": "パーモット",
   "name_en": "Pawmot",
   "slug_en": "pawmot",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 232,
    "defense": 141,
    "stamina": 172,
    "max_cp": 2978,
    "durability": 24252
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4674.8,
     "tdo": 96209430,
     "percentile": 77.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.39,
     "percentile": 84.9,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Wild Charge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Spark",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0924_normal",
   "dex": 924,
   "form": "normal",
   "name_ja": "ワッカネズミ",
   "name_en": "Tandemaus",
   "slug_en": "tandemaus",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 98,
    "defense": 90,
    "stamina": 137,
    "max_cp": 1008,
    "durability": 12330
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1595.2,
     "tdo": 17875140,
     "percentile": 8.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 80.19,
     "percentile": 11.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 35,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0925_normal",
   "dex": 925,
   "form": "normal",
   "name_ja": "イッカネズミ",
   "name_en": "Maushold",
   "slug_en": "maushold",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 157,
    "stamina": 179,
    "max_cp": 2244,
    "durability": 28103
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2456.4,
     "tdo": 57868643,
     "percentile": 32.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 122.4,
     "percentile": 39.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Play Rough",
     "fast_type": "ground",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 40,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Take Down",
     "charge_name_en": "Crunch",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0926_normal",
   "dex": 926,
   "form": "normal",
   "name_ja": "パピモッチ",
   "name_en": "Fidough",
   "slug_en": "fidough",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 102,
    "defense": 126,
    "stamina": 114,
    "max_cp": 1114,
    "durability": 14364
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2134.8,
     "tdo": 27317628,
     "percentile": 13.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 104.49,
     "percentile": 27.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psychic Fangs",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0927_normal",
   "dex": 927,
   "form": "normal",
   "name_ja": "バウッツェル",
   "name_en": "Dachsbun",
   "slug_en": "dachsbun",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 159,
    "defense": 212,
    "stamina": 149,
    "max_cp": 2370,
    "durability": 31588
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3174.9,
     "tdo": 82967869,
     "percentile": 45.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 151.06,
     "percentile": 59.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Psychic Fangs",
     "fast_type": "fairy",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Charm",
     "charge_name_en": "Play Rough",
     "attack_type": "fairy"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0928_normal",
   "dex": 928,
   "form": "normal",
   "name_ja": "ミニーブ",
   "name_en": "Smoliv",
   "slug_en": "smoliv",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 100,
    "defense": 89,
    "stamina": 121,
    "max_cp": 965,
    "durability": 10769
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1987.9,
     "tdo": 19804742,
     "percentile": 11.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 93.2,
     "percentile": 11.0,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0929_normal",
   "dex": 929,
   "form": "normal",
   "name_ja": "オリーニョ",
   "name_en": "Dolliv",
   "slug_en": "dolliv",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 137,
    "defense": 131,
    "stamina": 141,
    "max_cp": 1619,
    "durability": 18471
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2508.1,
     "tdo": 40308582,
     "percentile": 32.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Tackle",
     "charge_name_en": "Seed Bomb",
     "fast_type": "normal",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 124.53,
     "percentile": 30.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0930_normal",
   "dex": 930,
   "form": "normal",
   "name_ja": "オリーヴァ",
   "name_en": "Arboliva",
   "slug_en": "arboliva",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 219,
    "defense": 189,
    "stamina": 186,
    "max_cp": 3345,
    "durability": 35154
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4200.0,
     "tdo": 120955403,
     "percentile": 72.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 181.65,
     "percentile": 71.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Seed Bomb",
     "fast_type": "grass",
     "charge_type": "grass"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Razor Leaf",
     "charge_name_en": "Energy Ball",
     "attack_type": "grass"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0931_normal",
   "dex": 931,
   "form": "normal",
   "name_ja": "イキリンコ",
   "name_en": "Squawkabilly",
   "slug_en": "squawkabilly",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 185,
    "defense": 105,
    "stamina": 193,
    "max_cp": 2231,
    "durability": 20265
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4033.4,
     "tdo": 70768575,
     "percentile": 62.8,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 187.62,
     "percentile": 60.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0932_normal",
   "dex": 932,
   "form": "normal",
   "name_ja": "コジオ",
   "name_en": "Nacli",
   "slug_en": "nacli",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 95,
    "defense": 108,
    "stamina": 146,
    "max_cp": 1093,
    "durability": 15768
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1822.2,
     "tdo": 25426192,
     "percentile": 12.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 88.81,
     "percentile": 16.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0933_normal",
   "dex": 933,
   "form": "normal",
   "name_ja": "ジオヅム",
   "name_en": "Naclstack",
   "slug_en": "naclstack",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 160,
    "stamina": 155,
    "max_cp": 1461,
    "durability": 24800
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1987.9,
     "tdo": 41510446,
     "percentile": 17.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 90.25,
     "percentile": 17.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0934_normal",
   "dex": 934,
   "form": "normal",
   "name_ja": "キョジオーン",
   "name_en": "Garganacl",
   "slug_en": "garganacl",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 171,
    "defense": 212,
    "stamina": 225,
    "max_cp": 3065,
    "durability": 47700
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3081.3,
     "tdo": 118136642,
     "percentile": 52.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.36,
     "percentile": 51.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Blast",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Smack Down",
     "charge_name_en": "Rock Tomb",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0935_normal",
   "dex": 935,
   "form": "normal",
   "name_ja": "カルボウ",
   "name_en": "Charcadet",
   "slug_en": "charcadet",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 92,
    "defense": 74,
    "stamina": 120,
    "max_cp": 828,
    "durability": 8880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1828.5,
     "tdo": 15452703,
     "percentile": 6.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 82.85,
     "percentile": 5.1,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Heat Wave",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0936_normal",
   "dex": 936,
   "form": "normal",
   "name_ja": "グレンアルマ",
   "name_en": "Armarouge",
   "slug_en": "armarouge",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "psychic",
   "type2_ja": "エスパー",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 234,
    "defense": 185,
    "stamina": 198,
    "max_cp": 3628,
    "durability": 36630
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4255.2,
     "tdo": 127292137,
     "percentile": 76.1,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 189.75,
     "percentile": 67.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Flamethrower",
     "fast_type": "fire",
     "charge_type": "fire"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0937_normal",
   "dex": 937,
   "form": "normal",
   "name_ja": "ソウブレイズ",
   "name_en": "Ceruledge",
   "slug_en": "ceruledge",
   "type1": "fire",
   "type1_ja": "ほのお",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 239,
    "defense": 189,
    "stamina": 181,
    "max_cp": 3586,
    "durability": 34209
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4781.0,
     "tdo": 134407798,
     "percentile": 85.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 240.96,
     "percentile": 84.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fire",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Incinerate",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0938_normal",
   "dex": 938,
   "form": "normal",
   "name_ja": "ズピカ",
   "name_en": "Tadbulb",
   "slug_en": "tadbulb",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 104,
    "defense": 73,
    "stamina": 156,
    "max_cp": 1030,
    "durability": 11388
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2181.7,
     "tdo": 23070284,
     "percentile": 17.6,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 86.51,
     "percentile": 12.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Discharge",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0939_normal",
   "dex": 939,
   "form": "normal",
   "name_ja": "ハラバリー",
   "name_en": "Bellibolt",
   "slug_en": "bellibolt",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 165,
    "stamina": 240,
    "max_cp": 3010,
    "durability": 39600
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3648.4,
     "tdo": 118093672,
     "percentile": 68.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.55,
     "percentile": 53.2,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Zap Cannon",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 53,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Zap Cannon",
     "attack_type": "electric"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0940_normal",
   "dex": 940,
   "form": "normal",
   "name_ja": "カイデン",
   "name_en": "Wattrel",
   "slug_en": "wattrel",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 75,
    "stamina": 120,
    "max_cp": 933,
    "durability": 9000
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2085.0,
     "tdo": 17817913,
     "percentile": 13.9,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 91.07,
     "percentile": 14.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Acrobatics",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Peck",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0941_normal",
   "dex": 941,
   "form": "normal",
   "name_ja": "タイカイデン",
   "name_en": "Kilowattrel",
   "slug_en": "kilowattrel",
   "type1": "electric",
   "type1_ja": "でんき",
   "type2": "flying",
   "type2_ja": "ひこう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 221,
    "defense": 132,
    "stamina": 172,
    "max_cp": 2762,
    "durability": 22704
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4100.5,
     "tdo": 79521327,
     "percentile": 65.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Thunder Shock",
     "charge_name_en": "Thunderbolt",
     "fast_type": "electric",
     "charge_type": "electric"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.39,
     "percentile": 68.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Acrobatics",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Air Slash",
     "charge_name_en": "Acrobatics",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0944_normal",
   "dex": 944,
   "form": "normal",
   "name_ja": "シルシュルー",
   "name_en": "Shroodle",
   "slug_en": "shroodle",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 124,
    "defense": 70,
    "stamina": 120,
    "max_cp": 1051,
    "durability": 8400
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2687.8,
     "tdo": 21693559,
     "percentile": 25.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.93,
     "percentile": 42.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0945_normal",
   "dex": 945,
   "form": "normal",
   "name_ja": "タギングル",
   "name_en": "Grafaiai",
   "slug_en": "grafaiai",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "normal",
   "type2_ja": "ノーマル",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 199,
    "defense": 149,
    "stamina": 160,
    "max_cp": 2559,
    "durability": 23840
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4138.1,
     "tdo": 83828867,
     "percentile": 62.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 196.08,
     "percentile": 77.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Sludge Bomb",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0948_normal",
   "dex": 948,
   "form": "normal",
   "name_ja": "ノノクラゲ",
   "name_en": "Toedscool",
   "slug_en": "toedscool",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 97,
    "defense": 149,
    "stamina": 120,
    "max_cp": 1176,
    "durability": 17880
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1919.9,
     "tdo": 29897798,
     "percentile": 16.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 94.38,
     "percentile": 19.4,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0949_normal",
   "dex": 949,
   "form": "normal",
   "name_ja": "リククラゲ",
   "name_en": "Toedscruel",
   "slug_en": "toedscruel",
   "type1": "ground",
   "type1_ja": "じめん",
   "type2": "grass",
   "type2_ja": "くさ",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 166,
    "defense": 209,
    "stamina": 190,
    "max_cp": 2738,
    "durability": 39710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3102.7,
     "tdo": 100450921,
     "percentile": 56.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 149.7,
     "percentile": 59.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Mud Shot",
     "charge_name_en": "Earth Power",
     "fast_type": "ground",
     "charge_type": "ground"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Earth Power",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.244
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0950_normal",
   "dex": 950,
   "form": "normal",
   "name_ja": "ガケガニ",
   "name_en": "Klawf",
   "slug_en": "klawf",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 184,
    "defense": 185,
    "stamina": 172,
    "max_cp": 2717,
    "durability": 31820
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3506.3,
     "tdo": 92516069,
     "percentile": 57.1,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 159.24,
     "percentile": 64.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Rock Slide",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0955_normal",
   "dex": 955,
   "form": "normal",
   "name_ja": "ヒラヒナ",
   "name_en": "Flittle",
   "slug_en": "flittle",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 60,
    "stamina": 102,
    "max_cp": 793,
    "durability": 6120
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2299.1,
     "tdo": 14199470,
     "percentile": 10.3,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 116.96,
     "percentile": 18.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0956_normal",
   "dex": 956,
   "form": "normal",
   "name_ja": "クエスパトラ",
   "name_en": "Espathra",
   "slug_en": "espathra",
   "type1": "psychic",
   "type1_ja": "エスパー",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 204,
    "defense": 127,
    "stamina": 216,
    "max_cp": 2800,
    "durability": 27432
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4195.8,
     "tdo": 97126503,
     "percentile": 70.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.08,
     "percentile": 62.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psychic",
     "fast_type": "psychic",
     "charge_type": "psychic"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Confusion",
     "charge_name_en": "Psyshock",
     "attack_type": "psychic"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0957_normal",
   "dex": 957,
   "form": "normal",
   "name_ja": "カヌチャン",
   "name_en": "Tinkatink",
   "slug_en": "tinkatink",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 85,
    "defense": 110,
    "stamina": 137,
    "max_cp": 973,
    "durability": 15070
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 1815.0,
     "tdo": 24212309,
     "percentile": 9.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 83.73,
     "percentile": 14.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 36,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0958_normal",
   "dex": 958,
   "form": "normal",
   "name_ja": "ナカヌチャン",
   "name_en": "Tinkatuff",
   "slug_en": "tinkatuff",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 145,
    "stamina": 163,
    "max_cp": 1477,
    "durability": 23635
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2250.7,
     "tdo": 45086903,
     "percentile": 25.5,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 108.19,
     "percentile": 29.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Play Rough",
     "fast_type": "fairy",
     "charge_type": "fairy"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 39,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0959_normal",
   "dex": 959,
   "form": "normal",
   "name_ja": "デカヌチャン",
   "name_en": "Tinkaton",
   "slug_en": "tinkaton",
   "type1": "fairy",
   "type1_ja": "フェアリー",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 155,
    "defense": 196,
    "stamina": 198,
    "max_cp": 2544,
    "durability": 38808
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5797.1,
     "tdo": 182958081,
     "percentile": 95.6,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Gigaton Hammer",
     "fast_type": "fairy",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 192.31,
     "percentile": 69.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Fairy Wind",
     "charge_name_en": "Gigaton Hammer",
     "fast_type": "fairy",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 45,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Rock Smash",
     "charge_name_en": "Flash Cannon",
     "attack_type": "steel"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "dragon",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0960_normal",
   "dex": 960,
   "form": "normal",
   "name_ja": "ウミディグダ",
   "name_en": "Wiglett",
   "slug_en": "wiglett",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 109,
    "defense": 52,
    "stamina": 67,
    "max_cp": 648,
    "durability": 3484
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2019.8,
     "tdo": 7732703,
     "percentile": 4.5,
     "tier": "D"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 101.11,
     "percentile": 18.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0961_normal",
   "dex": 961,
   "form": "normal",
   "name_ja": "ウミトリオ",
   "name_en": "Wugtrio",
   "slug_en": "wugtrio",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 205,
    "defense": 136,
    "stamina": 111,
    "max_cp": 2142,
    "durability": 15096
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3754.2,
     "tdo": 50017067,
     "percentile": 52.9,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 173.61,
     "percentile": 65.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Mud Slap",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0962_normal",
   "dex": 962,
   "form": "normal",
   "name_ja": "オトシドリ",
   "name_en": "Bombirdier",
   "slug_en": "bombirdier",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "dark",
   "type2_ja": "あく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 198,
    "defense": 172,
    "stamina": 172,
    "max_cp": 2812,
    "durability": 29584
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4460.8,
     "tdo": 110050302,
     "percentile": 74.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Fly",
     "fast_type": "dark",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 204.5,
     "percentile": 66.2,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Wing Attack",
     "charge_name_en": "Fly",
     "fast_type": "flying",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 58,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Sucker Punch",
     "charge_name_en": "Payback",
     "attack_type": "dark"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "psychic",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0965_normal",
   "dex": 965,
   "form": "normal",
   "name_ja": "ブロロン",
   "name_en": "Varoom",
   "slug_en": "varoom",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 123,
    "defense": 107,
    "stamina": 128,
    "max_cp": 1287,
    "durability": 13696
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2653.2,
     "tdo": 32639605,
     "percentile": 26.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.94,
     "percentile": 31.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 44,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "attack_type": "poison"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0966_normal",
   "dex": 966,
   "form": "normal",
   "name_ja": "ブロロローム",
   "name_en": "Revavroom",
   "slug_en": "revavroom",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 229,
    "defense": 168,
    "stamina": 190,
    "max_cp": 3337,
    "durability": 31920
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4691.2,
     "tdo": 124077804,
     "percentile": 76.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 206.61,
     "percentile": 83.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Gunk Shot",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 62,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Poison Jab",
     "charge_name_en": "Overheat",
     "attack_type": "fire"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "fairy",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0968_normal",
   "dex": 968,
   "form": "normal",
   "name_ja": "ミミズズ",
   "name_en": "Orthworm",
   "slug_en": "orthworm",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 161,
    "defense": 219,
    "stamina": 172,
    "max_cp": 2599,
    "durability": 37668
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3000.9,
     "tdo": 92639969,
     "percentile": 43.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 143.06,
     "percentile": 39.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Iron Head",
     "fast_type": "steel",
     "charge_type": "steel"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 48,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Iron Tail",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0969_normal",
   "dex": 969,
   "form": "normal",
   "name_ja": "キラーメ",
   "name_en": "Glimmet",
   "slug_en": "glimmet",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 187,
    "defense": 104,
    "stamina": 134,
    "max_cp": 1899,
    "durability": 13936
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3483.1,
     "tdo": 43536591,
     "percentile": 43.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Power Gem",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 160.64,
     "percentile": 65.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Power Gem",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Power Gem",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0970_normal",
   "dex": 970,
   "form": "normal",
   "name_ja": "キラフロル",
   "name_en": "Glimmora",
   "slug_en": "glimmora",
   "type1": "rock",
   "type1_ja": "いわ",
   "type2": "poison",
   "type2_ja": "どく",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 246,
    "defense": 177,
    "stamina": 195,
    "max_cp": 3700,
    "durability": 34515
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5421.6,
     "tdo": 153947127,
     "percentile": 90.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 207.04,
     "percentile": 91.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 67,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Rock Throw",
     "charge_name_en": "Meteor Beam",
     "attack_type": "rock"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ground",
      "multiplier": 2.56
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0971_normal",
   "dex": 971,
   "form": "normal",
   "name_ja": "ボチ",
   "name_en": "Greavard",
   "slug_en": "greavard",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 105,
    "defense": 106,
    "stamina": 137,
    "max_cp": 1149,
    "durability": 14522
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2339.4,
     "tdo": 30208352,
     "percentile": 21.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 120.48,
     "percentile": 22.2,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 42,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0972_normal",
   "dex": 972,
   "form": "normal",
   "name_ja": "ハカドッグ",
   "name_en": "Houndstone",
   "slug_en": "houndstone",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 186,
    "defense": 195,
    "stamina": 176,
    "max_cp": 2842,
    "durability": 34320
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3918.5,
     "tdo": 110634872,
     "percentile": 67.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 190.11,
     "percentile": 64.6,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Lick",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 54,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Bite",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0973_normal",
   "dex": 973,
   "form": "normal",
   "name_ja": "カラミンゴ",
   "name_en": "Flamigo",
   "slug_en": "flamigo",
   "type1": "flying",
   "type1_ja": "ひこう",
   "type2": "fighting",
   "type2_ja": "かくとう",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 227,
    "defense": 145,
    "stamina": 193,
    "max_cp": 3117,
    "durability": 27985
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5124.5,
     "tdo": 119881965,
     "percentile": 82.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Brave Bird",
     "fast_type": "fighting",
     "charge_type": "flying"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 212.77,
     "percentile": 70.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Brave Bird",
     "fast_type": "fighting",
     "charge_type": "flying"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 60,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Double Kick",
     "charge_name_en": "Brave Bird",
     "attack_type": "flying"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ground",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0974_normal",
   "dex": 974,
   "form": "normal",
   "name_ja": "アルクジラ",
   "name_en": "Cetoddle",
   "slug_en": "cetoddle",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 119,
    "defense": 80,
    "stamina": 239,
    "max_cp": 1469,
    "durability": 19120
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2265.9,
     "tdo": 38527525,
     "percentile": 30.0,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 105.43,
     "percentile": 24.8,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Powder Snow",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 43,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0975_normal",
   "dex": 975,
   "form": "normal",
   "name_ja": "ハルクジラ",
   "name_en": "Cetitan",
   "slug_en": "cetitan",
   "type1": "ice",
   "type1_ja": "こおり",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 208,
    "defense": 123,
    "stamina": 347,
    "max_cp": 3519,
    "durability": 42681
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4047.6,
     "tdo": 142685552,
     "percentile": 79.0,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 168.63,
     "percentile": 76.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "fast_type": "ice",
     "charge_type": "ice"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Shard",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0977_normal",
   "dex": 977,
   "form": "normal",
   "name_ja": "ヘイラッシャ",
   "name_en": "Dondozo",
   "slug_en": "dondozo",
   "type1": "water",
   "type1_ja": "みず",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 176,
    "defense": 178,
    "stamina": 312,
    "max_cp": 3388,
    "durability": 55536
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3259.3,
     "tdo": 144834002,
     "percentile": 63.4,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Surf",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 144.93,
     "percentile": 51.1,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Liquidation",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 52,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Waterfall",
     "charge_name_en": "Surf",
     "attack_type": "water"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "grass",
      "multiplier": 1.6
     },
     {
      "type": "electric",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "fire",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0978_normal",
   "dex": 978,
   "form": "normal",
   "name_ja": "シャリタツ",
   "name_en": "Tatsugiri",
   "slug_en": "tatsugiri",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "water",
   "type2_ja": "みず",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 226,
    "defense": 166,
    "stamina": 169,
    "max_cp": 3105,
    "durability": 28054
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4320.3,
     "tdo": 101191440,
     "percentile": 72.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Outrage",
     "fast_type": "water",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 176.99,
     "percentile": 69.5,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Hydro Pump",
     "fast_type": "water",
     "charge_type": "water"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 57,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Water Gun",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fire",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "steel",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0979_normal",
   "dex": 979,
   "form": "normal",
   "name_ja": "コノヨザル",
   "name_en": "Annihilape",
   "slug_en": "annihilape",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 220,
    "defense": 178,
    "stamina": 242,
    "max_cp": 3695,
    "durability": 43076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4686.6,
     "tdo": 163414687,
     "percentile": 86.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 142.05,
     "percentile": 60.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 64,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0979_shadow",
   "dex": 979,
   "form": "shadow",
   "name_ja": "コノヨザル",
   "name_en": "Shadow Annihilape",
   "slug_en": "shadow-annihilape",
   "type1": "fighting",
   "type1_ja": "かくとう",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "untradeable",
   "base_stats": {
    "attack": 220,
    "defense": 178,
    "stamina": 242,
    "max_cp": 3695,
    "durability": 43076
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5564.1,
     "tdo": 163854255,
     "percentile": 94.5,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 166.11,
     "percentile": 81.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Shadow Ball",
     "fast_type": "fighting",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Counter",
     "charge_name_en": "Close Combat",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "poison",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0980_normal",
   "dex": 980,
   "form": "normal",
   "name_ja": "ドオー",
   "name_en": "Clodsire",
   "slug_en": "clodsire",
   "type1": "poison",
   "type1_ja": "どく",
   "type2": "ground",
   "type2_ja": "じめん",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 127,
    "defense": 151,
    "stamina": 277,
    "max_cp": 2207,
    "durability": 41827
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2475.1,
     "tdo": 84586257,
     "percentile": 40.9,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 130.08,
     "percentile": 35.3,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Sludge Bomb",
     "fast_type": "poison",
     "charge_type": "poison"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 41,
    "tier": "C",
    "recommendation": {
     "fast_name_en": "Poison Sting",
     "charge_name_en": "Earthquake",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "water",
      "multiplier": 1.6
     },
     {
      "type": "psychic",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0982_normal",
   "dex": 982,
   "form": "normal",
   "name_ja": "ノココッチ",
   "name_en": "Dudunsparce",
   "slug_en": "dudunsparce",
   "type1": "normal",
   "type1_ja": "ノーマル",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 188,
    "defense": 150,
    "stamina": 268,
    "max_cp": 3097,
    "durability": 40200
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3167.9,
     "tdo": 104097993,
     "percentile": 55.4,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Body Slam",
     "fast_type": "dragon",
     "charge_type": "normal"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 55.01,
     "percentile": 52.4,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Rollout",
     "charge_name_en": "Rock Slide",
     "fast_type": "rock",
     "charge_type": "rock"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 51,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Drill Run",
     "attack_type": "ground"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "ghost",
      "multiplier": 0.391
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0983_normal",
   "dex": 983,
   "form": "normal",
   "name_ja": "ドドゲザン",
   "name_en": "Kingambit",
   "slug_en": "kingambit",
   "type1": "dark",
   "type1_ja": "あく",
   "type2": "steel",
   "type2_ja": "はがね",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 238,
    "defense": 203,
    "stamina": 225,
    "max_cp": 4086,
    "durability": 45675
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4737.9,
     "tdo": 174448945,
     "percentile": 89.0,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Foul Play",
     "fast_type": "steel",
     "charge_type": "dark"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 236.97,
     "percentile": 86.3,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Snarl",
     "charge_name_en": "Foul Play",
     "fast_type": "dark",
     "charge_type": "dark"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Metal Claw",
     "charge_name_en": "Focus Blast",
     "attack_type": "fighting"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "fighting",
      "multiplier": 2.56
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "psychic",
      "multiplier": 0.244
     },
     {
      "type": "poison",
      "multiplier": 0.391
     },
     {
      "type": "dark",
      "multiplier": 0.625
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "ghost",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "normal",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0996_normal",
   "dex": 996,
   "form": "normal",
   "name_ja": "セビエ",
   "name_en": "Frigibax",
   "slug_en": "frigibax",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 86,
    "stamina": 163,
    "max_cp": 1410,
    "durability": 14018
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2721.1,
     "tdo": 34410340,
     "percentile": 32.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 126.42,
     "percentile": 42.6,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0997_normal",
   "dex": 997,
   "form": "normal",
   "name_ja": "セゴール",
   "name_en": "Arctibax",
   "slug_en": "arctibax",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 128,
    "stamina": 207,
    "max_cp": 2365,
    "durability": 26496
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3433.3,
     "tdo": 76736483,
     "percentile": 58.5,
     "tier": "B"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Avalanche",
     "fast_type": "dragon",
     "charge_type": "ice"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 152.91,
     "percentile": 62.7,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Breath",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Avalanche",
     "attack_type": "ice"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0998_normal",
   "dex": 998,
   "form": "normal",
   "name_ja": "セグレイブ",
   "name_en": "Baxcalibur",
   "slug_en": "baxcalibur",
   "type1": "dragon",
   "type1_ja": "ドラゴン",
   "type2": "ice",
   "type2_ja": "こおり",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 254,
    "defense": 168,
    "stamina": 229,
    "max_cp": 4013,
    "durability": 38472
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 5884.0,
     "tdo": 185486775,
     "percentile": 98.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Glaive Rush",
     "fast_type": "ice",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 317.46,
     "percentile": 97.9,
     "tier": "S+"
    },
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Glaive Rush",
     "fast_type": "ice",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 71,
    "tier": "S+",
    "recommendation": {
     "fast_name_en": "Ice Fang",
     "charge_name_en": "Glaive Rush",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "rock",
      "multiplier": 1.6
     },
     {
      "type": "fighting",
      "multiplier": 1.6
     },
     {
      "type": "steel",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_0999_normal",
   "dex": 999,
   "form": "normal",
   "name_ja": "コレクレー",
   "name_en": "Gimmighoul",
   "slug_en": "gimmighoul",
   "type1": "ghost",
   "type1_ja": "ゴースト",
   "type2": null,
   "type2_ja": null,
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 140,
    "defense": 76,
    "stamina": 128,
    "max_cp": 1248,
    "durability": 9728
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 2858.0,
     "tdo": 26225044,
     "percentile": 29.9,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 137.36,
     "percentile": 36.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "poison",
      "multiplier": 0.625
     },
     {
      "type": "bug",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_1000_normal",
   "dex": 1000,
   "form": "normal",
   "name_ja": "サーフゴー",
   "name_en": "Gholdengo",
   "slug_en": "gholdengo",
   "type1": "steel",
   "type1_ja": "はがね",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 252,
    "defense": 190,
    "stamina": 202,
    "max_cp": 3976,
    "durability": 38380
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4923.1,
     "tdo": 154347075,
     "percentile": 87.8,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 224.22,
     "percentile": 78.3,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Hex",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 68,
    "tier": "S",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ground",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "poison",
      "multiplier": 0.244
     },
     {
      "type": "normal",
      "multiplier": 0.244
     },
     {
      "type": "bug",
      "multiplier": 0.391
     },
     {
      "type": "rock",
      "multiplier": 0.625
     },
     {
      "type": "fighting",
      "multiplier": 0.625
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ice",
      "multiplier": 0.625
     },
     {
      "type": "steel",
      "multiplier": 0.625
     },
     {
      "type": "flying",
      "multiplier": 0.625
     },
     {
      "type": "psychic",
      "multiplier": 0.625
     },
     {
      "type": "dragon",
      "multiplier": 0.625
     },
     {
      "type": "fairy",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_1011_normal",
   "dex": 1011,
   "form": "normal",
   "name_ja": "カミッチュ",
   "name_en": "Dipplin",
   "slug_en": "dipplin",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 173,
    "defense": 184,
    "stamina": 190,
    "max_cp": 2681,
    "durability": 34960
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3584.6,
     "tdo": 103100313,
     "percentile": 58.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 169.2,
     "percentile": 39.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 50,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_1012_normal",
   "dex": 1012,
   "form": "normal",
   "name_ja": "チャデス",
   "name_en": "Poltchageist",
   "slug_en": "poltchageist",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 134,
    "defense": 96,
    "stamina": 120,
    "max_cp": 1287,
    "durability": 11520
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 3024.9,
     "tdo": 31882571,
     "percentile": 30.7,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Shadow Ball",
     "fast_type": "grass",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 125.63,
     "percentile": 27.1,
     "tier": "C"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 49,
    "tier": "B",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_1013_normal",
   "dex": 1013,
   "form": "normal",
   "name_ja": "ヤバソチャ",
   "name_en": "Sinistcha",
   "slug_en": "sinistcha",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "ghost",
   "type2_ja": "ゴースト",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 225,
    "defense": 191,
    "stamina": 174,
    "max_cp": 3343,
    "durability": 33234
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4872.4,
     "tdo": 133260426,
     "percentile": 81.7,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Magical Leaf",
     "charge_name_en": "Shadow Ball",
     "fast_type": "grass",
     "charge_type": "ghost"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 202.43,
     "percentile": 69.8,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Shadow Ball",
     "fast_type": "ghost",
     "charge_type": "ghost"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 63,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Astonish",
     "charge_name_en": "Poltergeist",
     "attack_type": "ghost"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "dark",
      "multiplier": 1.6
     },
     {
      "type": "ice",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "fire",
      "multiplier": 1.6
     },
     {
      "type": "ghost",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "fighting",
      "multiplier": 0.391
     },
     {
      "type": "normal",
      "multiplier": 0.391
     },
     {
      "type": "grass",
      "multiplier": 0.625
     },
     {
      "type": "ground",
      "multiplier": 0.625
     },
     {
      "type": "electric",
      "multiplier": 0.625
     },
     {
      "type": "water",
      "multiplier": 0.625
     }
    ]
   }
  },
  {
   "canonical_id": "pm_1019_normal",
   "dex": 1019,
   "form": "normal",
   "name_ja": "カミツオロチ",
   "name_en": "Hydrapple",
   "slug_en": "hydrapple",
   "type1": "grass",
   "type1_ja": "くさ",
   "type2": "dragon",
   "type2_ja": "ドラゴン",
   "trade_status": "normal_trade",
   "base_stats": {
    "attack": 216,
    "defense": 186,
    "stamina": 235,
    "max_cp": 3656,
    "durability": 43710
   },
   "raid": {
    "status": "computed",
    "metrics": {
     "dps": 4404.5,
     "tdo": 156224069,
     "percentile": 82.2,
     "tier": "S"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "gym": {
    "status": "computed",
    "metrics": {
     "clear_score": 217.63,
     "percentile": 65.0,
     "tier": "A"
    },
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "fast_type": "dragon",
     "charge_type": "dragon"
    }
   },
   "rocket": {
    "status": "computed",
    "score": 55,
    "tier": "A",
    "recommendation": {
     "fast_name_en": "Dragon Tail",
     "charge_name_en": "Outrage",
     "attack_type": "dragon"
    }
   },
   "type_effectiveness": {
    "weaknesses": [
     {
      "type": "ice",
      "multiplier": 2.56
     },
     {
      "type": "poison",
      "multiplier": 1.6
     },
     {
      "type": "flying",
      "multiplier": 1.6
     },
     {
      "type": "bug",
      "multiplier": 1.6
     },
     {
      "type": "dragon",
      "multiplier": 1.6
     },
     {
      "type": "fairy",
      "multiplier": 1.6
     }
    ],
    "resistances": [
     {
      "type": "grass",
      "multiplier": 0.391
     },
     {
      "type": "electric",
      "multiplier": 0.391
     },
     {
      "type": "water",
      "multiplier": 0.391
     },
     {
      "type": "ground",
      "multiplier": 0.625
     }
    ]
   }
  }
 ]
}