Skip to content

Instantly share code, notes, and snippets.

@imRohan
Created August 19, 2021 15:10
Embed
What would you like to do?
Pokemon Data
[
{
"id": "001",
"name": "Bulbasaur",
"classification": "Seed Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "6.04kg",
"maximum": "7.76kg"
},
"height": {
"minimum": "0.61m",
"maximum": "0.79m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 25,
"name": "Bulbasaur candies"
},
"evolutions": [
{
"id": 2,
"name": "Ivysaur"
},
{
"id": 3,
"name": "Venusaur"
}
],
"maxCP": 951,
"maxHP": 1071,
"attacks": {
"fast": [
{
"name": "Tackle",
"type": "Normal",
"damage": 12
},
{
"name": "Vine Whip",
"type": "Grass",
"damage": 7
}
],
"special": [
{
"name": "Power Whip",
"type": "Grass",
"damage": 70
},
{
"name": "Seed Bomb",
"type": "Grass",
"damage": 40
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "002",
"name": "Ivysaur",
"classification": "Seed Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "11.38kg",
"maximum": "14.63kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 1,
"name": "Bulbasaur"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Bulbasaur candies"
},
"evolutions": [
{
"id": 3,
"name": "Venusaur"
}
],
"maxCP": 1483,
"maxHP": 1632,
"attacks": {
"fast": [
{
"name": "Razor Leaf",
"type": "Grass",
"damage": 15
},
{
"name": "Vine Whip",
"type": "Grass",
"damage": 7
}
],
"special": [
{
"name": "Power Whip",
"type": "Grass",
"damage": 70
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
},
{
"name": "Solar Beam",
"type": "Grass",
"damage": 120
}
]
}
},
{
"id": "003",
"name": "Venusaur",
"classification": "Seed Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "87.5kg",
"maximum": "112.5kg"
},
"height": {
"minimum": "1.75m",
"maximum": "2.25m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 1,
"name": "Bulbasaur"
},
{
"id": 2,
"name": "Ivysaur"
}
],
"maxCP": 2392,
"maxHP": 2580,
"attacks": {
"fast": [
{
"name": "Razor Leaf",
"type": "Grass",
"damage": 15
},
{
"name": "Vine Whip",
"type": "Grass",
"damage": 7
}
],
"special": [
{
"name": "Petal Blizzard",
"type": "Grass",
"damage": 65
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
},
{
"name": "Solar Beam",
"type": "Grass",
"damage": 120
}
]
}
},
{
"id": "004",
"name": "Charmander",
"classification": "Lizard Pokémon",
"types": [
"Fire"
],
"resistant": [
"Fire",
"Grass",
"Ice",
"Bug",
"Steel",
"Fairy"
],
"weaknesses": [
"Water",
"Ground",
"Rock"
],
"weight": {
"minimum": "7.44kg",
"maximum": "9.56kg"
},
"height": {
"minimum": "0.53m",
"maximum": "0.68m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 25,
"name": "Charmander candies"
},
"evolutions": [
{
"id": 5,
"name": "Charmeleon"
},
{
"id": 6,
"name": "Charizard"
}
],
"maxCP": 841,
"maxHP": 955,
"attacks": {
"fast": [
{
"name": "Ember",
"type": "Fire",
"damage": 10
},
{
"name": "Scratch",
"type": "Normal",
"damage": 6
}
],
"special": [
{
"name": "Flame Burst",
"type": "Fire",
"damage": 30
},
{
"name": "Flame Charge",
"type": "Fire",
"damage": 25
},
{
"name": "Flamethrower",
"type": "Fire",
"damage": 55
}
]
}
},
{
"id": "005",
"name": "Charmeleon",
"classification": "Flame Pokémon",
"types": [
"Fire"
],
"resistant": [
"Fire",
"Grass",
"Ice",
"Bug",
"Steel",
"Fairy"
],
"weaknesses": [
"Water",
"Ground",
"Rock"
],
"weight": {
"minimum": "16.63kg",
"maximum": "21.38kg"
},
"height": {
"minimum": "0.96m",
"maximum": "1.24m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 4,
"name": "Charmander"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Charmander candies"
},
"evolutions": [
{
"id": 6,
"name": "Charizard"
}
],
"maxCP": 1411,
"maxHP": 1557,
"attacks": {
"fast": [
{
"name": "Ember",
"type": "Fire",
"damage": 10
},
{
"name": "Scratch",
"type": "Normal",
"damage": 6
}
],
"special": [
{
"name": "Fire Punch",
"type": "Fire",
"damage": 40
},
{
"name": "Flame Burst",
"type": "Fire",
"damage": 30
},
{
"name": "Flamethrower",
"type": "Fire",
"damage": 55
}
]
}
},
{
"id": "006",
"name": "Charizard",
"classification": "Flame Pokémon",
"types": [
"Fire",
"Flying"
],
"resistant": [
"Fire",
"Grass",
"Fighting",
"Bug",
"Steel",
"Fairy"
],
"weaknesses": [
"Water",
"Electric",
"Rock"
],
"weight": {
"minimum": "79.19kg",
"maximum": "101.81kg"
},
"height": {
"minimum": "1.49m",
"maximum": "1.91m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 4,
"name": "Charmander"
},
{
"id": 5,
"name": "Charmeleon"
}
],
"maxCP": 2413,
"maxHP": 2602,
"attacks": {
"fast": [
{
"name": "Ember",
"type": "Fire",
"damage": 10
},
{
"name": "Wing Attack",
"type": "Flying",
"damage": 9
}
],
"special": [
{
"name": "Dragon Claw",
"type": "Dragon",
"damage": 35
},
{
"name": "Fire Blast",
"type": "Fire",
"damage": 100
},
{
"name": "Flamethrower",
"type": "Fire",
"damage": 55
}
]
}
},
{
"id": "007",
"name": "Squirtle",
"classification": "Tiny Turtle Pokémon",
"types": [
"Water"
],
"resistant": [
"Fire",
"Water",
"Ice",
"Steel"
],
"weaknesses": [
"Electric",
"Grass"
],
"weight": {
"minimum": "7.88kg",
"maximum": "10.13kg"
},
"height": {
"minimum": "0.44m",
"maximum": "0.56m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 25,
"name": "Squirtle candies"
},
"evolutions": [
{
"id": 8,
"name": "Wartortle"
},
{
"id": 9,
"name": "Blastoise"
}
],
"maxCP": 891,
"maxHP": 1008,
"attacks": {
"fast": [
{
"name": "Bubble",
"type": "Water",
"damage": 25
},
{
"name": "Tackle",
"type": "Normal",
"damage": 12
}
],
"special": [
{
"name": "Aqua Jet",
"type": "Water",
"damage": 25
},
{
"name": "Aqua Tail",
"type": "Water",
"damage": 45
},
{
"name": "Water Pulse",
"type": "Water",
"damage": 35
}
]
}
},
{
"id": "008",
"name": "Wartortle",
"classification": "Turtle Pokémon",
"types": [
"Water"
],
"resistant": [
"Fire",
"Water",
"Ice",
"Steel"
],
"weaknesses": [
"Electric",
"Grass"
],
"weight": {
"minimum": "19.69kg",
"maximum": "25.31kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 7,
"name": "Squirtle"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Squirtle candies"
},
"evolutions": [
{
"id": 9,
"name": "Blastoise"
}
],
"maxCP": 1435,
"maxHP": 1582,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Water Gun",
"type": "Water",
"damage": 6
}
],
"special": [
{
"name": "Aqua Jet",
"type": "Water",
"damage": 25
},
{
"name": "Gunk Shot",
"type": "Poison",
"damage": 65
},
{
"name": "Hydro Pump",
"type": "Water",
"damage": 90
},
{
"name": "Ice Beam",
"type": "Ice",
"damage": 65
}
]
}
},
{
"id": "009",
"name": "Blastoise",
"classification": "Shellfish Pokémon",
"types": [
"Water"
],
"resistant": [
"Fire",
"Water",
"Ice",
"Steel"
],
"weaknesses": [
"Electric",
"Grass"
],
"weight": {
"minimum": "74.81kg",
"maximum": "96.19kg"
},
"height": {
"minimum": "1.4m",
"maximum": "1.8m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 7,
"name": "Squirtle"
},
{
"id": 8,
"name": "Wartortle"
}
],
"maxCP": 2355,
"maxHP": 2542,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Water Gun",
"type": "Water",
"damage": 6
}
],
"special": [
{
"name": "Flash Cannon",
"type": "Steel",
"damage": 60
},
{
"name": "Gunk Shot",
"type": "Poison",
"damage": 65
},
{
"name": "Hydro Pump",
"type": "Water",
"damage": 90
},
{
"name": "Ice Beam",
"type": "Ice",
"damage": 65
}
]
}
},
{
"id": "010",
"name": "Caterpie",
"classification": "Worm Pokémon",
"types": [
"Bug"
],
"resistant": [
"Grass",
"Fighting",
"Ground"
],
"weaknesses": [
"Fire",
"Flying",
"Rock"
],
"weight": {
"minimum": "2.54kg",
"maximum": "3.26kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.2,
"evolutionRequirements": {
"amount": 12,
"name": "Caterpie candies"
},
"evolutions": [
{
"id": 11,
"name": "Metapod"
},
{
"id": 12,
"name": "Butterfree"
}
],
"maxCP": 367,
"maxHP": 443,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Tackle",
"type": "Normal",
"damage": 12
}
],
"special": [
{
"name": "Struggle",
"type": "Normal",
"damage": 15
}
]
}
},
{
"id": "011",
"name": "Metapod",
"classification": "Cocoon Pokémon",
"types": [
"Bug"
],
"resistant": [
"Grass",
"Fighting",
"Ground"
],
"weaknesses": [
"Fire",
"Flying",
"Rock"
],
"weight": {
"minimum": "8.66kg",
"maximum": "11.14kg"
},
"height": {
"minimum": "0.61m",
"maximum": "0.79m"
},
"fleeRate": 0.09,
"Previous evolution(s)": [
{
"id": 10,
"name": "Caterpie"
}
],
"evolutionRequirements": {
"amount": 50,
"name": "Caterpie candies"
},
"evolutions": [
{
"id": 12,
"name": "Butterfree"
}
],
"maxCP": 397,
"maxHP": 477,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Tackle",
"type": "Normal",
"damage": 12
}
],
"special": [
{
"name": "Struggle",
"type": "Normal",
"damage": 15
}
]
}
},
{
"id": "012",
"name": "Butterfree",
"classification": "Butterfly Pokémon",
"types": [
"Bug",
"Flying"
],
"resistant": [
"Grass",
"Fighting",
"Ground",
"Bug"
],
"weaknesses": [
"Fire",
"Electric",
"Ice",
"Flying",
"Rock"
],
"weight": {
"minimum": "28kg",
"maximum": "36kg"
},
"height": {
"minimum": "0.96m",
"maximum": "1.24m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 10,
"name": "Caterpie"
},
{
"id": 11,
"name": "Metapod"
}
],
"maxCP": 1315,
"maxHP": 1454,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Confusion",
"type": "Psychic",
"damage": 15
}
],
"special": [
{
"name": "Bug Buzz",
"type": "Bug",
"damage": 75
},
{
"name": "Psychic",
"type": "Psychic",
"damage": 55
},
{
"name": "Signal Beam",
"type": "Bug",
"damage": 45
}
]
}
},
{
"id": "013",
"name": "Weedle",
"classification": "Hairy Pokémon",
"types": [
"Bug",
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Fire",
"Flying",
"Psychic",
"Rock"
],
"weight": {
"minimum": "2.8kg",
"maximum": "3.6kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.2,
"evolutionRequirements": {
"amount": 12,
"name": "Weedle candies"
},
"evolutions": [
{
"id": 14,
"name": "Kakuna"
},
{
"id": 15,
"name": "Beedrill"
}
],
"maxCP": 372,
"maxHP": 449,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Struggle",
"type": "Normal",
"damage": 15
}
]
}
},
{
"id": "014",
"name": "Kakuna",
"classification": "Cocoon Pokémon",
"types": [
"Bug",
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Fire",
"Flying",
"Psychic",
"Rock"
],
"weight": {
"minimum": "8.75kg",
"maximum": "11.25kg"
},
"height": {
"minimum": "0.53m",
"maximum": "0.68m"
},
"fleeRate": 0.09,
"Previous evolution(s)": [
{
"id": 13,
"name": "Weedle"
}
],
"evolutionRequirements": {
"amount": 50,
"name": "Weedle candies"
},
"evolutions": [
{
"id": 15,
"name": "Beedrill"
}
],
"maxCP": 405,
"maxHP": 485,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Struggle",
"type": "Normal",
"damage": 15
}
]
}
},
{
"id": "015",
"name": "Beedrill",
"classification": "Poison Bee Pokémon",
"types": [
"Bug",
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Fire",
"Flying",
"Psychic",
"Rock"
],
"weight": {
"minimum": "25.81kg",
"maximum": "33.19kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 13,
"name": "Weedle"
},
{
"id": 14,
"name": "Kakuna"
}
],
"maxCP": 1301,
"maxHP": 1439,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Poison Jab",
"type": "Poison",
"damage": 12
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
},
{
"name": "X Scissor",
"type": "Bug",
"damage": 35
}
]
}
},
{
"id": "016",
"name": "Pidgey",
"classification": "Tiny Bird Pokémon",
"types": [
"Normal",
"Flying"
],
"resistant": [
"Grass",
"Ground",
"Bug",
"Ghost"
],
"weaknesses": [
"Electric",
"Ice",
"Rock"
],
"weight": {
"minimum": "1.57kg",
"maximum": "2.02kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.2,
"evolutionRequirements": {
"amount": 12,
"name": "Pidgey candies"
},
"evolutions": [
{
"id": 17,
"name": "Pidgeotto"
},
{
"id": 18,
"name": "Pidgeot"
}
],
"maxCP": 585,
"maxHP": 679,
"attacks": {
"fast": [
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
},
{
"name": "Tackle",
"type": "Normal",
"damage": 12
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Air Cutter",
"type": "Flying",
"damage": 30
},
{
"name": "Twister",
"type": "Dragon",
"damage": 25
}
]
}
},
{
"id": "017",
"name": "Pidgeotto",
"classification": "Bird Pokémon",
"types": [
"Normal",
"Flying"
],
"resistant": [
"Grass",
"Ground",
"Bug",
"Ghost"
],
"weaknesses": [
"Electric",
"Ice",
"Rock"
],
"weight": {
"minimum": "26.25kg",
"maximum": "33.75kg"
},
"height": {
"minimum": "0.96m",
"maximum": "1.24m"
},
"fleeRate": 0.09,
"Previous evolution(s)": [
{
"id": 16,
"name": "Pidgey"
}
],
"evolutionRequirements": {
"amount": 50,
"name": "Pidgey candies"
},
"evolutions": [
{
"id": 18,
"name": "Pidgeot"
}
],
"maxCP": 1096,
"maxHP": 1223,
"attacks": {
"fast": [
{
"name": "Steel Wing",
"type": "Steel",
"damage": 15
},
{
"name": "Wing Attack",
"type": "Flying",
"damage": 9
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Air Cutter",
"type": "Flying",
"damage": 30
},
{
"name": "Twister",
"type": "Dragon",
"damage": 25
}
]
}
},
{
"id": "018",
"name": "Pidgeot",
"classification": "Bird Pokémon",
"types": [
"Normal",
"Flying"
],
"resistant": [
"Grass",
"Ground",
"Bug",
"Ghost"
],
"weaknesses": [
"Electric",
"Ice",
"Rock"
],
"weight": {
"minimum": "34.56kg",
"maximum": "44.44kg"
},
"height": {
"minimum": "1.31m",
"maximum": "1.69m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 16,
"name": "Pidgey"
},
{
"id": 17,
"name": "Pidgeotto"
}
],
"maxCP": 1923,
"maxHP": 2091,
"attacks": {
"fast": [
{
"name": "Steel Wing",
"type": "Steel",
"damage": 15
},
{
"name": "Wing Attack",
"type": "Flying",
"damage": 9
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Air Cutter",
"type": "Flying",
"damage": 30
},
{
"name": "Hurricane",
"type": "Flying",
"damage": 80
}
]
}
},
{
"id": "019",
"name": "Rattata",
"classification": "Mouse Pokémon",
"types": [
"Normal"
],
"resistant": [
"Ghost"
],
"weaknesses": [
"Fighting"
],
"weight": {
"minimum": "3.06kg",
"maximum": "3.94kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.2,
"evolutionRequirements": {
"amount": 25,
"name": "Rattata candies"
},
"evolutions": [
{
"id": 20,
"name": "Raticate"
}
],
"maxCP": 493,
"maxHP": 581,
"attacks": {
"fast": [
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
},
{
"name": "Tackle",
"type": "Normal",
"damage": 12
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Dig",
"type": "Ground",
"damage": 70
},
{
"name": "Hyper Fang",
"type": "Normal",
"damage": 35
}
]
}
},
{
"id": "020",
"name": "Raticate",
"classification": "Mouse Pokémon",
"types": [
"Normal"
],
"resistant": [
"Ghost"
],
"weaknesses": [
"Fighting"
],
"weight": {
"minimum": "16.19kg",
"maximum": "20.81kg"
},
"height": {
"minimum": "0.61m",
"maximum": "0.79m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 19,
"name": "Rattata"
}
],
"maxCP": 1304,
"maxHP": 1444,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
}
],
"special": [
{
"name": "Dig",
"type": "Ground",
"damage": 70
},
{
"name": "Hyper Beam",
"type": "Normal",
"damage": 120
},
{
"name": "Hyper Fang",
"type": "Normal",
"damage": 35
}
]
}
},
{
"id": "021",
"name": "Spearow",
"classification": "Tiny Bird Pokémon",
"types": [
"Normal",
"Flying"
],
"resistant": [
"Grass",
"Ground",
"Bug",
"Ghost"
],
"weaknesses": [
"Electric",
"Ice",
"Rock"
],
"weight": {
"minimum": "1.75kg",
"maximum": "2.25kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 50,
"name": "Spearow candies"
},
"evolutions": [
{
"id": 22,
"name": "Fearow"
}
],
"maxCP": 591,
"maxHP": 686,
"attacks": {
"fast": [
{
"name": "Peck",
"type": "Flying",
"damage": 10
},
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Drill Peck",
"type": "Flying",
"damage": 40
},
{
"name": "Twister",
"type": "Dragon",
"damage": 25
}
]
}
},
{
"id": "022",
"name": "Fearow",
"classification": "Beak Pokémon",
"types": [
"Normal",
"Flying"
],
"resistant": [
"Grass",
"Ground",
"Bug",
"Ghost"
],
"weaknesses": [
"Electric",
"Ice",
"Rock"
],
"weight": {
"minimum": "33.25kg",
"maximum": "42.75kg"
},
"height": {
"minimum": "1.05m",
"maximum": "1.35m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 21,
"name": "Spearow"
}
],
"maxCP": 1592,
"maxHP": 1746,
"attacks": {
"fast": [
{
"name": "Peck",
"type": "Flying",
"damage": 10
},
{
"name": "Steel Wing",
"type": "Steel",
"damage": 15
}
],
"special": [
{
"name": "Aerial Ace",
"type": "Flying",
"damage": 30
},
{
"name": "Drill Run",
"type": "Ground",
"damage": 50
},
{
"name": "Twister",
"type": "Dragon",
"damage": 25
}
]
}
},
{
"id": "023",
"name": "Ekans",
"classification": "Snake Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "6.04kg",
"maximum": "7.76kg"
},
"height": {
"minimum": "1.75m",
"maximum": "2.25m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 50,
"name": "Ekans candies"
},
"evolutions": [
{
"id": 24,
"name": "Arbok"
}
],
"maxCP": 718,
"maxHP": 824,
"attacks": {
"fast": [
{
"name": "Acid",
"type": "Poison",
"damage": 10
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Gunk Shot",
"type": "Poison",
"damage": 65
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
},
{
"name": "Wrap",
"type": "Normal",
"damage": 25
}
]
}
},
{
"id": "024",
"name": "Arbok",
"classification": "Cobra Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "56.88kg",
"maximum": "73.13kg"
},
"height": {
"minimum": "3.06m",
"maximum": "3.94m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 23,
"name": "Ekans"
}
],
"maxCP": 1611,
"maxHP": 1767,
"attacks": {
"fast": [
{
"name": "Acid",
"type": "Poison",
"damage": 10
},
{
"name": "Bite",
"type": "Dark",
"damage": 6
}
],
"special": [
{
"name": "Dark Pulse",
"type": "Dark",
"damage": 45
},
{
"name": "Gunk Shot",
"type": "Poison",
"damage": 65
},
{
"name": "Sludge Wave",
"type": "Poison",
"damage": 70
}
]
}
},
{
"id": "025",
"name": "Pikachu",
"classification": "Mouse Pokémon",
"types": [
"Electric"
],
"resistant": [
"Electric",
"Flying",
"Steel"
],
"weaknesses": [
"Ground"
],
"weight": {
"minimum": "5.25kg",
"maximum": "6.75kg"
},
"height": {
"minimum": "0.35m",
"maximum": "0.45m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 50,
"name": "Pikachu candies"
},
"evolutions": [
{
"id": 26,
"name": "Raichu"
}
],
"maxCP": 777,
"maxHP": 887,
"attacks": {
"fast": [
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
},
{
"name": "Thunder Shock",
"type": "Electric",
"damage": 5
}
],
"special": [
{
"name": "Discharge",
"type": "Electric",
"damage": 35
},
{
"name": "Thunder",
"type": "Electric",
"damage": 100
},
{
"name": "Thunderbolt",
"type": "Electric",
"damage": 55
}
]
}
},
{
"id": "026",
"name": "Raichu",
"classification": "Mouse Pokémon",
"types": [
"Electric"
],
"resistant": [
"Electric",
"Flying",
"Steel"
],
"weaknesses": [
"Ground"
],
"weight": {
"minimum": "26.25kg",
"maximum": "33.75kg"
},
"height": {
"minimum": "0.7m",
"maximum": "0.9m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 25,
"name": "Pikachu"
}
],
"maxCP": 1859,
"maxHP": 2028,
"attacks": {
"fast": [
{
"name": "Spark",
"type": "Electric",
"damage": 7
},
{
"name": "Thunder Shock",
"type": "Electric",
"damage": 5
}
],
"special": [
{
"name": "Brick Break",
"type": "Fighting",
"damage": 30
},
{
"name": "Thunder",
"type": "Electric",
"damage": 100
},
{
"name": "Thunder Punch",
"type": "Electric",
"damage": 40
}
]
}
},
{
"id": "027",
"name": "Sandshrew",
"classification": "Mouse Pokémon",
"types": [
"Ground"
],
"resistant": [
"Electric",
"Poison",
"Rock"
],
"weaknesses": [
"Water",
"Grass",
"Ice"
],
"weight": {
"minimum": "10.5kg",
"maximum": "13.5kg"
},
"height": {
"minimum": "0.53m",
"maximum": "0.68m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 50,
"name": "Sandshrew candies"
},
"evolutions": [
{
"id": 28,
"name": "Sandslash"
}
],
"maxCP": 695,
"maxHP": 798,
"attacks": {
"fast": [
{
"name": "Mud Shot",
"type": "Ground",
"damage": 6
},
{
"name": "Scratch",
"type": "Normal",
"damage": 6
}
],
"special": [
{
"name": "Dig",
"type": "Ground",
"damage": 70
},
{
"name": "Rock Slide",
"type": "Rock",
"damage": 50
},
{
"name": "Rock Tomb",
"type": "Rock",
"damage": 30
}
]
}
},
{
"id": "028",
"name": "Sandslash",
"classification": "Mouse Pokémon",
"types": [
"Ground"
],
"resistant": [
"Electric",
"Poison",
"Rock"
],
"weaknesses": [
"Water",
"Grass",
"Ice"
],
"weight": {
"minimum": "25.81kg",
"maximum": "33.19kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 27,
"name": "Sandshrew"
}
],
"maxCP": 1654,
"maxHP": 1810,
"attacks": {
"fast": [
{
"name": "Metal Claw",
"type": "Steel",
"damage": 8
},
{
"name": "Mud Shot",
"type": "Ground",
"damage": 6
}
],
"special": [
{
"name": "Bulldoze",
"type": "Ground",
"damage": 35
},
{
"name": "Earthquake",
"type": "Ground",
"damage": 100
},
{
"name": "Rock Tomb",
"type": "Rock",
"damage": 30
}
]
}
},
{
"id": "029",
"name": "Nidoran-F",
"classification": "Poison Pin Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "6.13kg",
"maximum": "7.88kg"
},
"height": {
"minimum": "0.35m",
"maximum": "0.45m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 25,
"name": "Nidoran♀ candies"
},
"evolutions": [
{
"id": 30,
"name": "Nidorina"
},
{
"id": 31,
"name": "Nidoqueen"
}
],
"maxCP": 768,
"maxHP": 876,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Poison Fang",
"type": "Poison",
"damage": 25
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "030",
"name": "Nidorina",
"classification": "Poison Pin Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "17.5kg",
"maximum": "22.5kg"
},
"height": {
"minimum": "0.7m",
"maximum": "0.9m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 29,
"name": "Nidoran-F"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Nidoran♀ candies"
},
"evolutions": [
{
"id": 31,
"name": "Nidoqueen"
}
],
"maxCP": 1267,
"maxHP": 1404,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Dig",
"type": "Ground",
"damage": 70
},
{
"name": "Poison Fang",
"type": "Poison",
"damage": 25
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "031",
"name": "Nidoqueen",
"classification": "Drill Pokémon",
"types": [
"Poison",
"Ground"
],
"resistant": [
"Electric",
"Fighting",
"Poison",
"Bug",
"Rock",
"Fairy"
],
"weaknesses": [
"Water",
"Ice",
"Ground",
"Psychic"
],
"weight": {
"minimum": "52.5kg",
"maximum": "67.5kg"
},
"height": {
"minimum": "1.14m",
"maximum": "1.46m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 29,
"name": "Nidoran-F"
},
{
"id": 30,
"name": "Nidorina"
}
],
"maxCP": 2301,
"maxHP": 2485,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Poison Jab",
"type": "Poison",
"damage": 12
}
],
"special": [
{
"name": "Earthquake",
"type": "Ground",
"damage": 100
},
{
"name": "Sludge Wave",
"type": "Poison",
"damage": 70
},
{
"name": "Stone Edge",
"type": "Rock",
"damage": 80
}
]
}
},
{
"id": "032",
"name": "Nidoran-M",
"classification": "Poison Pin Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "7.88kg",
"maximum": "10.13kg"
},
"height": {
"minimum": "0.44m",
"maximum": "0.56m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 25,
"name": "Nidoran-M candies"
},
"evolutions": [
{
"id": 33,
"name": "Nidorino"
},
{
"id": 34,
"name": "Nidoking"
}
],
"maxCP": 737,
"maxHP": 843,
"attacks": {
"fast": [
{
"name": "Peck",
"type": "Flying",
"damage": 10
},
{
"name": "Poison Sting",
"type": "Poison",
"damage": 6
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Horn Attack",
"type": "Normal",
"damage": 25
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "033",
"name": "Nidorino",
"classification": "Poison Pin Pokémon",
"types": [
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Ground",
"Psychic"
],
"weight": {
"minimum": "17.06kg",
"maximum": "21.94kg"
},
"height": {
"minimum": "0.79m",
"maximum": "1.01m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 32,
"name": "Nidoran-M"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Nidoran-M candies"
},
"evolutions": [
{
"id": 34,
"name": "Nidoking"
}
],
"maxCP": 1236,
"maxHP": 1372,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Poison Jab",
"type": "Poison",
"damage": 12
}
],
"special": [
{
"name": "Dig",
"type": "Ground",
"damage": 70
},
{
"name": "Horn Attack",
"type": "Normal",
"damage": 25
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "034",
"name": "Nidoking",
"classification": "Drill Pokémon",
"types": [
"Poison",
"Ground"
],
"resistant": [
"Electric",
"Fighting",
"Poison",
"Bug",
"Rock",
"Fairy"
],
"weaknesses": [
"Water",
"Ice",
"Ground",
"Psychic"
],
"weight": {
"minimum": "54.25kg",
"maximum": "69.75kg"
},
"height": {
"minimum": "1.22m",
"maximum": "1.57m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 32,
"name": "Nidoran-M"
},
{
"id": 33,
"name": "Nidorino"
}
],
"maxCP": 2291,
"maxHP": 2475,
"attacks": {
"fast": [
{
"name": "Fury Cutter",
"type": "Bug",
"damage": 3
},
{
"name": "Poison Jab",
"type": "Poison",
"damage": 12
}
],
"special": [
{
"name": "Earthquake",
"type": "Ground",
"damage": 100
},
{
"name": "Megahorn",
"type": "Bug",
"damage": 80
},
{
"name": "Sludge Wave",
"type": "Poison",
"damage": 70
}
]
}
},
{
"id": "035",
"name": "Clefairy",
"classification": "Fairy Pokémon",
"types": [
"Fairy"
],
"resistant": [
"Fighting",
"Bug",
"Dragon",
"Dark"
],
"weaknesses": [
"Poison",
"Steel"
],
"weight": {
"minimum": "6.56kg",
"maximum": "8.44kg"
},
"height": {
"minimum": "0.53m",
"maximum": "0.68m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 50,
"name": "Clefairy candies"
},
"evolutions": [
{
"id": 36,
"name": "Clefable"
}
],
"maxCP": 1074,
"maxHP": 1200,
"attacks": {
"fast": [
{
"name": "Pound",
"type": "Normal",
"damage": 7
},
{
"name": "Zen Headbutt",
"type": "Psychic",
"damage": 12
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Disarming Voice",
"type": "Fairy",
"damage": 25
},
{
"name": "Moonblast",
"type": "Fairy",
"damage": 85
}
]
}
},
{
"id": "036",
"name": "Clefable",
"classification": "Fairy Pokémon",
"types": [
"Fairy"
],
"resistant": [
"Fighting",
"Bug",
"Dragon",
"Dark"
],
"weaknesses": [
"Poison",
"Steel"
],
"weight": {
"minimum": "35kg",
"maximum": "45kg"
},
"height": {
"minimum": "1.14m",
"maximum": "1.46m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 35,
"name": "Clefairy"
}
],
"maxCP": 2217,
"maxHP": 2397,
"attacks": {
"fast": [
{
"name": "Pound",
"type": "Normal",
"damage": 7
},
{
"name": "Zen Headbutt",
"type": "Psychic",
"damage": 12
}
],
"special": [
{
"name": "Dazzling Gleam",
"type": "Fairy",
"damage": 55
},
{
"name": "Moonblast",
"type": "Fairy",
"damage": 85
},
{
"name": "Psychic",
"type": "Psychic",
"damage": 55
}
]
}
},
{
"id": "037",
"name": "Vulpix",
"classification": "Fox Pokémon",
"types": [
"Fire"
],
"resistant": [
"Fire",
"Grass",
"Ice",
"Bug",
"Steel",
"Fairy"
],
"weaknesses": [
"Water",
"Ground",
"Rock"
],
"weight": {
"minimum": "8.66kg",
"maximum": "11.14kg"
},
"height": {
"minimum": "0.53m",
"maximum": "0.68m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 50,
"name": "Vulpi"
},
"evolutions": [
{
"id": 38,
"name": "Ninetales"
}
],
"maxCP": 725,
"maxHP": 831,
"attacks": {
"fast": [
{
"name": "Ember",
"type": "Fire",
"damage": 10
},
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Flame Charge",
"type": "Fire",
"damage": 25
},
{
"name": "Flamethrower",
"type": "Fire",
"damage": 55
}
]
}
},
{
"id": "038",
"name": "Ninetales",
"classification": "Fox Pokémon",
"types": [
"Fire"
],
"resistant": [
"Fire",
"Grass",
"Ice",
"Bug",
"Steel",
"Fairy"
],
"weaknesses": [
"Water",
"Ground",
"Rock"
],
"weight": {
"minimum": "17.41kg",
"maximum": "22.39kg"
},
"height": {
"minimum": "0.96m",
"maximum": "1.24m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 37,
"name": "Vulpix"
}
],
"maxCP": 2015,
"maxHP": 2188,
"attacks": {
"fast": [
{
"name": "Ember",
"type": "Fire",
"damage": 10
},
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
}
],
"special": [
{
"name": "Fire Blast",
"type": "Fire",
"damage": 100
},
{
"name": "Flamethrower",
"type": "Fire",
"damage": 55
},
{
"name": "Heat Wave",
"type": "Fire",
"damage": 80
}
]
}
},
{
"id": "039",
"name": "Jigglypuff",
"classification": "Balloon Pokémon",
"types": [
"Normal",
"Fairy"
],
"resistant": [
"Bug",
"Ghost",
"Dragon",
"Dark"
],
"weaknesses": [
"Poison",
"Steel"
],
"weight": {
"minimum": "4.81kg",
"maximum": "6.19kg"
},
"height": {
"minimum": "0.44m",
"maximum": "0.56m"
},
"fleeRate": 0.1,
"evolutionRequirements": {
"amount": 50,
"name": "Jigglypuff candies"
},
"evolutions": [
{
"id": 40,
"name": "Wigglytuff"
}
],
"maxCP": 796,
"maxHP": 917,
"attacks": {
"fast": [
{
"name": "Feint Attack",
"type": "Dark",
"damage": 12
},
{
"name": "Pound",
"type": "Normal",
"damage": 7
}
],
"special": [
{
"name": "Body Slam",
"type": "Normal",
"damage": 40
},
{
"name": "Disarming Voice",
"type": "Fairy",
"damage": 25
},
{
"name": "Play Rough",
"type": "Fairy",
"damage": 55
}
]
}
},
{
"id": "040",
"name": "Wigglytuff",
"classification": "Balloon Pokémon",
"types": [
"Normal",
"Fairy"
],
"resistant": [
"Bug",
"Ghost",
"Dragon",
"Dark"
],
"weaknesses": [
"Poison",
"Steel"
],
"weight": {
"minimum": "10.5kg",
"maximum": "13.5kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.06,
"Previous evolution(s)": [
{
"id": 40,
"name": "Wigglytuff"
}
],
"maxCP": 1997,
"maxHP": 2177,
"attacks": {
"fast": [
{
"name": "Feint Attack",
"type": "Dark",
"damage": 12
},
{
"name": "Pound",
"type": "Normal",
"damage": 7
}
],
"special": [
{
"name": "Dazzling Gleam",
"type": "Fairy",
"damage": 55
},
{
"name": "Hyper Beam",
"type": "Normal",
"damage": 120
},
{
"name": "Play Rough",
"type": "Fairy",
"damage": 55
}
]
}
},
{
"id": "041",
"name": "Zubat",
"classification": "Bat Pokémon",
"types": [
"Poison",
"Flying"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Electric",
"Ice",
"Psychic",
"Rock"
],
"weight": {
"minimum": "6.56kg",
"maximum": "8.44kg"
},
"height": {
"minimum": "0.7m",
"maximum": "0.9m"
},
"fleeRate": 0.2,
"evolutionRequirements": {
"amount": 50,
"name": "Zubat candies"
},
"evolutions": [
{
"id": 42,
"name": "Golbat"
}
],
"maxCP": 550,
"maxHP": 642,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Quick Attack",
"type": "Normal",
"damage": 10
}
],
"special": [
{
"name": "Air Cutter",
"type": "Flying",
"damage": 30
},
{
"name": "Poison Fang",
"type": "Poison",
"damage": 25
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "042",
"name": "Golbat",
"classification": "Bat Pokémon",
"types": [
"Poison",
"Flying"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Electric",
"Ice",
"Psychic",
"Rock"
],
"weight": {
"minimum": "48.13kg",
"maximum": "61.88kg"
},
"height": {
"minimum": "1.4m",
"maximum": "1.8m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 41,
"name": "Zubat"
}
],
"maxCP": 1760,
"maxHP": 1921,
"attacks": {
"fast": [
{
"name": "Bite",
"type": "Dark",
"damage": 6
},
{
"name": "Wing Attack",
"type": "Flying",
"damage": 9
}
],
"special": [
{
"name": "Air Cutter",
"type": "Flying",
"damage": 30
},
{
"name": "Ominous Wind",
"type": "Ghost",
"damage": 30
},
{
"name": "Poison Fang",
"type": "Poison",
"damage": 25
}
]
}
},
{
"id": "043",
"name": "Oddish",
"classification": "Weed Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "4.73kg",
"maximum": "6.08kg"
},
"height": {
"minimum": "0.44m",
"maximum": "0.56m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 25,
"name": "Oddish candies"
},
"evolutions": [
{
"id": 44,
"name": "Gloom"
},
{
"id": 45,
"name": "Vileplume"
}
],
"maxCP": 1023,
"maxHP": 1148,
"attacks": {
"fast": [
{
"name": "Acid",
"type": "Poison",
"damage": 10
},
{
"name": "Razor Leaf",
"type": "Grass",
"damage": 15
}
],
"special": [
{
"name": "Moonblast",
"type": "Fairy",
"damage": 85
},
{
"name": "Seed Bomb",
"type": "Grass",
"damage": 40
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "044",
"name": "Gloom",
"classification": "Weed Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "7.53kg",
"maximum": "9.68kg"
},
"height": {
"minimum": "0.7m",
"maximum": "0.9m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 43,
"name": "Oddish"
}
],
"evolutionRequirements": {
"amount": 100,
"name": "Oddish candies"
},
"evolutions": [
{
"id": 45,
"name": "Vileplume"
}
],
"maxCP": 1537,
"maxHP": 1689,
"attacks": {
"fast": [
{
"name": "Acid",
"type": "Poison",
"damage": 10
},
{
"name": "Razor Leaf",
"type": "Grass",
"damage": 15
}
],
"special": [
{
"name": "Moonblast",
"type": "Fairy",
"damage": 85
},
{
"name": "Petal Blizzard",
"type": "Grass",
"damage": 65
},
{
"name": "Sludge Bomb",
"type": "Poison",
"damage": 55
}
]
}
},
{
"id": "045",
"name": "Vileplume",
"classification": "Flower Pokémon",
"types": [
"Grass",
"Poison"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Fairy"
],
"weaknesses": [
"Fire",
"Ice",
"Flying",
"Psychic"
],
"weight": {
"minimum": "16.28kg",
"maximum": "20.93kg"
},
"height": {
"minimum": "1.05m",
"maximum": "1.35m"
},
"fleeRate": 0.05,
"Previous evolution(s)": [
{
"id": 43,
"name": "Oddish"
},
{
"id": 44,
"name": "Gloom"
}
],
"maxCP": 2307,
"maxHP": 2492,
"attacks": {
"fast": [
{
"name": "Acid",
"type": "Poison",
"damage": 10
},
{
"name": "Razor Leaf",
"type": "Grass",
"damage": 15
}
],
"special": [
{
"name": "Moonblast",
"type": "Fairy",
"damage": 85
},
{
"name": "Petal Blizzard",
"type": "Grass",
"damage": 65
},
{
"name": "Solar Beam",
"type": "Grass",
"damage": 120
}
]
}
},
{
"id": "046",
"name": "Paras",
"classification": "Mushroom Pokémon",
"types": [
"Bug",
"Grass"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Ground"
],
"weaknesses": [
"Fire",
"Ice",
"Poison",
"Flying",
"Bug",
"Rock"
],
"weight": {
"minimum": "4.73kg",
"maximum": "6.08kg"
},
"height": {
"minimum": "0.26m",
"maximum": "0.34m"
},
"fleeRate": 0.15,
"evolutionRequirements": {
"amount": 50,
"name": "Paras candies"
},
"evolutions": [
{
"id": 47,
"name": "Parasect"
}
],
"maxCP": 804,
"maxHP": 916,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Scratch",
"type": "Normal",
"damage": 6
}
],
"special": [
{
"name": "Cross Poison",
"type": "Poison",
"damage": 25
},
{
"name": "Seed Bomb",
"type": "Grass",
"damage": 40
},
{
"name": "X Scissor",
"type": "Bug",
"damage": 35
}
]
}
},
{
"id": "047",
"name": "Parasect",
"classification": "Mushroom Pokémon",
"types": [
"Bug",
"Grass"
],
"resistant": [
"Water",
"Electric",
"Grass",
"Fighting",
"Ground"
],
"weaknesses": [
"Fire",
"Ice",
"Poison",
"Flying",
"Bug",
"Rock"
],
"weight": {
"minimum": "25.81kg",
"maximum": "33.19kg"
},
"height": {
"minimum": "0.88m",
"maximum": "1.13m"
},
"fleeRate": 0.07,
"Previous evolution(s)": [
{
"id": 46,
"name": "Paras"
}
],
"maxCP": 1592,
"maxHP": 1747,
"attacks": {
"fast": [
{
"name": "Bug Bite",
"type": "Bug",
"damage": 5
},
{
"name": "Fury Cutter",
"type": "Bug",
"damage": 3
}
],
"special": [
{
"name": "Cross Poison",
"type": "Poison",
"damage": 25
},
{
"name": "Solar Beam",
"type": "Grass",
"damage": 120
},
{
"name": "X Scissor",
"type": "Bug",
"damage": 35
}
]
}
},
{
"id": "048",
"name": "Venonat",
"classification": "Insect Pokémon",
"types": [
"Bug",
"Poison"
],
"resistant": [
"Grass",
"Fighting",
"Poison",
"Bug",
"Fairy"
],
"weaknesses": [
"Fire",
"Flying",
"Psychic",