Skip to content

Instantly share code, notes, and snippets.

@chaostools
Created July 26, 2020 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaostools/c95295a53be03f07be0ab3dcaaeab63b to your computer and use it in GitHub Desktop.
Save chaostools/c95295a53be03f07be0ab3dcaaeab63b to your computer and use it in GitHub Desktop.
Pokemon Api
[
{
"name": "Bulbasaur",
"id": "#001",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/001.png",
"xdescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"ydescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"height": "2' 04\"",
"category": "Seed",
"weight": "15.2 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#001", "#002", "#003"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Ivysaur",
"id": "#002",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/002.png",
"xdescription": "There is a bud on this Pok\u00e9mon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
"ydescription": "There is a bud on this Pok\u00e9mon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
"height": "3' 03\"",
"category": "Seed",
"weight": "28.7 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#001", "#002", "#003"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#001",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Venusaur",
"id": "#003",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/003.png",
"xdescription": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
"ydescription": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
"height": "6' 07\"",
"category": "Seed",
"weight": "220.5 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#001", "#002", "#003"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#002",
"reason": "(Level 32)",
"base_exp": "236"
},
{
"name": "Charmander",
"id": "#004",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/004.png",
"xdescription": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pok\u00e9mon becomes enraged, the flame burns fiercely.",
"ydescription": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pok\u00e9mon becomes enraged, the flame burns fiercely.",
"height": "2' 00\"",
"category": "Lizard",
"weight": "18.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#004", "#005", "#006"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Charmeleon",
"id": "#005",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/005.png",
"xdescription": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
"ydescription": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
"height": "3' 07\"",
"category": "Flame",
"weight": "41.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#004", "#005", "#006"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#004",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Charizard",
"id": "#006",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/006.png",
"xdescription": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
"ydescription": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
"height": "5' 07\"",
"category": "Flame",
"weight": "199.5 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Rock", "Electric", "Water"],
"evolutions": ["#004", "#005", "#006"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#005",
"reason": "(Level 36)",
"base_exp": "240"
},
{
"name": "Squirtle",
"id": "#007",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/007.png",
"xdescription": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pok\u00e9mon to swim at high speeds.",
"ydescription": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pok\u00e9mon to swim at high speeds.",
"height": "1' 08\"",
"category": "Tiny Turtle",
"weight": "19.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#007", "#008", "#009"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Wartortle",
"id": "#008",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/008.png",
"xdescription": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pok\u00e9mon's toughness as a battler.",
"ydescription": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pok\u00e9mon's toughness as a battler.",
"height": "3' 03\"",
"category": "Turtle",
"weight": "49.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#007", "#008", "#009"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#007",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Blastoise",
"id": "#009",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/009.png",
"xdescription": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
"ydescription": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
"height": "5' 03\"",
"category": "Shellfish",
"weight": "188.5 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#007", "#008", "#009"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#008",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Caterpie",
"id": "#010",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/010.png",
"xdescription": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pok\u00e9mon releases a terrifically strong odor.",
"ydescription": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pok\u00e9mon releases a terrifically strong odor.",
"height": "1' 00\"",
"category": "Worm",
"weight": "6.4 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#010", "#011", "#012"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "39"
},
{
"name": "Metapod",
"id": "#011",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/011.png",
"xdescription": "The shell covering this Pok\u00e9mon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
"ydescription": "The shell covering this Pok\u00e9mon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
"height": "2' 04\"",
"category": "Cocoon",
"weight": "21.8 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#010", "#011", "#012"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 10,
"defense": 30,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#010",
"reason": "(Level 7)",
"base_exp": "72"
},
{
"name": "Butterfree",
"id": "#012",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/012.png",
"xdescription": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
"ydescription": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
"height": "3' 07\"",
"category": "Butterfly",
"weight": "70.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#010", "#011", "#012"],
"abilities": ["Compound Eyes"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#011",
"reason": "(Level 10)",
"base_exp": "178"
},
{
"name": "Weedle",
"id": "#013",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/013.png",
"xdescription": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
"ydescription": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
"height": "1' 00\"",
"category": "Hairy Bug",
"weight": "7.1 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#013", "#014", "#015"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "39"
},
{
"name": "Kakuna",
"id": "#014",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/014.png",
"xdescription": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
"ydescription": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
"height": "2' 00\"",
"category": "Cocoon",
"weight": "22.0 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#013", "#014", "#015"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 90,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#013",
"reason": "(Level 7)",
"base_exp": "72"
},
{
"name": "Beedrill",
"id": "#015",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/015.png",
"xdescription": "Beedrill is extremely territorial. No one should ever approach its nest\u2014this is for their own safety. If angered, they will attack in a furious swarm.",
"ydescription": "Beedrill is extremely territorial. No one should ever approach its nest\u2014this is for their own safety. If angered, they will attack in a furious swarm.",
"height": "3' 03\"",
"category": "Poison Bee",
"weight": "65.0 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#013", "#014", "#015"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#014",
"reason": "(Level 10)",
"base_exp": "178"
},
{
"name": "Pidgey",
"id": "#016",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/016.png",
"xdescription": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
"ydescription": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
"height": "1' 00\"",
"category": "Tiny Bird",
"weight": "4.0 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#016", "#017", "#018"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Pidgeotto",
"id": "#017",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/017.png",
"xdescription": "Pidgeotto claims a large area as its own territory. This Pok\u00e9mon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
"ydescription": "Pidgeotto claims a large area as its own territory. This Pok\u00e9mon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
"height": "3' 07\"",
"category": "Bird",
"weight": "66.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#016", "#017", "#018"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#016",
"reason": "(Level 18)",
"base_exp": "122"
},
{
"name": "Pidgeot",
"id": "#018",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/018.png",
"xdescription": "This Pok\u00e9mon has a dazzling plumage of beautifully glossy feathers. Many Trainers are captivated by the striking beauty of the feathers on its head, compelling them to choose Pidgeot as their Pok\u00e9mon.",
"ydescription": "This Pok\u00e9mon has a dazzling plumage of beautifully glossy feathers. Many Trainers are captivated by the striking beauty of the feathers on its head, compelling them to choose Pidgeot as their Pok\u00e9mon.",
"height": "4' 11\"",
"category": "Bird",
"weight": "87.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#016", "#017", "#018"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#017",
"reason": "(Level 36)",
"base_exp": "216"
},
{
"name": "Rattata",
"id": "#019",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/019.png",
"xdescription": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives\u2014it will make its nest anywhere.",
"ydescription": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives\u2014it will make its nest anywhere.",
"height": "1' 00\"",
"category": "Mouse",
"weight": "7.7 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#019", "#020"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "51"
},
{
"name": "Raticate",
"id": "#020",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/020.png",
"xdescription": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
"ydescription": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
"height": "2' 04\"",
"category": "Mouse",
"weight": "40.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#019", "#020"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#019",
"reason": "(Level 20)",
"base_exp": "145"
},
{
"name": "Spearow",
"id": "#021",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/021.png",
"xdescription": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
"ydescription": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
"height": "1' 00\"",
"category": "Tiny Bird",
"weight": "4.4 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#021", "#022"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 40,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "52"
},
{
"name": "Fearow",
"id": "#022",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/022.png",
"xdescription": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
"ydescription": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
"height": "3' 11\"",
"category": "Beak",
"weight": "83.8 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#021", "#022"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#021",
"reason": "(Level 20)",
"base_exp": "155"
},
{
"name": "Ekans",
"id": "#023",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/023.png",
"xdescription": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
"ydescription": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
"height": "6' 07\"",
"category": "Snake",
"weight": "15.2 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#023", "#024"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Arbok",
"id": "#024",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/024.png",
"xdescription": "This Pok\u00e9mon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
"ydescription": "This Pok\u00e9mon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
"height": "11' 06\"",
"category": "Cobra",
"weight": "143.3 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#023", "#024"],
"abilities": ["Shed Skin"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Field ",
"evolvedfrom": "#023",
"reason": "(Level 22)",
"base_exp": "157"
},
{
"name": "Pikachu",
"id": "#025",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/025.png",
"xdescription": "This Pok\u00e9mon has electricity-storing pouches on its cheeks. These appear to become electrically charged during the night while Pikachu sleeps. It occasionally discharges electricity when it is dozy after waking up.",
"ydescription": "Whenever Pikachu comes across something new, it blasts it with a jolt of electricity. If you come across a blackened berry, it's evidence that this Pok\u00e9mon mistook the intensity of its charge.",
"height": "1' 04\"",
"category": "Mouse",
"weight": "13.2 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#172", "#025", "#026"],
"abilities": ["Static"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "#172",
"reason": "(high Friendship)",
"base_exp": "112"
},
{
"name": "Raichu",
"id": "#026",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/026.png",
"xdescription": "This Pok\u00e9mon exudes a weak electrical charge from all over its body that makes it take on a slight glow in darkness. Raichu plants its tail in the ground to discharge electricity.",
"ydescription": "If the electrical sacs become excessively charged, Raichu plants its tail in the ground and discharges. Scorched patches of ground will be found near this Pok\u00e9mon's nest.",
"height": "2' 07\"",
"category": "Mouse",
"weight": "66.1 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#172", "#025", "#026"],
"abilities": ["Static"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "#025",
"reason": "(use Thunder Stone)",
"base_exp": "218"
},
{
"name": "Sandshrew",
"id": "#027",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/027.png",
"xdescription": "Sandshrew has a very dry hide that is extremely tough. The Pok\u00e9mon can roll into a ball that repels any attack. At night, it burrows into the desert sand to sleep.",
"ydescription": "Sandshrew's body is configured to absorb water without waste, enabling it to survive in an arid desert. This Pok\u00e9mon curls up to protect itself from its enemies.",
"height": "2' 00\"",
"category": "Mouse",
"weight": "26.5 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#027", "#028"],
"abilities": ["Sand Veil"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Sandslash",
"id": "#028",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/028.png",
"xdescription": "Sandslash can roll up its body as if it were a ball covered with large spikes. In battle, this Pok\u00e9mon will try to make the foe flinch by jabbing it with its spines. It then leaps at the stunned foe to tear wildly with its sharp claws.",
"ydescription": "Sandslash's body is covered by tough spikes, which are hardened sections of its hide. Once a year, the old spikes fall out, to be replaced with new spikes that grow out from beneath the old ones.",
"height": "3' 03\"",
"category": "Mouse",
"weight": "65.0 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#027", "#028"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#027",
"reason": "(Level 22)",
"base_exp": "158"
},
{
"name": "Nidoran\u2640",
"id": "#029",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/029.png",
"xdescription": "Nidoran\u2640 has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pok\u00e9mon. When enraged, it releases a horrible toxin from its horn.",
"ydescription": "Nidoran\u2640 has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pok\u00e9mon. When enraged, it releases a horrible toxin from its horn.",
"height": "1' 04\"",
"category": "Poison Pin",
"weight": "15.4 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#029", "#030", "#031"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Nidorina",
"id": "#030",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/030.png",
"xdescription": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pok\u00e9mon appears to become nervous if separated from the others.",
"ydescription": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pok\u00e9mon appears to become nervous if separated from the others.",
"height": "2' 07\"",
"category": "Poison Pin",
"weight": "44.1 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#029", "#030", "#031"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 170,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#029",
"reason": "(Level 16)",
"base_exp": "128"
},
{
"name": "Nidoqueen",
"id": "#031",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/031.png",
"xdescription": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pok\u00e9mon is at its strongest when it is defending its young.",
"ydescription": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pok\u00e9mon is at its strongest when it is defending its young.",
"height": "4' 03\"",
"category": "Drill",
"weight": "132.3 lbs",
"typeofpokemon": ["Poison", "Ground"],
"weaknesses": ["Ground", "Ice", "Psychic", "Water"],
"evolutions": ["#029", "#030", "#031"],
"abilities": ["Poison Point"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#030",
"reason": "(use Moon Stone)",
"base_exp": "227"
},
{
"name": "Nidoran\u2642",
"id": "#032",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/032.png",
"xdescription": "Nidoran\u2642 has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pok\u00e9mon's notice.",
"ydescription": "Nidoran\u2642 has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pok\u00e9mon's notice.",
"height": "1' 08\"",
"category": "Poison Pin",
"weight": "19.8 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#032", "#033", "#034"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Nidorino",
"id": "#033",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/033.png",
"xdescription": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
"ydescription": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
"height": "2' 11\"",
"category": "Poison Pin",
"weight": "43.0 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#032", "#033", "#034"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 190,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#032",
"reason": "(Level 16)",
"base_exp": "128"
},
{
"name": "Nidoking",
"id": "#034",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/034.png",
"xdescription": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pok\u00e9mon goes on a rampage, there is no stopping it.",
"ydescription": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pok\u00e9mon goes on a rampage, there is no stopping it.",
"height": "4' 07\"",
"category": "Drill",
"weight": "136.7 lbs",
"typeofpokemon": ["Poison", "Ground"],
"weaknesses": ["Ground", "Ice", "Psychic", "Water"],
"evolutions": ["#032", "#033", "#034"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#033",
"reason": "(use Moon Stone)",
"base_exp": "227"
},
{
"name": "Clefairy",
"id": "#035",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/035.png",
"xdescription": "On every night of a full moon, groups of this Pok\u00e9mon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
"ydescription": "On every night of a full moon, groups of this Pok\u00e9mon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
"height": "2' 00\"",
"category": "Fairy",
"weight": "16.5 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#173", "#035", "#036"],
"abilities": ["Cute Charm"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#173",
"reason": "(high Friendship)",
"base_exp": "113"
},
{
"name": "Clefable",
"id": "#036",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/036.png",
"xdescription": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step lets it even walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
"ydescription": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step lets it even walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
"height": "4' 03\"",
"category": "Fairy",
"weight": "88.2 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#173", "#035", "#036"],
"abilities": ["Cute Charm"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#035",
"reason": "(use Moon Stone)",
"base_exp": "217"
},
{
"name": "Vulpix",
"id": "#037",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/037.png",
"xdescription": "Inside Vulpix's body burns a flame that never goes out. During the daytime, when the temperatures rise, this Pok\u00e9mon releases flames from its mouth to prevent its body from growing too hot.",
"ydescription": "At the time of its birth, Vulpix has one white tail. The tail separates into six if this Pok\u00e9mon receives plenty of love from its Trainer. The six tails become magnificently curled.",
"height": "2' 00\"",
"category": "Fox",
"weight": "21.8 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#037", "#038"],
"abilities": ["Flash Fire"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 150,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Ninetales",
"id": "#038",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/038.png",
"xdescription": "Legend has it that Ninetales came into being when nine wizards possessing sacred powers merged into one. This Pok\u00e9mon is highly intelligent\u2014it can understand human speech.",
"ydescription": "Ninetales casts a sinister light from its bright red eyes to gain total control over its foe's mind. This Pok\u00e9mon is said to live for a thousand years.",
"height": "3' 07\"",
"category": "Fox",
"weight": "43.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#037", "#038"],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 50,
"total": 230,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#037",
"reason": "(use Fire Stone)",
"base_exp": "177"
},
{
"name": "Jigglypuff",
"id": "#039",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/039.png",
"xdescription": "When this Pok\u00e9mon sings, it never pauses to breathe. If it is in a battle against an opponent that does not easily fall asleep, Jigglypuff cannot breathe, endangering its life.",
"ydescription": "Jigglypuff's vocal cords can freely adjust the wavelength of its voice. This Pok\u00e9mon uses this ability to sing at precisely the right wavelength to make its foes most drowsy.",
"height": "1' 08\"",
"category": "Balloon",
"weight": "12.1 lbs",
"typeofpokemon": ["Normal", "Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#174", "#039", "#040"],
"abilities": ["Cute Charm"],
"hp": 50,
"attack": 20,
"defense": 10,
"special_attack": 20,
"special_defense": 10,
"speed": 10,
"total": 120,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#174",
"reason": "(high Friendship)",
"base_exp": "95"
},
{
"name": "Wigglytuff",
"id": "#040",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/040.png",
"xdescription": "Wigglytuff's body is very flexible. By inhaling deeply, this Pok\u00e9mon can inflate itself seemingly without end. Once inflated, Wigglytuff bounces along lightly like a balloon.",
"ydescription": "Wigglytuff has large, saucerlike eyes. The surfaces of its eyes are always covered with a thin layer of tears. If any dust gets in this Pok\u00e9mon's eyes, it is quickly washed away.",
"height": "3' 03\"",
"category": "Balloon",
"weight": "26.5 lbs",
"typeofpokemon": ["Normal", "Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#174", "#039", "#040"],
"abilities": ["Cute Charm"],
"hp": 50,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 30,
"total": 200,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#039",
"reason": "(use Moon Stone)",
"base_exp": "196"
},
{
"name": "Zubat",
"id": "#041",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/041.png",
"xdescription": "Zubat avoids sunlight because exposure causes it to become unhealthy. During the daytime, it stays in caves or under the eaves of old houses, sleeping while hanging upside down.",
"ydescription": "Zubat remains quietly unmoving in a dark spot during the bright daylight hours. It does so because prolonged exposure to the sun causes its body to become slightly burned.",
"height": "2' 07\"",
"category": "Bat",
"weight": "16.5 lbs",
"typeofpokemon": ["Poison", "Flying"],
"weaknesses": ["Electric", "Ice", "Psychic", "Rock"],
"evolutions": ["#041", "#042", "#169"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "49"
},
{
"name": "Golbat",
"id": "#042",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/042.png",
"xdescription": "Golbat bites down on prey with its four fangs and drinks the victim's blood. It becomes active on inky dark moonless nights, flying around to attack people and Pok\u00e9mon.",
"ydescription": "Golbat loves to drink the blood of living things. It is particularly active in the pitch black of night. This Pok\u00e9mon flits around in the night skies, seeking fresh blood.",
"height": "5' 03\"",
"category": "Bat",
"weight": "121.3 lbs",
"typeofpokemon": ["Poison", "Flying"],
"weaknesses": ["Electric", "Ice", "Psychic", "Rock"],
"evolutions": ["#041", "#042", "#169"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#041",
"reason": "(Level 22)",
"base_exp": "159"
},
{
"name": "Oddish",
"id": "#043",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/043.png",
"xdescription": "Oddish searches for fertile, nutrient-rich soil, then plants itself. During the daytime, while it is planted, this Pok\u00e9mon's feet are thought to change shape and become similar to the roots of trees.",
"ydescription": "During the daytime, Oddish buries itself in soil to absorb nutrients from the ground using its entire body. The more fertile the soil, the glossier its leaves become.",
"height": "1' 08\"",
"category": "Weed",
"weight": "11.9 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#043", "#044", "#045", "#182"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Gloom",
"id": "#044",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/044.png",
"xdescription": "From its mouth Gloom drips honey that smells absolutely horrible. Apparently, it loves the horrid stench. It sniffs the noxious fumes and then drools even more of its honey.",
"ydescription": "Gloom releases a foul fragrance from the pistil of its flower. When faced with danger, the stench worsens. If this Pok\u00e9mon is feeling calm and secure, it does not release its usual stinky aroma.",
"height": "2' 07\"",
"category": "Weed",
"weight": "19.0 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#043", "#044", "#045", "#182"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#043",
"reason": "(Level 21)",
"base_exp": "138"
},
{
"name": "Vileplume",
"id": "#045",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/045.png",
"xdescription": "Vileplume has the world's largest petals. They are used to attract prey that are then doused with toxic spores. Once the prey are immobilized, this Pok\u00e9mon catches and devours them.",
"ydescription": "Vileplume's toxic pollen triggers atrocious allergy attacks. That's why it is advisable never to approach any attractive flowers in a jungle, however pretty they may be.",
"height": "3' 11\"",
"category": "Flower",
"weight": "41.0 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#043", "#044", "#045", "#182"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#044",
"reason": "(use Leaf Stone)",
"base_exp": "221"
},
{
"name": "Paras",
"id": "#046",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/046.png",
"xdescription": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pok\u00e9mon host. They are highly valued as a medicine for extending life.",
"ydescription": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pok\u00e9mon host. They are highly valued as a medicine for extending life.",
"height": "1' 00\"",
"category": "Mushroom",
"weight": "11.9 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Bug", "Ice", "Poison", "Rock"],
"evolutions": ["#046", "#047"],
"abilities": ["Effect Spore"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "57"
},
{
"name": "Parasect",
"id": "#047",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/047.png",
"xdescription": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
"ydescription": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
"height": "3' 03\"",
"category": "Mushroom",
"weight": "65.0 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Bug", "Ice", "Poison", "Rock"],
"evolutions": ["#046", "#047"],
"abilities": ["Effect Spore"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Grass ",
"evolvedfrom": "#046",
"reason": "(Level 24)",
"base_exp": "142"
},
{
"name": "Venonat",
"id": "#048",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/048.png",
"xdescription": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even minuscule prey.",
"ydescription": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even minuscule prey.",
"height": "3' 03\"",
"category": "Insect",
"weight": "66.1 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#048", "#049"],
"abilities": ["Compound Eyes"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Venomoth",
"id": "#049",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/049.png",
"xdescription": "Venomoth is nocturnal\u2014it is a Pok\u00e9mon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
"ydescription": "Venomoth is nocturnal\u2014it is a Pok\u00e9mon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
"height": "4' 11\"",
"category": "Poison Moth",
"weight": "27.6 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#048", "#049"],
"abilities": ["Shield Dust"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#048",
"reason": "(Level 31)",
"base_exp": "158"
},
{
"name": "Diglett",
"id": "#050",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/050.png",
"xdescription": "Diglett are raised in most farms. The reason is simple\u2014 wherever this Pok\u00e9mon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
"ydescription": "Diglett are raised in most farms. The reason is simple\u2014 wherever this Pok\u00e9mon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
"height": "0' 08\"",
"category": "Mole",
"weight": "1.8 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#050", "#051"],
"abilities": ["Sand Veil"],
"hp": 10,
"attack": 30,
"defense": 10,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Dugtrio",
"id": "#051",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/051.png",
"xdescription": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
"ydescription": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
"height": "2' 04\"",
"category": "Mole",
"weight": "73.4 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#050", "#051"],
"abilities": ["Sand Veil"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 60,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#050",
"reason": "(Level 26)",
"base_exp": "149"
},
{
"name": "Meowth",
"id": "#052",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/052.png",
"xdescription": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pok\u00e9mon loves shiny coins that glitter with light.",
"ydescription": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pok\u00e9mon loves shiny coins that glitter with light.",
"height": "1' 04\"",
"category": "Scratch Cat",
"weight": "9.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#052", "#053"],
"abilities": ["Pickup"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Persian",
"id": "#053",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/053.png",
"xdescription": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pok\u00e9mon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
"ydescription": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pok\u00e9mon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
"height": "3' 03\"",
"category": "Classy Cat",
"weight": "70.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#052", "#053"],
"abilities": ["Technician"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#052",
"reason": "(Level 28)",
"base_exp": "154"
},
{
"name": "Psyduck",
"id": "#054",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/054.png",
"xdescription": "If it uses its mysterious power, Psyduck can't remember having done so. It apparently can't form a memory of such an event because it goes into an altered state that is much like deep sleep.",
"ydescription": "Psyduck uses a mysterious power. When it does so, this Pok\u00e9mon generates brain waves that are supposedly only seen in sleepers. This discovery spurred controversy among scholars.",
"height": "2' 07\"",
"category": "Duck",
"weight": "43.2 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#054", "#055"],
"abilities": ["Damp"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Golduck",
"id": "#055",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/055.png",
"xdescription": "Golduck is the fastest swimmer among all Pok\u00e9mon. It swims effortlessly, even in a rough, stormy sea. It sometimes rescues people from wrecked ships floundering in high seas.",
"ydescription": "The webbed flippers on its forelegs and hind legs and the streamlined body of Golduck give it frightening speed. This Pok\u00e9mon is definitely much faster than even the most athletic swimmer.",
"height": "5' 07\"",
"category": "Duck",
"weight": "168.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#054", "#055"],
"abilities": ["Damp"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#054",
"reason": "(Level 33)",
"base_exp": "175"
},
{
"name": "Mankey",
"id": "#056",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/056.png",
"xdescription": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
"ydescription": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
"height": "1' 08\"",
"category": "Pig Monkey",
"weight": "61.7 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#056", "#057"],
"abilities": ["Vital Spirit"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Primeape",
"id": "#057",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/057.png",
"xdescription": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
"ydescription": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
"height": "3' 03\"",
"category": "Pig Monkey",
"weight": "70.5 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#056", "#057"],
"abilities": ["Vital Spirit"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#056",
"reason": "(Level 28)",
"base_exp": "159"
},
{
"name": "Growlithe",
"id": "#058",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/058.png",
"xdescription": "Growlithe has a superb sense of smell. Once it smells anything, this Pok\u00e9mon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
"ydescription": "Growlithe has a superb sense of smell. Once it smells anything, this Pok\u00e9mon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
"height": "2' 04\"",
"category": "Puppy",
"weight": "41.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#058", "#059"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Arcanine",
"id": "#059",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/059.png",
"xdescription": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pok\u00e9mon's body is its source of power.",
"ydescription": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pok\u00e9mon's body is its source of power.",
"height": "6' 03\"",
"category": "Legendary",
"weight": "341.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#058", "#059"],
"abilities": ["Intimidate"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 270,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#058",
"reason": "(use Fire Stone)",
"base_exp": "194"
},
{
"name": "Poliwag",
"id": "#060",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/060.png",
"xdescription": "Poliwag has a very thin skin. It is possible to see the Pok\u00e9mon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
"ydescription": "Poliwag has a very thin skin. It is possible to see the Pok\u00e9mon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
"height": "2' 00\"",
"category": "Tadpole",
"weight": "27.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#060", "#061", "#062", "#186"],
"abilities": ["Damp"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Poliwhirl",
"id": "#061",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/061.png",
"xdescription": "The surface of Poliwhirl's body is always wet and slick with a slimy fluid. Because of this slippery covering, it can easily slip and slide out of the clutches of any enemy in battle.",
"ydescription": "The surface of Poliwhirl's body is always wet and slick with a slimy fluid. Because of this slippery covering, it can easily slip and slide out of the clutches of any enemy in battle.",
"height": "3' 03\"",
"category": "Tadpole",
"weight": "44.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#060", "#061", "#062", "#186"],
"abilities": ["Damp"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#060",
"reason": "(Level 25)",
"base_exp": "135"
},
{
"name": "Poliwrath",
"id": "#062",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/062.png",
"xdescription": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pok\u00e9mon can swim back and forth across the ocean without effort.",
"ydescription": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pok\u00e9mon can swim back and forth across the ocean without effort.",
"height": "4' 03\"",
"category": "Tadpole",
"weight": "119.0 lbs",
"typeofpokemon": ["Water", "Fighting"],
"weaknesses": ["Electric", "Flying", "Grass", "Psychic", "Fairy"],
"evolutions": ["#060", "#061", "#062", "#186"],
"abilities": ["Damp"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#061",
"reason": "(use Water Stone)",
"base_exp": "230"
},
{
"name": "Abra",
"id": "#063",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/063.png",
"xdescription": "Abra needs to sleep for eighteen hours a day. If it doesn't, this Pok\u00e9mon loses its ability to use telekinetic powers. If it is attacked, Abra escapes using Teleport while it is still sleeping.",
"ydescription": "Abra sleeps for eighteen hours a day. However, it can sense the presence of foes even while it is sleeping. In such a situation, this Pok\u00e9mon immediately teleports to safety.",
"height": "2' 11\"",
"category": "Psi",
"weight": "43.0 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#063", "#064", "#065"],
"abilities": ["Inner Focus"],
"hp": 10,
"attack": 10,
"defense": 10,
"special_attack": 50,
"special_defense": 20,
"speed": 50,
"total": 150,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Kadabra",
"id": "#064",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/064.png",
"xdescription": "Kadabra holds a silver spoon in its hand. The spoon is used to amplify the alpha waves in its brain. Without the spoon, the Pok\u00e9mon is said to be limited to half the usual amount of its telekinetic powers.",
"ydescription": "Kadabra emits a peculiar alpha wave if it develops a headache. Only those people with a particularly strong psyche can hope to become a Trainer of this Pok\u00e9mon.",
"height": "4' 03\"",
"category": "Psi",
"weight": "124.6 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#063", "#064", "#065"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 210,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#063",
"reason": "(Level 16)",
"base_exp": "140"
},
{
"name": "Alakazam",
"id": "#065",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/065.png",
"xdescription": "Alakazam's brain continually grows, infinitely multiplying brain cells. This amazing brain gives this Pok\u00e9mon an astoundingly high IQ of 5,000. It has a thorough memory of everything that has occurred in the world.",
"ydescription": "Alakazam's brain continually grows, making its head far too heavy to support with its neck. This Pok\u00e9mon holds its head up using its psychokinetic power instead.",
"height": "4' 11\"",
"category": "Psi",
"weight": "105.8 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#063", "#064", "#065"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 70,
"special_defense": 40,
"speed": 60,
"total": 240,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#064",
"reason": "(Trade)",
"base_exp": "225"
},
{
"name": "Machop",
"id": "#066",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/066.png",
"xdescription": "Machop exercises by hefting around a Graveler as if it were a barbell. There are some Machop that travel the world in a quest to master all kinds of martial arts.",
"ydescription": "Machop's muscles are special\u2014they never get sore no matter how much they are used in exercise. This Pok\u00e9mon has sufficient power to hurl a hundred adult humans.",
"height": "2' 07\"",
"category": "Superpower",
"weight": "43.0 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#066", "#067", "#068"],
"abilities": ["Guts"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Machoke",
"id": "#067",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/067.png",
"xdescription": "Machoke undertakes bodybuilding every day even as it helps people with tough, physically demanding labor. On its days off, this Pok\u00e9mon heads to the fields and mountains to exercise and train.",
"ydescription": "Machoke's thoroughly toned muscles possess the hardness of steel. This Pok\u00e9mon has so much strength, it can easily hold aloft a sumo wrestler on just one finger.",
"height": "4' 11\"",
"category": "Superpower",
"weight": "155.4 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#066", "#067", "#068"],
"abilities": ["Guts"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#066",
"reason": "(Level 28)",
"base_exp": "142"
},
{
"name": "Machamp",
"id": "#068",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/068.png",
"xdescription": "Machamp is known as the Pok\u00e9mon that has mastered every kind of martial arts. If it grabs hold of the foe with its four arms, the battle is all but over. The hapless foe is thrown far over the horizon.",
"ydescription": "Machamp has the power to hurl anything aside. However, trying to do any work requiring care and dexterity causes its arms to get tangled. This Pok\u00e9mon tends to leap into action before it thinks.",
"height": "5' 03\"",
"category": "Superpower",
"weight": "286.6 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#066", "#067", "#068"],
"abilities": ["Guts"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 250,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#067",
"reason": "(Trade)",
"base_exp": "227"
},
{
"name": "Bellsprout",
"id": "#069",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/069.png",
"xdescription": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pok\u00e9mon spits a corrosive fluid that melts even iron.",
"ydescription": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pok\u00e9mon spits a corrosive fluid that melts even iron.",
"height": "2' 04\"",
"category": "Flower",
"weight": "8.8 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#069", "#070", "#071"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 10,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Weepinbell",
"id": "#070",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/070.png",
"xdescription": "Weepinbell has a large hook on its rear end. At night, the Pok\u00e9mon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
"ydescription": "Weepinbell has a large hook on its rear end. At night, the Pok\u00e9mon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
"height": "3' 03\"",
"category": "Flycatcher",
"weight": "14.1 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#069", "#070", "#071"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#069",
"reason": "(Level 21)",
"base_exp": "137"
},
{
"name": "Victreebel",
"id": "#071",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/071.png",
"xdescription": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pok\u00e9mon swallows it whole.",
"ydescription": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pok\u00e9mon swallows it whole.",
"height": "5' 07\"",
"category": "Flycatcher",
"weight": "34.2 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#069", "#070", "#071"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#070",
"reason": "(use Leaf Stone)",
"base_exp": "221"
},
{
"name": "Tentacool",
"id": "#072",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/072.png",
"xdescription": "Tentacool absorbs sunlight and refracts it using water inside its body to convert it into beam energy. This Pok\u00e9mon shoots beams from the small round organ above its eyes.",
"ydescription": "Tentacool's body is largely composed of water. If it is removed from the sea, it dries up like parchment. If this Pok\u00e9mon happens to become dehydrated, put it back into the sea.",
"height": "2' 11\"",
"category": "Jellyfish",
"weight": "100.3 lbs",
"typeofpokemon": ["Water", "Poison"],
"weaknesses": ["Electric", "Ground", "Psychic"],
"evolutions": ["#072", "#073"],
"abilities": ["Clear Body"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 40,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Tentacruel",
"id": "#073",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/073.png",
"xdescription": "Tentacruel has tentacles that can be freely elongated and shortened at will. It ensnares prey with its tentacles and weakens the prey by dosing it with a harsh toxin. It can catch up to 80 prey at the same time.",
"ydescription": "Tentacruel has large red orbs on its head. The orbs glow before lashing the vicinity with a harsh ultrasonic blast. This Pok\u00e9mon's outburst creates rough waves around it.",
"height": "5' 03\"",
"category": "Jellyfish",
"weight": "121.3 lbs",
"typeofpokemon": ["Water", "Poison"],
"weaknesses": ["Electric", "Ground", "Psychic"],
"evolutions": ["#072", "#073"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 50,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#072",
"reason": "(Level 30)",
"base_exp": "180"
},
{
"name": "Geodude",
"id": "#074",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/074.png",
"xdescription": "When Geodude sleeps deeply, it buries itself halfway into the ground. It will not awaken even if hikers step on it unwittingly. In the morning, this Pok\u00e9mon rolls downhill in search of food.",
"ydescription": "The longer a Geodude lives, the more its edges are chipped and worn away, making it more rounded in appearance. However, this Pok\u00e9mon's heart will remain hard, craggy, and rough always.",
"height": "1' 04\"",
"category": "Rock",
"weight": "44.1 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#074", "#075", "#076"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Graveler",
"id": "#075",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/075.png",
"xdescription": "Rocks are Graveler's favorite food. This Pok\u00e9mon will climb a mountain from the base to the summit, crunchingly feasting on rocks all the while. Upon reaching the peak, it rolls back down to the bottom.",
"ydescription": "Graveler grows by feeding on rocks. Apparently, it prefers to eat rocks that are covered in moss. This Pok\u00e9mon eats its way through a ton of rocks on a daily basis.",
"height": "3' 03\"",
"category": "Rock",
"weight": "231.5 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#074", "#075", "#076"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 50,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#074",
"reason": "(Level 25)",
"base_exp": "137"
},
{
"name": "Golem",
"id": "#076",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/076.png",
"xdescription": "Golem is known for rolling down from mountains. To prevent them from rolling into the homes of people downhill, grooves have been dug into the sides of mountains to serve as guideways for diverting this Pok\u00e9mon's course.",
"ydescription": "Golem live up on mountains. If there is a large earthquake, these Pok\u00e9mon will come rolling down off the mountains en masse to the foothills below.",
"height": "4' 07\"",
"category": "Megaton",
"weight": "661.4 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#074", "#075", "#076"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 60,
"defense": 60,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#075",
"reason": "(Trade)",
"base_exp": "223"
},
{
"name": "Ponyta",
"id": "#077",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/077.png",
"xdescription": "Ponyta is very weak at birth. It can barely stand up. This Pok\u00e9mon becomes stronger by stumbling and falling to keep up with its parent.",
"ydescription": "Ponyta is very weak at birth. It can barely stand up. This Pok\u00e9mon becomes stronger by stumbling and falling to keep up with its parent.",
"height": "3' 03\"",
"category": "Fire Horse",
"weight": "66.1 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#077", "#078"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "82"
},
{
"name": "Rapidash",
"id": "#078",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/078.png",
"xdescription": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pok\u00e9mon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
"ydescription": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pok\u00e9mon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
"height": "5' 07\"",
"category": "Fire Horse",
"weight": "209.4 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#077", "#078"],
"abilities": ["Run Away"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#077",
"reason": "(Level 40)",
"base_exp": "175"
},
{
"name": "Slowpoke",
"id": "#079",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/079.png",
"xdescription": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pok\u00e9mon often forgets what it's doing and often spends entire days just loafing at water's edge.",
"ydescription": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pok\u00e9mon often forgets what it's doing and often spends entire days just loafing at water's edge.",
"height": "3' 11\"",
"category": "Dopey",
"weight": "79.4 lbs",
"typeofpokemon": ["Water", "Psychic"],
"weaknesses": ["Bug", "Dark", "Electric", "Ghost", "Grass"],
"evolutions": ["#079", "#080", "#199"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Slowbro",
"id": "#080",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/080.png",
"xdescription": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
"ydescription": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
"height": "5' 03\"",
"category": "Hermit Crab",
"weight": "173.1 lbs",
"typeofpokemon": ["Water", "Psychic"],
"weaknesses": ["Bug", "Dark", "Electric", "Ghost", "Grass"],
"evolutions": ["#079", "#080", "#199"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 40,
"defense": 50,
"special_attack": 50,
"special_defense": 30,
"speed": 20,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#079",
"reason": "(Level 37)",
"base_exp": "172"
},
{
"name": "Magnemite",
"id": "#081",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/081.png",
"xdescription": "Magnemite floats in the air by emitting electromagnetic waves from the units at its sides. These waves block gravity. This Pok\u00e9mon becomes incapable of flight if its internal electrical supply is depleted.",
"ydescription": "Magnemite attaches itself to power lines to feed on electricity. If your house has a power outage, check your circuit breakers. You may find a large number of this Pok\u00e9mon clinging to the breaker box.",
"height": "1' 00\"",
"category": "Magnet",
"weight": "13.2 lbs",
"typeofpokemon": ["Electric", "Steel"],
"weaknesses": ["Ground", "Fire", "Fighting"],
"evolutions": ["#081", "#082", "#462"],
"abilities": ["Sturdy"],
"hp": 10,
"attack": 20,
"defense": 30,
"special_attack": 50,
"special_defense": 20,
"speed": 30,
"total": 160,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Magneton",
"id": "#082",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/082.png",
"xdescription": "Magneton emits a powerful magnetic force that is fatal to electronics and precision instruments. Because of this, it is said that some towns warn people to keep this Pok\u00e9mon inside a Pok\u00e9 Ball.",
"ydescription": "Magneton emits a powerful magnetic force that is fatal to mechanical devices. As a result, large cities sound sirens to warn citizens of large-scale outbreaks of this Pok\u00e9mon.",
"height": "3' 03\"",
"category": "Magnet",
"weight": "132.3 lbs",
"typeofpokemon": ["Electric", "Steel"],
"weaknesses": ["Ground", "Fire", "Fighting"],
"evolutions": ["#081", "#082", "#462"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 60,
"special_defense": 30,
"speed": 40,
"total": 220,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#081",
"reason": "(Level 30)",
"base_exp": "163"
},
{
"name": "Farfetch'd",
"id": "#083",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/083.png",
"xdescription": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pok\u00e9mon has been known to fight with others over stalks.",
"ydescription": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pok\u00e9mon has been known to fight with others over stalks.",
"height": "2' 07\"",
"category": "Wild Duck",
"weight": "33.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#083"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "132"
},
{
"name": "Doduo",
"id": "#084",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/084.png",
"xdescription": "Doduo's two heads contain completely identical brains. A scientific study reported that on rare occasions, there will be examples of this Pok\u00e9mon possessing different sets of brains.",
"ydescription": "Doduo's two heads never sleep at the same time. Its two heads take turns sleeping, so one head can always keep watch for enemies while the other one sleeps.",
"height": "4' 07\"",
"category": "Twin Bird",
"weight": "86.4 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#084", "#085"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Dodrio",
"id": "#085",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/085.png",
"xdescription": "Apparently, the heads aren't the only parts of the body that Dodrio has three of. It has three sets of hearts and lungs as well, so it is capable of running long distances without rest.",
"ydescription": "Watch out if Dodrio's three heads are looking in three separate directions. It's a sure sign that it is on its guard. Don't go near this Pok\u00e9mon if it's being wary\u2014it may decide to peck you.",
"height": "5' 11\"",
"category": "Triple Bird",
"weight": "187.8 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#084", "#085"],
"abilities": ["Run Away"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#084",
"reason": "(Level 31)",
"base_exp": "165"
},
{
"name": "Seel",
"id": "#086",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/086.png",
"xdescription": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
"ydescription": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
"height": "3' 07\"",
"category": "Sea Lion",
"weight": "198.4 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#086", "#087"],
"abilities": ["Thick Fat"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Dewgong",
"id": "#087",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/087.png",
"xdescription": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pok\u00e9mon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
"ydescription": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pok\u00e9mon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
"height": "5' 07\"",
"category": "Sea Lion",
"weight": "264.6 lbs",
"typeofpokemon": ["Water", "Ice"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#086", "#087"],
"abilities": ["Thick Fat"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#086",
"reason": "(Level 34)",
"base_exp": "166"
},
{
"name": "Grimer",
"id": "#088",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/088.png",
"xdescription": "Grimer emerged from the sludge that settled on a polluted seabed. This Pok\u00e9mon loves anything filthy. It constantly leaks a horribly germ-infested fluid from all over its body.",
"ydescription": "Grimer's sludgy and rubbery body can be forced through any opening, however small it may be. This Pok\u00e9mon enters sewer pipes to drink filthy wastewater.",
"height": "2' 11\"",
"category": "Sludge",
"weight": "66.1 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#088", "#089"],
"abilities": ["Stench"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Muk",
"id": "#089",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/089.png",
"xdescription": "This Pok\u00e9mon's favorite food is anything that is repugnantly filthy. In dirty towns where people think nothing of throwing away litter on the streets, Muk are certain to gather.",
"ydescription": "From Muk's body seeps a foul fluid that gives off a nose-bendingly horrible stench. Just one drop of this Pok\u00e9mon's body fluid can turn a pool stagnant and rancid.",
"height": "3' 11\"",
"category": "Sludge",
"weight": "66.1 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#088", "#089"],
"abilities": ["Stench"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#088",
"reason": "(Level 38)",
"base_exp": "175"
},
{
"name": "Shellder",
"id": "#090",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/090.png",
"xdescription": "At night, this Pok\u00e9mon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
"ydescription": "At night, this Pok\u00e9mon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
"height": "1' 00\"",
"category": "Bivalve",
"weight": "8.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#090", "#091"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 10,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Cloyster",
"id": "#091",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/091.png",
"xdescription": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pok\u00e9mon shoots spikes from its shell using the same system.",
"ydescription": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pok\u00e9mon shoots spikes from its shell using the same system.",
"height": "4' 11\"",
"category": "Bivalve",
"weight": "292.1 lbs",
"typeofpokemon": ["Water", "Ice"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#090", "#091"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 50,
"defense": 80,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#090",
"reason": "(use Water Stone)",
"base_exp": "184"
},
{
"name": "Gastly",
"id": "#092",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/092.png",
"xdescription": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pok\u00e9mon cluster under the eaves of houses to escape the ravages of wind.",
"ydescription": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pok\u00e9mon cluster under the eaves of houses to escape the ravages of wind.",
"height": "4' 03\"",
"category": "Gas",
"weight": "0.2 lbs",
"typeofpokemon": ["Ghost", "Poison"],
"weaknesses": ["Dark", "Ghost", "Psychic"],
"evolutions": ["#092", "#093", "#094"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Haunter",
"id": "#093",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/093.png",
"xdescription": "Haunter is a dangerous Pok\u00e9mon. If one beckons you while floating in darkness, you must never approach it. This Pok\u00e9mon will try to lick you with its tongue and steal your life away.",
"ydescription": "Haunter is a dangerous Pok\u00e9mon. If one beckons you while floating in darkness, you must never approach it. This Pok\u00e9mon will try to lick you with its tongue and steal your life away.",
"height": "5' 03\"",
"category": "Gas",
"weight": "0.2 lbs",
"typeofpokemon": ["Ghost", "Poison"],
"weaknesses": ["Dark", "Ghost", "Psychic"],
"evolutions": ["#092", "#093", "#094"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 60,
"special_defense": 20,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#092",
"reason": "(Level 25)",
"base_exp": "142"
},
{
"name": "Gengar",
"id": "#094",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/094.png",
"xdescription": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
"ydescription": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
"height": "4' 11\"",
"category": "Shadow",
"weight": "89.3 lbs",
"typeofpokemon": ["Ghost", "Poison"],
"weaknesses": ["Dark", "Ghost", "Psychic"],
"evolutions": ["#092", "#093", "#094"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#093",
"reason": "(Trade)",
"base_exp": "225"
},
{
"name": "Onix",
"id": "#095",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/095.png",
"xdescription": "Onix has a magnet in its brain. It acts as a compass so that this Pok\u00e9mon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
"ydescription": "Onix has a magnet in its brain. It acts as a compass so that this Pok\u00e9mon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
"height": "28' 10\"",
"category": "Rock Snake",
"weight": "463.0 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#095", "#208"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 20,
"defense": 70,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "77"
},
{
"name": "Drowzee",
"id": "#096",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/096.png",
"xdescription": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pok\u00e9mon is standing above your pillow and trying to eat your dream through your nostrils.",
"ydescription": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pok\u00e9mon is standing above your pillow and trying to eat your dream through your nostrils.",
"height": "3' 03\"",
"category": "Hypnosis",
"weight": "71.4 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#096", "#097"],
"abilities": ["Insomnia"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 40,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Hypno",
"id": "#097",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/097.png",
"xdescription": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pok\u00e9mon searches for prey, it polishes the pendulum.",
"ydescription": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pok\u00e9mon searches for prey, it polishes the pendulum.",
"height": "5' 03\"",
"category": "Hypnosis",
"weight": "166.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#096", "#097"],
"abilities": ["Insomnia"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 50,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#096",
"reason": "(Level 26)",
"base_exp": "169"
},
{
"name": "Krabby",
"id": "#098",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/098.png",
"xdescription": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pok\u00e9mon can be seen squabbling with each other over territory.",
"ydescription": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pok\u00e9mon can be seen squabbling with each other over territory.",
"height": "1' 04\"",
"category": "River Crab",
"weight": "14.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#098", "#099"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 50,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Kingler",
"id": "#099",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/099.png",
"xdescription": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pok\u00e9mon quickly tires.",
"ydescription": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pok\u00e9mon quickly tires.",
"height": "4' 03\"",
"category": "Pincer",
"weight": "132.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#098", "#099"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 70,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#098",
"reason": "(Level 28)",
"base_exp": "166"
},
{
"name": "Voltorb",
"id": "#100",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/100.png",
"xdescription": "Voltorb is extremely sensitive\u2014it explodes at the slightest of shocks. It is rumored that it was first created when a Pok\u00e9 Ball was exposed to a powerful pulse of energy.",
"ydescription": "Voltorb was first sighted at a company that manufactures Pok\u00e9 Balls. The link between that sighting and the fact that this Pok\u00e9mon looks very similar to a Pok\u00e9 Ball remains a mystery.",
"height": "1' 08\"",
"category": "Ball",
"weight": "22.9 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#100", "#101"],
"abilities": ["Static"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 160,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Electrode",
"id": "#101",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/101.png",
"xdescription": "One of Electrode's characteristics is its attraction to electricity. It is a problematical Pok\u00e9mon that congregates mostly at electrical power plants to feed on electricity that has just been generated.",
"ydescription": "Electrode eats electricity in the atmosphere. On days when lightning strikes, you can see this Pok\u00e9mon exploding all over the place from eating too much electricity.",
"height": "3' 11\"",
"category": "Ball",
"weight": "146.8 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#100", "#101"],
"abilities": ["Static"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 70,
"total": 230,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#100",
"reason": "(Level 30)",
"base_exp": "172"
},
{
"name": "Exeggcute",
"id": "#102",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/102.png",
"xdescription": "This Pok\u00e9mon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
"ydescription": "This Pok\u00e9mon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
"height": "1' 04\"",
"category": "Egg",
"weight": "5.5 lbs",
"typeofpokemon": ["Grass", "Psychic"],
"weaknesses": ["Bug", "Dark", "Fire", "Flying", "Ghost", "Ice", "Poison"],
"evolutions": ["#102", "#103"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 20,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Exeggutor",
"id": "#103",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/103.png",
"xdescription": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
"ydescription": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
"height": "6' 07\"",
"category": "Coconut",
"weight": "264.6 lbs",
"typeofpokemon": ["Grass", "Psychic"],
"weaknesses": ["Bug", "Dark", "Fire", "Flying", "Ghost", "Ice", "Poison"],
"evolutions": ["#102", "#103"],
"abilities": ["Chlorophyll"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 60,
"special_defense": 30,
"speed": 30,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#102",
"reason": "(use Leaf Stone, outside Alola)",
"base_exp": "186"
},
{
"name": "Cubone",
"id": "#104",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/104.png",
"xdescription": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pok\u00e9mon wears are made by the tears it sheds.",
"ydescription": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pok\u00e9mon wears are made by the tears it sheds.",
"height": "1' 04\"",
"category": "Lonely",
"weight": "14.3 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#104", "#105"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Marowak",
"id": "#105",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/105.png",
"xdescription": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pok\u00e9mon's tempered and hardened spirit is not easily broken.",
"ydescription": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pok\u00e9mon's tempered and hardened spirit is not easily broken.",
"height": "3' 03\"",
"category": "Bone Keeper",
"weight": "99.2 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#104", "#105"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "#104",
"reason": "(Level 28, outside Alola)",
"base_exp": "149"
},
{
"name": "Hitmonlee",
"id": "#106",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/106.png",
"xdescription": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
"ydescription": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
"height": "4' 11\"",
"category": "Kicking",
"weight": "109.8 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#236", "#106", "#107", "#237"],
"abilities": ["Limber"],
"hp": 20,
"attack": 60,
"defense": 20,
"special_attack": 20,
"special_defense": 50,
"speed": 50,
"total": 220,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#236",
"reason": "(Level 20, Attack > Defense)",
"base_exp": "159"
},
{
"name": "Hitmonchan",
"id": "#107",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/107.png",
"xdescription": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pok\u00e9mon has an indomitable spirit and will never give up in the face of adversity.",
"ydescription": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pok\u00e9mon has an indomitable spirit and will never give up in the face of adversity.",
"height": "4' 07\"",
"category": "Punching",
"weight": "110.7 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#236", "#106", "#107", "#237"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 50,
"speed": 40,
"total": 210,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#236",
"reason": "(Level 20, Attack < Defense)",
"base_exp": "159"
},
{
"name": "Lickitung",
"id": "#108",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/108.png",
"xdescription": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
"ydescription": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
"height": "3' 11\"",
"category": "Licking",
"weight": "144.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#108", "#463"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "77"
},
{
"name": "Koffing",
"id": "#109",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/109.png",
"xdescription": "Koffing embodies toxic substances. It mixes the toxins with raw garbage to set off a chemical reaction that results in a terribly powerful poison gas. The higher the temperature, the more gas is concocted by this Pok\u00e9mon.",
"ydescription": "If Koffing becomes agitated, it raises the toxicity of its internal gases and jets them out from all over its body. This Pok\u00e9mon may also overinflate its round body, then explode.",
"height": "2' 00\"",
"category": "Poison Gas",
"weight": "2.2 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Psychic"],
"evolutions": ["#109", "#110"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Weezing",
"id": "#110",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/110.png",
"xdescription": "Weezing alternately shrinks and inflates its twin bodies to mix together toxic gases inside. The more the gases are mixed, the more powerful the toxins become. The Pok\u00e9mon also becomes more putrid.",
"ydescription": "Weezing loves the gases given off by rotted kitchen garbage. This Pok\u00e9mon will find a dirty, unkempt house and make it its home. At night, when the people in the house are asleep, it will go through the trash.",
"height": "3' 11\"",
"category": "Poison Gas",
"weight": "20.9 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Psychic"],
"evolutions": ["#109", "#110"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#109",
"reason": "(Level 35)",
"base_exp": "172"
},
{
"name": "Rhyhorn",
"id": "#111",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/111.png",
"xdescription": "Rhyhorn's brain is very small. It is so dense, while on a run it forgets why it started running in the first place. It apparently remembers sometimes if it demolishes something.",
"ydescription": "Rhyhorn runs in a straight line, smashing everything in its path. It is not bothered even if it rushes headlong into a block of steel. This Pok\u00e9mon may feel some pain from the collision the next day, however.",
"height": "3' 03\"",
"category": "Spikes",
"weight": "253.5 lbs",
"typeofpokemon": ["Ground", "Rock"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#111", "#112", "#464"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "69"
},
{
"name": "Rhydon",
"id": "#112",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/112.png",
"xdescription": "Rhydon has a horn that serves as a drill. It is used for destroying rocks and boulders. This Pok\u00e9mon occasionally rams into streams of magma, but the armor-like hide prevents it from feeling the heat.",
"ydescription": "Rhydon's horn can crush even uncut diamonds. One sweeping blow of its tail can topple a building. This Pok\u00e9mon's hide is extremely tough. Even direct cannon hits don't leave a scratch.",
"height": "6' 03\"",
"category": "Drill",
"weight": "264.6 lbs",
"typeofpokemon": ["Ground", "Rock"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#111", "#112", "#464"],
"abilities": ["Rock Head"],
"hp": 40,
"attack": 70,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#111",
"reason": "(Level 42)",
"base_exp": "170"
},
{
"name": "Chansey",
"id": "#113",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/113.png",
"xdescription": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
"ydescription": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
"height": "3' 07\"",
"category": "Egg",
"weight": "76.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#440", "#113", "#242"],
"abilities": ["Natural Cure"],
"hp": 90,
"attack": 10,
"defense": 10,
"special_attack": 20,
"special_defense": 40,
"speed": 30,
"total": 200,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#440",
"reason": "(hold Oval Stone, Daytime)",
"base_exp": "395"
},
{
"name": "Tangela",
"id": "#114",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/114.png",
"xdescription": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
"ydescription": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
"height": "3' 03\"",
"category": "Vine",
"weight": "77.2 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#114", "#465"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 30,
"defense": 50,
"special_attack": 50,
"special_defense": 20,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "87"
},
{
"name": "Kangaskhan",
"id": "#115",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/115.png",
"xdescription": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pok\u00e9mon's parent is sure to be in the area, and it will become violently enraged at you.",
"ydescription": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pok\u00e9mon's parent is sure to be in the area, and it will become violently enraged at you.",
"height": "7' 03\"",
"category": "Parent",
"weight": "176.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#115"],
"abilities": ["Early Bird"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Horsea",
"id": "#116",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/116.png",
"xdescription": "If Horsea senses danger, it will reflexively spray a dense black ink from its mouth and try to escape. This Pok\u00e9mon swims by cleverly flapping the fin on its back.",
"ydescription": "Horsea eats small insects and moss off of rocks. If the ocean current turns fast, this Pok\u00e9mon anchors itself by wrapping its tail around rocks or coral to prevent being washed away.",
"height": "1' 04\"",
"category": "Dragon",
"weight": "17.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#116", "#117", "#230"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 30,
"special_defense": 10,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Seadra",
"id": "#117",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/117.png",
"xdescription": "Seadra generates whirlpools by spinning its body. The whirlpools are strong enough to swallow even fishing boats. This Pok\u00e9mon weakens prey with these currents, then swallows it whole.",
"ydescription": "Seadra sleeps after wriggling itself between the branches of coral. Those trying to harvest coral are occasionally stung by this Pok\u00e9mon's poison barbs if they fail to notice it.",
"height": "3' 11\"",
"category": "Dragon",
"weight": "55.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#116", "#117", "#230"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 20,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#116",
"reason": "(Level 32)",
"base_exp": "154"
},
{
"name": "Goldeen",
"id": "#118",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/118.png",
"xdescription": "Goldeen loves swimming wild and free in rivers and ponds. If one of these Pok\u00e9mon is placed in an aquarium, it will shatter even the thickest glass with one ram of its horn and make its escape.",
"ydescription": "Goldeen is a very beautiful Pok\u00e9mon with fins that billow elegantly in water. However, don't let your guard down around this Pok\u00e9mon\u2014it could ram you powerfully with its horn.",
"height": "2' 00\"",
"category": "Goldfish",
"weight": "33.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#118", "#119"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Seaking",
"id": "#119",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/119.png",
"xdescription": "Seaking is very protective of its eggs. The male and female will take turns patrolling around their nest and eggs. The guarding of eggs by these Pok\u00e9mon goes on for over a month.",
"ydescription": "In the autumn, Seaking males can be seen performing courtship dances in riverbeds to woo females. During this season, this Pok\u00e9mon's body coloration is at its most beautiful.",
"height": "4' 03\"",
"category": "Goldfish",
"weight": "86.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#118", "#119"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "#118",
"reason": "(Level 33)",
"base_exp": "158"
},
{
"name": "Staryu",
"id": "#120",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/120.png",
"xdescription": "Staryu apparently communicates with the stars in the night sky by flashing the red core at the center of its body. If parts of its body are torn, this Pok\u00e9mon simply regenerates the missing pieces and limbs.",
"ydescription": "Staryu's center section has an organ called the core that shines bright red. If you go to a beach toward the end of summer, the glowing cores of these Pok\u00e9mon look like the stars in the sky.",
"height": "2' 07\"",
"category": "Star Shape",
"weight": "76.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#120", "#121"],
"abilities": ["Natural Cure"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 170,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Starmie",
"id": "#121",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/121.png",
"xdescription": "Starmie swims through water by spinning its star-shaped body as if it were a propeller on a ship. The core at the center of this Pok\u00e9mon's body glows in seven colors.",
"ydescription": "Starmie's center section\u2014the core\u2014glows brightly in seven colors. Because of its luminous nature, this Pok\u00e9mon has been given the nickname \u201cthe gem of the sea.\"",
"height": "3' 07\"",
"category": "Mysterious",
"weight": "176.4 lbs",
"typeofpokemon": ["Water", "Psychic"],
"weaknesses": ["Bug", "Dark", "Electric", "Ghost", "Grass"],
"evolutions": ["#120", "#121"],
"abilities": ["Natural Cure"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 260,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#120",
"reason": "(use Water Stone)",
"base_exp": "182"
},
{
"name": "Mr. Mime",
"id": "#122",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/122.png",
"xdescription": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
"ydescription": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
"height": "4' 03\"",
"category": "Barrier",
"weight": "120.1 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#439", "#122"],
"abilities": ["Soundproof"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 50,
"special_defense": 50,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#439",
"reason": "(after Mimic learned)",
"base_exp": "161"
},
{
"name": "Scyther",
"id": "#123",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/123.png",
"xdescription": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pok\u00e9mon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
"ydescription": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pok\u00e9mon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
"height": "4' 11\"",
"category": "Mantis",
"weight": "123.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#123", "#212"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "100"
},
{
"name": "Jynx",
"id": "#124",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/124.png",
"xdescription": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
"ydescription": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
"height": "4' 07\"",
"category": "Human Shape",
"weight": "89.5 lbs",
"typeofpokemon": ["Ice", "Psychic"],
"weaknesses": ["Bug", "Dark", "Fire", "Ghost", "Rock", "Steel"],
"evolutions": ["#238", "#124"],
"abilities": ["Oblivious"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 230,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#238",
"reason": "(Level 30)",
"base_exp": "159"
},
{
"name": "Electabuzz",
"id": "#125",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/125.png",
"xdescription": "When a storm arrives, gangs of this Pok\u00e9mon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
"ydescription": "When a storm arrives, gangs of this Pok\u00e9mon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
"height": "3' 07\"",
"category": "Electric",
"weight": "66.1 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#239", "#125", "#466"],
"abilities": ["Static"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 250,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#239",
"reason": "(Level 30)",
"base_exp": "172"
},
{
"name": "Magmar",
"id": "#126",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/126.png",
"xdescription": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pok\u00e9mon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
"ydescription": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pok\u00e9mon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
"height": "4' 03\"",
"category": "Spitfire",
"weight": "98.1 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#240", "#126", "#467"],
"abilities": ["Flame Body"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 250,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#240",
"reason": "(Level 30)",
"base_exp": "173"
},
{
"name": "Pinsir",
"id": "#127",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/127.png",
"xdescription": "Pinsir has a pair of massive horns. Protruding from the surface of these horns are thorns. These thorns are driven deeply into the foe's body when the pincer closes, making it tough for the foe to escape.",
"ydescription": "Pinsir is astoundingly strong. It can grip a foe weighing twice its weight in its horns and easily lift it. This Pok\u00e9mon's movements turn sluggish in cold places.",
"height": "4' 11\"",
"category": "Stag Beetle",
"weight": "121.3 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#127"],
"abilities": ["Hyper Cutter"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Bug ",
"reason": "",
"evolvedfrom": "",
"base_exp": "175"
},
{
"name": "Tauros",
"id": "#128",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/128.png",
"xdescription": "This Pok\u00e9mon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
"ydescription": "This Pok\u00e9mon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
"height": "4' 07\"",
"category": "Wild Bull",
"weight": "194.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#128"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 60,
"total": 230,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Magikarp",
"id": "#129",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/129.png",
"xdescription": "Magikarp is virtually useless in battle as it can only splash around. As a result, it is considered to be weak. However, it is actually a very hardy Pok\u00e9mon that can survive in any body of water no matter how polluted it is.",
"ydescription": "Magikarp is a pathetic excuse for a Pok\u00e9mon that is only capable of flopping and splashing. This behavior prompted scientists to undertake research into it.",
"height": "2' 11\"",
"category": "Fish",
"weight": "22.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#129", "#130"],
"abilities": ["Swift Swim"],
"hp": 10,
"attack": 10,
"defense": 30,
"special_attack": 10,
"special_defense": 10,
"speed": 40,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "5 ",
"egg_groups": "Dragon, Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "40"
},
{
"name": "Gyarados",
"id": "#130",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/130.png",
"xdescription": "Once Gyarados goes on a rampage, its ferociously violent blood doesn't calm until it has burned everything down. There are records of this Pok\u00e9mon's rampages lasting a whole month.",
"ydescription": "When Magikarp evolves into Gyarados, its brain cells undergo a structural transformation. It is said that this transformation is to blame for this Pok\u00e9mon's wildly violent nature.",
"height": "21' 04\"",
"category": "Atrocious",
"weight": "518.1 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#129", "#130"],
"abilities": ["Intimidate"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "5 ",
"egg_groups": "Dragon, Water 2 ",
"evolvedfrom": "#129",
"reason": "(Level 20)",
"base_exp": "189"
},
{
"name": "Lapras",
"id": "#131",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/131.png",
"xdescription": "People have driven Lapras almost to the point of extinction. In the evenings, this Pok\u00e9mon is said to sing plaintively as it seeks what few others of its kind still remain.",
"ydescription": "People have driven Lapras almost to the point of extinction. In the evenings, this Pok\u00e9mon is said to sing plaintively as it seeks what few others of its kind still remain.",
"height": "8' 02\"",
"category": "Transport",
"weight": "485.0 lbs",
"typeofpokemon": ["Water", "Ice"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#131"],
"abilities": ["Water Absorb"],
"hp": 50,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Monster, Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "187"
},
{
"name": "Ditto",
"id": "#132",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/132.png",
"xdescription": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pok\u00e9mon manages to get details wrong.",
"ydescription": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pok\u00e9mon manages to get details wrong.",
"height": "1' 00\"",
"category": "Transform",
"weight": "8.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#132"],
"abilities": ["Limber"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Ditto ",
"reason": "",
"evolvedfrom": "",
"base_exp": "101"
},
{
"name": "Eevee",
"id": "#133",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/133.png",
"xdescription": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pok\u00e9mon to evolve.",
"ydescription": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pok\u00e9mon to evolve.",
"height": "1' 00\"",
"category": "Evolution",
"weight": "14.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Run Away"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Vaporeon",
"id": "#134",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/134.png",
"xdescription": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pok\u00e9mon has the ability to freely control water.",
"ydescription": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pok\u00e9mon has the ability to freely control water.",
"height": "3' 03\"",
"category": "Bubble Jet",
"weight": "63.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Water Absorb"],
"hp": 50,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(use Water Stone)",
"base_exp": "184"
},
{
"name": "Jolteon",
"id": "#135",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/135.png",
"xdescription": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pok\u00e9mon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
"ydescription": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pok\u00e9mon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
"height": "2' 07\"",
"category": "Lightning",
"weight": "54.0 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Volt Absorb"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 70,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(use Thunder Stone)",
"base_exp": "184"
},
{
"name": "Flareon",
"id": "#136",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/136.png",
"xdescription": "Flareon's fluffy fur has a functional purpose\u2014it releases heat into the air so that its body does not get excessively hot. This Pok\u00e9mon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
"ydescription": "Flareon's fluffy fur has a functional purpose\u2014it releases heat into the air so that its body does not get excessively hot. This Pok\u00e9mon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
"height": "2' 11\"",
"category": "Flame",
"weight": "55.1 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 70,
"defense": 30,
"special_attack": 50,
"special_defense": 50,
"speed": 40,
"total": 270,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(use Fire Stone)",
"base_exp": "184"
},
{
"name": "Porygon",
"id": "#137",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/137.png",
"xdescription": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pok\u00e9mon is copy protected so it cannot be duplicated by copying.",
"ydescription": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pok\u00e9mon is copy protected so it cannot be duplicated by copying.",
"height": "2' 07\"",
"category": "Virtual",
"weight": "80.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#137", "#233", "#474"],
"abilities": ["Trace"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 180,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "79"
},
{
"name": "Omanyte",
"id": "#138",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/138.png",
"xdescription": "Omanyte is one of the ancient and long-since-extinct Pok\u00e9mon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
"ydescription": "Omanyte is one of the ancient and long-since-extinct Pok\u00e9mon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
"height": "1' 04\"",
"category": "Spiral",
"weight": "16.5 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#138", "#139"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 20,
"defense": 40,
"special_attack": 40,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Omastar",
"id": "#139",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/139.png",
"xdescription": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
"ydescription": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
"height": "3' 03\"",
"category": "Spiral",
"weight": "77.2 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#138", "#139"],
"abilities": ["Shell Armor"],
"hp": 30,
"attack": 30,
"defense": 50,
"special_attack": 60,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "#138",
"reason": "(Level 40)",
"base_exp": "173"
},
{
"name": "Kabuto",
"id": "#140",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/140.png",
"xdescription": "Kabuto is a Pok\u00e9mon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pok\u00e9mon has not changed at all for 300 million years.",
"ydescription": "Kabuto is a Pok\u00e9mon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pok\u00e9mon has not changed at all for 300 million years.",
"height": "1' 08\"",
"category": "Shellfish",
"weight": "25.4 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#140", "#141"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Kabutops",
"id": "#141",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/141.png",
"xdescription": "Kabutops swam underwater to hunt for its prey in ancient times. The Pok\u00e9mon was apparently evolving from being a water dweller to living on land as evident from the beginnings of change in its gills and legs.",
"ydescription": "Kabutops swam underwater to hunt for its prey in ancient times. The Pok\u00e9mon was apparently evolving from being a water dweller to living on land as evident from the beginnings of change in its gills and legs.",
"height": "4' 03\"",
"category": "Shellfish",
"weight": "89.3 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#140", "#141"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "#140",
"reason": "(Level 40)",
"base_exp": "173"
},
{
"name": "Aerodactyl",
"id": "#142",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/142.png",
"xdescription": "Aerodactyl is a Pok\u00e9mon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
"ydescription": "Aerodactyl is a Pok\u00e9mon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
"height": "5' 11\"",
"category": "Fossil",
"weight": "130.1 lbs",
"typeofpokemon": ["Rock", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Steel", "Water"],
"evolutions": ["#142"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 70,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "180"
},
{
"name": "Snorlax",
"id": "#143",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/143.png",
"xdescription": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pok\u00e9mon that there are children who use its expansive belly as a place to play.",
"ydescription": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pok\u00e9mon that there are children who use its expansive belly as a place to play.",
"height": "6' 11\"",
"category": "Sleeping",
"weight": "1014.1 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#446", "#143"],
"abilities": ["Thick Fat"],
"hp": 60,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 50,
"speed": 20,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Monster ",
"evolvedfrom": "#446",
"reason": "(high Friendship)",
"base_exp": "189"
},
{
"name": "Articuno",
"id": "#144",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/144.png",
"xdescription": "Articuno is a legendary bird Pok\u00e9mon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pok\u00e9mon flies, snow will fall.",
"ydescription": "Articuno is a legendary bird Pok\u00e9mon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pok\u00e9mon flies, snow will fall.",
"height": "5' 07\"",
"category": "Freeze",
"weight": "122.1 lbs",
"typeofpokemon": ["Ice", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Steel"],
"evolutions": ["#144"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Zapdos",
"id": "#145",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/145.png",
"xdescription": "Zapdos is a legendary bird Pok\u00e9mon that has the ability to control electricity. It usually lives in thunderclouds. The Pok\u00e9mon gains power if it is stricken by lightning bolts.",
"ydescription": "Zapdos is a legendary bird Pok\u00e9mon that has the ability to control electricity. It usually lives in thunderclouds. The Pok\u00e9mon gains power if it is stricken by lightning bolts.",
"height": "5' 03\"",
"category": "Electric",
"weight": "116.0 lbs",
"typeofpokemon": ["Electric", "Flying"],
"weaknesses": ["Ice", "Rock"],
"evolutions": ["#145"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 280,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Moltres",
"id": "#146",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/146.png",
"xdescription": "Moltres is a legendary bird Pok\u00e9mon that has the ability to control fire. If this Pok\u00e9mon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
"ydescription": "Moltres is a legendary bird Pok\u00e9mon that has the ability to control fire. If this Pok\u00e9mon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
"height": "6' 07\"",
"category": "Flame",
"weight": "132.3 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Rock", "Electric", "Water"],
"evolutions": ["#146"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 280,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Dratini",
"id": "#147",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/147.png",
"xdescription": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
"ydescription": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
"height": "5' 11\"",
"category": "Dragon",
"weight": "7.3 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Dragon", "Ice", "Fairy"],
"evolutions": ["#147", "#148", "#149"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Dragonair",
"id": "#148",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/148.png",
"xdescription": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from the crystals on its neck and tail.",
"ydescription": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from the crystals on its neck and tail.",
"height": "13' 01\"",
"category": "Dragon",
"weight": "36.4 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Dragon", "Ice", "Fairy"],
"evolutions": ["#147", "#148", "#149"],
"abilities": ["Shed Skin"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#147",
"reason": "(Level 30)",
"base_exp": "147"
},
{
"name": "Dragonite",
"id": "#149",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/149.png",
"xdescription": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pok\u00e9mon that leads lost and foundering ships in a storm to the safety of land.",
"ydescription": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pok\u00e9mon that leads lost and foundering ships in a storm to the safety of land.",
"height": "7' 03\"",
"category": "Dragon",
"weight": "463.0 lbs",
"typeofpokemon": ["Dragon", "Flying"],
"weaknesses": ["Ice", "Dragon", "Rock", "Fairy"],
"evolutions": ["#147", "#148", "#149"],
"abilities": ["Inner Focus"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#148",
"reason": "(Level 55)",
"base_exp": "270"
},
{
"name": "Mewtwo",
"id": "#150",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/150.png",
"xdescription": "Mewtwo is a Pok\u00e9mon that was created by genetic manipulation. However, even though the scientific power of humans created this Pok\u00e9mon's body, they failed to endow Mewtwo with a compassionate heart.",
"ydescription": "Mewtwo is a Pok\u00e9mon that was created by genetic manipulation. However, even though the scientific power of humans created this Pok\u00e9mon's body, they failed to endow Mewtwo with a compassionate heart.",
"height": "6' 07\"",
"category": "Genetic",
"weight": "269.0 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#150"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 80,
"special_defense": 40,
"speed": 70,
"total": 330,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Mew",
"id": "#151",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/151.png",
"xdescription": "Mew is said to possess the genetic composition of all Pok\u00e9mon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
"ydescription": "Mew is said to possess the genetic composition of all Pok\u00e9mon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
"height": "1' 04\"",
"category": "New Species",
"weight": "8.8 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#151"],
"abilities": ["Synchronize"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Chikorita",
"id": "#152",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/152.png",
"xdescription": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pok\u00e9mon and creating a cozy, friendly atmosphere all around.",
"ydescription": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pok\u00e9mon and creating a cozy, friendly atmosphere all around.",
"height": "2' 11\"",
"category": "Leaf",
"weight": "14.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#152", "#153", "#154"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Bayleef",
"id": "#153",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/153.png",
"xdescription": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
"ydescription": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
"height": "3' 11\"",
"category": "Leaf",
"weight": "34.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#152", "#153", "#154"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#152",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Meganium",
"id": "#154",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/154.png",
"xdescription": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pok\u00e9mon gives off more of its becalming scent to blunt the foe's fighting spirit.",
"ydescription": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pok\u00e9mon gives off more of its becalming scent to blunt the foe's fighting spirit.",
"height": "5' 11\"",
"category": "Herb",
"weight": "221.6 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#152", "#153", "#154"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#153",
"reason": "(Level 32)",
"base_exp": "236"
},
{
"name": "Cyndaquil",
"id": "#155",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/155.png",
"xdescription": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pok\u00e9mon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
"ydescription": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pok\u00e9mon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
"height": "1' 08\"",
"category": "Fire Mouse",
"weight": "17.4 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#155", "#156", "#157"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Quilava",
"id": "#156",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/156.png",
"xdescription": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pok\u00e9mon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
"ydescription": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pok\u00e9mon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
"height": "2' 11\"",
"category": "Volcano",
"weight": "41.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#155", "#156", "#157"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#155",
"reason": "(Level 14)",
"base_exp": "142"
},
{
"name": "Typhlosion",
"id": "#157",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/157.png",
"xdescription": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pok\u00e9mon creates blazing explosive blasts that burn everything to cinders.",
"ydescription": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pok\u00e9mon creates blazing explosive blasts that burn everything to cinders.",
"height": "5' 07\"",
"category": "Volcano",
"weight": "175.3 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#155", "#156", "#157"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#156",
"reason": "(Level 36)",
"base_exp": "240"
},
{
"name": "Totodile",
"id": "#158",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/158.png",
"xdescription": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pok\u00e9mon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
"ydescription": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pok\u00e9mon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
"height": "2' 00\"",
"category": "Big Jaw",
"weight": "20.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#158", "#159", "#160"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Croconaw",
"id": "#159",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/159.png",
"xdescription": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
"ydescription": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
"height": "3' 07\"",
"category": "Big Jaw",
"weight": "55.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#158", "#159", "#160"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#158",
"reason": "(Level 18)",
"base_exp": "142"
},
{
"name": "Feraligatr",
"id": "#160",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/160.png",
"xdescription": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
"ydescription": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
"height": "7' 07\"",
"category": "Big Jaw",
"weight": "195.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#158", "#159", "#160"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#159",
"reason": "(Level 30)",
"base_exp": "239"
},
{
"name": "Sentret",
"id": "#161",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/161.png",
"xdescription": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pok\u00e9mon becomes separated from its pack, it becomes incapable of sleep due to fear.",
"ydescription": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pok\u00e9mon becomes separated from its pack, it becomes incapable of sleep due to fear.",
"height": "2' 07\"",
"category": "Scout",
"weight": "13.2 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#161", "#162"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "43"
},
{
"name": "Furret",
"id": "#162",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/162.png",
"xdescription": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pok\u00e9mon is very nimble and fleet.",
"ydescription": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pok\u00e9mon is very nimble and fleet.",
"height": "5' 11\"",
"category": "Long Body",
"weight": "71.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#161", "#162"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#161",
"reason": "(Level 15)",
"base_exp": "145"
},
{
"name": "Hoothoot",
"id": "#163",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/163.png",
"xdescription": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pok\u00e9mon begins hooting at precisely the same time every day.",
"ydescription": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pok\u00e9mon begins hooting at precisely the same time every day.",
"height": "2' 04\"",
"category": "Owl",
"weight": "46.7 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#163", "#164"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "52"
},
{
"name": "Noctowl",
"id": "#164",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/164.png",
"xdescription": "Noctowl never fails at catching prey in darkness. This Pok\u00e9mon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
"ydescription": "Noctowl never fails at catching prey in darkness. This Pok\u00e9mon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
"height": "5' 03\"",
"category": "Owl",
"weight": "89.9 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#163", "#164"],
"abilities": ["Keen Eye"],
"hp": 40,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#163",
"reason": "(Level 20)",
"base_exp": "158"
},
{
"name": "Ledyba",
"id": "#165",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/165.png",
"xdescription": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pok\u00e9mon conveys its feelings to others by altering the fluid's scent.",
"ydescription": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pok\u00e9mon conveys its feelings to others by altering the fluid's scent.",
"height": "3' 03\"",
"category": "Five Star",
"weight": "23.8 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#165", "#166"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Ledian",
"id": "#166",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/166.png",
"xdescription": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this\u2014the Pok\u00e9mon uses the light of the stars as its energy.",
"ydescription": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this\u2014the Pok\u00e9mon uses the light of the stars as its energy.",
"height": "4' 07\"",
"category": "Five Star",
"weight": "78.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#165", "#166"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 50,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#165",
"reason": "(Level 18)",
"base_exp": "137"
},
{
"name": "Spinarak",
"id": "#167",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/167.png",
"xdescription": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pok\u00e9mon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
"ydescription": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pok\u00e9mon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
"height": "1' 08\"",
"category": "String Spit",
"weight": "18.7 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#167", "#168"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Ariados",
"id": "#168",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/168.png",
"xdescription": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pok\u00e9mon constricts the foe with thin and strong silk webbing.",
"ydescription": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pok\u00e9mon constricts the foe with thin and strong silk webbing.",
"height": "3' 07\"",
"category": "Long Leg",
"weight": "73.9 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#167", "#168"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#167",
"reason": "(Level 22)",
"base_exp": "140"
},
{
"name": "Crobat",
"id": "#169",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/169.png",
"xdescription": "Crobat sneaks up on its intended prey using wings that barely make a sound. This Pok\u00e9mon rests by hanging on a tree branch with its rear legs that serve as wings.",
"ydescription": "If this Pok\u00e9mon is flying by fluttering only a pair of wings on either the forelegs or hind legs, it's proof that Crobat has been flying a long distance. It switches the wings it uses if it is tired.",
"height": "5' 11\"",
"category": "Bat",
"weight": "165.3 lbs",
"typeofpokemon": ["Poison", "Flying"],
"weaknesses": ["Electric", "Ice", "Psychic", "Rock"],
"evolutions": ["#041", "#042", "#169"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 70,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#042",
"reason": "(high Friendship)",
"base_exp": "241"
},
{
"name": "Chinchou",
"id": "#170",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/170.png",
"xdescription": "Chinchou's two antennas are filled with cells that generate strong electricity. This Pok\u00e9mon's cells create so much electrical power, it even makes itself tingle slightly.",
"ydescription": "Chinchou lets loose positive and negative electrical charges from its two antennas to make its prey faint. This Pok\u00e9mon flashes its electric lights to exchange signals with others.",
"height": "1' 08\"",
"category": "Angler",
"weight": "26.5 lbs",
"typeofpokemon": ["Water", "Electric"],
"weaknesses": ["Grass", "Ground"],
"evolutions": ["#170", "#171"],
"abilities": ["Illuminate"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Lanturn",
"id": "#171",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/171.png",
"xdescription": "Lanturn is known to emit light. If you peer down into the dark sea from a ship at night, you can sometimes see this Pok\u00e9mon's light rising from the depths where it swims. It gives the sea an appearance of a starlit night.",
"ydescription": "Lanturn is nicknamed \u201cthe deep-sea star\" for its illuminated antenna. This Pok\u00e9mon produces light by causing a chemical reaction between bacteria and its bodily fluids inside the antenna.",
"height": "3' 11\"",
"category": "Light",
"weight": "49.6 lbs",
"typeofpokemon": ["Water", "Electric"],
"weaknesses": ["Grass", "Ground"],
"evolutions": ["#170", "#171"],
"abilities": ["Illuminate"],
"hp": 50,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "#170",
"reason": "(Level 27)",
"base_exp": "161"
},
{
"name": "Pichu",
"id": "#172",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/172.png",
"xdescription": "When Pichu plays with others, it may short out electricity with another Pichu, creating a shower of sparks. In that event, this Pok\u00e9mon will begin crying, startled by the flash of sparks.",
"ydescription": "Pichu charges itself with electricity more easily on days with thunderclouds or when the air is very dry. You can hear the crackling of static electricity coming off this Pok\u00e9mon.",
"height": "1' 00\"",
"category": "Tiny Mouse",
"weight": "4.4 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#172", "#025", "#026"],
"abilities": ["Static"],
"hp": 10,
"attack": 20,
"defense": 10,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "41"
},
{
"name": "Cleffa",
"id": "#173",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/173.png",
"xdescription": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pok\u00e9mon quench their thirst with the morning dew.",
"ydescription": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pok\u00e9mon quench their thirst with the morning dew.",
"height": "1' 00\"",
"category": "Star Shape",
"weight": "6.6 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#173", "#035", "#036"],
"abilities": ["Cute Charm"],
"hp": 20,
"attack": 10,
"defense": 10,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 90,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "44"
},
{
"name": "Igglybuff",
"id": "#174",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/174.png",
"xdescription": "Igglybuff has a soft and plushy body that feels very much like a marshmallow. From this body wafts a gently sweet fragrance that soothes and calms the emotions of its foes.",
"ydescription": "Igglybuff's vocal cords are not sufficiently developed. It would hurt its throat if it were to sing too much. This Pok\u00e9mon gargles with freshwater from a clean stream.",
"height": "1' 00\"",
"category": "Balloon",
"weight": "2.2 lbs",
"typeofpokemon": ["Normal", "Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#174", "#039", "#040"],
"abilities": ["Cute Charm"],
"hp": 40,
"attack": 20,
"defense": 10,
"special_attack": 20,
"special_defense": 10,
"speed": 10,
"total": 110,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "42"
},
{
"name": "Togepi",
"id": "#175",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/175.png",
"xdescription": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pok\u00e9mon. This Pok\u00e9mon stores up feelings of happiness inside its shell, then shares them with others.",
"ydescription": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pok\u00e9mon. This Pok\u00e9mon stores up feelings of happiness inside its shell, then shares them with others.",
"height": "1' 00\"",
"category": "Spike Ball",
"weight": "3.3 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#175", "#176", "#468"],
"abilities": ["Serene Grace"],
"hp": 20,
"attack": 10,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 10,
"total": 120,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "49"
},
{
"name": "Togetic",
"id": "#176",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/176.png",
"xdescription": "Togetic is said to be a Pok\u00e9mon that brings good fortune. When the Pok\u00e9mon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
"ydescription": "Togetic is said to be a Pok\u00e9mon that brings good fortune. When the Pok\u00e9mon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
"height": "2' 00\"",
"category": "Happiness",
"weight": "7.1 lbs",
"typeofpokemon": ["Fairy", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Steel", "Poison"],
"evolutions": ["#175", "#176", "#468"],
"abilities": ["Serene Grace"],
"hp": 20,
"attack": 20,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 20,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Flying ",
"evolvedfrom": "#175",
"reason": "(high Friendship)",
"base_exp": "142"
},
{
"name": "Natu",
"id": "#177",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/177.png",
"xdescription": "Natu has a highly developed jumping ability. The Pok\u00e9mon flaps and leaps onto tree branches that are taller than grown-up people to pick at the tree's new shoots.",
"ydescription": "Natu cannot fly because its wings are not yet fully grown. If your eyes meet with this Pok\u00e9mon's eyes, it will stare back intently at you. But if you move even slightly, it will hop away to safety.",
"height": "0' 08\"",
"category": "Tiny Bird",
"weight": "4.4 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Dark", "Electric", "Ghost", "Ice", "Rock"],
"evolutions": ["#177", "#178"],
"abilities": ["Synchronize"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Xatu",
"id": "#178",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/178.png",
"xdescription": "Xatu is known to stand motionless while staring at the sun all day long. Some people revere it as a mystical Pok\u00e9mon out of their belief that Xatu is in possession of the power to see into the future.",
"ydescription": "Xatu stands rooted and still in one spot all day long. People believe that this Pok\u00e9mon does so out of fear of the terrible things it has foreseen in the future.",
"height": "4' 11\"",
"category": "Mystic",
"weight": "33.1 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Dark", "Electric", "Ghost", "Ice", "Rock"],
"evolutions": ["#177", "#178"],
"abilities": ["Synchronize"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#177",
"reason": "(Level 25)",
"base_exp": "165"
},
{
"name": "Mareep",
"id": "#179",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/179.png",
"xdescription": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
"ydescription": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
"height": "2' 00\"",
"category": "Wool",
"weight": "17.2 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#179", "#180", "#181"],
"abilities": ["Static"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Flaaffy",
"id": "#180",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/180.png",
"xdescription": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
"ydescription": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
"height": "2' 07\"",
"category": "Wool",
"weight": "29.3 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#179", "#180", "#181"],
"abilities": ["Static"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#179",
"reason": "(Level 15)",
"base_exp": "128"
},
{
"name": "Ampharos",
"id": "#181",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/181.png",
"xdescription": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pok\u00e9mon to send signals back and forth with others far away.",
"ydescription": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pok\u00e9mon to send signals back and forth with others far away.",
"height": "4' 07\"",
"category": "Light",
"weight": "135.6 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#179", "#180", "#181"],
"abilities": ["Static"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 30,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#180",
"reason": "(Level 30)",
"base_exp": "230"
},
{
"name": "Bellossom",
"id": "#182",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/182.png",
"xdescription": "A Bellossom grows flowers more beautifully if it has evolved from a smelly Gloom\u2014the more stinky the better. At night, this Pok\u00e9mon closes its petals and goes to sleep.",
"ydescription": "When Bellossom gets exposed to plenty of sunlight, the leaves ringing its body begin to spin around. This Pok\u00e9mon's dancing is renowned in the southern lands.",
"height": "1' 04\"",
"category": "Flower",
"weight": "12.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#043", "#044", "#045", "#182"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#044",
"reason": "(use Sun Stone)",
"base_exp": "221"
},
{
"name": "Marill",
"id": "#183",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/183.png",
"xdescription": "When fishing for food at the edge of a fast-running stream, Marill wraps its tail around the trunk of a tree. This Pok\u00e9mon's tail is flexible and configured to stretch.",
"ydescription": "Marill's oil-filled tail acts much like a life preserver. If you see just its tail bobbing on the water's surface, it's a sure indication that this Pok\u00e9mon is diving beneath the water to feed on aquatic plants.",
"height": "1' 04\"",
"category": "Aqua Mouse",
"weight": "18.7 lbs",
"typeofpokemon": ["Water", "Fairy"],
"weaknesses": ["Electric", "Grass", "Poison"],
"evolutions": ["#298", "#183", "#184"],
"abilities": ["Thick Fat"],
"hp": 30,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 20,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Water 1 ",
"evolvedfrom": "#298",
"reason": "(high Friendship)",
"base_exp": "88"
},
{
"name": "Azumarill",
"id": "#184",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/184.png",
"xdescription": "Azumarill can make balloons out of air. It makes these air balloons if it spots a drowning Pok\u00e9mon. The air balloons enable the Pok\u00e9mon in trouble to breathe.",
"ydescription": "Azumarill's long ears are indispensable sensors. By focusing its hearing, this Pok\u00e9mon can identify what kinds of prey are around, even in rough and fast-running rivers.",
"height": "2' 07\"",
"category": "Aqua Rabbit",
"weight": "62.8 lbs",
"typeofpokemon": ["Water", "Fairy"],
"weaknesses": ["Electric", "Grass", "Poison"],
"evolutions": ["#298", "#183", "#184"],
"abilities": ["Thick Fat"],
"hp": 40,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Water 1 ",
"evolvedfrom": "#183",
"reason": "(Level 18)",
"base_exp": "189"
},
{
"name": "Sudowoodo",
"id": "#185",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/185.png",
"xdescription": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pok\u00e9mon is easily identified as a fake during the winter.",
"ydescription": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pok\u00e9mon is easily identified as a fake during the winter.",
"height": "3' 11\"",
"category": "Imitation",
"weight": "83.8 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#438", "#185"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 10,
"special_defense": 30,
"speed": 20,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#438",
"reason": "(after Mimic learned)",
"base_exp": "144"
},
{
"name": "Politoed",
"id": "#186",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/186.png",
"xdescription": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pok\u00e9mon earns from its peers.",
"ydescription": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pok\u00e9mon earns from its peers.",
"height": "3' 07\"",
"category": "Frog",
"weight": "74.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#060", "#061", "#062", "#186"],
"abilities": ["Damp"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#061",
"reason": "(trade holding Kings Rock)",
"base_exp": "225"
},
{
"name": "Hoppip",
"id": "#187",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/187.png",
"xdescription": "This Pok\u00e9mon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
"ydescription": "This Pok\u00e9mon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
"height": "1' 04\"",
"category": "Cottonweed",
"weight": "1.1 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Ice", "Fire", "Flying", "Poison", "Rock"],
"evolutions": ["#187", "#188", "#189"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Skiploom",
"id": "#188",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/188.png",
"xdescription": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pok\u00e9mon is sometimes used as a thermometer.",
"ydescription": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pok\u00e9mon is sometimes used as a thermometer.",
"height": "2' 00\"",
"category": "Cottonweed",
"weight": "2.2 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Ice", "Fire", "Flying", "Poison", "Rock"],
"evolutions": ["#187", "#188", "#189"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#187",
"reason": "(Level 18)",
"base_exp": "119"
},
{
"name": "Jumpluff",
"id": "#189",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/189.png",
"xdescription": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pok\u00e9mon descends to the ground when it encounters cold air while it is floating.",
"ydescription": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pok\u00e9mon descends to the ground when it encounters cold air while it is floating.",
"height": "2' 07\"",
"category": "Cottonweed",
"weight": "6.6 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Ice", "Fire", "Flying", "Poison", "Rock"],
"evolutions": ["#187", "#188", "#189"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 60,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#188",
"reason": "(Level 27)",
"base_exp": "207"
},
{
"name": "Aipom",
"id": "#190",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/190.png",
"xdescription": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pok\u00e9mon uses its tail so much, its real hands have become rather clumsy.",
"ydescription": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pok\u00e9mon uses its tail so much, its real hands have become rather clumsy.",
"height": "2' 07\"",
"category": "Long Tail",
"weight": "25.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#190", "#424"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "72"
},
{
"name": "Sunkern",
"id": "#191",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/191.png",
"xdescription": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
"ydescription": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
"height": "1' 00\"",
"category": "Seed",
"weight": "4.0 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#191", "#192"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "36"
},
{
"name": "Sunflora",
"id": "#192",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/192.png",
"xdescription": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
"ydescription": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
"height": "2' 07\"",
"category": "Sun",
"weight": "18.7 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#191", "#192"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#191",
"reason": "(use Sun Stone)",
"base_exp": "149"
},
{
"name": "Yanma",
"id": "#193",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/193.png",
"xdescription": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pok\u00e9mon uses its flying ability to quickly chase down targeted prey.",
"ydescription": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pok\u00e9mon uses its flying ability to quickly chase down targeted prey.",
"height": "3' 11\"",
"category": "Clear Wing",
"weight": "83.8 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#193", "#469"],
"abilities": ["Compound Eyes"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "78"
},
{
"name": "Wooper",
"id": "#194",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/194.png",
"xdescription": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
"ydescription": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
"height": "1' 04\"",
"category": "Water Fish",
"weight": "18.7 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#194", "#195"],
"abilities": ["Damp"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 90,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "42"
},
{
"name": "Quagsire",
"id": "#195",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/195.png",
"xdescription": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pok\u00e9mon does not move, it does not get very hungry.",
"ydescription": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pok\u00e9mon does not move, it does not get very hungry.",
"height": "4' 07\"",
"category": "Water Fish",
"weight": "165.3 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#194", "#195"],
"abilities": ["Damp"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#194",
"reason": "(Level 20)",
"base_exp": "151"
},
{
"name": "Espeon",
"id": "#196",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/196.png",
"xdescription": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pok\u00e9mon developed its precognitive powers to protect its Trainer from harm.",
"ydescription": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pok\u00e9mon developed its precognitive powers to protect its Trainer from harm.",
"height": "2' 11\"",
"category": "Sun",
"weight": "58.4 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Synchronize"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 60,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(high Friendship, Daytime)",
"base_exp": "184"
},
{
"name": "Umbreon",
"id": "#197",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/197.png",
"xdescription": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
"ydescription": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
"height": "3' 03\"",
"category": "Moonlight",
"weight": "59.5 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Synchronize"],
"hp": 40,
"attack": 30,
"defense": 50,
"special_attack": 30,
"special_defense": 50,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(high Friendship, Nighttime)",
"base_exp": "184"
},
{
"name": "Murkrow",
"id": "#198",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/198.png",
"xdescription": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pok\u00e9mon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
"ydescription": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pok\u00e9mon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
"height": "1' 08\"",
"category": "Darkness",
"weight": "4.6 lbs",
"typeofpokemon": ["Dark", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Fairy"],
"evolutions": ["#198", "#430"],
"abilities": ["Insomnia"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "81"
},
{
"name": "Slowking",
"id": "#199",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/199.png",
"xdescription": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pok\u00e9mon apparently forgets everything it has learned if the Shellder on its head comes off.",
"ydescription": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pok\u00e9mon apparently forgets everything it has learned if the Shellder on its head comes off.",
"height": "6' 07\"",
"category": "Royal",
"weight": "175.3 lbs",
"typeofpokemon": ["Water", "Psychic"],
"weaknesses": ["Bug", "Dark", "Electric", "Ghost", "Grass"],
"evolutions": ["#079", "#080", "#199"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#079",
"reason": "(trade holding Kings Rock)",
"base_exp": "172"
},
{
"name": "Misdreavus",
"id": "#200",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/200.png",
"xdescription": "Misdreavus frightens people with a creepy, sobbing cry. The Pok\u00e9mon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
"ydescription": "Misdreavus frightens people with a creepy, sobbing cry. The Pok\u00e9mon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
"height": "2' 04\"",
"category": "Screech",
"weight": "2.2 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#200", "#429"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "87"
},
{
"name": "Unown",
"id": "#201",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/201.png",
"xdescription": "This Pok\u00e9mon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
"ydescription": "This Pok\u00e9mon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
"height": "1' 08\"",
"category": "Symbol",
"weight": "11.0 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#201"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 30,
"total": 170,
"genderless": 1,
"cycles": "40 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "118"
},
{
"name": "Wobbuffet",
"id": "#202",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/202.png",
"xdescription": "Wobbuffet does nothing but endure attacks\u2014it won't attack on its own. However, it won't endure an attack on its tail. When that happens, the Pok\u00e9mon will try to take the foe with it using Destiny Bond.",
"ydescription": "If two or more Wobbuffet meet, they will turn competitive and try to outdo each other's endurance. However, they may try to see which one can endure the longest without food. Trainers need to beware of this habit.",
"height": "4' 03\"",
"category": "Patient",
"weight": "62.8 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#360", "#202"],
"abilities": ["Shadow Tag"],
"hp": 70,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#360",
"reason": "(Level 15)",
"base_exp": "142"
},
{
"name": "Girafarig",
"id": "#203",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/203.png",
"xdescription": "Girafarig's rear head contains a tiny brain that is too small for thinking. However, the rear head doesn't need to sleep, so it can keep watch over its surroundings 24 hours a day.",
"ydescription": "Girafarig's rear head also has a brain, but it is small. The rear head attacks in response to smells and sounds. Approaching this Pok\u00e9mon from behind can cause the rear head to suddenly lash out and bite.",
"height": "4' 11\"",
"category": "Long Neck",
"weight": "91.5 lbs",
"typeofpokemon": ["Normal", "Psychic"],
"weaknesses": ["Bug", "Dark"],
"evolutions": ["#203"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "159"
},
{
"name": "Pineco",
"id": "#204",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/204.png",
"xdescription": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pok\u00e9mon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
"ydescription": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pok\u00e9mon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
"height": "2' 00\"",
"category": "Bagworm",
"weight": "15.9 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#204", "#205"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Forretress",
"id": "#205",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/205.png",
"xdescription": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pok\u00e9mon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
"ydescription": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pok\u00e9mon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
"height": "3' 11\"",
"category": "Bagworm",
"weight": "277.3 lbs",
"typeofpokemon": ["Bug", "Steel"],
"weaknesses": ["Fire"],
"evolutions": ["#204", "#205"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 50,
"defense": 60,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#204",
"reason": "(Level 31)",
"base_exp": "163"
},
{
"name": "Dunsparce",
"id": "#206",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/206.png",
"xdescription": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pok\u00e9mon is known to make its nest in complex shapes deep under the ground.",
"ydescription": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pok\u00e9mon is known to make its nest in complex shapes deep under the ground.",
"height": "4' 11\"",
"category": "Land Snake",
"weight": "30.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#206"],
"abilities": ["Run Away"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "145"
},
{
"name": "Gligar",
"id": "#207",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/207.png",
"xdescription": "Gligar glides through the air without a sound as if it were sliding. This Pok\u00e9mon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
"ydescription": "Gligar glides through the air without a sound as if it were sliding. This Pok\u00e9mon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
"height": "3' 07\"",
"category": "Fly Scorpion",
"weight": "142.9 lbs",
"typeofpokemon": ["Ground", "Flying"],
"weaknesses": ["Ice", "Water"],
"evolutions": ["#207", "#472"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "86"
},
{
"name": "Steelix",
"id": "#208",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/208.png",
"xdescription": "Steelix lives even further underground than Onix. This Pok\u00e9mon is known to dig toward the earth's core. There are records of this Pok\u00e9mon reaching a depth of over six-tenths of a mile underground.",
"ydescription": "Steelix lives even further underground than Onix. This Pok\u00e9mon is known to dig toward the earth's core. There are records of this Pok\u00e9mon reaching a depth of over six-tenths of a mile underground.",
"height": "30' 02\"",
"category": "Iron Snake",
"weight": "881.8 lbs",
"typeofpokemon": ["Steel", "Ground"],
"weaknesses": ["Fighting", "Fire", "Ground", "Water"],
"evolutions": ["#095", "#208"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 40,
"defense": 80,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#095",
"reason": "(trade holding Metal Coat)",
"base_exp": "179"
},
{
"name": "Snubbull",
"id": "#209",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/209.png",
"xdescription": "By baring its fangs and making a scary face, Snubbull sends smaller Pok\u00e9mon scurrying away in terror. However, this Pok\u00e9mon seems a little sad at making its foes flee.",
"ydescription": "By baring its fangs and making a scary face, Snubbull sends smaller Pok\u00e9mon scurrying away in terror. However, this Pok\u00e9mon seems a little sad at making its foes flee.",
"height": "2' 00\"",
"category": "Fairy",
"weight": "17.2 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#209", "#210"],
"abilities": ["Run Away"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Granbull",
"id": "#210",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/210.png",
"xdescription": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pok\u00e9mon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
"ydescription": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pok\u00e9mon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
"height": "4' 07\"",
"category": "Fairy",
"weight": "107.4 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#209", "#210"],
"abilities": ["Intimidate"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "#209",
"reason": "(Level 23)",
"base_exp": "158"
},
{
"name": "Qwilfish",
"id": "#211",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/211.png",
"xdescription": "Qwilfish sucks in water, inflating itself. This Pok\u00e9mon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
"ydescription": "Qwilfish sucks in water, inflating itself. This Pok\u00e9mon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
"height": "1' 08\"",
"category": "Balloon",
"weight": "8.6 lbs",
"typeofpokemon": ["Water", "Poison"],
"weaknesses": ["Electric", "Ground", "Psychic"],
"evolutions": ["#211"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "88"
},
{
"name": "Scizor",
"id": "#212",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/212.png",
"xdescription": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pok\u00e9mon flaps its wings to regulate its body temperature.",
"ydescription": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pok\u00e9mon flaps its wings to regulate its body temperature.",
"height": "5' 11\"",
"category": "Pincer",
"weight": "260.1 lbs",
"typeofpokemon": ["Bug", "Steel"],
"weaknesses": ["Fire"],
"evolutions": ["#123", "#212"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Bug ",
"evolvedfrom": "#123",
"reason": "(trade holding Metal Coat)",
"base_exp": "175"
},
{
"name": "Shuckle",
"id": "#213",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/213.png",
"xdescription": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
"ydescription": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
"height": "2' 00\"",
"category": "Mold",
"weight": "45.2 lbs",
"typeofpokemon": ["Bug", "Rock"],
"weaknesses": ["Rock", "Steel", "Water"],
"evolutions": ["#213"],
"abilities": ["Sturdy"],
"hp": 10,
"attack": 10,
"defense": 100,
"special_attack": 10,
"special_defense": 100,
"speed": 10,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"reason": "",
"evolvedfrom": "",
"base_exp": "177"
},
{
"name": "Heracross",
"id": "#214",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/214.png",
"xdescription": "Heracross has sharp claws on its feet. These are planted firmly into the ground or the bark of a tree, giving the Pok\u00e9mon a secure and solid footing to forcefully fling away foes with its proud horn.",
"ydescription": "Heracross charges in a straight line at its foe, slips beneath the foe's grasp, and then scoops up and hurls the opponent with its mighty horn. This Pok\u00e9mon even has enough power to topple a massive tree.",
"height": "4' 11\"",
"category": "Single Horn",
"weight": "119.0 lbs",
"typeofpokemon": ["Bug", "Fighting"],
"weaknesses": ["Flying", "Fire", "Psychic", "Fairy"],
"evolutions": ["#214"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Bug ",
"reason": "",
"evolvedfrom": "",
"base_exp": "175"
},
{
"name": "Sneasel",
"id": "#215",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/215.png",
"xdescription": "Sneasel scales trees by punching its hooked claws into the bark. This Pok\u00e9mon seeks out unguarded nests and steals eggs for food while the parents are away.",
"ydescription": "Sneasel scales trees by punching its hooked claws into the bark. This Pok\u00e9mon seeks out unguarded nests and steals eggs for food while the parents are away.",
"height": "2' 11\"",
"category": "Sharp Claw",
"weight": "61.7 lbs",
"typeofpokemon": ["Dark", "Ice"],
"weaknesses": ["Fighting", "Bug", "Fire", "Rock", "Steel", "Fairy"],
"evolutions": ["#215", "#461"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 60,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "86"
},
{
"name": "Teddiursa",
"id": "#216",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/216.png",
"xdescription": "This Pok\u00e9mon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
"ydescription": "This Pok\u00e9mon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
"height": "2' 00\"",
"category": "Little Bear",
"weight": "19.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#216", "#217"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Ursaring",
"id": "#217",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/217.png",
"xdescription": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pok\u00e9mon walks through its forest gathering food every day.",
"ydescription": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pok\u00e9mon walks through its forest gathering food every day.",
"height": "5' 11\"",
"category": "Hibernator",
"weight": "277.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#216", "#217"],
"abilities": ["Guts"],
"hp": 40,
"attack": 70,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#216",
"reason": "(Level 30)",
"base_exp": "175"
},
{
"name": "Slugma",
"id": "#218",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/218.png",
"xdescription": "Slugma does not have any blood in its body. Instead, intensely hot magma circulates throughout this Pok\u00e9mon's body, carrying essential nutrients and oxygen to its organs.",
"ydescription": "Molten magma courses throughout Slugma's circulatory system. If this Pok\u00e9mon is chilled, the magma cools and hardens. Its body turns brittle and chunks fall off, reducing its size.",
"height": "2' 04\"",
"category": "Lava",
"weight": "77.2 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#218", "#219"],
"abilities": ["Flame Body"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 10,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Magcargo",
"id": "#219",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/219.png",
"xdescription": "Magcargo's body temperature is approximately 18,000 degrees Fahrenheit. Water is vaporized on contact. If this Pok\u00e9mon is caught in the rain, the raindrops instantly turn into steam, cloaking the area in a thick fog.",
"ydescription": "Magcargo's shell is actually its skin that hardened as a result of cooling. Its shell is very brittle and fragile\u2014just touching it causes it to crumble apart. This Pok\u00e9mon returns to its original size by dipping itself in magma.",
"height": "2' 07\"",
"category": "Lava",
"weight": "121.3 lbs",
"typeofpokemon": ["Fire", "Rock"],
"weaknesses": ["Ground", "Water", "Fighting", "Rock"],
"evolutions": ["#218", "#219"],
"abilities": ["Flame Body"],
"hp": 20,
"attack": 30,
"defense": 50,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#218",
"reason": "(Level 38)",
"base_exp": "151"
},
{
"name": "Swinub",
"id": "#220",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/220.png",
"xdescription": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pok\u00e9mon occasionally roots out hot springs.",
"ydescription": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pok\u00e9mon occasionally roots out hot springs.",
"height": "1' 04\"",
"category": "Pig",
"weight": "14.3 lbs",
"typeofpokemon": ["Ice", "Ground"],
"weaknesses": ["Fighting", "Fire", "Grass", "Steel", "Water"],
"evolutions": ["#220", "#221", "#473"],
"abilities": ["Oblivious"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Piloswine",
"id": "#221",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/221.png",
"xdescription": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pok\u00e9mon uses its tusks to dig up food that has been buried under ice.",
"ydescription": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pok\u00e9mon uses its tusks to dig up food that has been buried under ice.",
"height": "3' 07\"",
"category": "Swine",
"weight": "123.0 lbs",
"typeofpokemon": ["Ice", "Ground"],
"weaknesses": ["Fighting", "Fire", "Grass", "Steel", "Water"],
"evolutions": ["#220", "#221", "#473"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#220",
"reason": "(Level 33)",
"base_exp": "158"
},
{
"name": "Corsola",
"id": "#222",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/222.png",
"xdescription": "Clusters of Corsola congregate in warm seas where they serve as ideal hiding places for smaller Pok\u00e9mon. When the water temperature falls, this Pok\u00e9mon migrates to the southern seas.",
"ydescription": "Corsola's branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pok\u00e9mon grows it back in just one night.",
"height": "2' 00\"",
"category": "Coral",
"weight": "11.0 lbs",
"typeofpokemon": ["Water", "Rock"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#222"],
"abilities": ["Natural Cure"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 20,
"total": 180,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1, Water 3 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "144"
},
{
"name": "Remoraid",
"id": "#223",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/223.png",
"xdescription": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pok\u00e9mon travels downstream from rivers.",
"ydescription": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pok\u00e9mon travels downstream from rivers.",
"height": "2' 00\"",
"category": "Jet",
"weight": "26.5 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#223", "#224"],
"abilities": ["Sniper"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1, Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Octillery",
"id": "#224",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/224.png",
"xdescription": "Octillery grabs onto its foe using its tentacles. This Pok\u00e9mon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
"ydescription": "Octillery grabs onto its foe using its tentacles. This Pok\u00e9mon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
"height": "2' 11\"",
"category": "Jet",
"weight": "62.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#223", "#224"],
"abilities": ["Sniper"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1, Water 2 ",
"evolvedfrom": "#223",
"reason": "(Level 25)",
"base_exp": "168"
},
{
"name": "Delibird",
"id": "#225",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/225.png",
"xdescription": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pok\u00e9mon sharing its food.",
"ydescription": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pok\u00e9mon sharing its food.",
"height": "2' 11\"",
"category": "Delivery",
"weight": "35.3 lbs",
"typeofpokemon": ["Ice", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Steel"],
"evolutions": ["#225"],
"abilities": ["Vital Spirit"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "116"
},
{
"name": "Mantine",
"id": "#226",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/226.png",
"xdescription": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pok\u00e9mon is not bothered by the Remoraid that hitches rides.",
"ydescription": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pok\u00e9mon is not bothered by the Remoraid that hitches rides.",
"height": "6' 11\"",
"category": "Kite",
"weight": "485.0 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#458", "#226"],
"abilities": ["Water Absorb"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 40,
"special_defense": 60,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#458",
"reason": "(with Remoraid in party)",
"base_exp": "170"
},
{
"name": "Skarmory",
"id": "#227",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/227.png",
"xdescription": "Skarmory's steel wings become tattered and bashed in from repeated battles. Once a year, the battered wings grow back completely, restoring the cutting edges to their pristine state.",
"ydescription": "Skarmory is entirely encased in hard, protective armor. This Pok\u00e9mon flies at close to 190 mph. It slashes foes with its wings that possess swordlike cutting edges.",
"height": "5' 07\"",
"category": "Armor Bird",
"weight": "111.3 lbs",
"typeofpokemon": ["Steel", "Flying"],
"weaknesses": ["Electric", "Fire"],
"evolutions": ["#227"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "163"
},
{
"name": "Houndour",
"id": "#228",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/228.png",
"xdescription": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pok\u00e9mon's remarkable teamwork is unparalleled.",
"ydescription": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pok\u00e9mon's remarkable teamwork is unparalleled.",
"height": "2' 00\"",
"category": "Dark",
"weight": "23.8 lbs",
"typeofpokemon": ["Dark", "Fire"],
"weaknesses": ["Fighting", "Ground", "Rock", "Water"],
"evolutions": ["#228", "#229"],
"abilities": ["Flash Fire"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Houndoom",
"id": "#229",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/229.png",
"xdescription": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pok\u00e9mon choose their leader by fighting among themselves.",
"ydescription": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pok\u00e9mon choose their leader by fighting among themselves.",
"height": "4' 07\"",
"category": "Dark",
"weight": "77.2 lbs",
"typeofpokemon": ["Dark", "Fire"],
"weaknesses": ["Fighting", "Ground", "Rock", "Water"],
"evolutions": ["#228", "#229"],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#228",
"reason": "(Level 24)",
"base_exp": "175"
},
{
"name": "Kingdra",
"id": "#230",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/230.png",
"xdescription": "Kingdra sleeps on the seafloor where it is otherwise devoid of life. When a storm arrives, the Pok\u00e9mon is said to awaken and wander about in search of prey.",
"ydescription": "Kingdra lives at extreme ocean depths that are otherwise uninhabited. It has long been believed that the yawning of this Pok\u00e9mon creates spiraling ocean currents.",
"height": "5' 11\"",
"category": "Dragon",
"weight": "335.1 lbs",
"typeofpokemon": ["Water", "Dragon"],
"weaknesses": ["Dragon", "Fairy"],
"evolutions": ["#116", "#117", "#230"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#117",
"reason": "(trade holding Dragon Scale)",
"base_exp": "243"
},
{
"name": "Phanpy",
"id": "#231",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/231.png",
"xdescription": "Phanpy uses its long nose to shower itself. When others gather around, they thoroughly douse each other with water. These Pok\u00e9mon can be seen drying their soaking-wet bodies at the edge of water.",
"ydescription": "For its nest, Phanpy digs a vertical pit in the ground at the edge of a river. It marks the area around its nest with its trunk to let the others know that the area has been claimed.",
"height": "1' 08\"",
"category": "Long Nose",
"weight": "73.9 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#231", "#232"],
"abilities": ["Pickup"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Donphan",
"id": "#232",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/232.png",
"xdescription": "If Donphan were to tackle with its hard body, even a house could be destroyed. Using its massive strength, the Pok\u00e9mon helps clear rock and mud slides that block mountain trails.",
"ydescription": "Donphan's favorite attack is curling its body into a ball, then charging at its foe while rolling at high speed. Once it starts rolling, this Pok\u00e9mon can't stop very easily.",
"height": "3' 07\"",
"category": "Armor",
"weight": "264.6 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#231", "#232"],
"abilities": ["Sturdy"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#231",
"reason": "(Level 25)",
"base_exp": "175"
},
{
"name": "Porygon2",
"id": "#233",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/233.png",
"xdescription": "Porygon2 was created by humans using the power of science. The man-made Pok\u00e9mon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
"ydescription": "Porygon2 was created by humans using the power of science. The man-made Pok\u00e9mon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
"height": "2' 00\"",
"category": "Virtual",
"weight": "71.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#137", "#233", "#474"],
"abilities": ["Trace"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 230,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#137",
"reason": "(trade holding Up Grade)",
"base_exp": "180"
},
{
"name": "Stantler",
"id": "#234",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/234.png",
"xdescription": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pok\u00e9mon was hunted close to extinction by those who were after the priceless antlers.",
"ydescription": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pok\u00e9mon was hunted close to extinction by those who were after the priceless antlers.",
"height": "4' 07\"",
"category": "Big Horn",
"weight": "157.0 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#234"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "163"
},
{
"name": "Smeargle",
"id": "#235",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/235.png",
"xdescription": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pok\u00e9mon have been found.",
"ydescription": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pok\u00e9mon have been found.",
"height": "3' 11\"",
"category": "Painter",
"weight": "127.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#235"],
"abilities": ["Technician"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "88"
},
{
"name": "Tyrogue",
"id": "#236",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/236.png",
"xdescription": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pok\u00e9mon, the Trainer must establish and uphold various training methods.",
"ydescription": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pok\u00e9mon, the Trainer must establish and uphold various training methods.",
"height": "2' 04\"",
"category": "Scuffle",
"weight": "46.3 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#236", "#106", "#107", "#237"],
"abilities": ["Guts"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 120,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "42"
},
{
"name": "Hitmontop",
"id": "#237",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/237.png",
"xdescription": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pok\u00e9mon travels faster spinning than it does walking.",
"ydescription": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pok\u00e9mon travels faster spinning than it does walking.",
"height": "4' 07\"",
"category": "Handstand",
"weight": "105.8 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#236", "#106", "#107", "#237"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 50,
"defense": 40,
"special_attack": 20,
"special_defense": 50,
"speed": 40,
"total": 220,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#236",
"reason": "(Level 20, Attack = Defense)",
"base_exp": "159"
},
{
"name": "Smoochum",
"id": "#238",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/238.png",
"xdescription": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
"ydescription": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
"height": "1' 04\"",
"category": "Kiss",
"weight": "13.2 lbs",
"typeofpokemon": ["Ice", "Psychic"],
"weaknesses": ["Bug", "Dark", "Fire", "Ghost", "Rock", "Steel"],
"evolutions": ["#238", "#124"],
"abilities": ["Oblivious"],
"hp": 20,
"attack": 20,
"defense": 10,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 160,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Elekid",
"id": "#239",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/239.png",
"xdescription": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pok\u00e9mon begins swinging its arms in circles to recharge itself.",
"ydescription": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pok\u00e9mon begins swinging its arms in circles to recharge itself.",
"height": "2' 00\"",
"category": "Electric",
"weight": "51.8 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#239", "#125", "#466"],
"abilities": ["Static"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 170,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "72"
},
{
"name": "Magby",
"id": "#240",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/240.png",
"xdescription": "Magby's state of health is determined by observing the fire it breathes. If the Pok\u00e9mon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
"ydescription": "Magby's state of health is determined by observing the fire it breathes. If the Pok\u00e9mon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
"height": "2' 04\"",
"category": "Live Coal",
"weight": "47.2 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#240", "#126", "#467"],
"abilities": ["Flame Body"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 180,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "73"
},
{
"name": "Miltank",
"id": "#241",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/241.png",
"xdescription": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
"ydescription": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
"height": "3' 11\"",
"category": "Milk Cow",
"weight": "166.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#241"],
"abilities": ["Thick Fat"],
"hp": 40,
"attack": 40,
"defense": 50,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Blissey",
"id": "#242",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/242.png",
"xdescription": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pok\u00e9mon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
"ydescription": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pok\u00e9mon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
"height": "4' 11\"",
"category": "Happiness",
"weight": "103.2 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#440", "#113", "#242"],
"abilities": ["Natural Cure"],
"hp": 100,
"attack": 10,
"defense": 10,
"special_attack": 40,
"special_defense": 60,
"speed": 30,
"total": 250,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#113",
"reason": "(high Friendship)",
"base_exp": "608"
},
{
"name": "Raikou",
"id": "#243",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/243.png",
"xdescription": "Raikou embodies the speed of lightning. The roars of this Pok\u00e9mon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
"ydescription": "Raikou embodies the speed of lightning. The roars of this Pok\u00e9mon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
"height": "6' 03\"",
"category": "Thunder",
"weight": "392.4 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#243"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 60,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Entei",
"id": "#244",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/244.png",
"xdescription": "Entei embodies the passion of magma. This Pok\u00e9mon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
"ydescription": "Entei embodies the passion of magma. This Pok\u00e9mon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
"height": "6' 11\"",
"category": "Volcano",
"weight": "436.5 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#244"],
"abilities": ["Pressure"],
"hp": 50,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Suicune",
"id": "#245",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/245.png",
"xdescription": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pok\u00e9mon has the power to purify dirty water.",
"ydescription": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pok\u00e9mon has the power to purify dirty water.",
"height": "6' 07\"",
"category": "Aurora",
"weight": "412.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#245"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 40,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Larvitar",
"id": "#246",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/246.png",
"xdescription": "Larvitar is born deep under the ground. To come up to the surface, this Pok\u00e9mon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
"ydescription": "Larvitar is born deep under the ground. To come up to the surface, this Pok\u00e9mon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
"height": "2' 00\"",
"category": "Rock Skin",
"weight": "158.7 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#246", "#247", "#248"],
"abilities": ["Guts"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Pupitar",
"id": "#247",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/247.png",
"xdescription": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable\u2014it avoids damage even if it hits solid steel.",
"ydescription": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable\u2014it avoids damage even if it hits solid steel.",
"height": "3' 11\"",
"category": "Hard Shell",
"weight": "335.1 lbs",
"typeofpokemon": ["Rock", "Ground"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#246", "#247", "#248"],
"abilities": ["Shed Skin"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Monster ",
"evolvedfrom": "#246",
"reason": "(Level 30)",
"base_exp": "144"
},
{
"name": "Tyranitar",
"id": "#248",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/248.png",
"xdescription": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pok\u00e9mon wanders about in mountains seeking new opponents to fight.",
"ydescription": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pok\u00e9mon wanders about in mountains seeking new opponents to fight.",
"height": "6' 07\"",
"category": "Armor",
"weight": "445.3 lbs",
"typeofpokemon": ["Rock", "Dark"],
"weaknesses": [
"Fighting",
"Bug",
"Grass",
"Ground",
"Steel",
"Water",
"Fairy"
],
"evolutions": ["#246", "#247", "#248"],
"abilities": ["Sand Stream"],
"hp": 40,
"attack": 70,
"defense": 50,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Monster ",
"evolvedfrom": "#247",
"reason": "(Level 55)",
"base_exp": "270"
},
{
"name": "Lugia",
"id": "#249",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/249.png",
"xdescription": "Lugia's wings pack devastating power\u2014a light fluttering of its wings can blow apart regular houses. As a result, this Pok\u00e9mon chooses to live out of sight deep under the sea.",
"ydescription": "Lugia's wings pack devastating power\u2014a light fluttering of its wings can blow apart regular houses. As a result, this Pok\u00e9mon chooses to live out of sight deep under the sea.",
"height": "17' 01\"",
"category": "Diving",
"weight": "476.2 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Dark", "Electric", "Ghost", "Ice", "Rock"],
"evolutions": ["#249"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 50,
"defense": 60,
"special_attack": 40,
"special_defense": 60,
"speed": 60,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Ho-Oh",
"id": "#250",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/250.png",
"xdescription": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pok\u00e9mon is said to live at the foot of a rainbow.",
"ydescription": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pok\u00e9mon is said to live at the foot of a rainbow.",
"height": "12' 06\"",
"category": "Rainbow",
"weight": "438.7 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Rock", "Electric", "Water"],
"evolutions": ["#250"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 50,
"special_defense": 60,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Celebi",
"id": "#251",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/251.png",
"xdescription": "This Pok\u00e9mon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
"ydescription": "This Pok\u00e9mon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
"height": "2' 00\"",
"category": "Time Travel",
"weight": "11.0 lbs",
"typeofpokemon": ["Psychic", "Grass"],
"weaknesses": ["Bug", "Dark", "Fire", "Flying", "Ghost", "Ice", "Poison"],
"evolutions": ["#251"],
"abilities": ["Natural Cure"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Treecko",
"id": "#252",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/252.png",
"xdescription": "Treecko is cool, calm, and collected\u2014it never panics under any situation. If a bigger foe were to glare at this Pok\u00e9mon, it would glare right back without conceding an inch of ground.",
"ydescription": "Treecko has small hooks on the bottom of its feet that enable it to scale vertical walls. This Pok\u00e9mon attacks by slamming foes with its thick tail.",
"height": "1' 08\"",
"category": "Wood Gecko",
"weight": "11.0 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#252", "#253", "#254"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Grovyle",
"id": "#253",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/253.png",
"xdescription": "This Pok\u00e9mon adeptly flies from branch to branch in trees. In a forest, no Pok\u00e9mon can ever hope to catch a fleeing Grovyle however fast they may be.",
"ydescription": "The leaves growing out of Grovyle's body are convenient for camouflaging it from enemies in the forest. This Pok\u00e9mon is a master at climbing trees in jungles.",
"height": "2' 11\"",
"category": "Wood Gecko",
"weight": "47.6 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#252", "#253", "#254"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#252",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Sceptile",
"id": "#254",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/254.png",
"xdescription": "Sceptile has seeds growing on its back. They are said to be bursting with nutrients that revitalize trees. This Pok\u00e9mon raises the trees in a forest with loving care.",
"ydescription": "The leaves growing on Sceptile's body are very sharp edged. This Pok\u00e9mon is very agile\u2014it leaps all over the branches of trees and jumps on its foe from above or behind.",
"height": "5' 07\"",
"category": "Forest",
"weight": "115.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#252", "#253", "#254"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#253",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Torchic",
"id": "#255",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/255.png",
"xdescription": "Torchic has a place inside its body where it keeps its flame. Give it a hug\u2014it will be glowing with warmth. This Pok\u00e9mon is covered all over by a fluffy coat of down.",
"ydescription": "Torchic sticks with its Trainer, following behind with unsteady steps. This Pok\u00e9mon breathes fire of over 1,800 degrees Fahrenheit, including fireballs that leave the foe scorched black.",
"height": "1' 04\"",
"category": "Chick",
"weight": "5.5 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#255", "#256", "#257"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Combusken",
"id": "#256",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/256.png",
"xdescription": "Combusken battles with the intensely hot flames it spews from its beak and with outstandingly destructive kicks. This Pok\u00e9mon's cry is very loud and distracting.",
"ydescription": "Combusken toughens up its legs and thighs by running through fields and mountains. This Pok\u00e9mon's legs possess both speed and power, enabling it to dole out 10 kicks in one second.",
"height": "2' 11\"",
"category": "Young Fowl",
"weight": "43.0 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Flying", "Ground", "Psychic", "Water"],
"evolutions": ["#255", "#256", "#257"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#255",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Blaziken",
"id": "#257",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/257.png",
"xdescription": "Blaziken has incredibly strong legs\u2014it can easily clear a 30-story building in one leap. This Pok\u00e9mon's blazing punches leave its foes scorched and blackened.",
"ydescription": "In battle, Blaziken blows out intense flames from its wrists and attacks foes courageously. The stronger the foe, the more intensely this Pok\u00e9mon's wrists burn.",
"height": "6' 03\"",
"category": "Blaze",
"weight": "114.6 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Flying", "Ground", "Psychic", "Water"],
"evolutions": ["#255", "#256", "#257"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#256",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Mudkip",
"id": "#258",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/258.png",
"xdescription": "In water, Mudkip breathes using the gills on its cheeks. If it is faced with a tight situation in battle, this Pok\u00e9mon will unleash its amazing power\u2014it can crush rocks bigger than itself.",
"ydescription": "The fin on Mudkip's head acts as highly sensitive radar. Using this fin to sense movements of water and air, this Pok\u00e9mon can determine what is taking place around it without using its eyes.",
"height": "1' 04\"",
"category": "Mud Fish",
"weight": "16.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#258", "#259", "#260"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Marshtomp",
"id": "#259",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/259.png",
"xdescription": "Marshtomp is much faster at traveling through mud than it is at swimming. This Pok\u00e9mon's hindquarters exhibit obvious development, giving it the ability to walk on just its hind legs.",
"ydescription": "The surface of Marshtomp's body is enveloped by a thin, sticky film that enables it to live on land. This Pok\u00e9mon plays in mud on beaches when the ocean tide is low.",
"height": "2' 04\"",
"category": "Mud Fish",
"weight": "61.7 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#258", "#259", "#260"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#258",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Swampert",
"id": "#260",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/260.png",
"xdescription": "Swampert predicts storms by sensing subtle differences in the sounds of waves and tidal winds with its fins. If a storm is approaching, it piles up boulders to protect itself.",
"ydescription": "Swampert is very strong. It has enough power to easily drag a boulder weighing more than a ton. This Pok\u00e9mon also has powerful vision that lets it see even in murky water.",
"height": "4' 11\"",
"category": "Mud Fish",
"weight": "180.6 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#258", "#259", "#260"],
"abilities": ["Torrent"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster, Water 1 ",
"evolvedfrom": "#259",
"reason": "(Level 36)",
"base_exp": "241"
},
{
"name": "Poochyena",
"id": "#261",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/261.png",
"xdescription": "Poochyena is an omnivore\u2014it will eat anything. A distinguishing feature is how large its fangs are compared to its body. This Pok\u00e9mon tries to intimidate its foes by making the hair on its tail bristle out.",
"ydescription": "At first sight, Poochyena takes a bite at anything that moves. This Pok\u00e9mon chases after prey until the victim becomes exhausted. However, it may turn tail if the prey strikes back.",
"height": "1' 08\"",
"category": "Bite",
"weight": "30.0 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#261", "#262"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Mightyena",
"id": "#262",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/262.png",
"xdescription": "Mightyena travel and act as a pack in the wild. The memory of its life in the wild compels the Pok\u00e9mon to obey only those Trainers that it recognizes to possess superior skill.",
"ydescription": "Mightyena gives obvious signals when it is preparing to attack. It starts to growl deeply and then flattens its body. This Pok\u00e9mon will bite savagely with its sharply pointed fangs.",
"height": "3' 03\"",
"category": "Bite",
"weight": "81.6 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#261", "#262"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#261",
"reason": "(Level 18)",
"base_exp": "147"
},
{
"name": "Zigzagoon",
"id": "#263",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/263.png",
"xdescription": "The hair on Zigzagoon's back is bristly. It rubs the hard back hair against trees to leave its territorial markings. This Pok\u00e9mon may play dead to fool foes in battle.",
"ydescription": "Zigzagoon restlessly wanders everywhere at all times. This Pok\u00e9mon does so because it is very curious. It becomes interested in anything that it happens to see.",
"height": "1' 04\"",
"category": "Tiny Raccoon",
"weight": "38.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#263", "#264"],
"abilities": ["Pickup"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Linoone",
"id": "#264",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/264.png",
"xdescription": "When hunting, Linoone will make a beeline straight for the prey at a full run. While this Pok\u00e9mon is capable of topping 60 mph, it has to come to a screeching halt before it can turn.",
"ydescription": "Linoone always runs full speed and only in straight lines. If facing an obstacle, it makes a right-angle turn to evade it. This Pok\u00e9mon is very challenged by gently curving roads.",
"height": "1' 08\"",
"category": "Rushing",
"weight": "71.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#263", "#264"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#263",
"reason": "(Level 20)",
"base_exp": "147"
},
{
"name": "Wurmple",
"id": "#265",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/265.png",
"xdescription": "Wurmple is targeted by Swellow as prey. This Pok\u00e9mon will try to resist by pointing the spikes on its rear at the attacking predator. It will weaken the foe by leaking poison from the spikes.",
"ydescription": "Using the spikes on its rear end, Wurmple peels the bark off trees and feeds on the sap that oozes out. This Pok\u00e9mon's feet are tipped with suction pads that allow it to cling to glass without slipping.",
"height": "1' 00\"",
"category": "Worm",
"weight": "7.9 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#265", "#266", "#268", "#267", "#269"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 90,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Silcoon",
"id": "#266",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/266.png",
"xdescription": "Silcoon was thought to endure hunger and not consume anything before its evolution. However, it is now thought that this Pok\u00e9mon slakes its thirst by drinking rainwater that collects on its silk.",
"ydescription": "Silcoon tethers itself to a tree branch using silk to keep from falling. There, this Pok\u00e9mon hangs quietly while it awaits evolution. It peers out of the silk cocoon through a small hole.",
"height": "2' 00\"",
"category": "Cocoon",
"weight": "22.0 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#265", "#266", "#268", "#267", "#269"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#265",
"reason": "(Level 7, random based on personality)",
"base_exp": "72"
},
{
"name": "Beautifly",
"id": "#267",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/267.png",
"xdescription": "Beautifly has a long mouth like a coiled needle, which is very convenient for collecting pollen from flowers. This Pok\u00e9mon rides the spring winds as it flits around gathering pollen.",
"ydescription": "Beautifly's favorite food is the sweet pollen of flowers. If you want to see this Pok\u00e9mon, just leave a potted flower by an open window. Beautifly is sure to come looking for pollen.",
"height": "3' 03\"",
"category": "Butterfly",
"weight": "62.6 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#265", "#266", "#268", "#267", "#269"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#266",
"reason": "(Level 10)",
"base_exp": "178"
},
{
"name": "Cascoon",
"id": "#268",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/268.png",
"xdescription": "If it is attacked, Cascoon remains motionless however badly it may be hurt. It does so because if it were to move, its body would be weak upon evolution. This Pok\u00e9mon will also not forget the pain it endured.",
"ydescription": "Cascoon makes its protective cocoon by wrapping its body entirely with a fine silk from its mouth. Once the silk goes around its body, it hardens. This Pok\u00e9mon prepares for its evolution inside the cocoon.",
"height": "2' 04\"",
"category": "Cocoon",
"weight": "25.4 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#265", "#266", "#268", "#267", "#269"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#267",
"reason": "(Level 7, random based on personality)",
"base_exp": "72"
},
{
"name": "Dustox",
"id": "#269",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/269.png",
"xdescription": "When Dustox flaps its wings, a fine dust is scattered all over. This dust is actually a powerful poison that will even make a pro wrestler sick. This Pok\u00e9mon searches for food using its antennae like radar.",
"ydescription": "Dustox is instinctively drawn to light. Swarms of this Pok\u00e9mon are attracted by the bright lights of cities, where they wreak havoc by stripping the leaves off roadside trees for food.",
"height": "3' 11\"",
"category": "Poison Moth",
"weight": "69.7 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#265", "#266", "#268", "#267", "#269"],
"abilities": ["Shield Dust"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 40,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#268",
"reason": "(Level 10)",
"base_exp": "173"
},
{
"name": "Lotad",
"id": "#270",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/270.png",
"xdescription": "Lotad is said to have dwelled on land before. However, this Pok\u00e9mon is thought to have returned to water because the leaf on its head grew large and heavy. It now lives by floating atop the water.",
"ydescription": "Lotad live in ponds and lakes, where they float on the surface. It grows weak if its broad leaf dies. On rare occasions, this Pok\u00e9mon travels on land in search of clean water.",
"height": "1' 08\"",
"category": "Water Weed",
"weight": "5.7 lbs",
"typeofpokemon": ["Water", "Grass"],
"weaknesses": ["Bug", "Flying", "Poison"],
"evolutions": ["#270", "#271", "#272"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Grass, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "44"
},
{
"name": "Lombre",
"id": "#271",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/271.png",
"xdescription": "Lombre's entire body is covered by a slippery, slimy film. It feels horribly unpleasant to be touched by this Pok\u00e9mon's hands. Lombre is often mistaken for a human child.",
"ydescription": "Lombre is nocturnal\u2014it will get active after dusk. It is also a mischief maker. When this Pok\u00e9mon spots anglers, it tugs on their fishing lines from beneath the surface and enjoys their consternation.",
"height": "3' 11\"",
"category": "Jolly",
"weight": "71.6 lbs",
"typeofpokemon": ["Water", "Grass"],
"weaknesses": ["Bug", "Flying", "Poison"],
"evolutions": ["#270", "#271", "#272"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Grass, Water 1 ",
"evolvedfrom": "#270",
"reason": "(Level 14)",
"base_exp": "119"
},
{
"name": "Ludicolo",
"id": "#272",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/272.png",
"xdescription": "Upon hearing an upbeat and cheerful rhythm, the cells in Ludicolo's body become very energetic and active. Even in battle, this Pok\u00e9mon will exhibit an amazing amount of power.",
"ydescription": "Ludicolo begins dancing as soon as it hears cheerful, festive music. This Pok\u00e9mon is said to appear when it hears the singing of children on hiking outings.",
"height": "4' 11\"",
"category": "Carefree",
"weight": "121.3 lbs",
"typeofpokemon": ["Water", "Grass"],
"weaknesses": ["Bug", "Flying", "Poison"],
"evolutions": ["#270", "#271", "#272"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Grass, Water 1 ",
"evolvedfrom": "#271",
"reason": "(use Water Stone)",
"base_exp": "216"
},
{
"name": "Seedot",
"id": "#273",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/273.png",
"xdescription": "Seedot looks exactly like an acorn when it is dangling from a tree branch. It startles other Pok\u00e9mon by suddenly moving. This Pok\u00e9mon polishes its body once a day using leaves.",
"ydescription": "Seedot attaches itself to a tree branch using the top of its head. It sucks moisture from the tree while hanging off the branch. The more water it drinks, the glossier this Pok\u00e9mon's body becomes.",
"height": "1' 08\"",
"category": "Acorn",
"weight": "8.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#273", "#274", "#275"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "44"
},
{
"name": "Nuzleaf",
"id": "#274",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/274.png",
"xdescription": "This Pok\u00e9mon pulls out the leaf on its head and makes a flute with it. The sound of Nuzleaf's flute strikes fear and uncertainty in the hearts of people lost in a forest.",
"ydescription": "Nuzleaf live in densely overgrown forests. They occasionally venture out of the forest to startle people. This Pok\u00e9mon dislikes having its long nose pinched.",
"height": "3' 03\"",
"category": "Wily",
"weight": "61.7 lbs",
"typeofpokemon": ["Grass", "Dark"],
"weaknesses": [
"Bug",
"Fire",
"Fighting",
"Flying",
"Ice",
"Poison",
"Fairy"
],
"evolutions": ["#273", "#274", "#275"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "#273",
"reason": "(Level 14)",
"base_exp": "119"
},
{
"name": "Shiftry",
"id": "#275",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/275.png",
"xdescription": "Shiftry's large fans generate awesome gusts of wind at a speed close to 100 feet per second. The whipped-up wind blows anything away. This Pok\u00e9mon chooses to live quietly deep in forests.",
"ydescription": "Shiftry is a mysterious Pok\u00e9mon that is said to live atop towering trees dating back over a thousand years. It creates terrific windstorms with the fans it holds.",
"height": "4' 03\"",
"category": "Wicked",
"weight": "131.4 lbs",
"typeofpokemon": ["Grass", "Dark"],
"weaknesses": [
"Bug",
"Fire",
"Fighting",
"Flying",
"Ice",
"Poison",
"Fairy"
],
"evolutions": ["#273", "#274", "#275"],
"abilities": ["Chlorophyll"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "#274",
"reason": "(use Leaf Stone)",
"base_exp": "216"
},
{
"name": "Taillow",
"id": "#276",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/276.png",
"xdescription": "Taillow is young\u2014it has only just left its nest. As a result, it sometimes becomes lonesome and cries at night. This Pok\u00e9mon feeds on Wurmple that live in forests.",
"ydescription": "Taillow courageously stands its ground against foes, however strong they may be. This gutsy Pok\u00e9mon will remain defiant even after a loss. On the other hand, it cries loudly if it becomes hungry.",
"height": "1' 00\"",
"category": "Tiny Swallow",
"weight": "5.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#276", "#277"],
"abilities": ["Guts"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 50,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "54"
},
{
"name": "Swellow",
"id": "#277",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/277.png",
"xdescription": "Swellow is very conscientious about the upkeep of its glossy wings. Once two Swellow are gathered, they diligently take care of cleaning each other's wings.",
"ydescription": "Swellow flies high above our heads, making graceful arcs in the sky. This Pok\u00e9mon dives at a steep angle as soon as it spots its prey. The hapless prey is tightly grasped by Swellow's clawed feet, preventing escape.",
"height": "2' 04\"",
"category": "Swallow",
"weight": "43.7 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#276", "#277"],
"abilities": ["Guts"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 70,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#276",
"reason": "(Level 22)",
"base_exp": "159"
},
{
"name": "Wingull",
"id": "#278",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/278.png",
"xdescription": "Wingull rides updrafts rising from the sea by extending its long and narrow wings to glide. This Pok\u00e9mon's long beak is useful for catching prey.",
"ydescription": "Wingull has the habit of carrying prey and valuables in its beak and hiding them in all sorts of locations. This Pok\u00e9mon rides the winds and flies as if it were skating across the sky.",
"height": "2' 00\"",
"category": "Seagull",
"weight": "20.9 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#278", "#279"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 10,
"speed": 50,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "54"
},
{
"name": "Pelipper",
"id": "#279",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/279.png",
"xdescription": "Pelipper searches for food while in flight by skimming the wave tops. This Pok\u00e9mon dips its large bill in the sea to scoop up food, then swallows everything in one big gulp.",
"ydescription": "Pelipper is a flying transporter that carries small Pok\u00e9mon and eggs inside its massive bill. This Pok\u00e9mon builds its nest on steep cliffs facing the sea.",
"height": "3' 11\"",
"category": "Water Bird",
"weight": "61.7 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#278", "#279"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying, Water 1 ",
"evolvedfrom": "#278",
"reason": "(Level 25)",
"base_exp": "154"
},
{
"name": "Ralts",
"id": "#280",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/280.png",
"xdescription": "Ralts has the ability to sense the emotions of people. If its Trainer is in a cheerful mood, this Pok\u00e9mon grows cheerful and joyous in the same way.",
"ydescription": "Ralts senses the emotions of people using the horns on its head. This Pok\u00e9mon rarely appears before people. But when it does, it draws closer if it senses that the person has a positive disposition.",
"height": "1' 04\"",
"category": "Feeling",
"weight": "14.6 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#280", "#281", "#282", "#475"],
"abilities": ["Synchronize"],
"hp": 10,
"attack": 10,
"defense": 10,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 90,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "40"
},
{
"name": "Kirlia",
"id": "#281",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/281.png",
"xdescription": "Kirlia uses the horns on its head to amplify its psychokinetic power. When the Pok\u00e9mon uses its power, the air around it becomes distorted, creating mirages of nonexistent scenery.",
"ydescription": "It is said that a Kirlia that is exposed to the positive emotions of its Trainer grows beautiful. This Pok\u00e9mon controls psychokinetic powers with its highly developed brain.",
"height": "2' 07\"",
"category": "Emotion",
"weight": "44.5 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#280", "#281", "#282", "#475"],
"abilities": ["Synchronize"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#280",
"reason": "(Level 20)",
"base_exp": "97"
},
{
"name": "Gardevoir",
"id": "#282",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/282.png",
"xdescription": "Gardevoir has the psychokinetic power to distort the dimensions and create a small black hole. This Pok\u00e9mon will try to protect its Trainer even at the risk of its own life.",
"ydescription": "Gardevoir has the ability to read the future. If it senses impending danger to its Trainer, this Pok\u00e9mon is said to unleash its psychokinetic energy at full power.",
"height": "5' 03\"",
"category": "Embrace",
"weight": "106.7 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#280", "#281", "#282", "#475"],
"abilities": ["Synchronize"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 60,
"special_defense": 50,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#281",
"reason": "(Level 30)",
"base_exp": "233"
},
{
"name": "Surskit",
"id": "#283",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/283.png",
"xdescription": "If Surskit senses danger, it secretes a thick, sugary syrup from the tip of its head. There are some Pok\u00e9mon that love eating this syrup.",
"ydescription": "From the tips of its feet, Surskit secretes an oil that enables it to walk on water as if it were skating. This Pok\u00e9mon feeds on microscopic organisms in ponds and lakes.",
"height": "1' 08\"",
"category": "Pond Skater",
"weight": "3.7 lbs",
"typeofpokemon": ["Bug", "Water"],
"weaknesses": ["Electric", "Flying", "Rock"],
"evolutions": ["#283", "#284"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "54"
},
{
"name": "Masquerain",
"id": "#284",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/284.png",
"xdescription": "Masquerain's antennas have eyelike patterns that usually give it an angry look. If the \u201ceyes\" are droopy and appear sad, it is said to be a sign that a heavy rainfall is on its way.",
"ydescription": "Masquerain intimidates enemies with the eyelike patterns on its antennas. This Pok\u00e9mon flaps its four wings to freely fly in any direction\u2014even sideways and backwards\u2014as if it were a helicopter.",
"height": "2' 07\"",
"category": "Eyeball",
"weight": "7.9 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#283", "#284"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Water 1 ",
"evolvedfrom": "#283",
"reason": "(Level 22)",
"base_exp": "159"
},
{
"name": "Shroomish",
"id": "#285",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/285.png",
"xdescription": "If Shroomish senses danger, it shakes its body and scatters spores from the top of its head. This Pok\u00e9mon's spores are so toxic, they make trees and weeds wilt.",
"ydescription": "Shroomish live in damp soil in the dark depths of forests. They are often found keeping still under fallen leaves. This Pok\u00e9mon feeds on compost that is made up of fallen, rotted leaves.",
"height": "1' 04\"",
"category": "Mushroom",
"weight": "9.9 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#285", "#286"],
"abilities": ["Effect Spore"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Breloom",
"id": "#286",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/286.png",
"xdescription": "The seeds ringing Breloom's tail are made of hardened toxic spores. It is horrible to eat the seeds. Just taking a bite of this Pok\u00e9mon's seed will cause your stomach to rumble.",
"ydescription": "Breloom closes in on its foe with light and sprightly footwork, then throws punches with its stretchy arms. This Pok\u00e9mon's fighting technique puts boxers to shame.",
"height": "3' 11\"",
"category": "Mushroom",
"weight": "86.4 lbs",
"typeofpokemon": ["Grass", "Fighting"],
"weaknesses": ["Flying", "Fire", "Ice", "Poison", "Psychic", "Fairy"],
"evolutions": ["#285", "#286"],
"abilities": ["Effect Spore"],
"hp": 30,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#285",
"reason": "(Level 23)",
"base_exp": "161"
},
{
"name": "Slakoth",
"id": "#287",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/287.png",
"xdescription": "Slakoth's heart beats just once a minute. Whatever happens, it is content to loaf around motionless. It is rare to see this Pok\u00e9mon in motion.",
"ydescription": "Slakoth lolls around for over 20 hours every day. Because it moves so little, it does not need much food. This Pok\u00e9mon's sole daily meal consists of just three leaves.",
"height": "2' 07\"",
"category": "Slacker",
"weight": "52.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#287", "#288", "#289"],
"abilities": ["Truant"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Vigoroth",
"id": "#288",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/288.png",
"xdescription": "Vigoroth is simply incapable of remaining still. Even when it tries to sleep, the blood in its veins grows agitated, compelling this Pok\u00e9mon to run wild throughout the jungle before it can settle down.",
"ydescription": "Vigoroth is always itching and agitated to go on a wild rampage. It simply can't tolerate sitting still for even a minute. This Pok\u00e9mon's stress level rises if it can't be moving constantly.",
"height": "4' 07\"",
"category": "Wild Monkey",
"weight": "102.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#287", "#288", "#289"],
"abilities": ["Vital Spirit"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#287",
"reason": "(Level 18)",
"base_exp": "154"
},
{
"name": "Slaking",
"id": "#289",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/289.png",
"xdescription": "Wherever Slaking live, rings of over a yard in diameter appear in grassy fields. They are made by the Pok\u00e9mon as it eats all the grass within reach while lying prone on the ground.",
"ydescription": "Slaking spends all day lying down and lolling about. It eats grass growing within its reach. If it eats all the grass it can reach, this Pok\u00e9mon reluctantly moves to another spot.",
"height": "6' 07\"",
"category": "Lazy",
"weight": "287.7 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#287", "#288", "#289"],
"abilities": ["Truant"],
"hp": 60,
"attack": 80,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 310,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#288",
"reason": "(Level 36)",
"base_exp": "252"
},
{
"name": "Nincada",
"id": "#290",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/290.png",
"xdescription": "Nincada lives underground. It uses its sharp claws to carve the roots of trees and absorb moisture and nutrients. This Pok\u00e9mon can't withstand bright sunlight so avoids it.",
"ydescription": "Nincada lives underground for many years in complete darkness. This Pok\u00e9mon absorbs nutrients from the roots of trees. It stays motionless as it waits for evolution.",
"height": "1' 08\"",
"category": "Trainee",
"weight": "12.1 lbs",
"typeofpokemon": ["Bug", "Ground"],
"weaknesses": ["Fire", "Flying", "Ice", "Water"],
"evolutions": ["#290", "#291", "#292"],
"abilities": ["Compound Eyes"],
"hp": 20,
"attack": 20,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Ninjask",
"id": "#291",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/291.png",
"xdescription": "If Ninjask is not trained properly, it will refuse to obey the Trainer and cry loudly continuously. Because of this quality, this Pok\u00e9mon is said to be one that puts the Trainer's abilities to the test.",
"ydescription": "Ninjask moves around at such a high speed that it cannot be seen, even while its crying can be clearly heard. For that reason, this Pok\u00e9mon was long believed to be invisible.",
"height": "2' 07\"",
"category": "Ninja",
"weight": "26.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#290", "#291", "#292"],
"abilities": ["Speed Boost"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 80,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#290",
"reason": "(Level 20)",
"base_exp": "160"
},
{
"name": "Shedinja",
"id": "#292",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/292.png",
"xdescription": "Shedinja is a peculiar Pok\u00e9mon. It seems to appear unsought in a Pok\u00e9 Ball after a Nincada evolves. This bizarre Pok\u00e9mon is entirely immobile\u2014it doesn't even breathe.",
"ydescription": "Shedinja's hard body doesn't move\u2014not even a twitch. In fact, its body appears to be merely a hollow shell. It is believed that this Pok\u00e9mon will steal the spirit of anyone peering into its hollow body from its back.",
"height": "2' 07\"",
"category": "Shed",
"weight": "2.6 lbs",
"typeofpokemon": ["Bug", "Ghost"],
"weaknesses": ["Dark", "Fire", "Flying", "Ghost", "Rock"],
"evolutions": ["#290", "#291", "#292"],
"abilities": ["Wonder Guard"],
"hp": 10,
"attack": 50,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 120,
"genderless": 1,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#291",
"reason": "",
"base_exp": "83"
},
{
"name": "Whismur",
"id": "#293",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/293.png",
"xdescription": "Whismur is very timid. If it starts to cry loudly, it becomes startled by its own crying and cries even harder. When it finally stops crying, the Pok\u00e9mon goes to sleep, all tired out.",
"ydescription": "Normally, Whismur's voice is very quiet\u2014it is barely audible even if one is paying close attention. However, if this Pok\u00e9mon senses danger, it starts crying at an earsplitting volume.",
"height": "2' 00\"",
"category": "Whisper",
"weight": "35.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#293", "#294", "#295"],
"abilities": ["Soundproof"],
"hp": 30,
"attack": 30,
"defense": 10,
"special_attack": 30,
"special_defense": 10,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "48"
},
{
"name": "Loudred",
"id": "#294",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/294.png",
"xdescription": "Loudred shouts while stamping its feet. After it finishes shouting, this Pok\u00e9mon becomes incapable of hearing anything for a while. This is considered to be a weak point.",
"ydescription": "Loudred's bellowing can completely decimate a wood-frame house. It uses its voice to punish its foes. This Pok\u00e9mon's round ears serve as loudspeakers.",
"height": "3' 03\"",
"category": "Big Voice",
"weight": "89.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#293", "#294", "#295"],
"abilities": ["Soundproof"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#293",
"reason": "(Level 20)",
"base_exp": "126"
},
{
"name": "Exploud",
"id": "#295",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/295.png",
"xdescription": "Exploud communicates its feelings to the others by emitting whistle-like sounds from the tubes on its body. This Pok\u00e9mon only raises its voice when it is in battle.",
"ydescription": "Exploud triggers earthquakes with the tremors it creates by bellowing. If this Pok\u00e9mon violently inhales from the ports on its body, it's a sign that it is preparing to let loose a huge bellow.",
"height": "4' 11\"",
"category": "Loud Noise",
"weight": "185.2 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#293", "#294", "#295"],
"abilities": ["Soundproof"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#294",
"reason": "(Level 40)",
"base_exp": "221"
},
{
"name": "Makuhita",
"id": "#296",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/296.png",
"xdescription": "Makuhita has a tireless spirit\u2014it will never give up hope. It eats a lot of food, gets plenty of sleep, and it trains very rigorously. By living that way, this Pok\u00e9mon packs its body with energy.",
"ydescription": "Makuhita is tenacious\u2014it will keep getting up and attacking its foe however many times it is knocked down. Every time it gets back up, this Pok\u00e9mon stores more energy in its body for evolving.",
"height": "3' 03\"",
"category": "Guts",
"weight": "190.5 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#296", "#297"],
"abilities": ["Guts"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 120,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "47"
},
{
"name": "Hariyama",
"id": "#297",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/297.png",
"xdescription": "Hariyama's thick body may appear fat, but it is actually a hunk of solid muscle. If this Pok\u00e9mon bears down and tightens all its muscles, its body becomes as hard as a rock.",
"ydescription": "Hariyama practices its straight-arm slaps in any number of locations. One hit of this Pok\u00e9mon's powerful, openhanded, straight-arm punches could snap a telephone pole in two.",
"height": "7' 07\"",
"category": "Arm Thrust",
"weight": "559.5 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#296", "#297"],
"abilities": ["Guts"],
"hp": 60,
"attack": 60,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#296",
"reason": "(Level 24)",
"base_exp": "166"
},
{
"name": "Azurill",
"id": "#298",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/298.png",
"xdescription": "Azurill's tail is large and bouncy. It is packed full of the nutrients this Pok\u00e9mon needs to grow. Azurill can be seen bouncing and playing on its big, rubbery tail.",
"ydescription": "Azurill spins its tail as if it were a lasso, then hurls it far. The momentum of the throw sends its body flying, too. Using this unique action, one of these Pok\u00e9mon managed to hurl itself a record 33 feet.",
"height": "0' 08\"",
"category": "Polka Dot",
"weight": "4.4 lbs",
"typeofpokemon": ["Normal", "Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#298", "#183", "#184"],
"abilities": ["Thick Fat"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 10,
"total": 90,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "38"
},
{
"name": "Nosepass",
"id": "#299",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/299.png",
"xdescription": "Nosepass had been said to be completely unmoving, with its magnetic nose pointed due north. However, close observation has revealed that the Pok\u00e9mon actually moves by a little over 3/8 of an inch every year.",
"ydescription": "Nosepass's magnetic nose is always pointed to the north. If two of these Pok\u00e9mon meet, they cannot turn their faces to each other when they are close because their magnetic noses repel one another.",
"height": "3' 03\"",
"category": "Compass",
"weight": "213.8 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#299", "#476"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 20,
"defense": 60,
"special_attack": 20,
"special_defense": 40,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "75"
},
{
"name": "Skitty",
"id": "#300",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/300.png",
"xdescription": "Skitty is known to chase around playfully after its own tail. In the wild, this Pok\u00e9mon lives in holes in the trees of forests. It is very popular as a pet because of its adorable looks.",
"ydescription": "Skitty has the habit of becoming fascinated by moving objects and chasing them around. This Pok\u00e9mon is known to chase after its own tail and become dizzy.",
"height": "2' 00\"",
"category": "Kitten",
"weight": "24.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#300", "#301"],
"abilities": ["Cute Charm"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "52"
},
{
"name": "Delcatty",
"id": "#301",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/301.png",
"xdescription": "Delcatty sleeps anywhere it wants without keeping a permanent nest. If other Pok\u00e9mon approach it as it sleeps, this Pok\u00e9mon will never fight\u2014it will just move away somewhere else.",
"ydescription": "Delcatty prefers to live an unfettered existence in which it can do as it pleases at its own pace. Because this Pok\u00e9mon eats and sleeps whenever it decides, its daily routines are completely random.",
"height": "3' 07\"",
"category": "Prim",
"weight": "71.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#300", "#301"],
"abilities": ["Cute Charm"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Fairy, Field ",
"evolvedfrom": "#300",
"reason": "(use Moon Stone)",
"base_exp": "140"
},
{
"name": "Sableye",
"id": "#302",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/302.png",
"xdescription": "Sableye digs the ground with sharpened claws to find rocks that it eats. Substances in the eaten rocks crystallize and rise up to the Pok\u00e9mon's body surface.",
"ydescription": "Sableye lead quiet lives deep inside caverns. They are feared, however, because these Pok\u00e9mon are thought to steal the spirits of people when their eyes burn with a sinister glow in the darkness.",
"height": "1' 08\"",
"category": "Darkness",
"weight": "24.3 lbs",
"typeofpokemon": ["Dark", "Ghost"],
"weaknesses": ["Fairy"],
"evolutions": ["#302"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "133"
},
{
"name": "Mawile",
"id": "#303",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/303.png",
"xdescription": "Don't be taken in by this Pok\u00e9mon's cute face\u2014it's very dangerous. Mawile fools the foe into letting down its guard, then chomps down with its massive jaws. The steel jaws are really horns that have been transformed.",
"ydescription": "Mawile's huge jaws are actually steel horns that have been transformed. Its docile-looking face serves to lull its foe into letting down its guard. When the foe least expects it, Mawile chomps it with its gaping jaws.",
"height": "2' 00\"",
"category": "Deceiver",
"weight": "25.4 lbs",
"typeofpokemon": ["Steel", "Fairy"],
"weaknesses": ["Fire", "Ground"],
"evolutions": ["#303"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "133"
},
{
"name": "Aron",
"id": "#304",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/304.png",
"xdescription": "Aron has a body of steel. With one all-out charge, this Pok\u00e9mon can demolish even a heavy dump truck. The destroyed dump truck then becomes a handy meal for the Pok\u00e9mon.",
"ydescription": "This Pok\u00e9mon has a body of steel. To make its body, Aron feeds on iron ore that it digs from mountains. Occasionally, it causes major trouble by eating bridges and rails.",
"height": "1' 04\"",
"category": "Iron Armor",
"weight": "132.3 lbs",
"typeofpokemon": ["Steel", "Rock"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#304", "#305", "#306"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Lairon",
"id": "#305",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/305.png",
"xdescription": "Lairon feeds on iron contained in rocks and water. It makes its nest on mountains where iron ore is buried. As a result, the Pok\u00e9mon often clashes with humans mining the iron ore.",
"ydescription": "Lairon tempers its steel body by drinking highly nutritious mineral springwater until it is bloated. This Pok\u00e9mon makes its nest close to springs of delicious water.",
"height": "2' 11\"",
"category": "Iron Armor",
"weight": "264.6 lbs",
"typeofpokemon": ["Steel", "Rock"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#304", "#305", "#306"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 50,
"defense": 60,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Monster ",
"evolvedfrom": "#304",
"reason": "(Level 32)",
"base_exp": "151"
},
{
"name": "Aggron",
"id": "#306",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/306.png",
"xdescription": "Aggron is protective of its environment. If its mountain is ravaged by a landslide or a fire, this Pok\u00e9mon will haul topsoil to the area, plant trees, and beautifully restore its own territory.",
"ydescription": "Aggron claims an entire mountain as its own territory. It mercilessly beats up anything that violates its environment. This Pok\u00e9mon vigilantly patrols its territory at all times.",
"height": "6' 11\"",
"category": "Iron Armor",
"weight": "793.7 lbs",
"typeofpokemon": ["Steel", "Rock"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#304", "#305", "#306"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 60,
"defense": 80,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Monster ",
"evolvedfrom": "#305",
"reason": "(Level 42)",
"base_exp": "239"
},
{
"name": "Meditite",
"id": "#307",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/307.png",
"xdescription": "Meditite heightens its inner energy through meditation. It survives on just one berry a day. Minimal eating is another aspect of this Pok\u00e9mon's training.",
"ydescription": "Meditite undertakes rigorous mental training deep in the mountains. However, whenever it meditates, this Pok\u00e9mon always loses its concentration and focus. As a result, its training never ends.",
"height": "2' 00\"",
"category": "Meditate",
"weight": "24.7 lbs",
"typeofpokemon": ["Fighting", "Psychic"],
"weaknesses": ["Flying", "Ghost", "Fairy"],
"evolutions": ["#307", "#308"],
"abilities": ["Pure Power"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Medicham",
"id": "#308",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/308.png",
"xdescription": "Through the power of meditation, Medicham developed its sixth sense. It gained the ability to use psychokinetic powers. This Pok\u00e9mon is known to meditate for a whole month without eating.",
"ydescription": "It is said that through meditation, Medicham heightens energy inside its body and sharpens its sixth sense. This Pok\u00e9mon hides its presence by merging itself with fields and mountains.",
"height": "4' 03\"",
"category": "Meditate",
"weight": "69.4 lbs",
"typeofpokemon": ["Fighting", "Psychic"],
"weaknesses": ["Flying", "Ghost", "Fairy"],
"evolutions": ["#307", "#308"],
"abilities": ["Pure Power"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#307",
"reason": "(Level 37)",
"base_exp": "144"
},
{
"name": "Electrike",
"id": "#309",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/309.png",
"xdescription": "Electrike runs faster than the human eye can follow. The friction from running is converted into electricity, which is then stored in this Pok\u00e9mon's fur.",
"ydescription": "Electrike stores electricity in its long body hair. This Pok\u00e9mon stimulates its leg muscles with electric charges. These jolts of power give its legs explosive acceleration performance.",
"height": "2' 00\"",
"category": "Lightning",
"weight": "33.5 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#309", "#310"],
"abilities": ["Static"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Manectric",
"id": "#310",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/310.png",
"xdescription": "Manectric discharges strong electricity from its mane. The mane is used for collecting electricity in the atmosphere. This Pok\u00e9mon creates thunderclouds above its head.",
"ydescription": "Manectric is constantly discharging electricity from its mane. The sparks sometimes ignite forest fires. When it enters a battle, this Pok\u00e9mon creates thunderclouds.",
"height": "4' 11\"",
"category": "Discharge",
"weight": "88.6 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#309", "#310"],
"abilities": ["Static"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#309",
"reason": "(Level 26)",
"base_exp": "166"
},
{
"name": "Plusle",
"id": "#311",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/311.png",
"xdescription": "When Plusle is cheering on its partner, it flashes with electric sparks from all over its body. If its partner loses, this Pok\u00e9mon cries loudly.",
"ydescription": "Plusle always acts as a cheerleader for its partners. Whenever a teammate puts out a good effort in battle, this Pok\u00e9mon shorts out its body to create the crackling noises of sparks to show its joy.",
"height": "1' 04\"",
"category": "Cheering",
"weight": "9.3 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#311"],
"abilities": ["Plus"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"reason": "",
"evolvedfrom": "",
"base_exp": "142"
},
{
"name": "Minun",
"id": "#312",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/312.png",
"xdescription": "Minun loves to cheer on its partner in battle. It gives off sparks from its body while it is doing so. If its partner is in trouble, this Pok\u00e9mon gives off increasing amounts of sparks.",
"ydescription": "Minun is more concerned about cheering on its partners than its own safety. It shorts out the electricity in its body to create brilliant showers of sparks to cheer on its teammates.",
"height": "1' 04\"",
"category": "Cheering",
"weight": "9.3 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#312"],
"abilities": ["Minus"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 40,
"special_defense": 40,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"reason": "",
"evolvedfrom": "",
"base_exp": "142"
},
{
"name": "Volbeat",
"id": "#313",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/313.png",
"xdescription": "Volbeat's tail glows like a lightbulb. With other Volbeat, it uses its tail to draw geometric shapes in the night sky. This Pok\u00e9mon loves the sweet aroma given off by Illumise.",
"ydescription": "With the arrival of night, Volbeat emits light from its tail. It communicates with others by adjusting the intensity and flashing of its light. This Pok\u00e9mon is attracted by the sweet aroma of Illumise.",
"height": "2' 04\"",
"category": "Firefly",
"weight": "39.0 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#313"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "151"
},
{
"name": "Illumise",
"id": "#314",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/314.png",
"xdescription": "Illumise leads a flight of illuminated Volbeat to draw signs in the night sky. This Pok\u00e9mon is said to earn greater respect from its peers by composing more complex designs in the sky.",
"ydescription": "Illumise attracts a swarm of Volbeat using a sweet fragrance. Once the Volbeat have gathered, this Pok\u00e9mon leads the lit-up swarm in drawing geometric designs on the canvas of the night sky.",
"height": "2' 00\"",
"category": "Firefly",
"weight": "39.0 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#314"],
"abilities": ["Tinted Lens"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "151"
},
{
"name": "Roselia",
"id": "#315",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/315.png",
"xdescription": "On extremely rare occasions, a Roselia is said to appear with its flowers in unusual colors. The thorns on this Pok\u00e9mon's head contain a vicious poison.",
"ydescription": "Roselia shoots sharp thorns as projectiles at any opponent that tries to steal the flowers on its arms. The aroma of this Pok\u00e9mon brings serenity to living things.",
"height": "1' 00\"",
"category": "Thorn",
"weight": "4.4 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#406", "#315", "#407"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#406",
"reason": "(high Friendship, Daytime)",
"base_exp": "140"
},
{
"name": "Gulpin",
"id": "#316",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/316.png",
"xdescription": "Most of Gulpin's body is made up of its stomach\u2014its heart and brain are very small in comparison. This Pok\u00e9mon's stomach contains special enzymes that dissolve anything.",
"ydescription": "Virtually all of Gulpin's body is its stomach. As a result, it can swallow something its own size. This Pok\u00e9mon's stomach contains a special fluid that digests anything.",
"height": "1' 04\"",
"category": "Stomach",
"weight": "22.7 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#316", "#317"],
"abilities": ["Liquid Ooze"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Swalot",
"id": "#317",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/317.png",
"xdescription": "Swalot has no teeth, so what it eats, it swallows whole, no matter what. Its cavernous mouth yawns widely. An automobile tire could easily fit inside this Pok\u00e9mon's mouth.",
"ydescription": "When Swalot spots prey, it spurts out a hideously toxic fluid from its pores and sprays the target. Once the prey has weakened, this Pok\u00e9mon gulps it down whole with its cavernous mouth.",
"height": "5' 07\"",
"category": "Poison Bag",
"weight": "176.4 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#316", "#317"],
"abilities": ["Liquid Ooze"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#316",
"reason": "(Level 26)",
"base_exp": "163"
},
{
"name": "Carvanha",
"id": "#318",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/318.png",
"xdescription": "If anything invades Carvanha's territory, it will swarm and tear at the intruder with its pointed fangs. On its own, however, this Pok\u00e9mon turns suddenly timid.",
"ydescription": "Carvanha's strongly developed jaws and its sharply pointed fangs pack the destructive power to rip out boat hulls. Many boats have been attacked and sunk by this Pok\u00e9mon.",
"height": "2' 07\"",
"category": "Savage",
"weight": "45.9 lbs",
"typeofpokemon": ["Water", "Dark"],
"weaknesses": ["Bug", "Electric", "Fighting", "Grass", "Fairy"],
"evolutions": ["#318", "#319"],
"abilities": ["Rough Skin"],
"hp": 20,
"attack": 50,
"defense": 10,
"special_attack": 30,
"special_defense": 10,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Sharpedo",
"id": "#319",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/319.png",
"xdescription": "Sharpedo can swim at speeds of up to 75 mph by jetting seawater out of its backside. This Pok\u00e9mon's drawback is its inability to swim long distances.",
"ydescription": "Nicknamed \u201cthe bully of the sea,\" Sharpedo is widely feared. Its cruel fangs grow back immediately if they snap off. Just one of these Pok\u00e9mon can thoroughly tear apart a supertanker.",
"height": "5' 11\"",
"category": "Brutal",
"weight": "195.8 lbs",
"typeofpokemon": ["Water", "Dark"],
"weaknesses": ["Bug", "Electric", "Fighting", "Grass", "Fairy"],
"evolutions": ["#318", "#319"],
"abilities": ["Rough Skin"],
"hp": 30,
"attack": 60,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "#318",
"reason": "(Level 30)",
"base_exp": "161"
},
{
"name": "Wailmer",
"id": "#320",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/320.png",
"xdescription": "Wailmer can store water inside its body to transform itself into a ball for bouncing around on the ground. By filling itself up with more water, this Pok\u00e9mon can elevate the height of its bounces.",
"ydescription": "Wailmer's nostrils are located above its eyes. This playful Pok\u00e9mon loves to startle people by forcefully snorting out seawater it stores inside its body out of its nostrils.",
"height": "6' 07\"",
"category": "Ball Whale",
"weight": "286.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#320", "#321"],
"abilities": ["Oblivious"],
"hp": 50,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Field, Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "80"
},
{
"name": "Wailord",
"id": "#321",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/321.png",
"xdescription": "When chasing prey, Wailord herds them by leaping out of the water and making a humongous splash. It is breathtaking to see this Pok\u00e9mon leaping out of the sea with others in its pod.",
"ydescription": "Wailord is the largest of all identified Pok\u00e9mon up to now. This giant Pok\u00e9mon swims languorously in the vast open sea, eating massive amounts of food at once with its enormous mouth.",
"height": "47' 07\"",
"category": "Float Whale",
"weight": "877.4 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#320", "#321"],
"abilities": ["Oblivious"],
"hp": 60,
"attack": 50,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Field, Water 2 ",
"evolvedfrom": "#320",
"reason": "(Level 40)",
"base_exp": "175"
},
{
"name": "Numel",
"id": "#322",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/322.png",
"xdescription": "Numel stores magma of almost 2,200 degrees Fahrenheit within its body. If it gets wet, the magma cools and hardens. In that event, the Pok\u00e9mon's body grows heavy and its movements become sluggish.",
"ydescription": "Numel is extremely dull witted\u2014it doesn't notice being hit. However, it can't stand hunger for even a second. This Pok\u00e9mon's body is a seething cauldron of boiling magma.",
"height": "2' 04\"",
"category": "Numb",
"weight": "52.9 lbs",
"typeofpokemon": ["Fire", "Ground"],
"weaknesses": ["Water", "Ground"],
"evolutions": ["#322", "#323"],
"abilities": ["Oblivious"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Camerupt",
"id": "#323",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/323.png",
"xdescription": "The humps on Camerupt's back are formed by a transformation of its bones. They sometimes blast out molten magma. This Pok\u00e9mon apparently erupts often when it is enraged.",
"ydescription": "Camerupt has a volcano inside its body. Magma of 18,000 degrees Fahrenheit courses through its body. Occasionally, the humps on this Pok\u00e9mon's back erupt, spewing the superheated magma.",
"height": "6' 03\"",
"category": "Eruption",
"weight": "485.0 lbs",
"typeofpokemon": ["Fire", "Ground"],
"weaknesses": ["Water", "Ground"],
"evolutions": ["#322", "#323"],
"abilities": ["Magma Armor"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#322",
"reason": "(Level 33)",
"base_exp": "161"
},
{
"name": "Torkoal",
"id": "#324",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/324.png",
"xdescription": "Torkoal generates energy by burning coal. It grows weaker as the fire dies down. When it is preparing for battle, this Pok\u00e9mon burns more coal.",
"ydescription": "Torkoal digs through mountains in search of coal. If it finds some, it fills hollow spaces on its shell with the coal and burns it. If it is attacked, this Pok\u00e9mon spouts thick black smoke to beat a retreat.",
"height": "1' 08\"",
"category": "Coal",
"weight": "177.2 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#324"],
"abilities": ["White Smoke"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 40,
"special_defense": 30,
"speed": 10,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "165"
},
{
"name": "Spoink",
"id": "#325",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/325.png",
"xdescription": "Spoink keeps a pearl on top of its head. The pearl functions to amplify this Pok\u00e9mon's psychokinetic powers. It is therefore on a constant search for a bigger pearl.",
"ydescription": "Spoink bounces around on its tail. The shock of its bouncing makes its heart pump. As a result, this Pok\u00e9mon cannot afford to stop bouncing\u2014if it stops, its heart will stop.",
"height": "2' 04\"",
"category": "Bounce",
"weight": "67.5 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#325", "#326"],
"abilities": ["Own Tempo"],
"hp": 30,
"attack": 10,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Grumpig",
"id": "#326",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/326.png",
"xdescription": "Grumpig uses the black pearls on its body to wield its fantastic powers. When it is doing so, it dances bizarrely. This Pok\u00e9mon's black pearls are valuable as works of art.",
"ydescription": "Grumpig uses the black pearls on its body to amplify its psychic power waves for gaining total control over its foe. When this Pok\u00e9mon uses its special power, its snorting breath grows labored.",
"height": "2' 11\"",
"category": "Manipulate",
"weight": "157.6 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#325", "#326"],
"abilities": ["Own Tempo"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 40,
"special_defense": 50,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#325",
"reason": "(Level 32)",
"base_exp": "165"
},
{
"name": "Spinda",
"id": "#327",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/327.png",
"xdescription": "No two Spinda are said to have identical spot patterns on their hides. This Pok\u00e9mon moves in a curious manner as if it is stumbling in dizziness. Its lurching movements can cause the opponent to become confused.",
"ydescription": "All the Spinda that exist in the world are said to have utterly unique spot patterns. The shaky, tottering steps of this Pok\u00e9mon give it the appearance of dancing.",
"height": "3' 07\"",
"category": "Spot Panda",
"weight": "11.0 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#327"],
"abilities": ["Tangled Feet"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "126"
},
{
"name": "Trapinch",
"id": "#328",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/328.png",
"xdescription": "Trapinch is a patient hunter. It digs an inescapable pit in a desert and waits for its prey to come tumbling down. This Pok\u00e9mon can go a whole week without access to any water.",
"ydescription": "Trapinch's nest is a sloped, bowl-like pit dug in sand. This Pok\u00e9mon patiently waits for prey to tumble down the pit. Its giant jaws have enough strength to crush even boulders.",
"height": "2' 04\"",
"category": "Ant Pit",
"weight": "33.1 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#328", "#329", "#330"],
"abilities": ["Arena Trap"],
"hp": 20,
"attack": 50,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Vibrava",
"id": "#329",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/329.png",
"xdescription": "Vibrava's wings have not yet completed the process of growing. Rather than flying long distances, they are more useful for generating ultrasonic waves by vibrating.",
"ydescription": "To make prey faint, Vibrava generates ultrasonic waves by vigorously making its two wings vibrate. This Pok\u00e9mon's ultrasonic waves are so powerful, they can bring on headaches in people.",
"height": "3' 07\"",
"category": "Vibration",
"weight": "33.7 lbs",
"typeofpokemon": ["Ground", "Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#328", "#329", "#330"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#328",
"reason": "(Level 35)",
"base_exp": "119"
},
{
"name": "Flygon",
"id": "#330",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/330.png",
"xdescription": "Flygon whips up a sandstorm by flapping its wings. The wings create a series of notes that sound like singing. Because the \u201csinging\" is the only thing that can be heard in a sandstorm, this Pok\u00e9mon is said to be the desert spirit.",
"ydescription": "Flygon is nicknamed \u201cthe elemental spirit of the desert.\" Because its flapping wings whip up a cloud of sand, this Pok\u00e9mon is always enveloped in a sandstorm while flying.",
"height": "6' 07\"",
"category": "Mystic",
"weight": "180.8 lbs",
"typeofpokemon": ["Ground", "Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#328", "#329", "#330"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#329",
"reason": "(Level 45)",
"base_exp": "234"
},
{
"name": "Cacnea",
"id": "#331",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/331.png",
"xdescription": "The more arid and harsh the environment, the more pretty and fragrant a flower Cacnea grows. This Pok\u00e9mon battles by wildly swinging its thorny arms.",
"ydescription": "Cacnea lives in arid locations such as deserts. It releases a strong aroma from its flower to attract prey. When prey comes near, this Pok\u00e9mon shoots sharp thorns from its body to bring the victim down.",
"height": "1' 04\"",
"category": "Cactus",
"weight": "113.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#331", "#332"],
"abilities": ["Sand Veil"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Cacturne",
"id": "#332",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/332.png",
"xdescription": "If a traveler is going through a desert in the thick of night, Cacturne will follow in a ragtag group. The Pok\u00e9mon are biding their time, waiting for the traveler to tire and become incapable of moving.",
"ydescription": "During the daytime, Cacturne remains unmoving so that it does not lose any moisture to the harsh desert sun. This Pok\u00e9mon becomes active at night when the temperature drops.",
"height": "4' 03\"",
"category": "Scarecrow",
"weight": "170.6 lbs",
"typeofpokemon": ["Grass", "Dark"],
"weaknesses": [
"Bug",
"Fire",
"Fighting",
"Flying",
"Ice",
"Poison",
"Fairy"
],
"evolutions": ["#331", "#332"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Human-Like ",
"evolvedfrom": "#331",
"reason": "(Level 32)",
"base_exp": "166"
},
{
"name": "Swablu",
"id": "#333",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/333.png",
"xdescription": "Swablu loves to make things clean. If it spots something dirty, it will wipe and polish it with its cottony wings. If its wings become dirty, this Pok\u00e9mon finds a stream and showers itself.",
"ydescription": "Swablu has light and fluffy wings that are like cottony clouds. This Pok\u00e9mon is not frightened of people. It lands on the heads of people and sits there like a cotton-fluff hat.",
"height": "1' 04\"",
"category": "Cotton Bird",
"weight": "2.6 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#333", "#334"],
"abilities": ["Natural Cure"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Altaria",
"id": "#334",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/334.png",
"xdescription": "Altaria sings in a gorgeous soprano. Its wings are like cotton clouds. This Pok\u00e9mon catches updrafts with its buoyant wings and soars way up into the wild blue yonder.",
"ydescription": "Altaria dances and wheels through the sky among billowing, cotton-like clouds. By singing melodies in its crystal-clear voice, this Pok\u00e9mon makes its listeners experience dreamy wonderment.",
"height": "3' 07\"",
"category": "Humming",
"weight": "45.4 lbs",
"typeofpokemon": ["Dragon", "Flying"],
"weaknesses": ["Ice", "Dragon", "Rock", "Fairy"],
"evolutions": ["#333", "#334"],
"abilities": ["Natural Cure"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Flying ",
"evolvedfrom": "#333",
"reason": "(Level 35)",
"base_exp": "172"
},
{
"name": "Zangoose",
"id": "#335",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/335.png",
"xdescription": "Zangoose usually stays on all fours, but when angered, it gets up on its hind legs and extends its claws. This Pok\u00e9mon shares a bitter rivalry with Seviper that dates back over generations.",
"ydescription": "Memories of battling its archrival Seviper are etched into every cell of Zangoose's body. This Pok\u00e9mon adroitly dodges attacks with incredible agility.",
"height": "4' 03\"",
"category": "Cat Ferret",
"weight": "88.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#335"],
"abilities": ["Immunity"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "160"
},
{
"name": "Seviper",
"id": "#336",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/336.png",
"xdescription": "Seviper's swordlike tail serves two purposes\u2014it slashes foes and douses them with secreted poison. This Pok\u00e9mon will not give up its long-running blood feud with Zangoose.",
"ydescription": "Seviper shares a generations-long feud with Zangoose. The scars on its body are evidence of vicious battles. This Pok\u00e9mon attacks using its sword-edged tail.",
"height": "8' 10\"",
"category": "Fang Snake",
"weight": "115.7 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#336"],
"abilities": ["Shed Skin"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "160"
},
{
"name": "Lunatone",
"id": "#337",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/337.png",
"xdescription": "Lunatone becomes active around the time of the full moon. Instead of walking, it moves by floating in midair. The Pok\u00e9mon's intimidating red eyes cause all those who see it to become transfixed with fear.",
"ydescription": "Lunatone was discovered at a location where a meteoroid fell. As a result, some people theorize that this Pok\u00e9mon came from space. However, no one has been able to prove this theory so far.",
"height": "3' 03\"",
"category": "Meteorite",
"weight": "370.4 lbs",
"typeofpokemon": ["Rock", "Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost", "Grass", "Steel", "Water"],
"evolutions": ["#337"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 220,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "161"
},
{
"name": "Solrock",
"id": "#338",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/338.png",
"xdescription": "Sunlight is the source of Solrock's power. It is said to possess the ability to read the emotions of others. This Pok\u00e9mon gives off intense heat while rotating its body.",
"ydescription": "Solrock is a new species of Pok\u00e9mon that is said to have fallen from space. It floats in air and moves silently. In battle, this Pok\u00e9mon releases intensely bright light.",
"height": "3' 11\"",
"category": "Meteorite",
"weight": "339.5 lbs",
"typeofpokemon": ["Rock", "Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost", "Grass", "Steel", "Water"],
"evolutions": ["#338"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 220,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "161"
},
{
"name": "Barboach",
"id": "#339",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/339.png",
"xdescription": "Barboach's body is covered with a slimy film. If a foe grabs it, this Pok\u00e9mon just slips out of the enemy's grip. This Pok\u00e9mon grows weak if the slimy coating dries up.",
"ydescription": "Barboach's sensitive whiskers serve as a superb radar system. This Pok\u00e9mon hides in mud, leaving only its two whiskers exposed while it waits for prey to come along.",
"height": "1' 04\"",
"category": "Whiskers",
"weight": "4.2 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#339", "#340"],
"abilities": ["Oblivious"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Whiscash",
"id": "#340",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/340.png",
"xdescription": "If Whiscash goes on a wild rampage, it sets off a quake-like tremor with a radius of over three miles. This Pok\u00e9mon has the ability to predict real earthquakes.",
"ydescription": "Whiscash is extremely territorial. Just one of these Pok\u00e9mon will claim a large pond as its exclusive territory. If a foe approaches it, it thrashes about and triggers a massive earthquake.",
"height": "2' 11\"",
"category": "Whiskers",
"weight": "52.0 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#339", "#340"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "#339",
"reason": "(Level 30)",
"base_exp": "164"
},
{
"name": "Corphish",
"id": "#341",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/341.png",
"xdescription": "Corphish catches prey with its sharp claws. It has no likes or dislikes when it comes to food\u2014it will eat anything. This Pok\u00e9mon has no trouble living in filthy water.",
"ydescription": "Corphish were originally foreign Pok\u00e9mon that were imported as pets. They eventually turned up in the wild. This Pok\u00e9mon is very hardy and has greatly increased its population.",
"height": "2' 00\"",
"category": "Ruffian",
"weight": "25.4 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#341", "#342"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Crawdaunt",
"id": "#342",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/342.png",
"xdescription": "Crawdaunt molts (sheds) its shell regularly. Immediately after molting, its shell is soft and tender. Until the shell hardens, this Pok\u00e9mon hides in its streambed burrow to avoid attack from its foes.",
"ydescription": "Crawdaunt has an extremely violent nature that compels it to challenge other living things to battle. Other life-forms refuse to live in ponds inhabited by this Pok\u00e9mon, making them desolate places.",
"height": "3' 07\"",
"category": "Rogue",
"weight": "72.3 lbs",
"typeofpokemon": ["Water", "Dark"],
"weaknesses": ["Bug", "Electric", "Fighting", "Grass", "Fairy"],
"evolutions": ["#341", "#342"],
"abilities": ["Shell Armor"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 20,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "#341",
"reason": "(Level 30)",
"base_exp": "164"
},
{
"name": "Baltoy",
"id": "#343",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/343.png",
"xdescription": "As soon as it spots others of its kind, Baltoy congregates with them and then begins crying noisily in unison. This Pok\u00e9mon sleeps while cleverly balancing itself on its one foot.",
"ydescription": "Baltoy moves while spinning around on its one foot. Primitive wall paintings depicting this Pok\u00e9mon living among people were discovered in some ancient ruins.",
"height": "1' 08\"",
"category": "Clay Doll",
"weight": "47.4 lbs",
"typeofpokemon": ["Ground", "Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost", "Grass", "Water", "Ice"],
"evolutions": ["#343", "#344"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 150,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Claydol",
"id": "#344",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/344.png",
"xdescription": "Claydol is an enigma that appeared from a clay statue made by an ancient civilization dating back 20,000 years. This Pok\u00e9mon shoots beams from both its hands.",
"ydescription": "Claydol are said to be dolls of mud made by primitive humans and brought to life by exposure to a mysterious ray. This Pok\u00e9mon moves about while levitating.",
"height": "4' 11\"",
"category": "Clay Doll",
"weight": "238.1 lbs",
"typeofpokemon": ["Ground", "Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost", "Grass", "Water", "Ice"],
"evolutions": ["#343", "#344"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 30,
"special_defense": 50,
"speed": 40,
"total": 240,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#343",
"reason": "(Level 36)",
"base_exp": "175"
},
{
"name": "Lileep",
"id": "#345",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/345.png",
"xdescription": "Lileep is an ancient Pok\u00e9mon that was regenerated from a fossil. It remains permanently anchored to a rock. From its immobile perch, this Pok\u00e9mon intently scans for prey with its two eyes.",
"ydescription": "Lileep became extinct approximately a hundred million years ago. This ancient Pok\u00e9mon attaches itself to a rock on the seafloor and catches approaching prey using tentacles shaped like flower petals.",
"height": "3' 03\"",
"category": "Sea Lily",
"weight": "52.5 lbs",
"typeofpokemon": ["Rock", "Grass"],
"weaknesses": ["Bug", "Fighting", "Ice", "Steel"],
"evolutions": ["#345", "#346"],
"abilities": ["Suction Cups"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 10,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Cradily",
"id": "#346",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/346.png",
"xdescription": "Cradily's body serves as an anchor, preventing it from being washed away in rough seas. This Pok\u00e9mon secretes a strong digestive fluid from its tentacles.",
"ydescription": "Cradily roams around the ocean floor in search of food. This Pok\u00e9mon freely extends its tree trunk-like neck and captures unwary prey using its eight tentacles.",
"height": "4' 11\"",
"category": "Barnacle",
"weight": "133.2 lbs",
"typeofpokemon": ["Rock", "Grass"],
"weaknesses": ["Bug", "Fighting", "Ice", "Steel"],
"evolutions": ["#345", "#346"],
"abilities": ["Suction Cups"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 20,
"total": 220,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#345",
"reason": "(Level 40)",
"base_exp": "173"
},
{
"name": "Anorith",
"id": "#347",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/347.png",
"xdescription": "Anorith is said to be a type of Pok\u00e9mon predecessor, with eight wings at the sides of its body. This Pok\u00e9mon swam in the primordial sea by undulating these eight wings.",
"ydescription": "Anorith was regenerated from a prehistoric fossil. This primitive Pok\u00e9mon once lived in warm seas. It grips its prey firmly between its two large claws.",
"height": "2' 04\"",
"category": "Old Shrimp",
"weight": "27.6 lbs",
"typeofpokemon": ["Rock", "Bug"],
"weaknesses": ["Rock", "Steel", "Water"],
"evolutions": ["#347", "#348"],
"abilities": ["Battle Armor"],
"hp": 20,
"attack": 50,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Armaldo",
"id": "#348",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/348.png",
"xdescription": "Armaldo is a Pok\u00e9mon species that became extinct in prehistoric times. This Pok\u00e9mon is said to have walked on its hind legs, which would have been more convenient for life on land.",
"ydescription": "Armaldo's tough armor makes all attacks bounce off. This Pok\u00e9mon's two enormous claws can be freely extended or contracted. They have the power to punch right through a steel slab.",
"height": "4' 11\"",
"category": "Plate",
"weight": "150.4 lbs",
"typeofpokemon": ["Rock", "Bug"],
"weaknesses": ["Rock", "Steel", "Water"],
"evolutions": ["#347", "#348"],
"abilities": ["Battle Armor"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#347",
"reason": "(Level 40)",
"base_exp": "173"
},
{
"name": "Feebas",
"id": "#349",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/349.png",
"xdescription": "While Feebas's body is in tatters, it has a hardy and tenacious life force that enables it to live anywhere. However, this Pok\u00e9mon is also slow and dimwitted, making it an easy catch.",
"ydescription": "Feebas's fins are ragged and tattered from the start of its life. Because of its shoddy appearance, this Pok\u00e9mon is largely ignored. It is capable of living in both the sea and in rivers.",
"height": "2' 00\"",
"category": "Fish",
"weight": "16.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#349", "#350"],
"abilities": ["Oblivious"],
"hp": 10,
"attack": 10,
"defense": 10,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "40"
},
{
"name": "Milotic",
"id": "#350",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/350.png",
"xdescription": "Milotic live at the bottom of large lakes. When this Pok\u00e9mon's body glows a vivid pink, it releases a pulsing wave of energy that brings soothing calm to troubled hearts.",
"ydescription": "Milotic is said to be the most beautiful of all the Pok\u00e9mon. It has the power to becalm such emotions as anger and hostility to quell bitter feuding.",
"height": "20' 04\"",
"category": "Tender",
"weight": "357.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#349", "#350"],
"abilities": ["Marvel Scale"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 50,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#349",
"reason": "(trade holding Prism Scale, or level up with max Beauty)",
"base_exp": "189"
},
{
"name": "Castform",
"id": "#351",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/351.png",
"xdescription": "Castform borrows the power of nature to transform itself into the guises of the sun, rain, and snow-clouds. This Pok\u00e9mon's feelings change with the weather.",
"ydescription": "Castform's appearance changes with the weather. This Pok\u00e9mon gained the ability to use the vast power of nature to protect its tiny body.",
"height": "1' 00\"",
"category": "Weather",
"weight": "1.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#351"],
"abilities": ["Forecast"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous, Fairy ",
"reason": "",
"evolvedfrom": "",
"base_exp": "147"
},
{
"name": "Kecleon",
"id": "#352",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/352.png",
"xdescription": "Kecleon alters its body coloration to blend in with its surroundings, allowing it to sneak up on its prey unnoticed. Then it lashes out with its long, stretchy tongue to instantly ensnare the unsuspecting target.",
"ydescription": "Kecleon is capable of changing its body colors at will to blend in with its surroundings. There is one exception\u2014this Pok\u00e9mon can't change the zigzag pattern on its belly.",
"height": "3' 03\"",
"category": "Color Swap",
"weight": "48.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#352"],
"abilities": ["Color Change"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 50,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "154"
},
{
"name": "Shuppet",
"id": "#353",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/353.png",
"xdescription": "Shuppet grows by feeding on dark emotions, such as vengefulness and envy, in the hearts of people. It roams through cities in search of grudges that taint people.",
"ydescription": "Shuppet is attracted by feelings of jealousy and vindictiveness. If someone develops strong feelings of vengeance, this Pok\u00e9mon will appear in a swarm and line up beneath the eaves of that person's home.",
"height": "2' 00\"",
"category": "Puppet",
"weight": "5.1 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#353", "#354"],
"abilities": ["Insomnia"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 10,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Banette",
"id": "#354",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/354.png",
"xdescription": "A cursed energy permeated the stuffing of a discarded and forgotten plush doll, giving it new life as Banette. The Pok\u00e9mon's energy would escape if it were to ever open its mouth.",
"ydescription": "Banette generates energy for laying strong curses by sticking pins into its own body. This Pok\u00e9mon was originally a pitiful plush doll that was thrown away.",
"height": "3' 07\"",
"category": "Marionette",
"weight": "27.6 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#353", "#354"],
"abilities": ["Insomnia"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#353",
"reason": "(Level 37)",
"base_exp": "159"
},
{
"name": "Duskull",
"id": "#355",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/355.png",
"xdescription": "Duskull wanders lost among the deep darkness of midnight. There is an oft-told admonishment given to misbehaving children that this Pok\u00e9mon will spirit away bad children who earn scoldings from their mothers.",
"ydescription": "Duskull can pass through any wall no matter how thick it may be. Once this Pok\u00e9mon chooses a target, it will doggedly pursue the intended victim until the break of dawn.",
"height": "2' 07\"",
"category": "Requiem",
"weight": "33.1 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#355", "#356", "#477"],
"abilities": ["Levitate"],
"hp": 10,
"attack": 20,
"defense": 40,
"special_attack": 10,
"special_defense": 40,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Dusclops",
"id": "#356",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/356.png",
"xdescription": "Dusclops absorbs anything, however large the object may be. This Pok\u00e9mon hypnotizes its foe by waving its hands in a macabre manner and by bringing its single eye to bear. The hypnotized foe is made to do Dusclops's bidding.",
"ydescription": "Dusclops's body is completely hollow\u2014there is nothing at all inside. It is said that its body is like a black hole. This Pok\u00e9mon will absorb anything into its body, but nothing will ever come back out.",
"height": "5' 03\"",
"category": "Beckon",
"weight": "67.5 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#355", "#356", "#477"],
"abilities": ["Pressure"],
"hp": 20,
"attack": 40,
"defense": 60,
"special_attack": 30,
"special_defense": 50,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#355",
"reason": "(Level 37)",
"base_exp": "159"
},
{
"name": "Tropius",
"id": "#357",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/357.png",
"xdescription": "Children of the southern tropics eat as snacks the fruit that grows in bunches around the neck of Tropius. This Pok\u00e9mon flies by flapping the leaves on its back as if they were wings.",
"ydescription": "The bunches of fruit around Tropius's neck are very popular with children. This Pok\u00e9mon loves fruit, and eats it continuously. Apparently, its love for fruit resulted in its own outgrowth of fruit.",
"height": "6' 07\"",
"category": "Fruit",
"weight": "220.5 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Ice", "Fire", "Flying", "Poison", "Rock"],
"evolutions": ["#357"],
"abilities": ["Chlorophyll"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Grass, Monster ",
"reason": "",
"evolvedfrom": "",
"base_exp": "161"
},
{
"name": "Chimecho",
"id": "#358",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/358.png",
"xdescription": "In high winds, Chimecho cries as it hangs from a tree branch or the eaves of a building using a suction cup on its head. This Pok\u00e9mon plucks berries with its long tail and eats them.",
"ydescription": "Chimecho makes its cries echo inside its hollow body. When this Pok\u00e9mon becomes enraged, its cries result in ultrasonic waves that have the power to knock foes flying.",
"height": "2' 00\"",
"category": "Wind Chime",
"weight": "2.2 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#433", "#358"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#433",
"reason": "(high Friendship, Nighttime)",
"base_exp": "159"
},
{
"name": "Absol",
"id": "#359",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/359.png",
"xdescription": "Absol has the ability to foretell the coming of natural disasters. It lives in a harsh, rugged mountain environment. This Pok\u00e9mon very rarely ventures down from the mountains.",
"ydescription": "Every time Absol appears before people, it is followed by a disaster such as an earthquake or a tidal wave. As a result, it came to be known as the disaster Pok\u00e9mon.",
"height": "3' 11\"",
"category": "Disaster",
"weight": "103.6 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#359"],
"abilities": ["Pressure"],
"hp": 30,
"attack": 70,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "163"
},
{
"name": "Wynaut",
"id": "#360",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/360.png",
"xdescription": "Wynaut gather on moonlit nights to play by squeezing up against each other. By being squeezed, this Pok\u00e9mon gains endurance and is trained to dole out powerful counterattacks.",
"ydescription": "Wynaut can always be seen with a big, happy smile on its face. Look at its tail to determine if it is angry. When angered, this Pok\u00e9mon will be slapping the ground with its tail.",
"height": "2' 00\"",
"category": "Bright",
"weight": "30.9 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#360", "#202"],
"abilities": ["Shadow Tag"],
"hp": 40,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 10,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "52"
},
{
"name": "Snorunt",
"id": "#361",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/361.png",
"xdescription": "Snorunt survives by eating only snow and ice. Old folklore claims that a house visited by this Pok\u00e9mon is sure to prosper for many generations to come.",
"ydescription": "Snorunt live in regions with heavy snowfall. In seasons without snow, such as spring and summer, this Pok\u00e9mon steals away to live quietly among stalactites and stalagmites deep in caverns.",
"height": "2' 04\"",
"category": "Snow Hat",
"weight": "37.0 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#361", "#362", "#478"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Glalie",
"id": "#362",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/362.png",
"xdescription": "Glalie has the ability to freely control ice. For example, it can instantly freeze its prey solid. After immobilizing its prey in ice, this Pok\u00e9mon enjoys eating it in leisurely fashion.",
"ydescription": "Glalie has a body made of rock, which it hardens with an armor of ice. This Pok\u00e9mon has the ability to freeze moisture in the atmosphere into any shape it desires.",
"height": "4' 11\"",
"category": "Face",
"weight": "565.5 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#361", "#362", "#478"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Mineral ",
"evolvedfrom": "#361",
"reason": "(Level 42)",
"base_exp": "168"
},
{
"name": "Spheal",
"id": "#363",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/363.png",
"xdescription": "Spheal always travels by rolling around on its ball-like body. When the season for ice floes arrives, this Pok\u00e9mon can be seen rolling about on ice and crossing the sea.",
"ydescription": "Spheal is much faster rolling than walking to get around. When groups of this Pok\u00e9mon eat, they all clap at once to show their pleasure. Because of this, their mealtimes are noisy.",
"height": "2' 07\"",
"category": "Clap",
"weight": "87.1 lbs",
"typeofpokemon": ["Ice", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#363", "#364", "#365"],
"abilities": ["Thick Fat"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Sealeo",
"id": "#364",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/364.png",
"xdescription": "Sealeo often balances and rolls things on the tip of its nose. While the Pok\u00e9mon is rolling something, it checks the object's aroma and texture to determine whether it likes the object or not.",
"ydescription": "Sealeo has the habit of always juggling on the tip of its nose anything it sees for the first time. This Pok\u00e9mon occasionally entertains itself by balancing and rolling a Spheal on its nose.",
"height": "3' 07\"",
"category": "Ball Roll",
"weight": "193.1 lbs",
"typeofpokemon": ["Ice", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#363", "#364", "#365"],
"abilities": ["Thick Fat"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#363",
"reason": "(Level 32)",
"base_exp": "144"
},
{
"name": "Walrein",
"id": "#365",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/365.png",
"xdescription": "Walrein swims all over in frigid seawater while crushing icebergs with its grand, imposing tusks. Its thick layer of blubber makes enemy attacks bounce off harmlessly.",
"ydescription": "Walrein's two massively developed tusks can totally shatter blocks of ice weighing 10 tons with one blow. This Pok\u00e9mon's thick coat of blubber insulates it from subzero temperatures.",
"height": "4' 07\"",
"category": "Ice Break",
"weight": "332.0 lbs",
"typeofpokemon": ["Ice", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass", "Rock"],
"evolutions": ["#363", "#364", "#365"],
"abilities": ["Thick Fat"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#364",
"reason": "(Level 44)",
"base_exp": "239"
},
{
"name": "Clamperl",
"id": "#366",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/366.png",
"xdescription": "Clamperl grows while being protected by its rock-hard shell. When its body becomes too large to fit inside the shell, it is sure evidence that this Pok\u00e9mon is getting close to evolution.",
"ydescription": "Clamperl's sturdy shell is not only good for protection\u2014it is also used for clamping and catching prey. A fully grown Clamperl's shell will be scored with nicks and scratches all over.",
"height": "1' 04\"",
"category": "Bivalve",
"weight": "115.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#366", "#367", "#368"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 40,
"special_defense": 20,
"speed": 20,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "69"
},
{
"name": "Huntail",
"id": "#367",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/367.png",
"xdescription": "Huntail's tail is shaped like a fish. It uses the tail to attract prey, then swallows the prey whole with its large, gaping mouth. This Pok\u00e9mon swims by wiggling its slender body like a snake.",
"ydescription": "Huntail's presence went unnoticed by people for a long time because it lives at extreme depths in the sea. This Pok\u00e9mon's eyes can see clearly even in the murky dark depths of the ocean.",
"height": "5' 07\"",
"category": "Deep Sea",
"weight": "59.5 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#366", "#367", "#368"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#366",
"reason": "(trade holding Deep Sea Tooth)",
"base_exp": "170"
},
{
"name": "Gorebyss",
"id": "#368",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/368.png",
"xdescription": "Although Gorebyss is the very picture of elegance and beauty while swimming, it is also cruel. When it spots prey, this Pok\u00e9mon inserts its thin mouth into the prey's body and drains the prey of its body fluids.",
"ydescription": "Gorebyss lives in the southern seas at extreme depths. Its body is built to withstand the enormous pressure of water at incredible depths. Because of this, this Pok\u00e9mon's body is unharmed by ordinary attacks.",
"height": "5' 11\"",
"category": "South Sea",
"weight": "49.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#366", "#367", "#368"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 40,
"defense": 50,
"special_attack": 60,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#367",
"reason": "(trade holding Deep Sea Scale)",
"base_exp": "170"
},
{
"name": "Relicanth",
"id": "#369",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/369.png",
"xdescription": "Relicanth is a rare species that was discovered in deep-sea explorations. This Pok\u00e9mon's body withstands the enormous water pressure of the ocean depths. Its body is covered in tough scales that are like craggy rocks.",
"ydescription": "Relicanth is a Pok\u00e9mon species that existed for a hundred million years without ever changing its form. This ancient Pok\u00e9mon feeds on microscopic organisms with its toothless mouth.",
"height": "3' 03\"",
"category": "Longevity",
"weight": "51.6 lbs",
"typeofpokemon": ["Water", "Rock"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#369"],
"abilities": ["Rock Head"],
"hp": 40,
"attack": 50,
"defense": 60,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Water 1, Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Luvdisc",
"id": "#370",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/370.png",
"xdescription": "Luvdisc's heart-shaped body is a symbol of love and romance. It is said that any couple meeting this Pok\u00e9mon is promised a loving relationship that never ends.",
"ydescription": "Luvdisc live in shallow seas in the tropics. This heart-shaped Pok\u00e9mon earned its name by swimming after loving couples it spotted in the ocean's waves.",
"height": "2' 00\"",
"category": "Rendezvous",
"weight": "19.2 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#370"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 170,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "116"
},
{
"name": "Bagon",
"id": "#371",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/371.png",
"xdescription": "Bagon harbors a never-ending dream of one day soaring high among the clouds. As if trying to dispel its frustration over its inability to fly, this Pok\u00e9mon slams its hard head against huge rocks and shatters them into pebbles.",
"ydescription": "Bagon has a dream of one day soaring in the sky. In doomed efforts to fly, this Pok\u00e9mon hurls itself off cliffs. As a result of its dives, its head has grown tough and as hard as tempered steel.",
"height": "2' 00\"",
"category": "Rock Head",
"weight": "92.8 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Dragon", "Ice", "Fairy"],
"evolutions": ["#371", "#372", "#373"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 10,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Shelgon",
"id": "#372",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/372.png",
"xdescription": "Covering Shelgon's body are outgrowths much like bones. The shell is very hard and bounces off enemy attacks. When awaiting evolution, this Pok\u00e9mon hides away in a cavern.",
"ydescription": "Inside Shelgon's armor-like shell, cells are in the midst of transformation to create an entirely new body. This Pok\u00e9mon's shell is extremely heavy, making its movements sluggish.",
"height": "3' 07\"",
"category": "Endurance",
"weight": "243.6 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Dragon", "Ice", "Fairy"],
"evolutions": ["#371", "#372", "#373"],
"abilities": ["Rock Head"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#371",
"reason": "(Level 30)",
"base_exp": "147"
},
{
"name": "Salamence",
"id": "#373",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/373.png",
"xdescription": "By evolving into Salamence, this Pok\u00e9mon finally realizes its long-held dream of growing wings. To express its joy, it flies and wheels all over the sky while spouting flames from its mouth.",
"ydescription": "Salamence came about as a result of a strong, long-held dream of growing wings. It is said that this powerful desire triggered a sudden mutation in this Pok\u00e9mon's cells, causing it to sprout its magnificent wings.",
"height": "4' 11\"",
"category": "Dragon",
"weight": "226.2 lbs",
"typeofpokemon": ["Dragon", "Flying"],
"weaknesses": ["Ice", "Dragon", "Rock", "Fairy"],
"evolutions": ["#371", "#372", "#373"],
"abilities": ["Intimidate"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#372",
"reason": "(Level 50)",
"base_exp": "270"
},
{
"name": "Beldum",
"id": "#374",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/374.png",
"xdescription": "Beldum keeps itself floating by generating a magnetic force that repels earth's natural magnetism. When it sleeps, this Pok\u00e9mon anchors itself to a cliff using the hooks on its rear.",
"ydescription": "Instead of blood, a powerful magnetic force courses throughout Beldum's body. This Pok\u00e9mon communicates with others by sending controlled pulses of magnetism.",
"height": "2' 00\"",
"category": "Iron Ball",
"weight": "209.9 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#374", "#375", "#376"],
"abilities": ["Clear Body"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 160,
"genderless": 1,
"cycles": "40 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Metang",
"id": "#375",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/375.png",
"xdescription": "When two Beldum fuse together, Metang is formed. The brains of the Beldum are joined by a magnetic nervous system. This Pok\u00e9mon turns its arms to the rear for traveling at high speed.",
"ydescription": "When two Beldum fuse together, Metang is formed. The brains of the Beldum are joined by a magnetic nervous system. By linking its brains magnetically, this Pok\u00e9mon generates strong psychokinetic power.",
"height": "3' 11\"",
"category": "Iron Claw",
"weight": "446.4 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#374", "#375", "#376"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 200,
"genderless": 1,
"cycles": "40 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#374",
"reason": "(Level 20)",
"base_exp": "147"
},
{
"name": "Metagross",
"id": "#376",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/376.png",
"xdescription": "Metagross is the result of two Metang achieving fusion. When hunting, this Pok\u00e9mon pins the prey to the ground under its massive body. It then eats the helpless victim using the large mouth on its stomach.",
"ydescription": "Metagross has four brains in total. Combined, the four brains can breeze through difficult calculations faster than a supercomputer. This Pok\u00e9mon can float in the air by tucking in its four legs.",
"height": "5' 03\"",
"category": "Iron Leg",
"weight": "1212.5 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#374", "#375", "#376"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 70,
"defense": 60,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 290,
"genderless": 1,
"cycles": "40 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#375",
"reason": "(Level 45)",
"base_exp": "270"
},
{
"name": "Regirock",
"id": "#377",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/377.png",
"xdescription": "Regirock's body is composed entirely of rocks. Recently, a study made the startling discovery that the rocks were all unearthed from different locations.",
"ydescription": "Regirock was sealed away by people long ago. If this Pok\u00e9mon's body is damaged in battle, it is said to seek out suitable rocks on its own to repair itself.",
"height": "5' 07\"",
"category": "Rock Peak",
"weight": "507.1 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#377"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 50,
"defense": 80,
"special_attack": 20,
"special_defense": 40,
"speed": 30,
"total": 250,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Regice",
"id": "#378",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/378.png",
"xdescription": "Regice cloaks itself with frigid air of -328 degrees Fahrenheit. Things will freeze solid just by going near this Pok\u00e9mon. Its icy body is so cold, it will not melt even if it is immersed in magma.",
"ydescription": "Regice's body was made during an ice age. The deep-frozen body can't be melted, even by fire. This Pok\u00e9mon controls frigid air of -328 degrees Fahrenheit.",
"height": "5' 11\"",
"category": "Iceberg",
"weight": "385.8 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#378"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 80,
"speed": 30,
"total": 260,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Registeel",
"id": "#379",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/379.png",
"xdescription": "Registeel was imprisoned by people in ancient times. The metal composing its body is thought to be a curious substance that is not of this earth.",
"ydescription": "Registeel has a body that is harder than any kind of metal. Its body is apparently hollow. No one has any idea what this Pok\u00e9mon eats.",
"height": "6' 03\"",
"category": "Iron",
"weight": "451.9 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fighting", "Fire", "Ground"],
"evolutions": ["#379"],
"abilities": ["Clear Body"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 40,
"special_defense": 60,
"speed": 30,
"total": 260,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Latias",
"id": "#380",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/380.png",
"xdescription": "Latias is highly intelligent and capable of understanding human speech. It is covered with a glass-like down. The Pok\u00e9mon enfolds its body with its down and refracts light to alter its appearance.",
"ydescription": "Latias is highly sensitive to the emotions of people. If it senses any hostility, this Pok\u00e9mon ruffles the feathers all over its body and cries shrilly to intimidate the foe.",
"height": "4' 07\"",
"category": "Eon",
"weight": "88.2 lbs",
"typeofpokemon": ["Dragon", "Psychic"],
"weaknesses": ["Bug", "Dark", "Dragon", "Ghost", "Ice", "Fairy"],
"evolutions": ["#380"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 60,
"total": 270,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Latios",
"id": "#381",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/381.png",
"xdescription": "Latios will only open its heart to a Trainer with a compassionate spirit. This Pok\u00e9mon can fly faster than a jet plane by folding its forelegs to minimize air resistance.",
"ydescription": "Latios has the ability to make others see an image of what it has seen or imagines in its head. This Pok\u00e9mon is intelligent and understands human speech.",
"height": "6' 07\"",
"category": "Eon",
"weight": "132.3 lbs",
"typeofpokemon": ["Dragon", "Psychic"],
"weaknesses": ["Bug", "Dark", "Dragon", "Ghost", "Ice", "Fairy"],
"evolutions": ["#381"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 60,
"special_defense": 50,
"speed": 60,
"total": 290,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Kyogre",
"id": "#382",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/382.png",
"xdescription": "Kyogre is said to be the personification of the sea itself. Legends tell of its many clashes against Groudon, as each sought to gain the power of nature.",
"ydescription": "Through Primal Reversion and with nature's full power, it will take back its true form. It can summon storms that cause the sea levels to rise.",
"height": "14' 09\"",
"category": "Sea Basin",
"weight": "776.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#382"],
"abilities": ["Drizzle"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 70,
"special_defense": 60,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "302"
},
{
"name": "Groudon",
"id": "#383",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/383.png",
"xdescription": "Through Primal Reversion and with nature's full power, it will take back its true form. It can cause magma to erupt and expand the landmass of the world.",
"ydescription": "Groudon is said to be the personification of the land itself. Legends tell of its many clashes against Kyogre, as each sought to gain the power of nature.",
"height": "11' 06\"",
"category": "Continent",
"weight": "2094.4 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#383"],
"abilities": ["Drought"],
"hp": 40,
"attack": 80,
"defense": 60,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "302"
},
{
"name": "Rayquaza",
"id": "#384",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/384.png",
"xdescription": "It flies forever through the ozone layer, consuming meteoroids for sustenance. The many meteoroids in its body provide the energy it needs to Mega Evolve.",
"ydescription": "Rayquaza is said to have lived for hundreds of millions of years. Legends remain of how it put to rest the clash between Kyogre and Groudon.",
"height": "23' 00\"",
"category": "Sky High",
"weight": "455.2 lbs",
"typeofpokemon": ["Dragon", "Flying"],
"weaknesses": ["Ice", "Dragon", "Rock", "Fairy"],
"evolutions": ["#384"],
"abilities": ["Air Lock"],
"hp": 40,
"attack": 80,
"defense": 40,
"special_attack": 70,
"special_defense": 40,
"speed": 50,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Jirachi",
"id": "#385",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/385.png",
"xdescription": "Jirachi will awaken from its sleep of a thousand years if you sing to it in a voice of purity. It is said to make true any wish that people desire.",
"ydescription": "A legend states that Jirachi will make true any wish that is written on notes attached to its head when it awakens. If this Pok\u00e9mon senses danger, it will fight without awakening.",
"height": "1' 00\"",
"category": "Wish",
"weight": "2.4 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#385"],
"abilities": ["Serene Grace"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Deoxys",
"id": "#386",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/386.png",
"xdescription": "Deoxys emerged from a virus that came from space. It is highly intelligent and wields psychokinetic powers. This Pok\u00e9mon shoots lasers from the crystalline organ on its chest.",
"ydescription": "The DNA of a space virus underwent a sudden mutation upon exposure to a laser beam and resulted in Deoxys. The crystalline organ on this Pok\u00e9mon's chest appears to be its brain.",
"height": "5' 07\"",
"category": "DNA",
"weight": "134.0 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#386"],
"abilities": ["Pressure"],
"hp": 20,
"attack": 80,
"defense": 20,
"special_attack": 70,
"special_defense": 20,
"speed": 80,
"total": 290,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Turtwig",
"id": "#387",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/387.png",
"xdescription": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.",
"ydescription": "Photosynthesis occurs across its body under the sun. The shell on its back is actually hardened soil.",
"height": "1' 04\"",
"category": "Tiny Leaf",
"weight": "22.5 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#387", "#388", "#389"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Grotle",
"id": "#388",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/388.png",
"xdescription": "It knows where pure water wells up. It carries fellow Pok\u00e9mon there on its back.",
"ydescription": "It lives along water in forests. In the daytime, it leaves the forest to sunbathe its treed shell.",
"height": "3' 07\"",
"category": "Grove",
"weight": "213.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#387", "#388", "#389"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#387",
"reason": "(Level 18)",
"base_exp": "142"
},
{
"name": "Torterra",
"id": "#389",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/389.png",
"xdescription": "Small Pok\u00e9mon occasionally gather on its unmoving back to begin building their nests.",
"ydescription": "Ancient people imagined that beneath the ground, a gigantic Torterra dwelled.",
"height": "7' 03\"",
"category": "Continent",
"weight": "683.4 lbs",
"typeofpokemon": ["Grass", "Ground"],
"weaknesses": ["Ice", "Bug", "Fire", "Flying"],
"evolutions": ["#387", "#388", "#389"],
"abilities": ["Overgrow"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#388",
"reason": "(Level 32)",
"base_exp": "236"
},
{
"name": "Chimchar",
"id": "#390",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/390.png",
"xdescription": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.",
"ydescription": "Its fiery rear end is fueled by gas made in its belly. Even rain can't extinguish the fire.",
"height": "1' 08\"",
"category": "Chimp",
"weight": "13.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#390", "#391", "#392"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Monferno",
"id": "#391",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/391.png",
"xdescription": "It uses ceilings and walls to launch aerial attacks. Its fiery tail is but one weapon.",
"ydescription": "It skillfully controls the intensity of the fire on its tail to keep its foes at an ideal distance.",
"height": "2' 11\"",
"category": "Playful",
"weight": "48.5 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Flying", "Ground", "Psychic", "Water"],
"evolutions": ["#390", "#391", "#392"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#390",
"reason": "(Level 14)",
"base_exp": "142"
},
{
"name": "Infernape",
"id": "#392",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/392.png",
"xdescription": "It tosses its enemies around with agility. It uses all its limbs to fight in its own unique style.",
"ydescription": "Its crown of fire is indicative of its fiery nature. It is beaten by none in terms of quickness.",
"height": "3' 11\"",
"category": "Flame",
"weight": "121.3 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Flying", "Ground", "Psychic", "Water"],
"evolutions": ["#390", "#391", "#392"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#391",
"reason": "(Level 36)",
"base_exp": "240"
},
{
"name": "Piplup",
"id": "#393",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/393.png",
"xdescription": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.",
"ydescription": "It doesn't like to be taken care of. It's difficult to bond with since it won't listen to its Trainer.",
"height": "1' 04\"",
"category": "Penguin",
"weight": "11.5 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#393", "#394", "#395"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Prinplup",
"id": "#394",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/394.png",
"xdescription": "It lives a solitary life. Its wings deliver wicked blows that can snap even the thickest of trees.",
"ydescription": "It lives alone, away from others. Apparently, every one of them believes it is the most important.",
"height": "2' 07\"",
"category": "Penguin",
"weight": "50.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#393", "#394", "#395"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#393",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Empoleon",
"id": "#395",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/395.png",
"xdescription": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.",
"ydescription": "It swims as fast as a jet boat. The edges of its wings are sharp and can slice apart drifting ice.",
"height": "5' 07\"",
"category": "Emperor",
"weight": "186.3 lbs",
"typeofpokemon": ["Water", "Steel"],
"weaknesses": ["Electric", "Fighting", "Ground"],
"evolutions": ["#393", "#394", "#395"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#394",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Starly",
"id": "#396",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/396.png",
"xdescription": "They flock around mountains and fields, chasing after bug Pok\u00e9mon. Their singing is noisy and annoying.",
"ydescription": "They flock in great numbers. Though small, they flap their wings with great power.",
"height": "1' 00\"",
"category": "Starling",
"weight": "4.4 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#396", "#397", "#398"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "49"
},
{
"name": "Staravia",
"id": "#397",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/397.png",
"xdescription": "It lives in forests and fields. Squabbles over territory occur when flocks collide.",
"ydescription": "They maintain huge flocks, although fierce scuffles break out between various flocks.",
"height": "2' 00\"",
"category": "Starling",
"weight": "34.2 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#396", "#397", "#398"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#396",
"reason": "(Level 14)",
"base_exp": "119"
},
{
"name": "Staraptor",
"id": "#398",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/398.png",
"xdescription": "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.",
"ydescription": "The muscles in its wings and legs are strong. It can easily fly while gripping a small Pok\u00e9mon.",
"height": "3' 11\"",
"category": "Predator",
"weight": "54.9 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#396", "#397", "#398"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#397",
"reason": "(Level 34)",
"base_exp": "218"
},
{
"name": "Bidoof",
"id": "#399",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/399.png",
"xdescription": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.",
"ydescription": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.",
"height": "1' 08\"",
"category": "Plump Mouse",
"weight": "44.1 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#399", "#400"],
"abilities": ["Simple"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Bibarel",
"id": "#400",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/400.png",
"xdescription": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.",
"ydescription": "It busily makes its nest with stacks of branches and roots it has cut up with its sharp incisors.",
"height": "3' 03\"",
"category": "Beaver",
"weight": "69.4 lbs",
"typeofpokemon": ["Normal", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass"],
"evolutions": ["#399", "#400"],
"abilities": ["Simple"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#399",
"reason": "(Level 15)",
"base_exp": "144"
},
{
"name": "Kricketot",
"id": "#401",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/401.png",
"xdescription": "When its antennae hit each other, it sounds like the music of a xylophone.",
"ydescription": "It chats with others using the sounds of its colliding antennae. These sounds are fall hallmarks.",
"height": "1' 00\"",
"category": "Cricket",
"weight": "4.9 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#401", "#402"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "39"
},
{
"name": "Kricketune",
"id": "#402",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/402.png",
"xdescription": "It signals its emotions with its melodies. Scientists are studying these melodic patterns.",
"ydescription": "It crosses its knifelike arms in front of its chest when it cries. It can compose melodies ad lib.",
"height": "3' 03\"",
"category": "Cricket",
"weight": "56.2 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#401", "#402"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#401",
"reason": "(Level 10)",
"base_exp": "134"
},
{
"name": "Shinx",
"id": "#403",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/403.png",
"xdescription": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.",
"ydescription": "The extension and contraction of its muscles generates electricity. It glows when in trouble.",
"height": "1' 08\"",
"category": "Flash",
"weight": "20.9 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#403", "#404", "#405"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Luxio",
"id": "#404",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/404.png",
"xdescription": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.",
"ydescription": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.",
"height": "2' 11\"",
"category": "Spark",
"weight": "67.2 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#403", "#404", "#405"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#403",
"reason": "(Level 15)",
"base_exp": "127"
},
{
"name": "Luxray",
"id": "#405",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/405.png",
"xdescription": "Luxray's ability to see through objects comes in handy when it's scouting for danger.",
"ydescription": "When its eyes gleam gold, it can spot hiding prey\u2014even those taking shelter behind a wall.",
"height": "4' 07\"",
"category": "Gleam Eyes",
"weight": "92.6 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#403", "#404", "#405"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#404",
"reason": "(Level 30)",
"base_exp": "235"
},
{
"name": "Budew",
"id": "#406",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/406.png",
"xdescription": "Over the winter, it closes its bud and endures the cold. In spring, the bud opens and releases pollen.",
"ydescription": "When it feels the sun's warm touch, it opens its bud to release pollen. It lives alongside clear pools.",
"height": "0' 08\"",
"category": "Bud",
"weight": "2.6 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#406", "#315", "#407"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Roserade",
"id": "#407",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/407.png",
"xdescription": "With the movements of a dancer, it strikes with whips that are densely lined with poison thorns.",
"ydescription": "Luring prey with a sweet scent, it uses poison whips on its arms to poison, bind, and finish off the prey.",
"height": "2' 11\"",
"category": "Bouquet",
"weight": "32.0 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Flying", "Ice", "Psychic"],
"evolutions": ["#406", "#315", "#407"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#315",
"reason": "(use Shiny Stone)",
"base_exp": "232"
},
{
"name": "Cranidos",
"id": "#408",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/408.png",
"xdescription": "A lifelong jungle dweller from 100 million years ago, it would snap obstructing trees with headbutts.",
"ydescription": "It was resurrected from an iron ball-like fossil. It downs prey with its headbutts.",
"height": "2' 11\"",
"category": "Head Butt",
"weight": "69.4 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#408", "#409"],
"abilities": ["Mold Breaker"],
"hp": 30,
"attack": 60,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Rampardos",
"id": "#409",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/409.png",
"xdescription": "Its skull is as hard as iron. It is a brute that tears down jungle trees while catching prey.",
"ydescription": "Its skull withstands impacts of any magnitude. As a result, its brain never gets the chance to grow.",
"height": "5' 03\"",
"category": "Head Butt",
"weight": "226.0 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#408", "#409"],
"abilities": ["Mold Breaker"],
"hp": 40,
"attack": 80,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "#408",
"reason": "(Level 30)",
"base_exp": "173"
},
{
"name": "Shieldon",
"id": "#410",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/410.png",
"xdescription": "It was generated from a fossil dug out of a layer of clay that was older than anyone knows. It has a sturdy face.",
"ydescription": "It habitually polishes its face by rubbing it against tree trunks. It is weak to attacks from behind.",
"height": "1' 08\"",
"category": "Shield",
"weight": "125.7 lbs",
"typeofpokemon": ["Rock", "Steel"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#410", "#411"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 20,
"defense": 50,
"special_attack": 20,
"special_defense": 40,
"speed": 20,
"total": 170,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Bastiodon",
"id": "#411",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/411.png",
"xdescription": "Any frontal attack is repulsed. It is a docile Pok\u00e9mon that feeds on grass and berries.",
"ydescription": "When they lined up side by side, no foe could break through. They shielded their young in that way.",
"height": "4' 03\"",
"category": "Shield",
"weight": "329.6 lbs",
"typeofpokemon": ["Rock", "Steel"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#410", "#411"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 30,
"defense": 70,
"special_attack": 20,
"special_defense": 60,
"speed": 20,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "#410",
"reason": "(Level 30)",
"base_exp": "173"
},
{
"name": "Burmy",
"id": "#412",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/412.png",
"xdescription": "If its cloak is broken in battle, it quickly remakes the cloak with materials nearby.",
"ydescription": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.",
"height": "0' 08\"",
"category": "Bagworm",
"weight": "7.5 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#412", "#413", "#413", "#413", "#414"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 20,
"total": 110,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "45"
},
{
"name": "Wormadam",
"id": "#413",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/413.png",
"xdescription": "When Burmy evolved, its cloak became a part of this Pok\u00e9mon's body. The cloak is never shed.",
"ydescription": "Its appearance changes depending on where it evolved. The materials on hand become a part of its body.",
"height": "1' 08\"",
"category": "Bagworm",
"weight": "14.3 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug", "Rock"],
"evolutions": ["#412", "#413", "#413", "#413", "#414"],
"abilities": ["Anticipation"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 20,
"total": 200,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#412",
"reason": "(Level 20, Female, in caves)",
"base_exp": "148"
},
{
"name": "Mothim",
"id": "#414",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/414.png",
"xdescription": "It flutters around at night and steals honey from the Combee hive.",
"ydescription": "It loves the honey of flowers and steals honey collected by Combee.",
"height": "2' 11\"",
"category": "Moth",
"weight": "51.4 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#412", "#413", "#413", "#413", "#414"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 40,
"total": 210,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#412",
"reason": "(Level 20, Male)",
"base_exp": "148"
},
{
"name": "Combee",
"id": "#415",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/415.png",
"xdescription": "It collects and delivers honey to its colony. At night, they cluster to form a beehive and sleep.",
"ydescription": "The trio is together from birth. It constantly gathers honey from flowers to please Vespiquen.",
"height": "1' 00\"",
"category": "Tiny Bee",
"weight": "12.1 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#415", "#416"],
"abilities": ["Honey Gather"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 130,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "49"
},
{
"name": "Vespiquen",
"id": "#416",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/416.png",
"xdescription": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by Combee.",
"ydescription": "It houses its colony in cells in its body and releases various pheromones to make those grubs do its bidding.",
"height": "3' 11\"",
"category": "Beehive",
"weight": "84.9 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#415", "#416"],
"abilities": ["Pressure"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 20,
"total": 210,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#415",
"reason": "(Level 21, Female)",
"base_exp": "166"
},
{
"name": "Pachirisu",
"id": "#417",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/417.png",
"xdescription": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.",
"ydescription": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.",
"height": "1' 04\"",
"category": "EleSquirrel",
"weight": "8.6 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#417"],
"abilities": ["Run Away"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "142"
},
{
"name": "Buizel",
"id": "#418",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/418.png",
"xdescription": "It inflates the flotation sac around its neck and pokes its head out of the water to see what is going on.",
"ydescription": "It swims by rotating its two tails like a screw. When it dives, its flotation sac collapses.",
"height": "2' 04\"",
"category": "Sea Weasel",
"weight": "65.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#418", "#419"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 10,
"speed": 50,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Floatzel",
"id": "#419",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/419.png",
"xdescription": "Its flotation sac developed as a result of pursuing aquatic prey. It can double as a rubber raft.",
"ydescription": "It floats using its well-developed flotation sac. It assists in the rescues of drowning people.",
"height": "3' 07\"",
"category": "Sea Weasel",
"weight": "73.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#418", "#419"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 20,
"speed": 60,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#418",
"reason": "(Level 26)",
"base_exp": "173"
},
{
"name": "Cherubi",
"id": "#420",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/420.png",
"xdescription": "It evolves by sucking the energy out of the small ball where it had been storing nutrients.",
"ydescription": "Sunlight colors it red. When the small ball is drained of nutrients, it shrivels to herald evolution.",
"height": "1' 04\"",
"category": "Cherry",
"weight": "7.3 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#420", "#421"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Cherrim",
"id": "#421",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/421.png",
"xdescription": "If it senses strong sunlight, it opens its folded petals to absorb the sun's rays with its whole body.",
"ydescription": "During times of strong sunlight, its bud blooms, its petals open fully, and it becomes very active.",
"height": "1' 08\"",
"category": "Blossom",
"weight": "20.5 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#420", "#421"],
"abilities": ["Flower Gift"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#420",
"reason": "(Level 25)",
"base_exp": "158"
},
{
"name": "Shellos",
"id": "#422",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/422.png",
"xdescription": "Its shape and coloration vary, depending on its habitat.",
"ydescription": "Beware of pushing strongly on its squishy body, as it makes a mysterious purple fluid ooze out.",
"height": "1' 00\"",
"category": "Sea Slug",
"weight": "13.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#422", "#423"],
"abilities": ["Sticky Hold"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Gastrodon",
"id": "#423",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/423.png",
"xdescription": "It apparently had a huge shell for protection in ancient times. It lives in shallow tidal pools.",
"ydescription": "When its natural enemy attacks, it oozes purple fluid and escapes.",
"height": "2' 11\"",
"category": "Sea Slug",
"weight": "65.9 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#422", "#423"],
"abilities": ["Sticky Hold"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous, Water 1 ",
"evolvedfrom": "#422",
"reason": "(Level 30)",
"base_exp": "166"
},
{
"name": "Ambipom",
"id": "#424",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/424.png",
"xdescription": "To eat, it deftly shucks nuts with its two tails. It rarely uses its arms now.",
"ydescription": "They work in large colonies and make rings by linking their tails, apparently in friendship.",
"height": "3' 11\"",
"category": "Long Tail",
"weight": "44.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#190", "#424"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#190",
"reason": "(after Double Hit learned)",
"base_exp": "169"
},
{
"name": "Drifloon",
"id": "#425",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/425.png",
"xdescription": "These Pok\u00e9mon are called the \u201cSignpost for Wandering Spirits.\u201d Children holding them sometimes vanish.",
"ydescription": "A Pok\u00e9mon formed by the spirits of people and Pok\u00e9mon. It loves damp, humid seasons.",
"height": "1' 04\"",
"category": "Balloon",
"weight": "2.6 lbs",
"typeofpokemon": ["Ghost", "Flying"],
"weaknesses": ["Dark", "Electric", "Ghost", "Ice", "Rock"],
"evolutions": ["#425", "#426"],
"abilities": ["Aftermath"],
"hp": 40,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Drifblim",
"id": "#426",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/426.png",
"xdescription": "It's drowsy in daytime, but flies off in the evening in big groups. No one knows where they go.",
"ydescription": "It carries people and Pok\u00e9mon when it flies. But since it only drifts, it can end up anywhere.",
"height": "3' 11\"",
"category": "Blimp",
"weight": "33.1 lbs",
"typeofpokemon": ["Ghost", "Flying"],
"weaknesses": ["Dark", "Electric", "Ghost", "Ice", "Rock"],
"evolutions": ["#425", "#426"],
"abilities": ["Aftermath"],
"hp": 60,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#425",
"reason": "(Level 28)",
"base_exp": "174"
},
{
"name": "Buneary",
"id": "#427",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/427.png",
"xdescription": "When it senses danger, it perks up its ears. On cold nights, it sleeps with its head tucked into its fur.",
"ydescription": "Its ears are always rolled up. They can be forcefully extended to shatter even a large boulder.",
"height": "1' 04\"",
"category": "Rabbit",
"weight": "12.1 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#427", "#428"],
"abilities": ["Run Away"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Lopunny",
"id": "#428",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/428.png",
"xdescription": "The ears appear to be delicate. If they are touched roughly, it kicks with its graceful legs.",
"ydescription": "Extremely cautious, it quickly bounds off when it senses danger.",
"height": "3' 11\"",
"category": "Rabbit",
"weight": "73.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#427", "#428"],
"abilities": ["Cute Charm"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#427",
"reason": "(high Friendship)",
"base_exp": "168"
},
{
"name": "Mismagius",
"id": "#429",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/429.png",
"xdescription": "Its cries sound like incantations to torment the foe. It appears where you least expect it.",
"ydescription": "It chants incantations. While they usually torment targets, some chants bring happiness.",
"height": "2' 11\"",
"category": "Magical",
"weight": "9.7 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#200", "#429"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#200",
"reason": "(use Dusk Stone)",
"base_exp": "173"
},
{
"name": "Honchkrow",
"id": "#430",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/430.png",
"xdescription": "Becoming active at night, it is known to swarm with numerous Murkrow in tow.",
"ydescription": "If one utters a deep cry, many Murkrow gather quickly. For this, it is called \u201cSummoner of Night.\u201d",
"height": "2' 11\"",
"category": "Big Boss",
"weight": "60.2 lbs",
"typeofpokemon": ["Dark", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Fairy"],
"evolutions": ["#198", "#430"],
"abilities": ["Insomnia"],
"hp": 40,
"attack": 60,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#198",
"reason": "(use Dusk Stone)",
"base_exp": "177"
},
{
"name": "Glameow",
"id": "#431",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/431.png",
"xdescription": "When it's happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon.",
"ydescription": "It claws if displeased and purrs when affectionate. Its fickleness is very popular among some.",
"height": "1' 08\"",
"category": "Catty",
"weight": "8.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#431", "#432"],
"abilities": ["Limber"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 50,
"total": 160,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Purugly",
"id": "#432",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/432.png",
"xdescription": "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails.",
"ydescription": "It would claim another Pok\u00e9mon's nest as its own if it finds a nest sufficiently comfortable.",
"height": "3' 03\"",
"category": "Tiger Cat",
"weight": "96.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#431", "#432"],
"abilities": ["Own Tempo"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 220,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#431",
"reason": "(Level 38)",
"base_exp": "158"
},
{
"name": "Chingling",
"id": "#433",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/433.png",
"xdescription": "There is an orb inside its mouth. When it hops, the orb bounces all over and makes a ringing sound.",
"ydescription": "Each time it hops, it makes a ringing sound. It deafens foes by emitting high-frequency cries.",
"height": "0' 08\"",
"category": "Bell",
"weight": "1.3 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#433", "#358"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "57"
},
{
"name": "Stunky",
"id": "#434",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/434.png",
"xdescription": "It protects itself by spraying a noxious fluid from its rear. The stench lingers for 24 hours.",
"ydescription": "It sprays a foul fluid from its rear. Its stench spreads over a mile radius, driving Pok\u00e9mon away.",
"height": "1' 04\"",
"category": "Skunk",
"weight": "42.3 lbs",
"typeofpokemon": ["Poison", "Dark"],
"weaknesses": ["Ground"],
"evolutions": ["#434", "#435"],
"abilities": ["Stench"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Skuntank",
"id": "#435",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/435.png",
"xdescription": "It sprays a stinky fluid from its tail. The fluid smells worse the longer it is allowed to fester.",
"ydescription": "It sprays a vile-smelling fluid from the tip of its tail to attack. Its range is over 160 feet.",
"height": "3' 03\"",
"category": "Skunk",
"weight": "83.8 lbs",
"typeofpokemon": ["Poison", "Dark"],
"weaknesses": ["Ground"],
"evolutions": ["#434", "#435"],
"abilities": ["Stench"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#434",
"reason": "(Level 34)",
"base_exp": "168"
},
{
"name": "Bronzor",
"id": "#436",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/436.png",
"xdescription": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.",
"ydescription": "Ancient people believed that the pattern on Bronzor's back contained a mysterious power.",
"height": "1' 08\"",
"category": "Bronze",
"weight": "133.4 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#436", "#437"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 10,
"defense": 40,
"special_attack": 10,
"special_defense": 40,
"speed": 10,
"total": 130,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Bronzong",
"id": "#437",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/437.png",
"xdescription": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.",
"ydescription": "In ages past, this Pok\u00e9mon was revered as a bringer of rain. It was found buried in the ground.",
"height": "4' 03\"",
"category": "Bronze Bell",
"weight": "412.3 lbs",
"typeofpokemon": ["Steel", "Psychic"],
"weaknesses": ["Fire", "Ground", "Ghost", "Dark"],
"evolutions": ["#436", "#437"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 20,
"total": 240,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#436",
"reason": "(Level 33)",
"base_exp": "175"
},
{
"name": "Bonsly",
"id": "#438",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/438.png",
"xdescription": "It prefers an arid atmosphere. It leaks water that looks like tears when adjusting its moisture level.",
"ydescription": "It prefers arid environments. It leaks water from its eyes to adjust its body's fluid levels.",
"height": "1' 08\"",
"category": "Bonsai",
"weight": "33.1 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Fighting", "Grass", "Ground", "Steel", "Water"],
"evolutions": ["#438", "#185"],
"abilities": ["Rock Head"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 10,
"special_defense": 20,
"speed": 10,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Mime Jr.",
"id": "#439",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/439.png",
"xdescription": "It habitually mimics foes. Once mimicked, the foe cannot take its eyes off this Pok\u00e9mon.",
"ydescription": "In an attempt to confuse its enemy, it mimics the enemy's movements. Then it wastes no time in making itself scarce!",
"height": "2' 00\"",
"category": "Mime",
"weight": "28.7 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#439", "#122"],
"abilities": ["Soundproof"],
"hp": 10,
"attack": 10,
"defense": 20,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Happiny",
"id": "#440",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/440.png",
"xdescription": "It carefully carries a round, white rock that it thinks is an egg. It's bothered by how curly its hair looks.",
"ydescription": "It carries a round, egg-shaped rock in its belly pouch and gives the rock to its friends.",
"height": "2' 00\"",
"category": "Playhouse",
"weight": "53.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#440", "#113", "#242"],
"abilities": ["Natural Cure"],
"hp": 40,
"attack": 10,
"defense": 10,
"special_attack": 10,
"special_defense": 30,
"speed": 20,
"total": 120,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "110"
},
{
"name": "Chatot",
"id": "#441",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/441.png",
"xdescription": "It can learn and speak human words. If they gather, they all learn the same saying.",
"ydescription": "It mimics the cries of other Pok\u00e9mon to trick them into thinking it's one of them. This way they won't attack it.",
"height": "1' 08\"",
"category": "Music Note",
"weight": "4.2 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#441"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "144"
},
{
"name": "Spiritomb",
"id": "#442",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/442.png",
"xdescription": "It was bound to a fissure in an odd keystone as punishment for misdeeds 500 years ago.",
"ydescription": "A Pok\u00e9mon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.",
"height": "3' 03\"",
"category": "Forbidden",
"weight": "238.1 lbs",
"typeofpokemon": ["Ghost", "Dark"],
"weaknesses": ["Fairy"],
"evolutions": ["#442"],
"abilities": ["Pressure"],
"hp": 20,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 50,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Amorphous ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Gible",
"id": "#443",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/443.png",
"xdescription": "It nests in small, horizontal holes in cave walls. It pounces to catch prey that stray too close.",
"ydescription": "It nests in horizontal holes warmed by geothermal heat. Foes who get too close can expect to be pounced on and bitten.",
"height": "2' 04\"",
"category": "Land Shark",
"weight": "45.2 lbs",
"typeofpokemon": ["Dragon", "Ground"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#443", "#444", "#445"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Gabite",
"id": "#444",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/444.png",
"xdescription": "As it digs to expand its nest, it habitually digs up gems that it then hoards in its nest.",
"ydescription": "It loves sparkly things. It seeks treasures in caves and hoards the loot in its nest.",
"height": "4' 07\"",
"category": "Cave",
"weight": "123.5 lbs",
"typeofpokemon": ["Dragon", "Ground"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#443", "#444", "#445"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#443",
"reason": "(Level 24)",
"base_exp": "144"
},
{
"name": "Garchomp",
"id": "#445",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/445.png",
"xdescription": "It flies at speeds equal to a jet fighter plane. It never allows its prey to escape.",
"ydescription": "When it folds up its body and extends its wings, it looks like a jet plane. It flies at sonic speed.",
"height": "6' 03\"",
"category": "Mach",
"weight": "209.4 lbs",
"typeofpokemon": ["Dragon", "Ground"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#443", "#444", "#445"],
"abilities": ["Sand Veil"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 50,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#444",
"reason": "(Level 48)",
"base_exp": "270"
},
{
"name": "Munchlax",
"id": "#446",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/446.png",
"xdescription": "It conceals food under the long fur on its body. It carts around this food stash and swallows it without chewing.",
"ydescription": "It hides food under its long body hair. However, it forgets it has hidden the food.",
"height": "2' 00\"",
"category": "Big Eater",
"weight": "231.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#446", "#143"],
"abilities": ["Pickup"],
"hp": 50,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 40,
"speed": 10,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "78"
},
{
"name": "Riolu",
"id": "#447",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/447.png",
"xdescription": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.",
"ydescription": "It uses the shapes of auras, which change according to emotion, to communicate with others.",
"height": "2' 04\"",
"category": "Emanation",
"weight": "44.5 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#447", "#448"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "57"
},
{
"name": "Lucario",
"id": "#448",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/448.png",
"xdescription": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.",
"ydescription": "By catching the aura emanating from others, it can read their thoughts and movements.",
"height": "3' 11\"",
"category": "Aura",
"weight": "119.0 lbs",
"typeofpokemon": ["Fighting", "Steel"],
"weaknesses": ["Fighting", "Fire", "Ground"],
"evolutions": ["#447", "#448"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 50,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#447",
"reason": "(high Friendship, Daytime)",
"base_exp": "184"
},
{
"name": "Hippopotas",
"id": "#449",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/449.png",
"xdescription": "It enshrouds itself with sand to protect itself from germs. It does not enjoy getting wet.",
"ydescription": "It lives in arid places. Instead of perspiration, it expels grainy sand from its body.",
"height": "2' 07\"",
"category": "Hippo",
"weight": "109.1 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#449", "#450"],
"abilities": ["Sand Stream"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Hippowdon",
"id": "#450",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/450.png",
"xdescription": "It blasts internally stored sand from ports on its body to create a towering twister for attack.",
"ydescription": "It brandishes its gaping mouth in a display of fearsome strength. It raises vast quantities of sand while attacking.",
"height": "6' 07\"",
"category": "Heavyweight",
"weight": "661.4 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Grass", "Ice", "Water"],
"evolutions": ["#449", "#450"],
"abilities": ["Sand Stream"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Field ",
"evolvedfrom": "#449",
"reason": "(Level 34)",
"base_exp": "184"
},
{
"name": "Skorupi",
"id": "#451",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/451.png",
"xdescription": "It burrows under the sand to lie in wait for prey. Its tail claws can inject its prey with a savage poison.",
"ydescription": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.",
"height": "2' 07\"",
"category": "Scorpion",
"weight": "26.5 lbs",
"typeofpokemon": ["Poison", "Bug"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#451", "#452"],
"abilities": ["Sniper"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Drapion",
"id": "#452",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/452.png",
"xdescription": "It has the power in its clawed arms to make scrap of a car. The tips of its claws release poison.",
"ydescription": "It takes pride in its strength. Even though it can tear foes apart, it finishes them off with powerful poison.",
"height": "4' 03\"",
"category": "Ogre Scorpion",
"weight": "135.6 lbs",
"typeofpokemon": ["Poison", "Dark"],
"weaknesses": ["Ground"],
"evolutions": ["#451", "#452"],
"abilities": ["Sniper"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Water 3 ",
"evolvedfrom": "#451",
"reason": "(Level 40)",
"base_exp": "175"
},
{
"name": "Croagunk",
"id": "#453",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/453.png",
"xdescription": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.",
"ydescription": "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers.",
"height": "2' 04\"",
"category": "Toxic Mouth",
"weight": "50.7 lbs",
"typeofpokemon": ["Poison", "Fighting"],
"weaknesses": ["Psychic", "Flying", "Ground"],
"evolutions": ["#453", "#454"],
"abilities": ["Dry Skin"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Toxicroak",
"id": "#454",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/454.png",
"xdescription": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.",
"ydescription": "It has a poison sac at its throat. When it croaks, the stored poison is churned for greater potency.",
"height": "4' 03\"",
"category": "Toxic Mouth",
"weight": "97.9 lbs",
"typeofpokemon": ["Poison", "Fighting"],
"weaknesses": ["Psychic", "Flying", "Ground"],
"evolutions": ["#453", "#454"],
"abilities": ["Dry Skin"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#453",
"reason": "(Level 37)",
"base_exp": "172"
},
{
"name": "Carnivine",
"id": "#455",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/455.png",
"xdescription": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.",
"ydescription": "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey.",
"height": "4' 07\"",
"category": "Bug Catcher",
"weight": "59.5 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#455"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Grass ",
"reason": "",
"evolvedfrom": "",
"base_exp": "159"
},
{
"name": "Finneon",
"id": "#456",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/456.png",
"xdescription": "After long exposure to sunlight, the patterns on its tail fins shine vividly when darkness arrives.",
"ydescription": "The line running down its side can store sunlight. It shines vividly at night.",
"height": "1' 04\"",
"category": "Wing Fish",
"weight": "15.4 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#456", "#457"],
"abilities": ["Swift Swim"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Lumineon",
"id": "#457",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/457.png",
"xdescription": "To avoid detection by predators, it crawls along the seafloor using the two fins on its chest.",
"ydescription": "It lives on the deep-sea floor. It attracts prey by flashing the patterns on its four tail fins.",
"height": "3' 11\"",
"category": "Neon",
"weight": "52.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#456", "#457"],
"abilities": ["Swift Swim"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 2 ",
"evolvedfrom": "#456",
"reason": "(Level 31)",
"base_exp": "161"
},
{
"name": "Mantyke",
"id": "#458",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/458.png",
"xdescription": "When it swims close to the surface of the ocean, people aboard ships are able to observe the pattern on its back.",
"ydescription": "The pattern on its back varies by region. It often swims in a school of Remoraid.",
"height": "3' 03\"",
"category": "Kite",
"weight": "143.3 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#458", "#226"],
"abilities": ["Water Absorb"],
"hp": 20,
"attack": 10,
"defense": 20,
"special_attack": 30,
"special_defense": 50,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "69"
},
{
"name": "Snover",
"id": "#459",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/459.png",
"xdescription": "In the spring, it grows berries with the texture of frozen treats around its belly.",
"ydescription": "During cold seasons, it migrates to the mountain's lower reaches. It returns to the snow-covered summit in the spring.",
"height": "3' 03\"",
"category": "Frost Tree",
"weight": "111.3 lbs",
"typeofpokemon": ["Grass", "Ice"],
"weaknesses": [
"Fire",
"Bug",
"Fighting",
"Flying",
"Poison",
"Rock",
"Steel"
],
"evolutions": ["#459", "#460"],
"abilities": ["Snow Warning"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Abomasnow",
"id": "#460",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/460.png",
"xdescription": "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards.",
"ydescription": "It blankets wide areas in snow by whipping up blizzards. It is also known as \u201cThe Ice Monster.\u201d",
"height": "7' 03\"",
"category": "Frost Tree",
"weight": "298.7 lbs",
"typeofpokemon": ["Grass", "Ice"],
"weaknesses": [
"Fire",
"Bug",
"Fighting",
"Flying",
"Poison",
"Rock",
"Steel"
],
"evolutions": ["#459", "#460"],
"abilities": ["Snow Warning"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Monster ",
"evolvedfrom": "#459",
"reason": "(Level 40)",
"base_exp": "173"
},
{
"name": "Weavile",
"id": "#461",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/461.png",
"xdescription": "They live in cold regions, forming groups of four or five that hunt prey with impressive coordination.",
"ydescription": "It lives in snowy regions. It carves patterns in trees with its claws as a signal to others.",
"height": "3' 07\"",
"category": "Sharp Claw",
"weight": "75.0 lbs",
"typeofpokemon": ["Dark", "Ice"],
"weaknesses": ["Fighting", "Bug", "Fire", "Rock", "Steel", "Fairy"],
"evolutions": ["#215", "#461"],
"abilities": ["Pressure"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 70,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#215",
"reason": "(hold Razor Claw, Nighttime)",
"base_exp": "179"
},
{
"name": "Magnezone",
"id": "#462",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/462.png",
"xdescription": "It evolved from exposure to a special magnetic field. Three units generate magnetism.",
"ydescription": "Sometimes the magnetism emitted by Magnezone is too strong, making them attract each other so they cannot move.",
"height": "3' 11\"",
"category": "Magnet Area",
"weight": "396.8 lbs",
"typeofpokemon": ["Electric", "Steel"],
"weaknesses": ["Ground", "Fire", "Fighting"],
"evolutions": ["#081", "#082", "#462"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 60,
"special_defense": 40,
"speed": 30,
"total": 250,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#082",
"reason": "(level up in a Magnetic Field area)",
"base_exp": "241"
},
{
"name": "Lickilicky",
"id": "#463",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/463.png",
"xdescription": "Their saliva contains lots of components that can dissolve anything. The numbness caused by their lick does not dissipate.",
"ydescription": "It wraps things with its extensible tongue. Getting too close to it will leave you soaked with drool.",
"height": "5' 07\"",
"category": "Licking",
"weight": "308.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#108", "#463"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "#108",
"reason": "(after Rollout learned)",
"base_exp": "180"
},
{
"name": "Rhyperior",
"id": "#464",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/464.png",
"xdescription": "It puts rocks in holes in its palms and uses its muscles to shoot them. Geodude are shot at rare times.",
"ydescription": "From holes in its palms, it fires out Geodude. Its carapace can withstand volcanic eruptions.",
"height": "7' 10\"",
"category": "Drill",
"weight": "623.5 lbs",
"typeofpokemon": ["Ground", "Rock"],
"weaknesses": ["Grass", "Water", "Fighting", "Ground", "Ice", "Steel"],
"evolutions": ["#111", "#112", "#464"],
"abilities": ["Lightning Rod"],
"hp": 50,
"attack": 70,
"defense": 60,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Monster ",
"evolvedfrom": "#112",
"reason": "(trade holding Protector)",
"base_exp": "241"
},
{
"name": "Tangrowth",
"id": "#465",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/465.png",
"xdescription": "Its vines grow so profusely that, in the warm season, you can't even see its eyes.",
"ydescription": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.",
"height": "6' 07\"",
"category": "Vine",
"weight": "283.5 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#114", "#465"],
"abilities": ["Chlorophyll"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 20,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#114",
"reason": "(after Ancient Power learned)",
"base_exp": "187"
},
{
"name": "Electivire",
"id": "#466",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/466.png",
"xdescription": "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.",
"ydescription": "As its electric charge amplifies, blue sparks begin to crackle between its horns.",
"height": "5' 11\"",
"category": "Thunderbolt",
"weight": "305.6 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#239", "#125", "#466"],
"abilities": ["Motor Drive"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 260,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#125",
"reason": "(trade holding Electirizer)",
"base_exp": "243"
},
{
"name": "Magmortar",
"id": "#467",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/467.png",
"xdescription": "It blasts fireballs of over 3,600 degrees Fahrenheit out of its arms. Its breath also sears and sizzles.",
"ydescription": "It blasts fireballs of over 3,600 degrees Fahrenheit from the ends of its arms. It lives in volcanic craters.",
"height": "5' 03\"",
"category": "Blast",
"weight": "149.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Ground", "Rock", "Water"],
"evolutions": ["#240", "#126", "#467"],
"abilities": ["Flame Body"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 260,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#126",
"reason": "(trade holding Magmarizer)",
"base_exp": "243"
},
{
"name": "Togekiss",
"id": "#468",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/468.png",
"xdescription": "It shares many blessings with people who respect one another's rights and avoid needless strife.",
"ydescription": "As everyone knows, it visits peaceful regions, bringing them gifts of kindness and sweet blessings.",
"height": "4' 11\"",
"category": "Jubilee",
"weight": "83.8 lbs",
"typeofpokemon": ["Fairy", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Steel", "Poison"],
"evolutions": ["#175", "#176", "#468"],
"abilities": ["Serene Grace"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 60,
"special_defense": 50,
"speed": 40,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Flying ",
"evolvedfrom": "#176",
"reason": "(use Shiny Stone)",
"base_exp": "245"
},
{
"name": "Yanmega",
"id": "#469",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/469.png",
"xdescription": "This six-legged Pok\u00e9mon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.",
"ydescription": "It prefers to battle by biting apart foes' heads instantly while flying by at high speed.",
"height": "6' 03\"",
"category": "Ogre Darner",
"weight": "113.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Rock", "Electric", "Fire", "Flying", "Ice"],
"evolutions": ["#193", "#469"],
"abilities": ["Tinted Lens"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 60,
"special_defense": 20,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#193",
"reason": "(after Ancient Power learned)",
"base_exp": "180"
},
{
"name": "Leafeon",
"id": "#470",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/470.png",
"xdescription": "Just like a plant, it uses photosynthesis. As a result, it is always enveloped in clear air.",
"ydescription": "When you see Leafeon asleep in a patch of sunshine, you'll know it is using photosynthesis to produce clean air.",
"height": "3' 03\"",
"category": "Verdant",
"weight": "56.2 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Leaf Guard"],
"hp": 30,
"attack": 60,
"defense": 60,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(level up near a Mossy Rock)",
"base_exp": "184"
},
{
"name": "Glaceon",
"id": "#471",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/471.png",
"xdescription": "It lowers its body heat to freeze its fur. The hairs then become like needles it can fire.",
"ydescription": "By controlling its body heat, it can freeze the atmosphere around it to make a diamond-dust flurry.",
"height": "2' 07\"",
"category": "Fresh Snow",
"weight": "57.1 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Snow Cloak"],
"hp": 30,
"attack": 30,
"defense": 50,
"special_attack": 60,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "(level up near an Icy Rock)",
"base_exp": "184"
},
{
"name": "Gliscor",
"id": "#472",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/472.png",
"xdescription": "Its flight is soundless. It uses its lengthy tail to carry off its prey... Then its elongated fangs do the rest.",
"ydescription": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!",
"height": "6' 07\"",
"category": "Fang Scorpion",
"weight": "93.7 lbs",
"typeofpokemon": ["Ground", "Flying"],
"weaknesses": ["Ice", "Water"],
"evolutions": ["#207", "#472"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#207",
"reason": "(hold Razor Fang, Nighttime)",
"base_exp": "179"
},
{
"name": "Mamoswine",
"id": "#473",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/473.png",
"xdescription": "Its impressive tusks are made of ice. The population thinned when it turned warm after the ice age.",
"ydescription": "A frozen Mamoswine was dug from ice dating back 10,000 years. This Pok\u00e9mon has been around a long, long, long time.",
"height": "8' 02\"",
"category": "Twin Tusk",
"weight": "641.5 lbs",
"typeofpokemon": ["Ice", "Ground"],
"weaknesses": ["Fighting", "Fire", "Grass", "Steel", "Water"],
"evolutions": ["#220", "#221", "#473"],
"abilities": ["Oblivious"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#221",
"reason": "(after Ancient Power learned)",
"base_exp": "239"
},
{
"name": "Porygon-Z",
"id": "#474",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/474.png",
"xdescription": "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error...",
"ydescription": "Additional software was installed to make it a better Pok\u00e9mon. It began acting oddly, however.",
"height": "2' 11\"",
"category": "Virtual",
"weight": "75.0 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#137", "#233", "#474"],
"abilities": ["Adaptability"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 70,
"special_defense": 30,
"speed": 50,
"total": 250,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#233",
"reason": "(trade holding Dubious Disc)",
"base_exp": "241"
},
{
"name": "Gallade",
"id": "#475",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/475.png",
"xdescription": "A master of courtesy and swordsmanship, it fights using extending swords on its elbows.",
"ydescription": "Because it can sense what its foe is thinking, its attacks burst out first, fast, and fierce.",
"height": "5' 03\"",
"category": "Blade",
"weight": "114.6 lbs",
"typeofpokemon": ["Psychic", "Fighting"],
"weaknesses": ["Flying", "Ghost", "Fairy"],
"evolutions": ["#280", "#281", "#282", "#475"],
"abilities": ["Steadfast"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 50,
"speed": 40,
"total": 240,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#282",
"reason": "(use Dawn Stone, Male)",
"base_exp": "233"
},
{
"name": "Probopass",
"id": "#476",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/476.png",
"xdescription": "It freely controls three small units called Mini-Noses using magnetic force.",
"ydescription": "It exudes strong magnetism from all over. It controls three small units called Mini-Noses.",
"height": "4' 07\"",
"category": "Compass",
"weight": "749.6 lbs",
"typeofpokemon": ["Rock", "Steel"],
"weaknesses": ["Fighting", "Ground", "Water"],
"evolutions": ["#299", "#476"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 30,
"defense": 60,
"special_attack": 40,
"special_defense": 60,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#299",
"reason": "(level up in a Magnetic Field area)",
"base_exp": "184"
},
{
"name": "Dusknoir",
"id": "#477",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/477.png",
"xdescription": "The antenna on its head captures radio waves from the world of spirits that command it to take people there.",
"ydescription": "It is said to take lost spirits into its pliant body and guide them home.",
"height": "7' 03\"",
"category": "Gripper",
"weight": "235.0 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Dark", "Ghost"],
"evolutions": ["#355", "#356", "#477"],
"abilities": ["Pressure"],
"hp": 20,
"attack": 50,
"defense": 60,
"special_attack": 30,
"special_defense": 60,
"speed": 30,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#356",
"reason": "(trade holding Reaper Cloth)",
"base_exp": "236"
},
{
"name": "Froslass",
"id": "#478",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/478.png",
"xdescription": "Legends in snowy regions say that a woman who was lost on an icy mountain was reborn as Froslass.",
"ydescription": "It freezes foes with an icy breath nearly -60 degrees Fahrenheit. What seems to be its body is actually hollow.",
"height": "4' 03\"",
"category": "Snow Land",
"weight": "58.6 lbs",
"typeofpokemon": ["Ice", "Ghost"],
"weaknesses": ["Dark", "Fire", "Ghost", "Rock", "Steel"],
"evolutions": ["#361", "#362", "#478"],
"abilities": ["Snow Cloak"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 230,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Mineral ",
"evolvedfrom": "#362",
"reason": "(use Dawn Stone, Female)",
"base_exp": "168"
},
{
"name": "Rotom",
"id": "#479",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/479.png",
"xdescription": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.",
"ydescription": "Research continues on this Pok\u00e9mon, which could be the power source of a unique motor.",
"height": "1' 00\"",
"category": "Plasma",
"weight": "0.7 lbs",
"typeofpokemon": ["Electric", "Ghost"],
"weaknesses": ["Ghost", "Dark"],
"evolutions": ["#479"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 210,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"reason": "",
"evolvedfrom": "",
"base_exp": "154"
},
{
"name": "Uxie",
"id": "#480",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/480.png",
"xdescription": "It is said that its emergence gave humans the intelligence to improve their quality of life.",
"ydescription": "Known as \u201cThe Being of Knowledge.\u201d It is said that it can wipe out the memory of those who see its eyes.",
"height": "1' 00\"",
"category": "Knowledge",
"weight": "0.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#480"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 40,
"special_defense": 50,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Mesprit",
"id": "#481",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/481.png",
"xdescription": "It sleeps at the bottom of a lake. Its spirit is said to leave its body to fly on the lake's surface.",
"ydescription": "Known as \u201cThe Being of Emotion.\u201d It taught humans the nobility of sorrow, pain, and joy.",
"height": "1' 00\"",
"category": "Emotion",
"weight": "0.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#481"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 260,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Azelf",
"id": "#482",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/482.png",
"xdescription": "It is thought that Uxie, Mesprit, and Azelf all came from the same egg.",
"ydescription": "Known as \u201cThe Being of Willpower.\u201d It sleeps at the bottom of a lake to keep the world in balance.",
"height": "1' 00\"",
"category": "Willpower",
"weight": "0.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#482"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Dialga",
"id": "#483",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/483.png",
"xdescription": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.",
"ydescription": "A Pok\u00e9mon spoken of in legend. It is said that time began moving when Dialga was born.",
"height": "17' 09\"",
"category": "Temporal",
"weight": "1505.8 lbs",
"typeofpokemon": ["Steel", "Dragon"],
"weaknesses": ["Fighting", "Ground"],
"evolutions": ["#483"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 70,
"special_defense": 40,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Palkia",
"id": "#484",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/484.png",
"xdescription": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.",
"ydescription": "It is said to live in a gap in the spatial dimension parallel to ours. It appears in mythology.",
"height": "13' 09\"",
"category": "Spatial",
"weight": "740.8 lbs",
"typeofpokemon": ["Water", "Dragon"],
"weaknesses": ["Dragon", "Fairy"],
"evolutions": ["#484"],
"abilities": ["Pressure"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 70,
"special_defense": 50,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Heatran",
"id": "#485",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/485.png",
"xdescription": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.",
"ydescription": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.",
"height": "5' 07\"",
"category": "Lava Dome",
"weight": "948.0 lbs",
"typeofpokemon": ["Fire", "Steel"],
"weaknesses": ["Ground", "Fighting", "Water"],
"evolutions": ["#485"],
"abilities": ["Flash Fire"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 60,
"special_defense": 40,
"speed": 40,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Regigigas",
"id": "#486",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/486.png",
"xdescription": "There is an enduring legend that states this Pok\u00e9mon towed continents with ropes.",
"ydescription": "It is said to have made Pok\u00e9mon that look like itself from a special ice mountain, rocks, and magma.",
"height": "12' 02\"",
"category": "Colossal",
"weight": "925.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#486"],
"abilities": ["Slow Start"],
"hp": 40,
"attack": 80,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "302"
},
{
"name": "Giratina",
"id": "#487",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/487.png",
"xdescription": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.",
"ydescription": "This Pok\u00e9mon is said to live in a world on the reverse side of ours, where common knowledge is distorted and strange.",
"height": "14' 09\"",
"category": "Renegade",
"weight": "1653.5 lbs",
"typeofpokemon": ["Ghost", "Dragon"],
"weaknesses": ["Dark", "Dragon", "Ghost", "Ice", "Fairy"],
"evolutions": ["#487"],
"abilities": ["Pressure"],
"hp": 60,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 50,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Cresselia",
"id": "#488",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/488.png",
"xdescription": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.",
"ydescription": "Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.",
"height": "4' 11\"",
"category": "Lunar",
"weight": "188.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Dark", "Ghost"],
"evolutions": ["#488"],
"abilities": ["Levitate"],
"hp": 50,
"attack": 40,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 50,
"total": 280,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Phione",
"id": "#489",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/489.png",
"xdescription": "It drifts in warm seas. It always returns to where it was born, no matter how far it may have drifted.",
"ydescription": "When the water warms, they inflate the flotation sac on their heads and drift languidly on the sea in packs.",
"height": "1' 04\"",
"category": "Sea Drifter",
"weight": "6.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#489"],
"abilities": ["Hydration"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 220,
"genderless": 1,
"cycles": "40 ",
"egg_groups": "Fairy, Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "216"
},
{
"name": "Manaphy",
"id": "#490",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/490.png",
"xdescription": "It starts its life with a wondrous power that permits it to bond with any kind of Pok\u00e9mon.",
"ydescription": "It is born with a wondrous power that lets it bond with any kind of Pok\u00e9mon.",
"height": "1' 00\"",
"category": "Seafaring",
"weight": "3.1 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Electric", "Grass"],
"evolutions": ["#490"],
"abilities": ["Hydration"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "10 ",
"egg_groups": "Fairy, Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Darkrai",
"id": "#491",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/491.png",
"xdescription": "It can lull people to sleep and make them dream. It is active during nights of the new moon.",
"ydescription": "It chases people and Pok\u00e9mon from its territory by causing them to experience deep, nightmarish slumbers.",
"height": "4' 11\"",
"category": "Pitch-Black",
"weight": "111.3 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#491"],
"abilities": ["Bad Dreams"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 70,
"special_defense": 40,
"speed": 70,
"total": 300,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Shaymin",
"id": "#492",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/492.png",
"xdescription": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.",
"ydescription": "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers.",
"height": "0' 08\"",
"category": "Gratitude",
"weight": "4.6 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Bug", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#492"],
"abilities": ["Natural Cure"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Arceus",
"id": "#493",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/493.png",
"xdescription": "It is told in mythology that this Pok\u00e9mon was born before the universe even existed.",
"ydescription": "According to the legends of Sinnoh, this Pok\u00e9mon emerged from an egg and shaped all there is in this world.",
"height": "10' 06\"",
"category": "Alpha",
"weight": "705.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#493"],
"abilities": ["Multitype"],
"hp": 50,
"attack": 60,
"defense": 50,
"special_attack": 60,
"special_defense": 50,
"speed": 60,
"total": 330,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "324"
},
{
"name": "Victini",
"id": "#494",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/494.png",
"xdescription": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.",
"ydescription": "This Pok\u00e9mon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.",
"height": "1' 04\"",
"category": "Victory",
"weight": "8.8 lbs",
"typeofpokemon": ["Psychic", "Fire"],
"weaknesses": ["Water", "Ground", "Rock", "Ghost", "Dark"],
"evolutions": ["#494"],
"abilities": ["Victory Star"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Snivy",
"id": "#495",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/495.png",
"xdescription": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.",
"ydescription": "Being exposed to sunlight makes its movements swifter. It uses vines more adeptly than its hands.",
"height": "2' 00\"",
"category": "Grass Snake",
"weight": "17.9 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#495", "#496", "#497"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Servine",
"id": "#496",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/496.png",
"xdescription": "When it gets dirty, its leaves can't be used in photosynthesis, so it always keeps itself clean.",
"ydescription": "It moves along the ground as if sliding. Its swift movements befuddle its foes, and it then attacks with a vine whip.",
"height": "2' 07\"",
"category": "Grass Snake",
"weight": "35.3 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#495", "#496", "#497"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "#495",
"reason": "(Level 17)",
"base_exp": "145"
},
{
"name": "Serperior",
"id": "#497",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/497.png",
"xdescription": "It can stop its opponents' movements with just a glare. It takes in solar energy and boosts it internally.",
"ydescription": "It only gives its all against strong opponents who are not fazed by the glare from Serperior's noble eyes.",
"height": "10' 10\"",
"category": "Regal",
"weight": "138.9 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#495", "#496", "#497"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 60,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field, Grass ",
"evolvedfrom": "#496",
"reason": "(Level 36)",
"base_exp": "238"
},
{
"name": "Tepig",
"id": "#498",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/498.png",
"xdescription": "It loves to eat roasted berries, but sometimes it gets too excited and burns them to a crisp.",
"ydescription": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.",
"height": "1' 08\"",
"category": "Fire Pig",
"weight": "21.8 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#498", "#499", "#500"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Pignite",
"id": "#499",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/499.png",
"xdescription": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.",
"ydescription": "The more it eats, the more fuel it has to make the fire in its stomach stronger. This fills it with even more power.",
"height": "3' 03\"",
"category": "Fire Pig",
"weight": "122.4 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Water", "Ground", "Flying", "Psychic"],
"evolutions": ["#498", "#499", "#500"],
"abilities": ["Blaze"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#498",
"reason": "(Level 17)",
"base_exp": "146"
},
{
"name": "Emboar",
"id": "#500",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/500.png",
"xdescription": "It has mastered fast and powerful fighting moves. It grows a beard of fire.",
"ydescription": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.",
"height": "5' 03\"",
"category": "Mega Fire Pig",
"weight": "330.7 lbs",
"typeofpokemon": ["Fire", "Fighting"],
"weaknesses": ["Water", "Ground", "Flying", "Psychic"],
"evolutions": ["#498", "#499", "#500"],
"abilities": ["Blaze"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#499",
"reason": "(Level 36)",
"base_exp": "238"
},
{
"name": "Oshawott",
"id": "#501",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/501.png",
"xdescription": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.",
"ydescription": "The scalchop on its stomach isn't just used for battle\u2014it can be used to break open hard berries as well.",
"height": "1' 08\"",
"category": "Sea Otter",
"weight": "13.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#501", "#502", "#503"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Dewott",
"id": "#502",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/502.png",
"xdescription": "As a result of strict training, each Dewott learns different forms for using the scalchops.",
"ydescription": "Strict training is how it learns its flowing double-scalchop technique.",
"height": "2' 07\"",
"category": "Discipline",
"weight": "54.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#501", "#502", "#503"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#501",
"reason": "(Level 17)",
"base_exp": "145"
},
{
"name": "Samurott",
"id": "#503",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/503.png",
"xdescription": "One swing of the sword incorporated in its armor can fell an opponent. A simple glare from one of them quiets everybody.",
"ydescription": "In the time it takes a foe to blink, it can draw and sheathe the seamitars attached to its front legs.",
"height": "4' 11\"",
"category": "Formidable",
"weight": "208.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#501", "#502", "#503"],
"abilities": ["Torrent"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#502",
"reason": "(Level 36)",
"base_exp": "238"
},
{
"name": "Patrat",
"id": "#504",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/504.png",
"xdescription": "Extremely cautious, one of them will always be on the lookout, but it won't notice a foe coming from behind.",
"ydescription": "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others.",
"height": "1' 08\"",
"category": "Scout",
"weight": "25.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#504", "#505"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "51"
},
{
"name": "Watchog",
"id": "#505",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/505.png",
"xdescription": "When they see an enemy, their tails stand high, and they spit the seeds of berries stored in their cheek pouches.",
"ydescription": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.",
"height": "3' 07\"",
"category": "Lookout",
"weight": "59.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#504", "#505"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#504",
"reason": "(Level 20)",
"base_exp": "147"
},
{
"name": "Lillipup",
"id": "#506",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/506.png",
"xdescription": "Though it is a very brave Pok\u00e9mon, it's also smart enough to check its foe's strength and avoid battle.",
"ydescription": "The long hair around its face provides an amazing radar that lets it sense subtle changes in its surroundings.",
"height": "1' 04\"",
"category": "Puppy",
"weight": "9.0 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#506", "#507", "#508"],
"abilities": ["Pickup"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Herdier",
"id": "#507",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/507.png",
"xdescription": "It has black, cape-like fur that is very hard and decreases the amount of damage it receives.",
"ydescription": "This very loyal Pok\u00e9mon helps Trainers, and it also takes care of other Pok\u00e9mon.",
"height": "2' 11\"",
"category": "Loyal Dog",
"weight": "32.4 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#506", "#507", "#508"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#506",
"reason": "(Level 16)",
"base_exp": "130"
},
{
"name": "Stoutland",
"id": "#508",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/508.png",
"xdescription": "Being wrapped in its long fur is so comfortable that a person would be fine even overnight on a wintry mountain.",
"ydescription": "It rescues people stranded by blizzards in the mountains. Its shaggy fur shields it from the cold.",
"height": "3' 11\"",
"category": "Big-Hearted",
"weight": "134.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#506", "#507", "#508"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 20,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#507",
"reason": "(Level 32)",
"base_exp": "225"
},
{
"name": "Purrloin",
"id": "#509",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/509.png",
"xdescription": "They steal from people for fun, but their victims can't help but forgive them. Their deceptively cute act is perfect.",
"ydescription": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.",
"height": "1' 04\"",
"category": "Devious",
"weight": "22.3 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#509", "#510"],
"abilities": ["Limber"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Liepard",
"id": "#510",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/510.png",
"xdescription": "Stealthily, it sneaks up on its target, striking from behind before its victim has a chance to react.",
"ydescription": "Their beautiful form comes from the muscles they have developed. They run silently in the night.",
"height": "3' 07\"",
"category": "Cruel",
"weight": "82.7 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#509", "#510"],
"abilities": ["Limber"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 60,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#509",
"reason": "(Level 20)",
"base_exp": "156"
},
{
"name": "Pansage",
"id": "#511",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/511.png",
"xdescription": "It's good at finding berries and gathers them from all over. It's kind enough to share them with friends.",
"ydescription": "It shares the leaf on its head with weary-looking Pok\u00e9mon. These leaves are known to relieve stress.",
"height": "2' 00\"",
"category": "Grass Monkey",
"weight": "23.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#511", "#512"],
"abilities": ["Gluttony"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Simisage",
"id": "#512",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/512.png",
"xdescription": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.",
"ydescription": "It attacks enemies with strikes of its thorn-covered tail. This Pok\u00e9mon is wild tempered.",
"height": "3' 07\"",
"category": "Thorn Monkey",
"weight": "67.2 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#511", "#512"],
"abilities": ["Gluttony"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#511",
"reason": "(use Leaf Stone)",
"base_exp": "174"
},
{
"name": "Pansear",
"id": "#513",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/513.png",
"xdescription": "This Pok\u00e9mon lives in caves in volcanoes. The fire within the tuft on its head can reach 600 degrees Fahrenheit.",
"ydescription": "Very intelligent, it roasts berries before eating them. It likes to help people.",
"height": "2' 00\"",
"category": "High Temp",
"weight": "24.3 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#513", "#514"],
"abilities": ["Gluttony"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Simisear",
"id": "#514",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/514.png",
"xdescription": "When it gets excited, embers rise from its head and tail and it gets hot. For some reason, it loves sweets.",
"ydescription": "A flame burns inside its body. It scatters embers from its head and tail to sear its opponents.",
"height": "3' 03\"",
"category": "Ember",
"weight": "61.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#513", "#514"],
"abilities": ["Gluttony"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#513",
"reason": "(use Fire Stone)",
"base_exp": "174"
},
{
"name": "Panpour",
"id": "#515",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/515.png",
"xdescription": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.",
"ydescription": "The water stored inside the tuft on its head is full of nutrients. It waters plants with it using its tail.",
"height": "2' 00\"",
"category": "Spray",
"weight": "29.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#515", "#516"],
"abilities": ["Gluttony"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Simipour",
"id": "#516",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/516.png",
"xdescription": "It prefers places with clean water. When its tuft runs low, it replenishes it by siphoning up water with its tail.",
"ydescription": "The high-pressure water expelled from its tail is so powerful, it can destroy a concrete wall.",
"height": "3' 03\"",
"category": "Geyser",
"weight": "63.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#515", "#516"],
"abilities": ["Gluttony"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#515",
"reason": "(use Water Stone)",
"base_exp": "174"
},
{
"name": "Munna",
"id": "#517",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/517.png",
"xdescription": "It eats the dreams of people and Pok\u00e9mon. When it eats a pleasant dream, it expels pink-colored mist.",
"ydescription": "This Pok\u00e9mon appears before people and Pok\u00e9mon who are having nightmares and eats those dreams.",
"height": "2' 00\"",
"category": "Dream Eater",
"weight": "51.4 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#517", "#518"],
"abilities": ["Synchronize"],
"hp": 30,
"attack": 10,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 10,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Musharna",
"id": "#518",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/518.png",
"xdescription": "The dream mist coming from its forehead changes into many different colors depending on the dream that was eaten.",
"ydescription": "The mist emanating from their foreheads is packed with the dreams of people and Pok\u00e9mon.",
"height": "3' 07\"",
"category": "Drowsing",
"weight": "133.4 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#517", "#518"],
"abilities": ["Synchronize"],
"hp": 50,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 20,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Field ",
"evolvedfrom": "#517",
"reason": "(use Moon Stone)",
"base_exp": "170"
},
{
"name": "Pidove",
"id": "#519",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/519.png",
"xdescription": "These Pok\u00e9mon live in cities. They are accustomed to people. Flocks often gather in parks and plazas.",
"ydescription": "This very forgetful Pok\u00e9mon will wait for a new order from its Trainer even though it already has one.",
"height": "1' 00\"",
"category": "Tiny Pigeon",
"weight": "4.6 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#519", "#520", "#521"],
"abilities": ["Super Luck"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 20,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Tranquill",
"id": "#520",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/520.png",
"xdescription": "No matter where in the world it goes, it knows where its nest is, so it never gets separated from its Trainer.",
"ydescription": "Many people believe that, deep in the forest where Tranquill live, there is a peaceful place where there is no war.",
"height": "2' 00\"",
"category": "Wild Pigeon",
"weight": "33.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#519", "#520", "#521"],
"abilities": ["Super Luck"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#519",
"reason": "(Level 21)",
"base_exp": "125"
},
{
"name": "Unfezant",
"id": "#521",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/521.png",
"xdescription": "Males have plumage on their heads. They will never let themselves feel close to anyone other than their Trainers.",
"ydescription": "Males swing their head plumage to threaten opponents. The females' flying abilities surpass those of the males.",
"height": "3' 11\"",
"category": "Proud",
"weight": "63.9 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#519", "#520", "#521"],
"abilities": ["Super Luck"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#520",
"reason": "(Level 32)",
"base_exp": "220"
},
{
"name": "Blitzle",
"id": "#522",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/522.png",
"xdescription": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.",
"ydescription": "When thunderclouds cover the sky, it will appear. It can catch lightning with its mane and store the electricity.",
"height": "2' 07\"",
"category": "Electrified",
"weight": "65.7 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#522", "#523"],
"abilities": ["Lightning Rod"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 40,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Zebstrika",
"id": "#523",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/523.png",
"xdescription": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.",
"ydescription": "When this ill-tempered Pok\u00e9mon runs wild, it shoots lightning from its mane in all directions.",
"height": "5' 03\"",
"category": "Thunderbolt",
"weight": "175.3 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#522", "#523"],
"abilities": ["Lightning Rod"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#522",
"reason": "(Level 27)",
"base_exp": "174"
},
{
"name": "Roggenrola",
"id": "#524",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/524.png",
"xdescription": "They were discovered a hundred years ago in an earthquake fissure. Inside each one is an energy core.",
"ydescription": "Its ear is hexagonal in shape. Compressed underground, its body is as hard as steel.",
"height": "1' 04\"",
"category": "Mantle",
"weight": "39.7 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Water", "Grass", "Fighting", "Ground", "Steel"],
"evolutions": ["#524", "#525", "#526"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 10,
"special_defense": 10,
"speed": 10,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Boldore",
"id": "#525",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/525.png",
"xdescription": "When it is healthy, its core sticks out. Always facing the same way, it swiftly moves front to back and left to right.",
"ydescription": "Because its energy was too great to be contained, the energy leaked and formed orange crystals.",
"height": "2' 11\"",
"category": "Ore",
"weight": "224.9 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Water", "Grass", "Fighting", "Ground", "Steel"],
"evolutions": ["#524", "#525", "#526"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 10,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#524",
"reason": "(Level 25)",
"base_exp": "137"
},
{
"name": "Gigalith",
"id": "#526",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/526.png",
"xdescription": "Compressing the energy from its internal core lets it fire off an attack capable of blowing away a mountain.",
"ydescription": "The solar rays it absorbs are processed in its energy core and fired as a ball of light.",
"height": "5' 07\"",
"category": "Compressed",
"weight": "573.2 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Water", "Grass", "Fighting", "Ground", "Steel"],
"evolutions": ["#524", "#525", "#526"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 70,
"defense": 60,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#525",
"reason": "(Trade)",
"base_exp": "232"
},
{
"name": "Woobat",
"id": "#527",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/527.png",
"xdescription": "The heart-shaped mark left on a body after a Woobat has been attached to it is said to bring good fortune.",
"ydescription": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.",
"height": "1' 04\"",
"category": "Bat",
"weight": "4.6 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Ghost", "Dark"],
"evolutions": ["#527", "#528"],
"abilities": ["Unaware"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Swoobat",
"id": "#528",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/528.png",
"xdescription": "Anyone who comes into contact with the ultrasonic waves emitted by a courting male experiences a positive mood shift.",
"ydescription": "It shakes its tail vigorously when it emits ultrasonic waves strong enough to reduce concrete to rubble.",
"height": "2' 11\"",
"category": "Courting",
"weight": "23.1 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Ghost", "Dark"],
"evolutions": ["#527", "#528"],
"abilities": ["Unaware"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 20,
"speed": 60,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Flying ",
"evolvedfrom": "#527",
"reason": "(high Friendship)",
"base_exp": "149"
},
{
"name": "Drilbur",
"id": "#529",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/529.png",
"xdescription": "By spinning its body, it can dig straight through the ground at a speed of 30 mph.",
"ydescription": "It makes its way swiftly through the soil by putting both claws together and rotating at high speed.",
"height": "1' 00\"",
"category": "Mole",
"weight": "18.7 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Water", "Grass", "Ice"],
"evolutions": ["#529", "#530"],
"abilities": ["Sand Rush"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Excadrill",
"id": "#530",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/530.png",
"xdescription": "More than 300 feet below the surface, they build mazelike nests. Their activity can be destructive to subway tunnels.",
"ydescription": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.",
"height": "2' 04\"",
"category": "Subterrene",
"weight": "89.1 lbs",
"typeofpokemon": ["Ground", "Steel"],
"weaknesses": ["Fire", "Water", "Fighting", "Ground"],
"evolutions": ["#529", "#530"],
"abilities": ["Sand Rush"],
"hp": 40,
"attack": 70,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#529",
"reason": "(Level 31)",
"base_exp": "178"
},
{
"name": "Audino",
"id": "#531",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/531.png",
"xdescription": "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling.",
"ydescription": "Using the feelers on its ears, it can tell how someone is feeling or when an egg might hatch.",
"height": "3' 07\"",
"category": "Hearing",
"weight": "68.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#531"],
"abilities": ["Healer"],
"hp": 40,
"attack": 30,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"reason": "",
"evolvedfrom": "",
"base_exp": "390"
},
{
"name": "Timburr",
"id": "#532",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/532.png",
"xdescription": "Always carrying squared logs, they help out with construction. As they grow, they carry bigger logs.",
"ydescription": "These Pok\u00e9mon appear at building sites and help out with construction. They always carry squared logs.",
"height": "2' 00\"",
"category": "Muscular",
"weight": "27.6 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#532", "#533", "#534"],
"abilities": ["Guts"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 10,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Gurdurr",
"id": "#533",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/533.png",
"xdescription": "This Pok\u00e9mon is so muscular and strongly built that even a group of wrestlers could not make it budge an inch.",
"ydescription": "With strengthened bodies, they skillfully wield steel beams to take down buildings.",
"height": "3' 11\"",
"category": "Muscular",
"weight": "88.2 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#532", "#533", "#534"],
"abilities": ["Guts"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 180,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#532",
"reason": "(Level 25)",
"base_exp": "142"
},
{
"name": "Conkeldurr",
"id": "#534",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/534.png",
"xdescription": "Rather than rely on force, they master moves that utilize the centrifugal force of spinning concrete.",
"ydescription": "It is thought that Conkeldurr taught humans how to make concrete more than 2,000 years ago.",
"height": "4' 07\"",
"category": "Muscular",
"weight": "191.8 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#532", "#533", "#534"],
"abilities": ["Guts"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "75%",
"female_percentage": "25%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#533",
"reason": "(Trade)",
"base_exp": "227"
},
{
"name": "Tympole",
"id": "#535",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/535.png",
"xdescription": "By vibrating its cheeks, it emits sound waves imperceptible to humans. It uses the rhythm of these sounds to talk.",
"ydescription": "By vibrating its cheeks, it emits sound waves imperceptible to humans and warns others of danger.",
"height": "1' 08\"",
"category": "Tadpole",
"weight": "9.9 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#535", "#536", "#537"],
"abilities": ["Hydration"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Palpitoad",
"id": "#536",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/536.png",
"xdescription": "It lives in the water and on land. It uses its long, sticky tongue to immobilize its opponents.",
"ydescription": "When they vibrate the bumps on their heads, they can make waves in water or earthquake-like vibrations on land.",
"height": "2' 07\"",
"category": "Vibration",
"weight": "37.5 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#535", "#536", "#537"],
"abilities": ["Hydration"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#535",
"reason": "(Level 25)",
"base_exp": "134"
},
{
"name": "Seismitoad",
"id": "#537",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/537.png",
"xdescription": "They shoot paralyzing liquid from their head bumps. They use vibration to hurt their opponents.",
"ydescription": "It increases the power of its punches by vibrating the bumps on its fists. It can turn a boulder to rubble with one punch.",
"height": "4' 11\"",
"category": "Vibration",
"weight": "136.7 lbs",
"typeofpokemon": ["Water", "Ground"],
"weaknesses": ["Grass"],
"evolutions": ["#535", "#536", "#537"],
"abilities": ["Swift Swim"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#536",
"reason": "(Level 36)",
"base_exp": "229"
},
{
"name": "Throh",
"id": "#538",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/538.png",
"xdescription": "When it encounters a foe bigger than itself, it wants to throw it. It changes belts as it gets stronger.",
"ydescription": "When it tightens its belt, it becomes stronger. Wild Throh use vines to weave their own belts.",
"height": "4' 03\"",
"category": "Judo",
"weight": "122.4 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#538"],
"abilities": ["Guts"],
"hp": 50,
"attack": 50,
"defense": 40,
"special_attack": 10,
"special_defense": 40,
"speed": 30,
"total": 220,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "163"
},
{
"name": "Sawk",
"id": "#539",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/539.png",
"xdescription": "Tying their belts gets them pumped and makes their punches more destructive. Disturbing their training angers them.",
"ydescription": "Desiring the strongest karate chop, they seclude themselves in mountains and train without sleeping.",
"height": "4' 07\"",
"category": "Karate",
"weight": "112.4 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#539"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 10,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "163"
},
{
"name": "Sewaddle",
"id": "#540",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/540.png",
"xdescription": "Since this Pok\u00e9mon makes its own clothes out of leaves, it is a popular mascot for fashion designers.",
"ydescription": "This Pok\u00e9mon makes clothes for itself. It chews up leaves and sews them with sticky thread extruded from its mouth.",
"height": "1' 00\"",
"category": "Sewing",
"weight": "5.5 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug", "Rock"],
"evolutions": ["#540", "#541", "#542"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Swadloon",
"id": "#541",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/541.png",
"xdescription": "It protects itself from the cold by wrapping up in leaves. It stays on the move, eating leaves in forests.",
"ydescription": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.",
"height": "1' 08\"",
"category": "Leaf-Wrapped",
"weight": "16.1 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug", "Rock"],
"evolutions": ["#540", "#541", "#542"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#540",
"reason": "(Level 20)",
"base_exp": "133"
},
{
"name": "Leavanny",
"id": "#542",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/542.png",
"xdescription": "It keeps its eggs warm with heat from fermenting leaves. It also uses leaves to make warm wrappings for Sewaddle.",
"ydescription": "Upon finding a small Pok\u00e9mon, it weaves clothing for it from leaves by using the sticky silk secreted from its mouth.",
"height": "3' 11\"",
"category": "Nurturing",
"weight": "45.2 lbs",
"typeofpokemon": ["Bug", "Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug", "Rock"],
"evolutions": ["#540", "#541", "#542"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#541",
"reason": "(high Friendship)",
"base_exp": "225"
},
{
"name": "Venipede",
"id": "#543",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/543.png",
"xdescription": "Its bite injects a potent poison, enough to paralyze large bird Pok\u00e9mon that try to prey on it.",
"ydescription": "It discovers what is going on around it by using the feelers on its head and tail. It is brutally aggressive.",
"height": "1' 04\"",
"category": "Centipede",
"weight": "11.7 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#543", "#544", "#545"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "52"
},
{
"name": "Whirlipede",
"id": "#544",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/544.png",
"xdescription": "It is usually motionless, but when attacked, it rotates at high speed and then crashes into its opponent.",
"ydescription": "Protected by a hard shell, it spins its body like a wheel and crashes furiously into its enemies.",
"height": "3' 11\"",
"category": "Curlipede",
"weight": "129.0 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Rock", "Psychic"],
"evolutions": ["#543", "#544", "#545"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#543",
"reason": "(Level 22)",
"base_exp": "126"
},
{
"name": "Scolipede",
"id": "#545",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/545.png",
"xdescription": "With quick movements, it chases down its foes, attacking relentlessly with its horns until it prevails.",
"ydescription": "It clasps its prey with the claws on its neck until it stops moving. Then it finishes it off with deadly poison.",
"height": "8' 02\"",
"category": "Megapede",
"weight": "442.0 lbs",
"typeofpokemon": ["Bug", "Poison"],
"weaknesses": ["Fire", "Flying", "Psychic", "Rock"],
"evolutions": ["#543", "#544", "#545"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#544",
"reason": "(Level 30)",
"base_exp": "218"
},
{
"name": "Cottonee",
"id": "#546",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/546.png",
"xdescription": "Perhaps because they feel more at ease in a group, they stick to others they find. They end up looking like a cloud.",
"ydescription": "When attacked, it escapes by shooting cotton from its body. The cotton serves as a decoy to distract the attacker.",
"height": "1' 00\"",
"category": "Cotton Puff",
"weight": "1.3 lbs",
"typeofpokemon": ["Grass", "Fairy"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Steel"],
"evolutions": ["#546", "#547"],
"abilities": ["Prankster"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Whimsicott",
"id": "#547",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/547.png",
"xdescription": "Like the wind, it can slip through any gap, no matter how small. It leaves balls of white fluff behind.",
"ydescription": "They appear along with whirlwinds. They pull pranks, such as moving furniture and leaving balls of cotton in homes.",
"height": "2' 04\"",
"category": "Windveiled",
"weight": "14.6 lbs",
"typeofpokemon": ["Grass", "Fairy"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Steel"],
"evolutions": ["#546", "#547"],
"abilities": ["Prankster"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Grass ",
"evolvedfrom": "#546",
"reason": "(use Sun Stone)",
"base_exp": "168"
},
{
"name": "Petilil",
"id": "#548",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/548.png",
"xdescription": "Since they prefer moist, nutrient-rich soil, the areas where Petilil live are known to be good for growing plants.",
"ydescription": "The leaves on its head are very bitter. Eating one of these leaves is known to refresh a tired body.",
"height": "1' 08\"",
"category": "Bulb",
"weight": "14.6 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#548", "#549"],
"abilities": ["Chlorophyll"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Lilligant",
"id": "#549",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/549.png",
"xdescription": "Even veteran Trainers face a challenge in getting its beautiful flower to bloom. This Pok\u00e9mon is popular with celebrities.",
"ydescription": "The fragrance of the garland on its head has a relaxing effect. It withers if a Trainer does not take good care of it.",
"height": "3' 07\"",
"category": "Flowering",
"weight": "35.9 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#548", "#549"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#548",
"reason": "(use Sun Stone)",
"base_exp": "168"
},
{
"name": "Basculin",
"id": "#550",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/550.png",
"xdescription": "Red and blue Basculin usually do not get along, but sometimes members of one school mingle with the other's school.",
"ydescription": "Red- and blue-striped Basculin are very violent and always fighting. They are also remarkably tasty.",
"height": "3' 03\"",
"category": "Hostile",
"weight": "39.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#550"],
"abilities": ["Reckless"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "161"
},
{
"name": "Sandile",
"id": "#551",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/551.png",
"xdescription": "They live buried in the sands of the desert. The sun-warmed sands prevent their body temperature from dropping.",
"ydescription": "It moves along below the sand's surface, except for its nose and eyes. A dark membrane shields its eyes from the sun.",
"height": "2' 04\"",
"category": "Desert Croc",
"weight": "33.5 lbs",
"typeofpokemon": ["Ground", "Dark"],
"weaknesses": ["Water", "Grass", "Ice", "Fighting", "Bug", "Fairy"],
"evolutions": ["#551", "#552", "#553"],
"abilities": ["Intimidate"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Krokorok",
"id": "#552",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/552.png",
"xdescription": "The special membrane covering its eyes can sense the heat of objects, so it can see its surroundings even in darkness.",
"ydescription": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.",
"height": "3' 03\"",
"category": "Desert Croc",
"weight": "73.6 lbs",
"typeofpokemon": ["Ground", "Dark"],
"weaknesses": ["Water", "Grass", "Ice", "Fighting", "Bug", "Fairy"],
"evolutions": ["#551", "#552", "#553"],
"abilities": ["Intimidate"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#551",
"reason": "(Level 29)",
"base_exp": "123"
},
{
"name": "Krookodile",
"id": "#553",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/553.png",
"xdescription": "They never allow prey to escape. Their jaws are so powerful, they can crush the body of an automobile.",
"ydescription": "Very violent Pok\u00e9mon, they try to clamp down on anything that moves in front of their eyes.",
"height": "4' 11\"",
"category": "Intimidation",
"weight": "212.3 lbs",
"typeofpokemon": ["Ground", "Dark"],
"weaknesses": ["Water", "Grass", "Ice", "Fighting", "Bug", "Fairy"],
"evolutions": ["#551", "#552", "#553"],
"abilities": ["Intimidate"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#552",
"reason": "(Level 40)",
"base_exp": "234"
},
{
"name": "Darumaka",
"id": "#554",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/554.png",
"xdescription": "When it sleeps, it pulls its limbs into its body and its internal fire goes down to 1,100 degrees Fahrenheit.",
"ydescription": "Darumaka's droppings are hot, so people used to put them in their clothes to keep themselves warm.",
"height": "2' 00\"",
"category": "Zen Charm",
"weight": "82.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#554", "#555"],
"abilities": ["Hustle"],
"hp": 30,
"attack": 50,
"defense": 20,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Darmanitan",
"id": "#555",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/555.png",
"xdescription": "Its internal fire burns at 2,500 degrees Fahrenheit, making enough power that it can destroy a dump truck with one punch.",
"ydescription": "When one is injured in a fierce battle, it hardens into a stone-like form. Then it meditates and sharpens its mind.",
"height": "4' 03\"",
"category": "Blazing",
"weight": "204.8 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#554", "#555"],
"abilities": ["Sheer Force"],
"hp": 40,
"attack": 70,
"defense": 30,
"special_attack": 10,
"special_defense": 20,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#554",
"reason": "(Level 35)",
"base_exp": "168"
},
{
"name": "Maractus",
"id": "#556",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/556.png",
"xdescription": "Arid regions are their habitat. They move rhythmically, making a sound similar to maracas.",
"ydescription": "It uses an up-tempo song and dance to drive away the bird Pok\u00e9mon that prey on its flower seeds.",
"height": "3' 03\"",
"category": "Cactus",
"weight": "61.7 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Ice", "Poison", "Flying", "Bug"],
"evolutions": ["#556"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"reason": "",
"evolvedfrom": "",
"base_exp": "161"
},
{
"name": "Dwebble",
"id": "#557",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/557.png",
"xdescription": "When it finds a stone of a suitable size, it secretes a liquid from its mouth to open up a hole to crawl into.",
"ydescription": "It makes a hole in a suitable rock. If that rock breaks, the Pok\u00e9mon remains agitated until it locates a replacement.",
"height": "1' 00\"",
"category": "Rock Inn",
"weight": "32.0 lbs",
"typeofpokemon": ["Bug", "Rock"],
"weaknesses": ["Water", "Rock", "Steel"],
"evolutions": ["#557", "#558"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Crustle",
"id": "#558",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/558.png",
"xdescription": "Competing for territory, Crustle fight viciously. The one whose boulder is broken is the loser of the battle.",
"ydescription": "It possesses legs of enormous strength, enabling it to carry heavy slabs for many days, even when crossing arid land.",
"height": "4' 07\"",
"category": "Stone Home",
"weight": "440.9 lbs",
"typeofpokemon": ["Bug", "Rock"],
"weaknesses": ["Water", "Rock", "Steel"],
"evolutions": ["#557", "#558"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Mineral ",
"evolvedfrom": "#557",
"reason": "(Level 34)",
"base_exp": "170"
},
{
"name": "Scraggy",
"id": "#559",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/559.png",
"xdescription": "Proud of its sturdy skull, it suddenly headbutts everything, but its weight makes it unstable, too.",
"ydescription": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.",
"height": "2' 00\"",
"category": "Shedding",
"weight": "26.0 lbs",
"typeofpokemon": ["Dark", "Fighting"],
"weaknesses": ["Fighting", "Flying", "Fairy"],
"evolutions": ["#559", "#560"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Dragon, Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Scrafty",
"id": "#560",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/560.png",
"xdescription": "It can smash concrete blocks with its kicking attacks. The one with the biggest crest is the group leader.",
"ydescription": "It pulls up its shed skin to protect itself while it kicks. The bigger the crest, the more respected it is.",
"height": "3' 07\"",
"category": "Hoodlum",
"weight": "66.1 lbs",
"typeofpokemon": ["Dark", "Fighting"],
"weaknesses": ["Fighting", "Flying", "Fairy"],
"evolutions": ["#559", "#560"],
"abilities": ["Shed Skin"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 20,
"special_defense": 50,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Dragon, Field ",
"evolvedfrom": "#559",
"reason": "(Level 39)",
"base_exp": "171"
},
{
"name": "Sigilyph",
"id": "#561",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/561.png",
"xdescription": "The guardians of an ancient city, they always fly the same route while keeping watch for invaders.",
"ydescription": "The guardians of an ancient city, they use their psychic power to attack enemies that invade their territory.",
"height": "4' 07\"",
"category": "Avianoid",
"weight": "30.9 lbs",
"typeofpokemon": ["Psychic", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Ghost", "Dark"],
"evolutions": ["#561"],
"abilities": ["Magic Guard"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 50,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Yamask",
"id": "#562",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/562.png",
"xdescription": "Each of them carries a mask that used to be its face when it was human. Sometimes they look at it and cry.",
"ydescription": "These Pok\u00e9mon arose from the spirits of people interred in graves. Each retains memories of its former life.",
"height": "1' 08\"",
"category": "Spirit",
"weight": "3.3 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Ghost", "Dark"],
"evolutions": ["#562", "#563"],
"abilities": ["Mummy"],
"hp": 20,
"attack": 20,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous, Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Cofagrigus",
"id": "#563",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/563.png",
"xdescription": "Grave robbers who mistake them for real coffins and get too close end up trapped inside their bodies.",
"ydescription": "It has been said that they swallow those who get too close and turn them into mummies. They like to eat gold nuggets.",
"height": "5' 07\"",
"category": "Coffin",
"weight": "168.7 lbs",
"typeofpokemon": ["Ghost"],
"weaknesses": ["Ghost", "Dark"],
"evolutions": ["#562", "#563"],
"abilities": ["Mummy"],
"hp": 30,
"attack": 30,
"defense": 60,
"special_attack": 50,
"special_defense": 40,
"speed": 20,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Amorphous, Mineral ",
"evolvedfrom": "#562",
"reason": "(Level 34)",
"base_exp": "169"
},
{
"name": "Tirtouga",
"id": "#564",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/564.png",
"xdescription": "Restored from a fossil, this Pok\u00e9mon can dive to depths beyond half a mile.",
"ydescription": "About 100 million years ago, these Pok\u00e9mon swam in oceans. It is thought they also went on land to attack prey.",
"height": "2' 04\"",
"category": "Prototurtle",
"weight": "36.4 lbs",
"typeofpokemon": ["Water", "Rock"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#564", "#565"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 10,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Carracosta",
"id": "#565",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/565.png",
"xdescription": "It could knock out a foe with a slap from one of its developed front appendages and chew it up, shell or bones and all.",
"ydescription": "They can live both in the ocean and on land. A slap from one of them is enough to open a hole in the bottom of a tanker.",
"height": "3' 11\"",
"category": "Prototurtle",
"weight": "178.6 lbs",
"typeofpokemon": ["Water", "Rock"],
"weaknesses": ["Grass", "Electric", "Fighting", "Ground"],
"evolutions": ["#564", "#565"],
"abilities": ["Sturdy"],
"hp": 30,
"attack": 60,
"defense": 60,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "#564",
"reason": "(Level 37)",
"base_exp": "173"
},
{
"name": "Archen",
"id": "#566",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/566.png",
"xdescription": "Said to be an ancestor of bird Pok\u00e9mon, they were unable to fly and moved about by hopping from one branch to another.",
"ydescription": "Revived from a fossil, this Pok\u00e9mon is thought to be the ancestor of all bird Pok\u00e9mon.",
"height": "1' 08\"",
"category": "First Bird",
"weight": "20.9 lbs",
"typeofpokemon": ["Rock", "Flying"],
"weaknesses": ["Water", "Electric", "Ice", "Rock", "Steel"],
"evolutions": ["#566", "#567"],
"abilities": ["Defeatist"],
"hp": 20,
"attack": 60,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Flying, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Archeops",
"id": "#567",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/567.png",
"xdescription": "It runs better than it flies. It takes off into the sky by running at a speed of 25 mph.",
"ydescription": "They are intelligent and will cooperate to catch prey. From the ground, they use a running start to take flight.",
"height": "4' 07\"",
"category": "First Bird",
"weight": "70.5 lbs",
"typeofpokemon": ["Rock", "Flying"],
"weaknesses": ["Water", "Electric", "Ice", "Rock", "Steel"],
"evolutions": ["#566", "#567"],
"abilities": ["Defeatist"],
"hp": 30,
"attack": 70,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 270,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Flying, Water 3 ",
"evolvedfrom": "#566",
"reason": "(Level 37)",
"base_exp": "177"
},
{
"name": "Trubbish",
"id": "#568",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/568.png",
"xdescription": "Inhaling the gas they belch will make you sleep for a week. They prefer unsanitary places.",
"ydescription": "The combination of garbage bags and industrial waste caused the chemical reaction that created this Pok\u00e9mon.",
"height": "2' 00\"",
"category": "Trash Bag",
"weight": "68.3 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#568", "#569"],
"abilities": ["Stench"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Garbodor",
"id": "#569",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/569.png",
"xdescription": "Consuming garbage makes new kinds of poison gases and liquids inside their bodies.",
"ydescription": "It clenches opponents with its left arm and finishes them off with foul-smelling poison gas belched from its mouth.",
"height": "6' 03\"",
"category": "Trash Heap",
"weight": "236.6 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Ground", "Psychic"],
"evolutions": ["#568", "#569"],
"abilities": ["Stench"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#568",
"reason": "(Level 36)",
"base_exp": "166"
},
{
"name": "Zorua",
"id": "#570",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/570.png",
"xdescription": "To protect themselves from danger, they hide their true identities by transforming into people and Pok\u00e9mon.",
"ydescription": "It changes so it looks just like its foe, tricks it, and then uses that opportunity to flee.",
"height": "2' 04\"",
"category": "Tricky Fox",
"weight": "27.6 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#570", "#571"],
"abilities": ["Illusion"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Zoroark",
"id": "#571",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/571.png",
"xdescription": "Bonds between these Pok\u00e9mon are very strong. It protects the safety of its pack by tricking its opponents.",
"ydescription": "Each has the ability to fool a large group of people simultaneously. They protect their lair with illusory scenery.",
"height": "5' 03\"",
"category": "Illusion Fox",
"weight": "178.8 lbs",
"typeofpokemon": ["Dark"],
"weaknesses": ["Fighting", "Bug", "Fairy"],
"evolutions": ["#570", "#571"],
"abilities": ["Illusion"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#570",
"reason": "(Level 30)",
"base_exp": "179"
},
{
"name": "Minccino",
"id": "#572",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/572.png",
"xdescription": "These Pok\u00e9mon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.",
"ydescription": "Minccino greet each other by grooming one another thoroughly with their tails.",
"height": "1' 04\"",
"category": "Chinchilla",
"weight": "12.8 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#572", "#573"],
"abilities": ["Cute Charm"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Cinccino",
"id": "#573",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/573.png",
"xdescription": "Cinccino's body is coated in a special oil that helps it deflect attacks, such as punches.",
"ydescription": "Their white fur feels amazing to touch. Their fur repels dust and prevents static electricity from building up.",
"height": "1' 08\"",
"category": "Scarf",
"weight": "16.5 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#572", "#573"],
"abilities": ["Cute Charm"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 60,
"total": 230,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#572",
"reason": "(use Shiny Stone)",
"base_exp": "165"
},
{
"name": "Gothita",
"id": "#574",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/574.png",
"xdescription": "They intently observe both Trainers and Pok\u00e9mon. Apparently, they are looking at something that only Gothita can see.",
"ydescription": "Their ribbonlike feelers increase their psychic power. They are always staring at something.",
"height": "1' 04\"",
"category": "Fixation",
"weight": "12.8 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#574", "#575", "#576"],
"abilities": ["Frisk"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 150,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Gothorita",
"id": "#575",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/575.png",
"xdescription": "According to many old tales, it creates friends for itself by controlling sleeping children on starry nights.",
"ydescription": "Starlight is the source of their power. At night, they mark star positions by using psychic power to float stones.",
"height": "2' 04\"",
"category": "Manipulate",
"weight": "39.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#574", "#575", "#576"],
"abilities": ["Frisk"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 190,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#574",
"reason": "(Level 32)",
"base_exp": "137"
},
{
"name": "Gothitelle",
"id": "#576",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/576.png",
"xdescription": "They can predict the future from the placement and movement of the stars. They can see Trainers' life spans.",
"ydescription": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.",
"height": "4' 11\"",
"category": "Astral Body",
"weight": "97.0 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#574", "#575", "#576"],
"abilities": ["Frisk"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 40,
"total": 240,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#575",
"reason": "(Level 41)",
"base_exp": "221"
},
{
"name": "Solosis",
"id": "#577",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/577.png",
"xdescription": "They drive away attackers by unleashing psychic power. They can use telepathy to talk with others.",
"ydescription": "Because their bodies are enveloped in a special liquid, they are fine in any environment, no matter how severe.",
"height": "1' 00\"",
"category": "Cell",
"weight": "2.2 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#577", "#578", "#579"],
"abilities": ["Magic Guard"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 50,
"special_defense": 20,
"speed": 10,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Duosion",
"id": "#578",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/578.png",
"xdescription": "When their two divided brains think the same thoughts, their psychic power is maximized.",
"ydescription": "Since they have two divided brains, at times they suddenly try to take two different actions at once.",
"height": "2' 00\"",
"category": "Mitosis",
"weight": "17.6 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#577", "#578", "#579"],
"abilities": ["Magic Guard"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 60,
"special_defense": 30,
"speed": 20,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#577",
"reason": "(Level 32)",
"base_exp": "130"
},
{
"name": "Reuniclus",
"id": "#579",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/579.png",
"xdescription": "When Reuniclus shake hands, a network forms between their brains, increasing their psychic power.",
"ydescription": "They use psychic power to control their arms, which are made of a special liquid. They can crush boulders psychically.",
"height": "3' 03\"",
"category": "Multiplying",
"weight": "44.3 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#577", "#578", "#579"],
"abilities": ["Magic Guard"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#578",
"reason": "(Level 41)",
"base_exp": "221"
},
{
"name": "Ducklett",
"id": "#580",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/580.png",
"xdescription": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.",
"ydescription": "When attacked, it uses its feathers to splash water, escaping under cover of the spray.",
"height": "1' 08\"",
"category": "Water Bird",
"weight": "12.1 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#580", "#581"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Swanna",
"id": "#581",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/581.png",
"xdescription": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.",
"ydescription": "Despite their elegant appearance, they can flap their wings strongly and fly for thousands of miles.",
"height": "4' 03\"",
"category": "White Bird",
"weight": "53.4 lbs",
"typeofpokemon": ["Water", "Flying"],
"weaknesses": ["Electric", "Rock"],
"evolutions": ["#580", "#581"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying, Water 1 ",
"evolvedfrom": "#580",
"reason": "(Level 35)",
"base_exp": "166"
},
{
"name": "Vanillite",
"id": "#582",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/582.png",
"xdescription": "This Pok\u00e9mon formed from icicles bathed in energy from the morning sun. It sleeps buried in snow.",
"ydescription": "The temperature of their breath is -58 degrees Fahrenheit. They create snow crystals and make snow fall in the areas around them.",
"height": "1' 04\"",
"category": "Fresh Snow",
"weight": "12.6 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#582", "#583", "#584"],
"abilities": ["Ice Body"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Vanillish",
"id": "#583",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/583.png",
"xdescription": "Snowy mountains are this Pok\u00e9mon's habitat. During an ancient ice age, they moved to southern areas.",
"ydescription": "They cool down the surrounding air and create ice particles, which they use to freeze their foes.",
"height": "3' 07\"",
"category": "Icy Snow",
"weight": "90.4 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#582", "#583", "#584"],
"abilities": ["Ice Body"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#582",
"reason": "(Level 35)",
"base_exp": "138"
},
{
"name": "Vanilluxe",
"id": "#584",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/584.png",
"xdescription": "Swallowing large amounts of water, they make snow clouds inside their bodies and, when angry, cause violent blizzards.",
"ydescription": "If both heads get angry simultaneously, this Pok\u00e9mon expels a blizzard, burying everything in snow.",
"height": "4' 03\"",
"category": "Snowstorm",
"weight": "126.8 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#582", "#583", "#584"],
"abilities": ["Ice Body"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#583",
"reason": "(Level 47)",
"base_exp": "241"
},
{
"name": "Deerling",
"id": "#585",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/585.png",
"xdescription": "The turning of the seasons changes the color and scent of this Pok\u00e9mon's fur. People use it to mark the seasons.",
"ydescription": "Their coloring changes according to the seasons and can be slightly affected by the temperature and humidity as well.",
"height": "2' 00\"",
"category": "Season",
"weight": "43.0 lbs",
"typeofpokemon": ["Normal", "Grass"],
"weaknesses": ["Fire", "Ice", "Fighting", "Poison", "Flying", "Bug"],
"evolutions": ["#585", "#586"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Sawsbuck",
"id": "#586",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/586.png",
"xdescription": "They migrate according to the seasons, so some people call Sawsbuck the harbingers of spring.",
"ydescription": "They migrate according to the seasons. People can tell the season by looking at Sawsbuck's horns.",
"height": "6' 03\"",
"category": "Season",
"weight": "203.9 lbs",
"typeofpokemon": ["Normal", "Grass"],
"weaknesses": ["Fire", "Ice", "Fighting", "Poison", "Flying", "Bug"],
"evolutions": ["#585", "#586"],
"abilities": ["Chlorophyll"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#585",
"reason": "(Level 34)",
"base_exp": "166"
},
{
"name": "Emolga",
"id": "#587",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/587.png",
"xdescription": "The energy made in its cheeks' electric pouches is stored inside its membrane and released while it is gliding.",
"ydescription": "They live on treetops and glide using the inside of a cape-like membrane while discharging electricity.",
"height": "1' 04\"",
"category": "Sky Squirrel",
"weight": "11.0 lbs",
"typeofpokemon": ["Electric", "Flying"],
"weaknesses": ["Ice", "Rock"],
"evolutions": ["#587"],
"abilities": ["Static"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "150"
},
{
"name": "Karrablast",
"id": "#588",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/588.png",
"xdescription": "For some reason they evolve when they receive electrical energy while they are attacking Shelmet.",
"ydescription": "These mysterious Pok\u00e9mon evolve when they receive electrical stimulation while they are in the same place as Shelmet.",
"height": "1' 08\"",
"category": "Clamping",
"weight": "13.0 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#588", "#589"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Escavalier",
"id": "#589",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/589.png",
"xdescription": "These Pok\u00e9mon evolve by wearing the shell covering of a Shelmet. The steel armor protects their whole body.",
"ydescription": "Wearing the shell covering they stole from Shelmet, they defend themselves and attack with two lances.",
"height": "3' 03\"",
"category": "Cavalry",
"weight": "72.8 lbs",
"typeofpokemon": ["Bug", "Steel"],
"weaknesses": ["Fire"],
"evolutions": ["#588", "#589"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 70,
"defense": 50,
"special_attack": 30,
"special_defense": 40,
"speed": 10,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#588",
"reason": "(Trade with Shelmet)",
"base_exp": "173"
},
{
"name": "Foongus",
"id": "#590",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/590.png",
"xdescription": "It lures Pok\u00e9mon with its pattern that looks just like a Pok\u00e9 Ball, then releases poison spores.",
"ydescription": "It lures people in with its Pok\u00e9 Ball pattern, then releases poison spores. Why it resembles a Pok\u00e9 Ball is unknown.",
"height": "0' 08\"",
"category": "Mushroom",
"weight": "2.2 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Ice", "Flying", "Psychic"],
"evolutions": ["#590", "#591"],
"abilities": ["Effect Spore"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 10,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "59"
},
{
"name": "Amoonguss",
"id": "#591",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/591.png",
"xdescription": "It lures prey close by dancing and waving its arm caps, which resemble Pok\u00e9 Balls, in a swaying motion.",
"ydescription": "They show off their Pok\u00e9 Ball caps to lure prey, but very few Pok\u00e9mon are fooled by this.",
"height": "2' 00\"",
"category": "Mushroom",
"weight": "23.1 lbs",
"typeofpokemon": ["Grass", "Poison"],
"weaknesses": ["Fire", "Ice", "Flying", "Psychic"],
"evolutions": ["#590", "#591"],
"abilities": ["Effect Spore"],
"hp": 50,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#590",
"reason": "(Level 39)",
"base_exp": "162"
},
{
"name": "Frillish",
"id": "#592",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/592.png",
"xdescription": "If its veil-like arms stun and wrap a foe, that foe will be dragged miles below the surface, never to return.",
"ydescription": "They paralyze prey with poison, then drag them down to their lairs, five miles below the surface.",
"height": "3' 11\"",
"category": "Floating",
"weight": "72.8 lbs",
"typeofpokemon": ["Water", "Ghost"],
"weaknesses": ["Grass", "Electric", "Ghost", "Dark"],
"evolutions": ["#592", "#593"],
"abilities": ["Water Absorb"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 40,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Jellicent",
"id": "#593",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/593.png",
"xdescription": "The fate of the ships and crew that wander into Jellicent's habitat: all sunken, all lost, all vanished.",
"ydescription": "Its body is mostly seawater. It's said there's a castle of ships Jellicent have sunk on the seafloor.",
"height": "7' 03\"",
"category": "Floating",
"weight": "297.6 lbs",
"typeofpokemon": ["Water", "Ghost"],
"weaknesses": ["Grass", "Electric", "Ghost", "Dark"],
"evolutions": ["#592", "#593"],
"abilities": ["Water Absorb"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#592",
"reason": "(Level 40)",
"base_exp": "168"
},
{
"name": "Alomomola",
"id": "#594",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/594.png",
"xdescription": "It gently holds injured and weak Pok\u00e9mon in its fins. Its special membrane heals their wounds.",
"ydescription": "Floating in the open sea is how they live. When they find a wounded Pok\u00e9mon, they embrace it and bring it to shore.",
"height": "3' 11\"",
"category": "Caring",
"weight": "69.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#594"],
"abilities": ["Hydration"],
"hp": 60,
"attack": 40,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Water 1, Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "165"
},
{
"name": "Joltik",
"id": "#595",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/595.png",
"xdescription": "They attach themselves to large-bodied Pok\u00e9mon and absorb static electricity, which they store in an electric pouch.",
"ydescription": "Since it can't generate its own electricity, it sticks onto large-bodied Pok\u00e9mon and absorbs static electricity.",
"height": "0' 04\"",
"category": "Attaching",
"weight": "1.3 lbs",
"typeofpokemon": ["Bug", "Electric"],
"weaknesses": ["Fire", "Rock"],
"evolutions": ["#595", "#596"],
"abilities": ["Compound Eyes"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Galvantula",
"id": "#596",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/596.png",
"xdescription": "When attacked, they create an electric barrier by spitting out many electrically charged threads.",
"ydescription": "They employ an electrically charged web to trap their prey. While it is immobilized by shock, they leisurely consume it.",
"height": "2' 07\"",
"category": "EleSpider",
"weight": "31.5 lbs",
"typeofpokemon": ["Bug", "Electric"],
"weaknesses": ["Fire", "Rock"],
"evolutions": ["#595", "#596"],
"abilities": ["Compound Eyes"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"evolvedfrom": "#595",
"reason": "(Level 36)",
"base_exp": "165"
},
{
"name": "Ferroseed",
"id": "#597",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/597.png",
"xdescription": "It absorbs the iron it finds in the rock while clinging to the ceiling. It shoots spikes when in danger.",
"ydescription": "When threatened, it attacks by shooting a barrage of spikes, which gives it a chance to escape by rolling away.",
"height": "2' 00\"",
"category": "Thorn Seed",
"weight": "41.4 lbs",
"typeofpokemon": ["Grass", "Steel"],
"weaknesses": ["Fire", "Fighting"],
"evolutions": ["#597", "#598"],
"abilities": ["Iron Barbs"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 10,
"special_defense": 40,
"speed": 10,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Ferrothorn",
"id": "#598",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/598.png",
"xdescription": "They attach themselves to cave ceilings, firing steel spikes at targets passing beneath them.",
"ydescription": "By swinging around its three spiky feelers and shooting spikes, it can obliterate an opponent.",
"height": "3' 03\"",
"category": "Thorn Pod",
"weight": "242.5 lbs",
"typeofpokemon": ["Grass", "Steel"],
"weaknesses": ["Fire", "Fighting"],
"evolutions": ["#597", "#598"],
"abilities": ["Iron Barbs"],
"hp": 30,
"attack": 50,
"defense": 60,
"special_attack": 30,
"special_defense": 50,
"speed": 10,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass, Mineral ",
"evolvedfrom": "#597",
"reason": "(Level 40)",
"base_exp": "171"
},
{
"name": "Klink",
"id": "#599",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/599.png",
"xdescription": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.",
"ydescription": "Interlocking two bodies and spinning around generates the energy they need to live.",
"height": "1' 00\"",
"category": "Gear",
"weight": "46.3 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#599", "#600", "#601"],
"abilities": ["Plus"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Klang",
"id": "#600",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/600.png",
"xdescription": "A minigear and big gear comprise its body. If the minigear it launches at a foe doesn't return, it will die.",
"ydescription": "By changing the direction in which it rotates, it communicates its feelings to others. When angry, it rotates faster.",
"height": "2' 00\"",
"category": "Gear",
"weight": "112.4 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#599", "#600", "#601"],
"abilities": ["Plus"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 210,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#599",
"reason": "(Level 38)",
"base_exp": "154"
},
{
"name": "Klinklang",
"id": "#601",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/601.png",
"xdescription": "Its red core functions as an energy tank. It fires the charged energy through its spikes into an area.",
"ydescription": "The gear with the red core is rotated at high speed for a rapid energy charge.",
"height": "2' 00\"",
"category": "Gear",
"weight": "178.6 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#599", "#600", "#601"],
"abilities": ["Plus"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 30,
"special_defense": 40,
"speed": 50,
"total": 250,
"genderless": 1,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#600",
"reason": "(Level 49)",
"base_exp": "234"
},
{
"name": "Tynamo",
"id": "#602",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/602.png",
"xdescription": "One alone can emit only a trickle of electricity, so a group of them gathers to unleash a powerful electric shock.",
"ydescription": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.",
"height": "0' 08\"",
"category": "EleFish",
"weight": "0.7 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["None"],
"evolutions": ["#602", "#603", "#604"],
"abilities": ["Levitate"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Eelektrik",
"id": "#603",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/603.png",
"xdescription": "These Pok\u00e9mon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.",
"ydescription": "It wraps itself around its prey and paralyzes it with electricity from the round spots on its sides. Then it chomps.",
"height": "3' 11\"",
"category": "EleFish",
"weight": "48.5 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["None"],
"evolutions": ["#602", "#603", "#604"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 20,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#602",
"reason": "(Level 39)",
"base_exp": "142"
},
{
"name": "Eelektross",
"id": "#604",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/604.png",
"xdescription": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.",
"ydescription": "With their sucker mouths, they suck in prey. Then they use their fangs to shock the prey with electricity.",
"height": "6' 11\"",
"category": "EleFish",
"weight": "177.5 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["None"],
"evolutions": ["#602", "#603", "#604"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#603",
"reason": "(use Thunder Stone)",
"base_exp": "232"
},
{
"name": "Elgyem",
"id": "#605",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/605.png",
"xdescription": "Rumors of its origin are linked to a UFO crash site in the desert 50 years ago.",
"ydescription": "It uses its strong psychic power to squeeze its opponent's brain, causing unendurable headaches.",
"height": "1' 08\"",
"category": "Cerebral",
"weight": "19.8 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#605", "#606"],
"abilities": ["Synchronize"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Beheeyem",
"id": "#606",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/606.png",
"xdescription": "It uses psychic power to control an opponent's brain and tamper with its memories.",
"ydescription": "Apparently, it communicates by flashing its three fingers, but those patterns haven't been decoded.",
"height": "3' 03\"",
"category": "Cerebral",
"weight": "76.1 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Bug", "Ghost", "Dark"],
"evolutions": ["#605", "#606"],
"abilities": ["Synchronize"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#605",
"reason": "(Level 42)",
"base_exp": "170"
},
{
"name": "Litwick",
"id": "#607",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/607.png",
"xdescription": "Litwick shines a light that absorbs the life energy of people and Pok\u00e9mon, which becomes the fuel that it burns.",
"ydescription": "While shining a light and pretending to be a guide, it leeches off the life force of any who follow it.",
"height": "1' 00\"",
"category": "Candle",
"weight": "6.8 lbs",
"typeofpokemon": ["Ghost", "Fire"],
"weaknesses": ["Water", "Ground", "Rock", "Ghost", "Dark"],
"evolutions": ["#607", "#608", "#609"],
"abilities": ["Flash Fire"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 10,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "55"
},
{
"name": "Lampent",
"id": "#608",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/608.png",
"xdescription": "It arrives near the moment of death and steals spirit from the body.",
"ydescription": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.",
"height": "2' 00\"",
"category": "Lamp",
"weight": "28.7 lbs",
"typeofpokemon": ["Ghost", "Fire"],
"weaknesses": ["Water", "Ground", "Rock", "Ghost", "Dark"],
"evolutions": ["#607", "#608", "#609"],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 20,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#607",
"reason": "(Level 41)",
"base_exp": "130"
},
{
"name": "Chandelure",
"id": "#609",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/609.png",
"xdescription": "The spirits burned up in its ominous flame lose their way and wander this world forever.",
"ydescription": "Being consumed in Chandelure's flame burns up the spirit, leaving the body behind.",
"height": "3' 03\"",
"category": "Luring",
"weight": "75.6 lbs",
"typeofpokemon": ["Ghost", "Fire"],
"weaknesses": ["Water", "Ground", "Rock", "Ghost", "Dark"],
"evolutions": ["#607", "#608", "#609"],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 70,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#608",
"reason": "(use Dusk Stone)",
"base_exp": "234"
},
{
"name": "Axew",
"id": "#610",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/610.png",
"xdescription": "They mark their territory by leaving gashes in trees with their tusks. If a tusk breaks, a new one grows in quickly.",
"ydescription": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.",
"height": "2' 00\"",
"category": "Tusk",
"weight": "39.7 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#610", "#611", "#612"],
"abilities": ["Rivalry"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 10,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Fraxure",
"id": "#611",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/611.png",
"xdescription": "A broken tusk will not grow back, so it diligently sharpens its tusks on river rocks after the end of a battle.",
"ydescription": "Their tusks can shatter rocks. Territory battles between Fraxure can be intensely violent.",
"height": "3' 03\"",
"category": "Axe Jaw",
"weight": "79.4 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#610", "#611", "#612"],
"abilities": ["Rivalry"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#610",
"reason": "(Level 38)",
"base_exp": "144"
},
{
"name": "Haxorus",
"id": "#612",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/612.png",
"xdescription": "Their sturdy tusks will stay sharp even if used to cut steel beams. These Pok\u00e9mon are covered in hard armor.",
"ydescription": "They are kind but can be relentless when defending territory. They challenge foes with tusks that can cut steel.",
"height": "5' 11\"",
"category": "Axe Jaw",
"weight": "232.6 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#610", "#611", "#612"],
"abilities": ["Rivalry"],
"hp": 30,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#611",
"reason": "(Level 48)",
"base_exp": "243"
},
{
"name": "Cubchoo",
"id": "#613",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/613.png",
"xdescription": "Their snot is a barometer of health. When healthy, their snot is sticky and the power of their ice moves increases.",
"ydescription": "Its nose is always running. It sniffs the snot back up because the mucus provides the raw material for its moves.",
"height": "1' 08\"",
"category": "Chill",
"weight": "18.7 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#613", "#614"],
"abilities": ["Snow Cloak"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Beartic",
"id": "#614",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/614.png",
"xdescription": "It freezes its breath to create fangs and claws of ice to fight with. Cold northern areas are its habitat.",
"ydescription": "They love the cold seas of the north. They create pathways across the ocean waters by freezing their own breath.",
"height": "8' 06\"",
"category": "Freezing",
"weight": "573.2 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#613", "#614"],
"abilities": ["Snow Cloak"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#613",
"reason": "(Level 37)",
"base_exp": "177"
},
{
"name": "Cryogonal",
"id": "#615",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/615.png",
"xdescription": "They are composed of ice crystals. They capture prey with chains of ice, freezing the prey at -148 degrees Fahrenheit.",
"ydescription": "They are born in snow clouds. They use chains made of ice crystals to capture prey.",
"height": "3' 07\"",
"category": "Crystallizing",
"weight": "326.3 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Fighting", "Rock", "Steel"],
"evolutions": ["#615"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 50,
"special_defense": 60,
"speed": 60,
"total": 250,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "180"
},
{
"name": "Shelmet",
"id": "#616",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/616.png",
"xdescription": "It evolves when bathed in an electric-like energy along with Karrablast. The reason is still unknown.",
"ydescription": "When it and Karrablast are together, and both receive electrical stimulation, they both evolve.",
"height": "1' 04\"",
"category": "Snail",
"weight": "17.0 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#616", "#617"],
"abilities": ["Hydration"],
"hp": 20,
"attack": 20,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Accelgor",
"id": "#617",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/617.png",
"xdescription": "When its body dries out, it weakens. So, to prevent dehydration, it wraps itself in many layers of thin membrane.",
"ydescription": "Having removed its heavy shell, it becomes very light and can fight with ninja-like movements.",
"height": "2' 07\"",
"category": "Shell Out",
"weight": "55.8 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#616", "#617"],
"abilities": ["Hydration"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 50,
"special_defense": 30,
"speed": 80,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#616",
"reason": "(Trade with Karrablast)",
"base_exp": "173"
},
{
"name": "Stunfisk",
"id": "#618",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/618.png",
"xdescription": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers a jolt of electricity.",
"ydescription": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.",
"height": "2' 04\"",
"category": "Trap",
"weight": "24.3 lbs",
"typeofpokemon": ["Ground", "Electric"],
"weaknesses": ["Water", "Grass", "Ice", "Ground"],
"evolutions": ["#618"],
"abilities": ["Static"],
"hp": 40,
"attack": 30,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous, Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "165"
},
{
"name": "Mienfoo",
"id": "#619",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/619.png",
"xdescription": "In fights, they dominate with onslaughts of flowing, continuous attacks. With their sharp claws, they cut enemies.",
"ydescription": "It takes pride in the speed at which it can use moves. What it loses in power, it makes up for in quantity.",
"height": "2' 11\"",
"category": "Martial Arts",
"weight": "44.1 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#619", "#620"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Mienshao",
"id": "#620",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/620.png",
"xdescription": "Using the long fur on its arms like whips, it launches into combo attacks that, once started, no one can stop.",
"ydescription": "It wields the fur on its arms like a whip. Its arm attacks come with such rapidity that they cannot even be seen.",
"height": "4' 07\"",
"category": "Martial Arts",
"weight": "78.3 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Flying", "Psychic", "Fairy"],
"evolutions": ["#619", "#620"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#619",
"reason": "(Level 50)",
"base_exp": "179"
},
{
"name": "Druddigon",
"id": "#621",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/621.png",
"xdescription": "It warms its body by absorbing sunlight with its wings. When its body temperature falls, it can no longer move.",
"ydescription": "It races through narrow caves, using its sharp claws to catch prey. The skin on its face is harder than a rock.",
"height": "5' 03\"",
"category": "Cave",
"weight": "306.4 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Ice", "Dragon", "Fairy"],
"evolutions": ["#621"],
"abilities": ["Rough Skin"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Dragon, Monster ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Golett",
"id": "#622",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/622.png",
"xdescription": "Ancient science fashioned this Pok\u00e9mon from clay. It's been active for thousands of years.",
"ydescription": "The energy that burns inside it enables it to move, but no one has yet been able to identify this energy.",
"height": "3' 03\"",
"category": "Automaton",
"weight": "202.8 lbs",
"typeofpokemon": ["Ground", "Ghost"],
"weaknesses": ["Water", "Grass", "Ice", "Ghost", "Dark"],
"evolutions": ["#622", "#623"],
"abilities": ["Iron Fist"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 150,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Golurk",
"id": "#623",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/623.png",
"xdescription": "It flies across the sky at Mach speeds. Removing the seal on its chest makes its internal energy go out of control.",
"ydescription": "It is said that Golurk were ordered to protect people and Pok\u00e9mon by the ancient people who made them.",
"height": "9' 02\"",
"category": "Automaton",
"weight": "727.5 lbs",
"typeofpokemon": ["Ground", "Ghost"],
"weaknesses": ["Water", "Grass", "Ice", "Ghost", "Dark"],
"evolutions": ["#622", "#623"],
"abilities": ["Iron Fist"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 230,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#622",
"reason": "(Level 43)",
"base_exp": "169"
},
{
"name": "Pawniard",
"id": "#624",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/624.png",
"xdescription": "Ignoring their injuries, groups attack by sinking the blades that cover their bodies into their prey.",
"ydescription": "Blades comprise this Pok\u00e9mon's entire body. If battling dulls the blades, it sharpens them on stones by the river.",
"height": "1' 08\"",
"category": "Sharp Blade",
"weight": "22.5 lbs",
"typeofpokemon": ["Dark", "Steel"],
"weaknesses": ["Fighting", "Fire", "Ground"],
"evolutions": ["#624", "#625"],
"abilities": ["Inner Focus"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Bisharp",
"id": "#625",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/625.png",
"xdescription": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.",
"ydescription": "This pitiless Pok\u00e9mon commands a group of Pawniard to hound prey into immobility. It then moves in to finish the prey off.",
"height": "5' 03\"",
"category": "Sword Blade",
"weight": "154.3 lbs",
"typeofpokemon": ["Dark", "Steel"],
"weaknesses": ["Fighting", "Fire", "Ground"],
"evolutions": ["#624", "#625"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"evolvedfrom": "#624",
"reason": "(Level 52)",
"base_exp": "172"
},
{
"name": "Bouffalant",
"id": "#626",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/626.png",
"xdescription": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.",
"ydescription": "They charge wildly and headbutt everything. Their headbutts have enough destructive force to derail a train.",
"height": "5' 03\"",
"category": "Bash Buffalo",
"weight": "208.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#626"],
"abilities": ["Reckless"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 20,
"special_defense": 40,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Rufflet",
"id": "#627",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/627.png",
"xdescription": "They will challenge anything, even strong opponents, without fear. Their frequent fights help them become stronger.",
"ydescription": "They crush berries with their talons. They bravely stand up to any opponent, no matter how strong it is.",
"height": "1' 08\"",
"category": "Eaglet",
"weight": "23.1 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#627", "#628"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Braviary",
"id": "#628",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/628.png",
"xdescription": "They fight for their friends without any thought about danger to themselves. One can carry a car while flying.",
"ydescription": "For the sake of its friends, this brave warrior of the sky will not stop battling, even if injured.",
"height": "4' 11\"",
"category": "Valiant",
"weight": "90.4 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#627", "#628"],
"abilities": ["Keen Eye"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#627",
"reason": "(Level 54)",
"base_exp": "179"
},
{
"name": "Vullaby",
"id": "#629",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/629.png",
"xdescription": "Their wings are too tiny to allow them to fly. They guard their posteriors with bones that were gathered by Mandibuzz.",
"ydescription": "Its wings are too tiny to allow it to fly. As the time approaches for it to evolve, it discards the bones it was wearing.",
"height": "1' 08\"",
"category": "Diapered",
"weight": "19.8 lbs",
"typeofpokemon": ["Dark", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Fairy"],
"evolutions": ["#629", "#630"],
"abilities": ["Big Pecks"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "74"
},
{
"name": "Mandibuzz",
"id": "#630",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/630.png",
"xdescription": "Watching from the sky, they swoop to strike weakened Pok\u00e9mon on the ground. They decorate themselves with bones.",
"ydescription": "They fly in circles around the sky. When they spot prey, they attack and carry it back to their nest with ease.",
"height": "3' 11\"",
"category": "Bone Vulture",
"weight": "87.1 lbs",
"typeofpokemon": ["Dark", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Fairy"],
"evolutions": ["#629", "#630"],
"abilities": ["Big Pecks"],
"hp": 40,
"attack": 30,
"defense": 50,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#629",
"reason": "(Level 54)",
"base_exp": "179"
},
{
"name": "Heatmor",
"id": "#631",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/631.png",
"xdescription": "It draws in air through its tail, transforms it into fire, and uses it like a tongue. It melts Durant and eats them.",
"ydescription": "Using their very hot, flame-covered tongues, they burn through Durant's steel bodies and consume their insides.",
"height": "4' 07\"",
"category": "Anteater",
"weight": "127.9 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#631"],
"abilities": ["Flash Fire"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "169"
},
{
"name": "Durant",
"id": "#632",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/632.png",
"xdescription": "They attack in groups, covering themselves in steel armor to protect themselves from Heatmor.",
"ydescription": "Individuals each play different roles in driving Heatmor, their natural predator, away from their colony.",
"height": "1' 00\"",
"category": "Iron Ant",
"weight": "72.8 lbs",
"typeofpokemon": ["Bug", "Steel"],
"weaknesses": ["Fire"],
"evolutions": ["#632"],
"abilities": ["Swarm"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 20,
"special_defense": 20,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug ",
"reason": "",
"evolvedfrom": "",
"base_exp": "169"
},
{
"name": "Deino",
"id": "#633",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/633.png",
"xdescription": "Lacking sight, it's unaware of its surroundings, so it bumps into things and eats anything that moves.",
"ydescription": "They cannot see, so they tackle and bite to learn about their surroundings. Their bodies are covered in wounds.",
"height": "2' 07\"",
"category": "Irate",
"weight": "38.1 lbs",
"typeofpokemon": ["Dark", "Dragon"],
"weaknesses": ["Ice", "Fighting", "Bug", "Dragon", "Fairy"],
"evolutions": ["#633", "#634", "#635"],
"abilities": ["Hustle"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Zweilous",
"id": "#634",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/634.png",
"xdescription": "After it has eaten up all the food in its territory, it moves to another area. Its two heads do not get along.",
"ydescription": "The two heads do not get along. Whichever head eats more than the other gets to be the leader.",
"height": "4' 07\"",
"category": "Hostile",
"weight": "110.2 lbs",
"typeofpokemon": ["Dark", "Dragon"],
"weaknesses": ["Ice", "Fighting", "Bug", "Dragon", "Fairy"],
"evolutions": ["#633", "#634", "#635"],
"abilities": ["Hustle"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#633",
"reason": "(Level 50)",
"base_exp": "147"
},
{
"name": "Hydreigon",
"id": "#635",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/635.png",
"xdescription": "It responds to movement by attacking. This scary, three-headed Pok\u00e9mon devours everything in its path!",
"ydescription": "The heads on their arms do not have brains. They use all three heads to consume and destroy everything.",
"height": "5' 11\"",
"category": "Brutal",
"weight": "352.7 lbs",
"typeofpokemon": ["Dark", "Dragon"],
"weaknesses": ["Ice", "Fighting", "Bug", "Dragon", "Fairy"],
"evolutions": ["#633", "#634", "#635"],
"abilities": ["Levitate"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#634",
"reason": "(Level 64)",
"base_exp": "270"
},
{
"name": "Larvesta",
"id": "#636",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/636.png",
"xdescription": "The base of volcanoes is where they make their homes. They shoot fire from their five horns to repel attacking enemies.",
"ydescription": "Said to have been born from the sun, it spews fire from its horns and encases itself in a cocoon of fire when it evolves.",
"height": "3' 07\"",
"category": "Torch",
"weight": "63.5 lbs",
"typeofpokemon": ["Bug", "Fire"],
"weaknesses": ["Rock", "Water", "Flying"],
"evolutions": ["#636", "#637"],
"abilities": ["Flame Body"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "72"
},
{
"name": "Volcarona",
"id": "#637",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/637.png",
"xdescription": "When volcanic ash darkened the atmosphere, it is said that Volcarona's fire provided a replacement for the sun.",
"ydescription": "A sea of fire engulfs the surroundings of their battles, since they use their six wings to scatter their ember scales.",
"height": "5' 03\"",
"category": "Sun",
"weight": "101.4 lbs",
"typeofpokemon": ["Bug", "Fire"],
"weaknesses": ["Rock", "Water", "Flying"],
"evolutions": ["#636", "#637"],
"abilities": ["Flame Body"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 70,
"special_defense": 40,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Bug ",
"evolvedfrom": "#636",
"reason": "(Level 59)",
"base_exp": "248"
},
{
"name": "Cobalion",
"id": "#638",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/638.png",
"xdescription": "It has a body and heart of steel. It worked with its allies to punish people when they hurt Pok\u00e9mon.",
"ydescription": "It has a body and heart of steel. Its glare is sufficient to make even an unruly Pok\u00e9mon obey it.",
"height": "6' 11\"",
"category": "Iron Will",
"weight": "551.2 lbs",
"typeofpokemon": ["Steel", "Fighting"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#638"],
"abilities": ["Justified"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Terrakion",
"id": "#639",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/639.png",
"xdescription": "Spoken of in legend, this Pok\u00e9mon used its phenomenal power to destroy a castle in its effort to protect Pok\u00e9mon.",
"ydescription": "Its charge is strong enough to break through a giant castle wall in one blow. This Pok\u00e9mon is spoken of in legends.",
"height": "6' 03\"",
"category": "Cavern",
"weight": "573.2 lbs",
"typeofpokemon": ["Rock", "Fighting"],
"weaknesses": [
"Water",
"Grass",
"Fighting",
"Ground",
"Steel",
"Psychic",
"Fairy"
],
"evolutions": ["#639"],
"abilities": ["Justified"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 60,
"total": 290,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Virizion",
"id": "#640",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/640.png",
"xdescription": "Legends say this Pok\u00e9mon confounded opponents with its swift movements.",
"ydescription": "Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.",
"height": "6' 07\"",
"category": "Grassland",
"weight": "440.9 lbs",
"typeofpokemon": ["Grass", "Fighting"],
"weaknesses": ["Flying", "Fire", "Ice", "Poison", "Psychic", "Fairy"],
"evolutions": ["#640"],
"abilities": ["Justified"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 50,
"speed": 60,
"total": 270,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Tornadus",
"id": "#641",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/641.png",
"xdescription": "Tornadus expels massive energy from its tail, causing severe storms. Its power is great enough to blow houses away.",
"ydescription": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.",
"height": "4' 11\"",
"category": "Cyclone",
"weight": "138.9 lbs",
"typeofpokemon": ["Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#641"],
"abilities": ["Prankster"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 270,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Thundurus",
"id": "#642",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/642.png",
"xdescription": "As it flies around, it shoots lightning all over the place and causes forest fires. It is therefore disliked.",
"ydescription": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.",
"height": "4' 11\"",
"category": "Bolt Strike",
"weight": "134.5 lbs",
"typeofpokemon": ["Electric", "Flying"],
"weaknesses": ["Ice", "Rock"],
"evolutions": ["#642"],
"abilities": ["Prankster"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 270,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Reshiram",
"id": "#643",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/643.png",
"xdescription": "When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather.",
"ydescription": "This legendary Pok\u00e9mon can scorch the world with fire. It helps those who want to build a world of truth.",
"height": "10' 06\"",
"category": "Vast White",
"weight": "727.5 lbs",
"typeofpokemon": ["Dragon", "Fire"],
"weaknesses": ["Ground", "Rock", "Dragon"],
"evolutions": ["#643"],
"abilities": ["Turboblaze"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 70,
"special_defense": 50,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Zekrom",
"id": "#644",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/644.png",
"xdescription": "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail.",
"ydescription": "This legendary Pok\u00e9mon can scorch the world with lightning. It assists those who want to build an ideal world.",
"height": "9' 06\"",
"category": "Deep Black",
"weight": "760.6 lbs",
"typeofpokemon": ["Dragon", "Electric"],
"weaknesses": ["Ice", "Ground", "Dragon", "Fairy"],
"evolutions": ["#644"],
"abilities": ["Teravolt"],
"hp": 40,
"attack": 80,
"defense": 50,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Landorus",
"id": "#645",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/645.png",
"xdescription": "From the forces of lightning and wind, it creates energy to give nutrients to the soil and make the land abundant.",
"ydescription": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \u201cThe Guardian of the Fields.\u201d",
"height": "4' 11\"",
"category": "Abundance",
"weight": "149.9 lbs",
"typeofpokemon": ["Ground", "Flying"],
"weaknesses": ["Ice", "Water"],
"evolutions": ["#645"],
"abilities": ["Sand Force"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 60,
"special_defense": 30,
"speed": 50,
"total": 280,
"male_percentage": "100%",
"female_percentage": "0%",
"genderless": 0,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Kyurem",
"id": "#646",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/646.png",
"xdescription": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.",
"ydescription": "This legendary ice Pok\u00e9mon waits for a hero to fill in the missing parts of its body with truth or ideals.",
"height": "9' 10\"",
"category": "Boundary",
"weight": "716.5 lbs",
"typeofpokemon": ["Dragon", "Ice"],
"weaknesses": ["Fighting", "Rock", "Dragon", "Steel", "Fairy"],
"evolutions": ["#646"],
"abilities": ["Pressure"],
"hp": 50,
"attack": 70,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "297"
},
{
"name": "Keldeo",
"id": "#647",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/647.png",
"xdescription": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are then too fast to follow.",
"ydescription": "It crosses the world, running over the surfaces of oceans and rivers. It appears at scenic waterfronts.",
"height": "4' 07\"",
"category": "Colt",
"weight": "106.9 lbs",
"typeofpokemon": ["Water", "Fighting"],
"weaknesses": ["Flying", "Grass", "Electric", "Fairy", "Psychic"],
"evolutions": ["#647"],
"abilities": ["Justified"],
"hp": 40,
"attack": 40,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 60,
"total": 280,
"genderless": 1,
"cycles": "80 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "261"
},
{
"name": "Meloetta",
"id": "#648",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/648.png",
"xdescription": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.",
"ydescription": "The melodies sung by Meloetta have the power to make Pok\u00e9mon that hear them happy or sad.",
"height": "2' 00\"",
"category": "Melody",
"weight": "14.3 lbs",
"typeofpokemon": ["Normal", "Psychic"],
"weaknesses": ["Bug", "Dark"],
"evolutions": ["#648"],
"abilities": ["Serene Grace"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 50,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Genesect",
"id": "#649",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/649.png",
"xdescription": "This Pok\u00e9mon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.",
"ydescription": "This ancient bug Pok\u00e9mon was altered by Team Plasma. They upgraded the cannon on its back.",
"height": "4' 11\"",
"category": "Paleozoic",
"weight": "181.9 lbs",
"typeofpokemon": ["Bug", "Steel"],
"weaknesses": ["Fire"],
"evolutions": ["#649"],
"abilities": ["Download"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 280,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Chespin",
"id": "#650",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/650.png",
"xdescription": "Such a thick shell of wood covers its head and back that even a direct hit from a truck wouldn't faze it.",
"ydescription": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.",
"height": "1' 04\"",
"category": "Spiny Nut",
"weight": "19.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Poison", "Ice", "Bug"],
"evolutions": ["#650", "#651", "#652"],
"abilities": ["Overgrow"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Quilladin",
"id": "#651",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/651.png",
"xdescription": "They strengthen their lower bodies by running into one another. They are very kind and won't start fights.",
"ydescription": "It relies on its sturdy shell to deflect predators' attacks. It counterattacks with its sharp quills.",
"height": "2' 04\"",
"category": "Spiny Armor",
"weight": "63.9 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Poison", "Ice", "Bug"],
"evolutions": ["#650", "#651", "#652"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 190,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#650",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Chesnaught",
"id": "#652",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/652.png",
"xdescription": "When it takes a defensive posture with its fists guarding its face, it could withstand a bomb blast.",
"ydescription": "Its Tackle is forceful enough to flip a 50-ton tank. It shields its allies from danger with its own body.",
"height": "5' 03\"",
"category": "Spiny Armor",
"weight": "198.4 lbs",
"typeofpokemon": ["Grass", "Fighting"],
"weaknesses": ["Fire", "Psychic", "Flying", "Poison", "Ice", "Fairy"],
"evolutions": ["#650", "#651", "#652"],
"abilities": ["Overgrow"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 250,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#651",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Fennekin",
"id": "#653",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/653.png",
"xdescription": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.",
"ydescription": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.",
"height": "1' 04\"",
"category": "Fox",
"weight": "20.7 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Rock", "Ground"],
"evolutions": ["#653", "#654", "#655"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 150,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Braixen",
"id": "#654",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/654.png",
"xdescription": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.",
"ydescription": "It has a twig stuck in its tail. With friction from its tail fur, it sets the twig on fire and launches into battle.",
"height": "3' 03\"",
"category": "Fox",
"weight": "32.0 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Rock", "Ground"],
"evolutions": ["#653", "#654", "#655"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 200,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#653",
"reason": "(Level 16)",
"base_exp": "143"
},
{
"name": "Delphox",
"id": "#655",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/655.png",
"xdescription": "Using psychic power, it generates a fiery vortex of 5,400 degrees Fahrenheit, incinerating foes swept into this whirl of flame.",
"ydescription": "It gazes into the flame at the tip of its branch to achieve a focused state, which allows it to see into the future.",
"height": "4' 11\"",
"category": "Fox",
"weight": "86.0 lbs",
"typeofpokemon": ["Fire", "Psychic"],
"weaknesses": ["Ghost", "Dark", "Water", "Rock", "Ground"],
"evolutions": ["#653", "#654", "#655"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 40,
"speed": 60,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#654",
"reason": "(Level 36)",
"base_exp": "240"
},
{
"name": "Froakie",
"id": "#656",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/656.png",
"xdescription": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.",
"ydescription": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.",
"height": "1' 00\"",
"category": "Bubble Frog",
"weight": "15.4 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#656", "#657", "#658"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "63"
},
{
"name": "Frogadier",
"id": "#657",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/657.png",
"xdescription": "Its swiftness is unparalleled. It can scale a tower of more than 2,000 feet in a minute's time.",
"ydescription": "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.",
"height": "2' 00\"",
"category": "Bubble Frog",
"weight": "24.0 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#656", "#657", "#658"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#656",
"reason": "(Level 16)",
"base_exp": "142"
},
{
"name": "Greninja",
"id": "#658",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/658.png",
"xdescription": "It appears and vanishes with a ninja's grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.",
"ydescription": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.",
"height": "4' 11\"",
"category": "Ninja",
"weight": "88.2 lbs",
"typeofpokemon": ["Water", "Dark"],
"weaknesses": ["Fairy", "Grass", "Electric", "Fighting", "Bug"],
"evolutions": ["#656", "#657", "#658"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 70,
"total": 260,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#657",
"reason": "(Level 36)",
"base_exp": "239"
},
{
"name": "Bunnelby",
"id": "#659",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/659.png",
"xdescription": "It has ears like shovels. Digging holes strengthens its ears so much that they can sever thick roots effortlessly.",
"ydescription": "They use their large ears to dig burrows. They will dig the whole night through.",
"height": "1' 04\"",
"category": "Digging",
"weight": "11.0 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#659", "#660"],
"abilities": ["Pickup"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "47"
},
{
"name": "Diggersby",
"id": "#660",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/660.png",
"xdescription": "As powerful as an excavator, its ears can reduce dense bedrock to rubble. When it's finished digging, it lounges lazily.",
"ydescription": "With their powerful ears, they can heft boulders of a ton or more with ease. They can be a big help at construction sites.",
"height": "3' 03\"",
"category": "Digging",
"weight": "93.5 lbs",
"typeofpokemon": ["Normal", "Ground"],
"weaknesses": ["Water", "Grass", "Ice", "Fighting"],
"evolutions": ["#659", "#660"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#659",
"reason": "(Level 20)",
"base_exp": "148"
},
{
"name": "Fletchling",
"id": "#661",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/661.png",
"xdescription": "Despite the beauty of its lilting voice, it's merciless to intruders that enter its territory.",
"ydescription": "These friendly Pok\u00e9mon send signals to one another with beautiful chirps and tail-feather movements.",
"height": "1' 00\"",
"category": "Tiny Robin",
"weight": "3.7 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Ice", "Electric", "Rock"],
"evolutions": ["#661", "#662", "#663"],
"abilities": ["Big Pecks"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Fletchinder",
"id": "#662",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/662.png",
"xdescription": "The hotter the flame sac on its belly, the faster it can fly, but it takes some time to get the fire going.",
"ydescription": "From its beak, it expels embers that set the tall grass on fire. Then it pounces on the bewildered prey that pop out of the grass.",
"height": "2' 04\"",
"category": "Ember",
"weight": "35.3 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Water", "Rock", "Electric"],
"evolutions": ["#661", "#662", "#663"],
"abilities": ["Flame Body"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#661",
"reason": "(Level 17)",
"base_exp": "134"
},
{
"name": "Talonflame",
"id": "#663",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/663.png",
"xdescription": "When attacking prey, it can reach speeds of up to 310 mph. It finishes its prey off with a colossal kick.",
"ydescription": "In the fever of an exciting battle, it showers embers from the gaps between its feathers and takes to the air.",
"height": "3' 11\"",
"category": "Scorching",
"weight": "54.0 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Water", "Rock", "Electric"],
"evolutions": ["#661", "#662", "#663"],
"abilities": ["Flame Body"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 70,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#662",
"reason": "(Level 35)",
"base_exp": "175"
},
{
"name": "Scatterbug",
"id": "#664",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/664.png",
"xdescription": "The powder that covers its body regulates its temperature, so it can live in any region or climate.",
"ydescription": "When under attack from bird Pok\u00e9mon, it spews a poisonous black powder that causes paralysis on contact.",
"height": "1' 00\"",
"category": "Scatterdust",
"weight": "5.5 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#664", "#665", "#666"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "40"
},
{
"name": "Spewpa",
"id": "#665",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/665.png",
"xdescription": "The beaks of bird Pok\u00e9mon can't begin to scratch its stalwart body. To defend itself, it spews powder.",
"ydescription": "It lives hidden within thicket shadows. When predators attack, it quickly bristles the fur covering its body in an effort to threaten them.",
"height": "1' 00\"",
"category": "Scatterdust",
"weight": "18.5 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#664", "#665", "#666"],
"abilities": ["Shed Skin"],
"hp": 20,
"attack": 10,
"defense": 30,
"special_attack": 10,
"special_defense": 10,
"speed": 20,
"total": 100,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#664",
"reason": "(Level 9)",
"base_exp": "75"
},
{
"name": "Vivillon",
"id": "#666",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/666.png",
"xdescription": "The patterns on this Pok\u00e9mon's wings depend on the climate and topography of its habitat. It scatters colorful scales.",
"ydescription": "Vivillon with many different patterns are found all over the world. These patterns are affected by the climate of their habitat.",
"height": "3' 11\"",
"category": "Scale",
"weight": "37.5 lbs",
"typeofpokemon": ["Bug", "Flying"],
"weaknesses": ["Fire", "Flying", "Electric", "Ice", "Rock"],
"evolutions": ["#664", "#665", "#666"],
"abilities": ["Shield Dust"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 190,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#665",
"reason": "(Level 12)",
"base_exp": "185"
},
{
"name": "Litleo",
"id": "#667",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/667.png",
"xdescription": "They set off on their own from their pride and live by themselves to become stronger. These hot-blooded Pok\u00e9mon are quick to fight.",
"ydescription": "The stronger the opponent it faces, the more heat surges from its mane and the more power flows through its body.",
"height": "2' 00\"",
"category": "Lion Cub",
"weight": "29.8 lbs",
"typeofpokemon": ["Fire", "Normal"],
"weaknesses": ["Rock", "Water", "Fighting", "Ground"],
"evolutions": ["#667", "#668"],
"abilities": ["Rivalry"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 20,
"speed": 40,
"total": 190,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "74"
},
{
"name": "Pyroar",
"id": "#668",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/668.png",
"xdescription": "With fiery breath of more than 10,000 degrees Fahrenheit, they viciously threaten any challenger. The females protect the pride's cubs.",
"ydescription": "The male with the largest mane of fire is the leader of the pride.",
"height": "4' 11\"",
"category": "Royal",
"weight": "179.7 lbs",
"typeofpokemon": ["Fire", "Normal"],
"weaknesses": ["Water", "Rock", "Fighting", "Ground"],
"evolutions": ["#667", "#668"],
"abilities": ["Rivalry"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 60,
"total": 250,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#667",
"reason": "(Level 35)",
"base_exp": "177"
},
{
"name": "Flab\u00e9b\u00e9",
"id": "#669",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/669.png",
"xdescription": "When it finds a flower it likes, it dwells on that flower its whole life long. It floats in the wind's embrace with an untroubled heart.",
"ydescription": "It draws out and controls the hidden power of flowers. The flower Flab\u00e9b\u00e9 holds is most likely part of its body.",
"height": "0' 04\"",
"category": "Single Bloom",
"weight": "0.2 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#669", "#670", "#671"],
"abilities": ["Flower Veil"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 140,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Floette",
"id": "#670",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/670.png",
"xdescription": "When the flowers of a well-tended flower bed bloom, it appears and celebrates with an elegant dance.",
"ydescription": "It flutters around fields of flowers and cares for flowers that are starting to wilt. It draws out the hidden power of flowers to battle.",
"height": "0' 08\"",
"category": "Single Bloom",
"weight": "2.0 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#669", "#670", "#671"],
"abilities": ["Flower Veil"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 170,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#669",
"reason": "(Level 19)",
"base_exp": "130"
},
{
"name": "Florges",
"id": "#671",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/671.png",
"xdescription": "In times long past, governors of castles would invite Florges to create flower gardens to embellish the castle domains.",
"ydescription": "It claims exquisite flower gardens as its territory, and it obtains power from basking in the energy emitted by flowering plants.",
"height": "3' 07\"",
"category": "Garden",
"weight": "22.0 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#669", "#670", "#671"],
"abilities": ["Flower Veil"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 60,
"speed": 40,
"total": 240,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#670",
"reason": "(use Shiny Stone)",
"base_exp": "248"
},
{
"name": "Skiddo",
"id": "#672",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/672.png",
"xdescription": "If it has sunshine and water, it doesn't need to eat, because it can generate energy from the leaves on its back.",
"ydescription": "Thought to be one of the first Pok\u00e9mon to live in harmony with humans, it has a placid disposition.",
"height": "2' 11\"",
"category": "Mount",
"weight": "68.3 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Poison", "Ice", "Bug"],
"evolutions": ["#672", "#673"],
"abilities": ["Sap Sipper"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Gogoat",
"id": "#673",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/673.png",
"xdescription": "They inhabit mountainous regions. The leader of the herd is decided by a battle of clashing horns.",
"ydescription": "It can tell how its Trainer is feeling by subtle shifts in the grip on its horns. This empathic sense lets them run as if one being.",
"height": "5' 07\"",
"category": "Mount",
"weight": "200.6 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Poison", "Ice", "Bug"],
"evolutions": ["#672", "#673"],
"abilities": ["Sap Sipper"],
"hp": 50,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#672",
"reason": "(Level 32)",
"base_exp": "186"
},
{
"name": "Pancham",
"id": "#674",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/674.png",
"xdescription": "It does its level best to glare and pull a scary face, but it can't help grinning if anyone pats its head.",
"ydescription": "It does its best to be taken seriously by its enemies, but its glare is not sufficiently intimidating. Chewing on a leaf is its trademark.",
"height": "2' 00\"",
"category": "Playful",
"weight": "17.6 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Psychic", "Flying", "Fairy"],
"evolutions": ["#674", "#675"],
"abilities": ["Iron Fist"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "",
"reason": "",
"base_exp": "70"
},
{
"name": "Pangoro",
"id": "#675",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/675.png",
"xdescription": "It charges ahead and bashes its opponents like a berserker, uncaring about any hits it might take. Its arms are mighty enough to snap a telephone pole.",
"ydescription": "Although it possesses a violent temperament, it won't put up with bullying. It uses the leaf in its mouth to sense the movements of its enemies.",
"height": "6' 11\"",
"category": "Daunting",
"weight": "299.8 lbs",
"typeofpokemon": ["Fighting", "Dark"],
"weaknesses": ["Flying", "Fairy", "Fighting"],
"evolutions": ["#674", "#675"],
"abilities": ["Iron Fist"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "25 ",
"egg_groups": "Field, Human-Like ",
"evolvedfrom": "#674",
"reason": "(Level 32, Dark type Pok\u00e9mon in party)",
"base_exp": "173"
},
{
"name": "Furfrou",
"id": "#676",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/676.png",
"xdescription": "Historically, in the Kalos region, these Pok\u00e9mon were the designated guardians of the king.",
"ydescription": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.",
"height": "3' 11\"",
"category": "Poodle",
"weight": "61.7 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#676"],
"abilities": ["Fur Coat"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 30,
"special_defense": 40,
"speed": 50,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "165"
},
{
"name": "Espurr",
"id": "#677",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/677.png",
"xdescription": "It has enough psychic energy to blast everything within 300 feet of itself, but it has no control over its power.",
"ydescription": "The organ that emits its intense psychic power is sheltered by its ears to keep power from leaking out.",
"height": "1' 00\"",
"category": "Restraint",
"weight": "7.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Ghost", "Dark", "Bug"],
"evolutions": ["#677", "#678"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "19 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "71"
},
{
"name": "Meowstic",
"id": "#678",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/678.png",
"xdescription": "The eyeball patterns on the interior of its ears emit psychic energy. It keeps the patterns tightly covered because that power is too immense.",
"ydescription": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck into dust.",
"height": "2' 00\"",
"category": "Constraint",
"weight": "18.7 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Ghost", "Dark", "Bug"],
"evolutions": ["#677", "#678"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#677",
"reason": "(Level 25)",
"base_exp": "163"
},
{
"name": "Honedge",
"id": "#679",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/679.png",
"xdescription": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.",
"ydescription": "Apparently this Pok\u00e9mon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.",
"height": "2' 07\"",
"category": "Sword",
"weight": "4.4 lbs",
"typeofpokemon": ["Steel", "Ghost"],
"weaknesses": ["Fire", "Ghost", "Dark", "Ground"],
"evolutions": ["#679", "#680", "#681"],
"abilities": ["No Guard"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "",
"reason": "",
"base_exp": "65"
},
{
"name": "Doublade",
"id": "#680",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/680.png",
"xdescription": "The complex attack patterns of its two swords are unstoppable, even for an opponent greatly accomplished at swordplay.",
"ydescription": "When Honedge evolves, it divides into two swords, which cooperate via telepathy to coordinate attacks and slash their enemies to ribbons.",
"height": "2' 07\"",
"category": "Sword",
"weight": "9.9 lbs",
"typeofpokemon": ["Steel", "Ghost"],
"weaknesses": ["Fire", "Ghost", "Dark", "Ground"],
"evolutions": ["#679", "#680", "#681"],
"abilities": ["No Guard"],
"hp": 30,
"attack": 60,
"defense": 60,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#679",
"reason": "(Level 35)",
"base_exp": "157"
},
{
"name": "Aegislash",
"id": "#681",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/681.png",
"xdescription": "Apparently, it can detect the innate qualities of leadership. According to legend, whoever it recognizes is destined to become king.",
"ydescription": "Generations of kings were attended by these Pok\u00e9mon, which used their spectral power to manipulate and control people and Pok\u00e9mon.",
"height": "5' 07\"",
"category": "Royal Sword",
"weight": "116.8 lbs",
"typeofpokemon": ["Steel", "Ghost"],
"weaknesses": ["Fire", "Ghost", "Dark", "Ground"],
"evolutions": ["#679", "#680", "#681"],
"abilities": ["Stance Change"],
"hp": 30,
"attack": 30,
"defense": 60,
"special_attack": 20,
"special_defense": 60,
"speed": 30,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"evolvedfrom": "#680",
"reason": "(use Dusk Stone)",
"base_exp": "234"
},
{
"name": "Spritzee",
"id": "#682",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/682.png",
"xdescription": "In the past, rather than using perfume, royal ladies carried a Spritzee that would waft a fragrance they liked.",
"ydescription": "It emits a scent that enraptures those who smell it. This fragrance changes depending on what it has eaten.",
"height": "0' 08\"",
"category": "Perfume",
"weight": "1.1 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#682", "#683"],
"abilities": ["Healer"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 10,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Aromatisse",
"id": "#683",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/683.png",
"xdescription": "Its scent is so overpowering that, unless a Trainer happens to really enjoy the smell, he or she will have a hard time walking alongside it.",
"ydescription": "It devises various scents, pleasant and unpleasant, and emits scents that its enemies dislike in order to gain an edge in battle.",
"height": "2' 07\"",
"category": "Fragrance",
"weight": "34.2 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#682", "#683"],
"abilities": ["Healer"],
"hp": 40,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#682",
"reason": "(trade holding Sachet)",
"base_exp": "162"
},
{
"name": "Swirlix",
"id": "#684",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/684.png",
"xdescription": "Because it eats nothing but sweets, its fur is as sticky sweet as cotton candy.",
"ydescription": "To entangle its opponents in battle, it extrudes white threads as sweet and sticky as cotton candy.",
"height": "1' 04\"",
"category": "Cotton Candy",
"weight": "7.7 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#684", "#685"],
"abilities": ["Sweet Veil"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Slurpuff",
"id": "#685",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/685.png",
"xdescription": "Its sense of smell is 100 million times better than a human's, so even the faintest scent tells it about everything in the area. It's like it can see with its nose!",
"ydescription": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.",
"height": "2' 07\"",
"category": "Meringue",
"weight": "11.0 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#684", "#685"],
"abilities": ["Sweet Veil"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy ",
"evolvedfrom": "#684",
"reason": "(trade holding Whipped Dream)",
"base_exp": "168"
},
{
"name": "Inkay",
"id": "#686",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/686.png",
"xdescription": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.",
"ydescription": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.",
"height": "1' 04\"",
"category": "Revolving",
"weight": "7.7 lbs",
"typeofpokemon": ["Dark", "Psychic"],
"weaknesses": ["Fairy", "Bug"],
"evolutions": ["#686", "#687"],
"abilities": ["Suction Cups"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1, Water 2 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Malamar",
"id": "#687",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/687.png",
"xdescription": "It lures its prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.",
"ydescription": "It wields the most compelling hypnotic powers of any Pok\u00e9mon, and it forces others to do whatever it wants.",
"height": "4' 11\"",
"category": "Overturning",
"weight": "103.6 lbs",
"typeofpokemon": ["Dark", "Psychic"],
"weaknesses": ["Fairy", "Bug"],
"evolutions": ["#686", "#687"],
"abilities": ["Suction Cups"],
"hp": 40,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1, Water 2 ",
"evolvedfrom": "#686",
"reason": "(Level 30, holding console upside down)",
"base_exp": "169"
},
{
"name": "Binacle",
"id": "#688",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/688.png",
"xdescription": "They stretch and then contract, yanking their rocks along with them in bold hops. They eat seaweed that washes up on the shoreline.",
"ydescription": "Two Binacle live together on one rock. When they fight, one of them will move to a different rock.",
"height": "1' 08\"",
"category": "Two-Handed",
"weight": "68.3 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass", "Ground"],
"evolutions": ["#688", "#689"],
"abilities": ["Sniper"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Barbaracle",
"id": "#689",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/689.png",
"xdescription": "Barbaracle's legs and hands have minds of their own, and they will move independently. But they usually follow the head's orders.",
"ydescription": "When they evolve, two Binacle multiply into seven. They fight with the power of seven Binacle.",
"height": "4' 03\"",
"category": "Collective",
"weight": "211.6 lbs",
"typeofpokemon": ["Rock", "Water"],
"weaknesses": ["Electric", "Fighting", "Grass", "Ground"],
"evolutions": ["#688", "#689"],
"abilities": ["Sniper"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 30,
"special_defense": 40,
"speed": 40,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#688",
"reason": "(Level 39)",
"base_exp": "175"
},
{
"name": "Skrelp",
"id": "#690",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/690.png",
"xdescription": "It looks just like rotten kelp. It hides from foes while storing up power for its evolution.",
"ydescription": "Camouflaged as rotten kelp, they spray liquid poison on prey that approaches unawares and then finish it off.",
"height": "1' 08\"",
"category": "Mock Kelp",
"weight": "16.1 lbs",
"typeofpokemon": ["Poison", "Water"],
"weaknesses": ["Psychic", "Electric", "Ground"],
"evolutions": ["#690", "#691"],
"abilities": ["Poison Point"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Dragalge",
"id": "#691",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/691.png",
"xdescription": "Tales are told of ships that wander into seas where Dragalge live, never to return.",
"ydescription": "Their poison is strong enough to eat through the hull of a tanker, and they spit it indiscriminately at anything that enters their territory.",
"height": "5' 11\"",
"category": "Mock Kelp",
"weight": "179.7 lbs",
"typeofpokemon": ["Poison", "Dragon"],
"weaknesses": ["Psychic", "Dragon", "Ice", "Ground"],
"evolutions": ["#690", "#691"],
"abilities": ["Poison Point"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Water 1 ",
"evolvedfrom": "#690",
"reason": "(Level 48)",
"base_exp": "173"
},
{
"name": "Clauncher",
"id": "#692",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/692.png",
"xdescription": "Through controlled explosions of internal gas, it can expel water like a pistol shot. At close distances, it can shatter rock.",
"ydescription": "They knock down flying prey by firing compressed water from their massive claws like shooting a pistol.",
"height": "1' 08\"",
"category": "Water Gun",
"weight": "18.3 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#692", "#693"],
"abilities": ["Mega Launcher"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "66"
},
{
"name": "Clawitzer",
"id": "#693",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/693.png",
"xdescription": "By expelling water from the nozzle in the back of its claw, it can move at a speed of 60 knots.",
"ydescription": "Their enormous claws launch cannonballs of water powerful enough to pierce tanker hulls.",
"height": "4' 03\"",
"category": "Howitzer",
"weight": "77.8 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#692", "#693"],
"abilities": ["Mega Launcher"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 30,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 1, Water 3 ",
"evolvedfrom": "#692",
"reason": "(Level 37)",
"base_exp": "100"
},
{
"name": "Helioptile",
"id": "#694",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/694.png",
"xdescription": "The frills on either side of its head have cells that generate electricity when exposed to sunlight.",
"ydescription": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.",
"height": "1' 08\"",
"category": "Generator",
"weight": "13.2 lbs",
"typeofpokemon": ["Electric", "Normal"],
"weaknesses": ["Fighting", "Ground"],
"evolutions": ["#694", "#695"],
"abilities": ["Sand Veil"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "58"
},
{
"name": "Heliolisk",
"id": "#695",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/695.png",
"xdescription": "It stimulates its muscles with electricity, boosting the strength in its legs and enabling it to run 100 yards in five seconds.",
"ydescription": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.",
"height": "3' 03\"",
"category": "Generator",
"weight": "46.3 lbs",
"typeofpokemon": ["Electric", "Normal"],
"weaknesses": ["Fighting", "Ground"],
"evolutions": ["#694", "#695"],
"abilities": ["Sand Veil"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#694",
"reason": "(use Sun Stone)",
"base_exp": "168"
},
{
"name": "Tyrunt",
"id": "#696",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/696.png",
"xdescription": "Its immense jaws have enough destructive force that it can chew up an automobile. It lived 100 million years ago.",
"ydescription": "This Pok\u00e9mon was restored from a fossil. If something happens that it doesn't like, it throws a tantrum and runs wild.",
"height": "2' 07\"",
"category": "Royal Heir",
"weight": "57.3 lbs",
"typeofpokemon": ["Rock", "Dragon"],
"weaknesses": ["Steel", "Ice", "Dragon", "Fighting", "Fairy", "Ground"],
"evolutions": ["#696", "#697"],
"abilities": ["Strong Jaw"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "72"
},
{
"name": "Tyrantrum",
"id": "#697",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/697.png",
"xdescription": "Nothing could stop this Pok\u00e9mon 100 million years ago, so it behaved like a king.",
"ydescription": "Thanks to its gargantuan jaws, which could shred thick metal plates as if they were paper, it was invincible in the ancient world it once inhabited.",
"height": "8' 02\"",
"category": "Despot",
"weight": "595.2 lbs",
"typeofpokemon": ["Rock", "Dragon"],
"weaknesses": ["Steel", "Ice", "Dragon", "Fighting", "Fairy", "Ground"],
"evolutions": ["#696", "#697"],
"abilities": ["Strong Jaw"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#696",
"reason": "(Level 39, Daytime)",
"base_exp": "182"
},
{
"name": "Amaura",
"id": "#698",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/698.png",
"xdescription": "This calm Pok\u00e9mon lived in a cold land where there were no violent predators like Tyrantrum.",
"ydescription": "This ancient Pok\u00e9mon was restored from part of its body that had been frozen in ice for over 100 million years.",
"height": "4' 03\"",
"category": "Tundra",
"weight": "55.6 lbs",
"typeofpokemon": ["Rock", "Ice"],
"weaknesses": ["Steel", "Fighting", "Water", "Rock", "Grass", "Ground"],
"evolutions": ["#698", "#699"],
"abilities": ["Refrigerate"],
"hp": 30,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 170,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "72"
},
{
"name": "Aurorus",
"id": "#699",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/699.png",
"xdescription": "Using its diamond-shaped crystals, it can instantly create a wall of ice to block an opponent's attack.",
"ydescription": "The diamond-shaped crystals on its body expel air as cold as -240 degrees Fahrenheit, surrounding its enemies and encasing them in ice.",
"height": "8' 10\"",
"category": "Tundra",
"weight": "496.0 lbs",
"typeofpokemon": ["Rock", "Ice"],
"weaknesses": ["Steel", "Fighting", "Water", "Rock", "Grass", "Ground"],
"evolutions": ["#698", "#699"],
"abilities": ["Refrigerate"],
"hp": 50,
"attack": 40,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 30,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "30 ",
"egg_groups": "Monster ",
"evolvedfrom": "#698",
"reason": "(Level 39, Nighttime)",
"base_exp": "104"
},
{
"name": "Sylveon",
"id": "#700",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/700.png",
"xdescription": "It wraps its ribbonlike feelers around the arm of its beloved Trainer and walks with him or her.",
"ydescription": "It sends a soothing aura from its ribbonlike feelers to calm fights.",
"height": "3' 03\"",
"category": "Intertwining",
"weight": "51.8 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": [
"#133",
"#134",
"#135",
"#136",
"#197",
"#471",
"#470",
"#196",
"#700"
],
"abilities": ["Cute Charm"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 50,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "35 ",
"egg_groups": "Field ",
"evolvedfrom": "#133",
"reason": "Affection in Pok\u00c3\u00a9mon Amie",
"base_exp": "184"
},
{
"name": "Hawlucha",
"id": "#701",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/701.png",
"xdescription": "With its wings, it controls its position in the air. It likes to attack from above, a maneuver that is difficult to defend against.",
"ydescription": "Although its body is small, its proficient fighting skills enable it to keep up with big bruisers like Machamp and Hariyama.",
"height": "2' 07\"",
"category": "Wrestling",
"weight": "47.4 lbs",
"typeofpokemon": ["Fighting", "Flying"],
"weaknesses": ["Electric", "Psychic", "Flying", "Ice", "Fairy"],
"evolutions": ["#701"],
"abilities": ["Limber"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Human-Like ",
"reason": "",
"evolvedfrom": "",
"base_exp": "175"
},
{
"name": "Dedenne",
"id": "#702",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/702.png",
"xdescription": "It uses its tail to absorb electricity from power plants or from outlets in houses, and then it fires the electricity from its whiskers.",
"ydescription": "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances.",
"height": "0' 08\"",
"category": "Antenna",
"weight": "4.9 lbs",
"typeofpokemon": ["Electric", "Fairy"],
"weaknesses": ["Poison", "Ground"],
"evolutions": ["#702"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 50,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Fairy, Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "151"
},
{
"name": "Carbink",
"id": "#703",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/703.png",
"xdescription": "It has slept underground for hundreds of millions of years since its birth. It's occasionally found during the excavation of caves.",
"ydescription": "Born from the temperatures and pressures deep underground, it fires beams from the stone in its head.",
"height": "1' 00\"",
"category": "Jewel",
"weight": "12.6 lbs",
"typeofpokemon": ["Rock", "Fairy"],
"weaknesses": ["Steel", "Water", "Grass", "Ground"],
"evolutions": ["#703"],
"abilities": ["Clear Body"],
"hp": 20,
"attack": 30,
"defense": 60,
"special_attack": 20,
"special_defense": 60,
"speed": 30,
"total": 220,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Fairy, Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "100"
},
{
"name": "Goomy",
"id": "#704",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/704.png",
"xdescription": "It's covered in a slimy membrane that makes any punches or kicks slide off it harmlessly.",
"ydescription": "The weakest Dragon-type Pok\u00e9mon, it lives in damp, shady places, so its body doesn't dry out.",
"height": "1' 00\"",
"category": "Soft Tissue",
"weight": "6.2 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Fairy", "Ice", "Dragon"],
"evolutions": ["#704", "#705", "#706"],
"abilities": ["Hydration"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Sliggoo",
"id": "#705",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/705.png",
"xdescription": "Its four horns are a high-performance radar system. It uses them to sense sounds and smells, rather than using ears or a nose.",
"ydescription": "It drives away opponents by excreting a sticky liquid that can dissolve anything. Its eyes devolved, so it can't see anything.",
"height": "2' 07\"",
"category": "Soft Tissue",
"weight": "38.6 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Fairy", "Ice", "Dragon"],
"evolutions": ["#704", "#705", "#706"],
"abilities": ["Hydration"],
"hp": 30,
"attack": 40,
"defense": 20,
"special_attack": 40,
"special_defense": 50,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#704",
"reason": "(Level 40)",
"base_exp": "158"
},
{
"name": "Goodra",
"id": "#706",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/706.png",
"xdescription": "It attacks with retractable horns. It throws a punch that's the equivalent of the force of a hundred pro boxers.",
"ydescription": "This very friendly Dragon-type Pok\u00e9mon will hug its beloved Trainer, leaving that Trainer covered in sticky slime.",
"height": "6' 07\"",
"category": "Dragon",
"weight": "331.8 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Fairy", "Ice", "Dragon"],
"evolutions": ["#704", "#705", "#706"],
"abilities": ["Hydration"],
"hp": 40,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 60,
"speed": 40,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#705",
"reason": "(Level 50, during rain)",
"base_exp": "270"
},
{
"name": "Klefki",
"id": "#707",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/707.png",
"xdescription": "It never lets go of a key that it likes, so people give it the keys to vaults and safes as a way to prevent crime.",
"ydescription": "These key collectors threaten any attackers by fiercely jingling their keys at them.",
"height": "0' 08\"",
"category": "Key Ring",
"weight": "6.6 lbs",
"typeofpokemon": ["Steel", "Fairy"],
"weaknesses": ["Fire", "Ground"],
"evolutions": ["#707"],
"abilities": ["Prankster"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "165"
},
{
"name": "Phantump",
"id": "#708",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/708.png",
"xdescription": "According to old tales, these Pok\u00e9mon are stumps possessed by the spirits of children who died while lost in the forest.",
"ydescription": "These Pok\u00e9mon are created when spirits possess rotten tree stumps. They prefer to live in abandoned forests.",
"height": "1' 04\"",
"category": "Stump",
"weight": "15.4 lbs",
"typeofpokemon": ["Ghost", "Grass"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#708", "#709"],
"abilities": ["Natural Cure"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 30,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous, Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "62"
},
{
"name": "Trevenant",
"id": "#709",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/709.png",
"xdescription": "Using its roots as a nervous system, it controls the trees in the forest. It's kind to the Pok\u00e9mon that reside in its body.",
"ydescription": "It can control trees at will. It will trap people who harm the forest, so they can never leave.",
"height": "4' 11\"",
"category": "Elder Tree",
"weight": "156.5 lbs",
"typeofpokemon": ["Ghost", "Grass"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#708", "#709"],
"abilities": ["Natural Cure"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous, Grass ",
"evolvedfrom": "#708",
"reason": "(Trade)",
"base_exp": "166"
},
{
"name": "Pumpkaboo",
"id": "#710",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/710.png",
"xdescription": "It is said to carry wandering spirits to the place where they belong so they can move on.",
"ydescription": "The pumpkin body is inhabited by a spirit trapped in this world. As the sun sets, it becomes restless and active.",
"height": "1' 04\"",
"category": "Pumpkin",
"weight": "11.0 lbs",
"typeofpokemon": ["Ghost", "Grass"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#710", "#711"],
"abilities": ["Pickup"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "67"
},
{
"name": "Gourgeist",
"id": "#711",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/711.png",
"xdescription": "It enwraps its prey in its hairlike arms. It sings joyfully as it observes the suffering of its prey.",
"ydescription": "Singing in eerie voices, they wander town streets on the night of the new moon. Anyone who hears their song is cursed.",
"height": "2' 11\"",
"category": "Pumpkin",
"weight": "27.6 lbs",
"typeofpokemon": ["Ghost", "Grass"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#710", "#711"],
"abilities": ["Pickup"],
"hp": 30,
"attack": 50,
"defense": 50,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#710",
"reason": "(Trade)",
"base_exp": "173"
},
{
"name": "Bergmite",
"id": "#712",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/712.png",
"xdescription": "Using air of -150 degrees Fahrenheit, they freeze opponents solid. They live in herds above the snow line on mountains.",
"ydescription": "It blocks opponents' attacks with the ice that shields its body. It uses cold air to repair any cracks with new ice.",
"height": "3' 03\"",
"category": "Ice Chunk",
"weight": "219.4 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Steel", "Fighting", "Rock"],
"evolutions": ["#712", "#713"],
"abilities": ["Own Tempo"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Avalugg",
"id": "#713",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/713.png",
"xdescription": "The way several Bergmite huddle on its back makes it look like an aircraft carrier made of ice.",
"ydescription": "Its ice-covered body is as hard as steel. Its cumbersome frame crushes anything that stands in its way.",
"height": "6' 07\"",
"category": "Iceberg",
"weight": "1113.3 lbs",
"typeofpokemon": ["Ice"],
"weaknesses": ["Fire", "Steel", "Fighting", "Rock"],
"evolutions": ["#712", "#713"],
"abilities": ["Own Tempo"],
"hp": 40,
"attack": 60,
"defense": 80,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Monster ",
"evolvedfrom": "#712",
"reason": "(Level 37)",
"base_exp": "180"
},
{
"name": "Noibat",
"id": "#714",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/714.png",
"xdescription": "Even a robust wrestler will become dizzy and unable to stand when exposed to its 200,000-hertz ultrasonic waves.",
"ydescription": "They live in pitch-black caves. Their enormous ears can emit ultrasonic waves of 200,000 hertz.",
"height": "1' 08\"",
"category": "Sound Wave",
"weight": "17.6 lbs",
"typeofpokemon": ["Flying", "Dragon"],
"weaknesses": ["Ice", "Rock", "Fairy", "Dragon"],
"evolutions": ["#714", "#715"],
"abilities": ["Frisk"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 130,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "49"
},
{
"name": "Noivern",
"id": "#715",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/715.png",
"xdescription": "The ultrasonic waves it emits from its ears can reduce a large boulder to pebbles. It swoops out of the dark to attack.",
"ydescription": "They fly around on moonless nights and attack careless prey. Nothing can beat them in a battle in the dark.",
"height": "4' 11\"",
"category": "Sound Wave",
"weight": "187.4 lbs",
"typeofpokemon": ["Flying", "Dragon"],
"weaknesses": ["Fairy", "Dragon", "Ice", "Rock"],
"evolutions": ["#714", "#715"],
"abilities": ["Frisk"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 30,
"speed": 70,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"evolvedfrom": "#714",
"reason": "(Level 48)",
"base_exp": "187"
},
{
"name": "Xerneas",
"id": "#716",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/716.png",
"xdescription": "When the horns on its head shine in seven colors, it is said to be sharing everlasting life.",
"ydescription": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.",
"height": "9' 10\"",
"category": "Life",
"weight": "474.0 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#716"],
"abilities": ["Fairy Aura"],
"hp": 50,
"attack": 70,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Yveltal",
"id": "#717",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/717.png",
"xdescription": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.",
"ydescription": "When this legendary Pok\u00e9mon's wings and tail feathers spread wide and glow red, it absorbs the life force of living creatures.",
"height": "19' 00\"",
"category": "Destruction",
"weight": "447.5 lbs",
"typeofpokemon": ["Dark", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock", "Fairy"],
"evolutions": ["#717"],
"abilities": ["Dark Aura"],
"hp": 50,
"attack": 70,
"defense": 40,
"special_attack": 60,
"special_defense": 40,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "306"
},
{
"name": "Zygarde",
"id": "#718",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/718.png",
"xdescription": "It's thought to be monitoring the ecosystem. There are rumors that even greater power lies hidden within it.",
"ydescription": "This is Zygarde's form when it has gathered 50% of its cells. It wipes out all those who oppose it, showing not a shred of mercy.",
"height": "16' 05\"",
"category": "Order",
"weight": "672.4 lbs",
"typeofpokemon": ["Dragon", "Ground"],
"weaknesses": ["Fairy", "Ice", "Dragon"],
"evolutions": ["#718"],
"abilities": ["Aura Break"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 40,
"special_defense": 40,
"speed": 50,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Diancie",
"id": "#719",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/719.png",
"xdescription": "It can instantly create many diamonds by compressing the carbon in the air between its hands.",
"ydescription": "A sudden transformation of Carbink, its pink, glimmering body is said to be the loveliest sight in the whole world.",
"height": "2' 04\"",
"category": "Jewel",
"weight": "19.4 lbs",
"typeofpokemon": ["Rock", "Fairy"],
"weaknesses": ["Steel", "Water", "Grass", "Ground"],
"evolutions": ["#719"],
"abilities": ["Clear Body"],
"hp": 20,
"attack": 50,
"defense": 60,
"special_attack": 50,
"special_defense": 60,
"speed": 30,
"total": 270,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Hoopa",
"id": "#720",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/720.png",
"xdescription": "It is said to be able to seize anything it desires with its six rings and six huge arms. With its power sealed, it is transformed into a much smaller form.",
"ydescription": "In its true form, it possesses a huge amount of power. Legends of its avarice tell how it once carried off an entire castle to gain the treasure hidden within.",
"height": "1' 08\"",
"category": "Mischief",
"weight": "19.8 lbs",
"typeofpokemon": ["Psychic", "Ghost"],
"weaknesses": ["Ghost", "Dark"],
"evolutions": ["#720"],
"abilities": ["Magician"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 60,
"special_defense": 50,
"speed": 40,
"total": 280,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Volcanion",
"id": "#721",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/721.png",
"xdescription": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.",
"ydescription": "It lets out billows of steam and disappears into the dense fog. It's said to live in mountains where humans do not tread.",
"height": "5' 07\"",
"category": "Steam",
"weight": "429.9 lbs",
"typeofpokemon": ["Fire", "Water"],
"weaknesses": ["Ground", "Electric", "Rock"],
"evolutions": ["#721"],
"abilities": ["Water Absorb"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 60,
"special_defense": 40,
"speed": 40,
"total": 280,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Rowlet",
"id": "#722",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/722.png",
"xdescription": "Silently it glides, drawing near its targets. Before they even notice it, it begins to pelt them with vicious kicks.",
"ydescription": "This wary Pok\u00e9mon uses photosynthesis to store up energy during the day, while becoming active at night.",
"height": "1' 00\"",
"category": "Grass Quill",
"weight": "3.3 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Rock"],
"evolutions": ["#722", "#723", "#724"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Dartrix",
"id": "#723",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/723.png",
"xdescription": "It throws sharp feathers called blade quills at enemies or prey. It seldom misses.",
"ydescription": "A bit of a dandy, it spends its free time preening its wings. Its preoccupation with any dirt on its plumage can leave it unable to battle.",
"height": "2' 04\"",
"category": "Blade Quill",
"weight": "35.3 lbs",
"typeofpokemon": ["Grass", "Flying"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Rock"],
"evolutions": ["#722", "#723", "#724"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 30,
"total": 220,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#722",
"reason": "(Level 17)",
"base_exp": "147"
},
{
"name": "Decidueye",
"id": "#724",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/724.png",
"xdescription": "Although basically cool and cautious, when it's caught by surprise, it's seized by panic.",
"ydescription": "It fires arrow quills from its wings with such precision, they can pierce a pebble at distances over a hundred yards.",
"height": "5' 03\"",
"category": "Arrow Quill",
"weight": "80.7 lbs",
"typeofpokemon": ["Grass", "Ghost"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#722", "#723", "#724"],
"abilities": ["Overgrow"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 50,
"special_defense": 60,
"speed": 50,
"total": 290,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#723",
"reason": "(Level 34)",
"base_exp": "239"
},
{
"name": "Litten",
"id": "#725",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/725.png",
"xdescription": "It doesn't allow its emotions to be easily seen. Earning its trust takes time. It prefers solitude.",
"ydescription": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.",
"height": "1' 04\"",
"category": "Fire Cat",
"weight": "9.5 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#725", "#726", "#727"],
"abilities": ["Blaze"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Torracat",
"id": "#726",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/726.png",
"xdescription": "It boasts powerful front legs. With a single punch, it can bend an iron bar right over.",
"ydescription": "At its throat, it bears a bell of fire. The bell rings brightly whenever this Pok\u00e9mon spits fire.",
"height": "2' 04\"",
"category": "Fire Cat",
"weight": "55.1 lbs",
"typeofpokemon": ["Fire"],
"weaknesses": ["Water", "Ground", "Rock"],
"evolutions": ["#725", "#726", "#727"],
"abilities": ["Blaze"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 60,
"total": 240,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#725",
"reason": "(Level 17)",
"base_exp": "147"
},
{
"name": "Incineroar",
"id": "#727",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/727.png",
"xdescription": "After hurling ferocious punches and flinging furious kicks, it finishes opponents off by spewing fire from around its navel.",
"ydescription": "This Pok\u00e9mon has a violent, selfish disposition. If it's not in the mood to listen, it will ignore its Trainer's orders with complete nonchalance.",
"height": "5' 11\"",
"category": "Heel",
"weight": "183.0 lbs",
"typeofpokemon": ["Fire", "Dark"],
"weaknesses": ["Water", "Ground", "Fighting", "Rock"],
"evolutions": ["#725", "#726", "#727"],
"abilities": ["Blaze"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 40,
"total": 280,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#726",
"reason": "(Level 34)",
"base_exp": "239"
},
{
"name": "Popplio",
"id": "#728",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/728.png",
"xdescription": "This Pok\u00e9mon can control water bubbles. It practices diligently so it can learn to make big bubbles.",
"ydescription": "This Pok\u00e9mon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.",
"height": "1' 04\"",
"category": "Sea Lion",
"weight": "16.5 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#728", "#729", "#730"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Brionne",
"id": "#729",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/729.png",
"xdescription": "It cares deeply for its companions. When its Trainer is feeling down, it performs a cheery dance to try and help.",
"ydescription": "A skillful dancer, it creates a sequence of water balloons as it dances, and briskly bombards its enemies.",
"height": "2' 00\"",
"category": "Pop Star",
"weight": "38.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#728", "#729", "#730"],
"abilities": ["Torrent"],
"hp": 20,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 50,
"speed": 30,
"total": 230,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#728",
"reason": "(Level 17)",
"base_exp": "147"
},
{
"name": "Primarina",
"id": "#730",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/730.png",
"xdescription": "Its singing voice is its chief weapon in battle. This Pok\u00e9mon's Trainer must prioritize the daily maintenance of its throat at all costs.",
"ydescription": "It controls its water balloons with song. The melody is learned from others of its kind and is passed down from one generation to the next.",
"height": "5' 11\"",
"category": "Soloist",
"weight": "97.0 lbs",
"typeofpokemon": ["Water", "Fairy"],
"weaknesses": ["Grass", "Electric", "Poison"],
"evolutions": ["#728", "#729", "#730"],
"abilities": ["Torrent"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 70,
"special_defense": 70,
"speed": 40,
"total": 290,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field, Water 1 ",
"evolvedfrom": "#729",
"reason": "(Level 34)",
"base_exp": "239"
},
{
"name": "Pikipek",
"id": "#731",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/731.png",
"xdescription": "This Pok\u00e9mon feeds on berries, whose leftover seeds become the ammunition for the attacks it fires off from its mouth.",
"ydescription": "It can peck at a rate of 16 times a second to drill holes in trees. It uses the holes for food storage and for nesting.",
"height": "1' 00\"",
"category": "Woodpecker",
"weight": "2.6 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#731", "#732", "#733"],
"abilities": ["Keen Eye"],
"hp": 10,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 40,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "",
"reason": "",
"base_exp": "53"
},
{
"name": "Trumbeak",
"id": "#732",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/732.png",
"xdescription": "By bending its beak, it can produce a variety of calls and brand itself a noisy nuisance for its neighbors.",
"ydescription": "It eats berries and stores their seeds in its beak. When it encounters enemies or prey, it fires off all the seeds in a burst.",
"height": "2' 00\"",
"category": "Bugle Beak",
"weight": "32.6 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#731", "#732", "#733"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#731",
"reason": "(Level 14)",
"base_exp": "124"
},
{
"name": "Toucannon",
"id": "#733",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/733.png",
"xdescription": "Within its beak, its internal gas ignites, explosively launching seeds with enough power to pulverize boulders.",
"ydescription": "When it battles, its beak heats up. The temperature can easily exceed 212 degrees Fahrenheit, causing severe burns when it hits.",
"height": "3' 07\"",
"category": "Cannon",
"weight": "57.3 lbs",
"typeofpokemon": ["Normal", "Flying"],
"weaknesses": ["Electric", "Ice", "Rock"],
"evolutions": ["#731", "#732", "#733"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Flying ",
"evolvedfrom": "#732",
"reason": "(Level 28)",
"base_exp": "218"
},
{
"name": "Yungoos",
"id": "#734",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/734.png",
"xdescription": "It wanders around in a never-ending search for food. At dusk, it collapses from exhaustion and falls asleep on the spot.",
"ydescription": "With its sharp fangs, it will bite anything. It did not originally live in Alola but was imported from another region.",
"height": "1' 04\"",
"category": "Loitering",
"weight": "13.2 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#734", "#735"],
"abilities": ["Strong Jaw"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 30,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "51"
},
{
"name": "Gumshoos",
"id": "#735",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/735.png",
"xdescription": "It adores having Rattata and Raticate for dinner, but as it's diurnal, it never encounters them. This Pok\u00e9mon boasts incredible patience.",
"ydescription": "When it finds a trace of its prey, it patiently stakes out the location...but it's always snoozing by nightfall.",
"height": "2' 04\"",
"category": "Stakeout",
"weight": "31.3 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#734", "#735"],
"abilities": ["Strong Jaw"],
"hp": 30,
"attack": 60,
"defense": 30,
"special_attack": 30,
"special_defense": 30,
"speed": 30,
"total": 210,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#734",
"reason": "(Level 20, Daytime)",
"base_exp": "146"
},
{
"name": "Grubbin",
"id": "#736",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/736.png",
"xdescription": "They often gather near places frequented by electric Pok\u00e9mon in order to avoid being attacked by bird Pok\u00e9mon.",
"ydescription": "Its strong jaw enables it to scrape trees and slurp out the sap. It normally lives underground.",
"height": "1' 04\"",
"category": "Larva",
"weight": "9.7 lbs",
"typeofpokemon": ["Bug"],
"weaknesses": ["Fire", "Flying", "Rock"],
"evolutions": ["#736", "#737", "#738"],
"abilities": ["Swarm"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Charjabug",
"id": "#737",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/737.png",
"xdescription": "From the food it digests, it generates electricity, and it stores this energy in its electric sac.",
"ydescription": "Its body is capable of storing electricity. On camping trips, people are grateful to have one around.",
"height": "1' 08\"",
"category": "Battery",
"weight": "23.1 lbs",
"typeofpokemon": ["Bug", "Electric"],
"weaknesses": ["Fire", "Rock"],
"evolutions": ["#736", "#737", "#738"],
"abilities": ["Battery"],
"hp": 20,
"attack": 40,
"defense": 50,
"special_attack": 30,
"special_defense": 40,
"speed": 20,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#736",
"reason": "(Level 20)",
"base_exp": "140"
},
{
"name": "Vikavolt",
"id": "#738",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/738.png",
"xdescription": "It produces electricity via an electrical organ in its abdomen. It overwhelms bird Pok\u00e9mon with shocking beams of electrical energy.",
"ydescription": "It zips around, on sharp lookout for an opening. It concentrates electrical energy within its large jaws and uses it to zap its enemies.",
"height": "4' 11\"",
"category": "Stag Beetle",
"weight": "99.2 lbs",
"typeofpokemon": ["Bug", "Electric"],
"weaknesses": ["Fire", "Rock"],
"evolutions": ["#736", "#737", "#738"],
"abilities": ["Levitate"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 80,
"special_defense": 40,
"speed": 30,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug ",
"evolvedfrom": "#737",
"reason": "(level up in a Magnetic Field area)",
"base_exp": "225"
},
{
"name": "Crabrawler",
"id": "#739",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/739.png",
"xdescription": "It punches so much, its pincers often come off from overuse, but they grow back quickly. What little meat they contain is rich and delicious.",
"ydescription": "While guarding its weak points with its pincers, it looks for an opening and unleashes punches. When it loses, it foams at the mouth and faints.",
"height": "2' 00\"",
"category": "Boxing",
"weight": "15.4 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Psychic", "Flying", "Fairy"],
"evolutions": ["#739", "#740"],
"abilities": ["Hyper Cutter"],
"hp": 20,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Crabominable",
"id": "#740",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/740.png",
"xdescription": "It just throws punches indiscriminately. In times of desperation, it can lop off its own pincers and fire them like rockets.",
"ydescription": "It aimed for the top but got lost and ended up on a snowy mountain. Being forced to endure the cold, this Pok\u00e9mon evolved and grew fur.",
"height": "5' 07\"",
"category": "Woolly Crab",
"weight": "396.8 lbs",
"typeofpokemon": ["Fighting", "Ice"],
"weaknesses": ["Steel", "Fire", "Psychic", "Flying", "Fighting", "Fairy"],
"evolutions": ["#739", "#740"],
"abilities": ["Hyper Cutter"],
"hp": 40,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 30,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 3 ",
"evolvedfrom": "#739",
"reason": "(at Mount Lanakila)",
"base_exp": "167"
},
{
"name": "Oricorio",
"id": "#741",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/741.png",
"xdescription": "This Oricorio has sipped red nectar. Its passionate dance moves cause its enemies to combust in both body and mind.",
"ydescription": "It beats its wings together to create fire. As it moves in the steps of its beautiful dance, it bathes opponents in intense flames.",
"height": "2' 00\"",
"category": "Dancing",
"weight": "7.5 lbs",
"typeofpokemon": ["Fire", "Flying"],
"weaknesses": ["Water", "Electric", "Rock"],
"evolutions": ["#741"],
"abilities": ["Dancer"],
"hp": 30,
"attack": 40,
"defense": 40,
"special_attack": 50,
"special_defense": 40,
"speed": 60,
"total": 260,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Flying ",
"reason": "",
"evolvedfrom": "",
"base_exp": "167"
},
{
"name": "Cutiefly",
"id": "#742",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/742.png",
"xdescription": "Myriads of Cutiefly flutter above the heads of people who have auras resembling those of flowers.",
"ydescription": "It feeds on the nectar and pollen of flowers. Because it's able to sense auras, it can identify which flowers are about to bloom.",
"height": "0' 04\"",
"category": "Bee Fly",
"weight": "0.4 lbs",
"typeofpokemon": ["Bug", "Fairy"],
"weaknesses": ["Fire", "Steel", "Flying", "Poison", "Rock"],
"evolutions": ["#742", "#743"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 50,
"total": 170,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Fairy ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Ribombee",
"id": "#743",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/743.png",
"xdescription": "Some of Ribombee's pollen puffs are highly nutritious. They are sometimes sold as supplements.",
"ydescription": "It rolls up pollen into puffs. It makes many different varieties, some used as food and others used in battle.",
"height": "0' 08\"",
"category": "Bee Fly",
"weight": "1.1 lbs",
"typeofpokemon": ["Bug", "Fairy"],
"weaknesses": ["Fire", "Steel", "Flying", "Poison", "Rock"],
"evolutions": ["#742", "#743"],
"abilities": ["Shield Dust"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 50,
"special_defense": 40,
"speed": 80,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Fairy ",
"evolvedfrom": "#742",
"reason": "(Level 25)",
"base_exp": "162"
},
{
"name": "Rockruff",
"id": "#744",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/744.png",
"xdescription": "This Pok\u00e9mon has lived with people since times long ago. It can sense when its Trainer is in the dumps and will stick close by its Trainer's side.",
"ydescription": "It's considered to be a good Pok\u00e9mon for beginners because of its friendliness, but its disposition grows rougher as it grows up.",
"height": "1' 08\"",
"category": "Puppy",
"weight": "20.3 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Water", "Steel", "Grass", "Fighting", "Ground"],
"evolutions": ["#744", "#745"],
"abilities": ["Keen Eye"],
"hp": 20,
"attack": 40,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "56"
},
{
"name": "Lycanroc",
"id": "#745",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/745.png",
"xdescription": "When properly raised from a young age, it will become a trustworthy partner that will absolutely never betray its Trainer.",
"ydescription": "Its quick movements confuse its enemies. Well equipped with claws and fangs, it also uses the sharp rocks in its mane as weapons.",
"height": "2' 07\"",
"category": "Wolf",
"weight": "55.1 lbs",
"typeofpokemon": ["Rock"],
"weaknesses": ["Water", "Steel", "Grass", "Fighting", "Ground"],
"evolutions": ["#744", "#745"],
"abilities": ["Keen Eye"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 30,
"special_defense": 40,
"speed": 70,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#744",
"reason": "(Level 25, Daytime, in Pok\u00e9mon Sun or Ultra Sun)",
"base_exp": "170"
},
{
"name": "Wishiwashi",
"id": "#746",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/746.png",
"xdescription": "It's awfully weak and notably tasty, so everyone is always out to get it. As it happens, anyone trying to bully it receives a painful lesson.",
"ydescription": "When it's in trouble, its eyes moisten and begin to shine. The shining light attracts its comrades, and they stand together against their enemies.",
"height": "0' 08\"",
"category": "Small Fry",
"weight": "0.7 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#746"],
"abilities": ["Schooling"],
"hp": 20,
"attack": 10,
"defense": 10,
"special_attack": 10,
"special_defense": 10,
"speed": 30,
"total": 90,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "61"
},
{
"name": "Mareanie",
"id": "#747",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/747.png",
"xdescription": "It's found crawling on beaches and seafloors. The coral that grows on Corsola's head is as good as a five-star banquet to this Pok\u00e9mon.",
"ydescription": "It plunges the poison spike on its head into its prey. When the prey has weakened, Mareanie deals the finishing blow with its 10 tentacles.",
"height": "1' 04\"",
"category": "Brutal Star",
"weight": "17.6 lbs",
"typeofpokemon": ["Poison", "Water"],
"weaknesses": ["Psychic", "Electric", "Ground"],
"evolutions": ["#747", "#748"],
"abilities": ["Limber"],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "61"
},
{
"name": "Toxapex",
"id": "#748",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/748.png",
"xdescription": "Those attacked by Toxapex's poison will suffer intense pain for three days and three nights. Post-recovery, there will be some aftereffects.",
"ydescription": "Toxapex crawls along the ocean floor on its 12 legs. It leaves a trail of Corsola bits scattered in its wake.",
"height": "2' 04\"",
"category": "Brutal Star",
"weight": "32.0 lbs",
"typeofpokemon": ["Poison", "Water"],
"weaknesses": ["Psychic", "Electric", "Ground"],
"evolutions": ["#747", "#748"],
"abilities": ["Limber"],
"hp": 20,
"attack": 30,
"defense": 80,
"special_attack": 30,
"special_defense": 90,
"speed": 20,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Water 1 ",
"evolvedfrom": "#747",
"reason": "(Level 38)",
"base_exp": "173"
},
{
"name": "Mudbray",
"id": "#749",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/749.png",
"xdescription": "It has a stubborn, individualistic disposition. Eating dirt, making mud, and playing in the mire all form part of its daily routine.",
"ydescription": "The mud stuck to Mudbray's hooves enhances its grip and its powerful running gait.",
"height": "3' 03\"",
"category": "Donkey",
"weight": "242.5 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Water", "Grass", "Ice"],
"evolutions": ["#749", "#750"],
"abilities": ["Own Tempo"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 200,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "77"
},
{
"name": "Mudsdale",
"id": "#750",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/750.png",
"xdescription": "Its heavy, mud-covered kicks are its best means of attack, and it can reduce large trucks to scrap without breaking a sweat.",
"ydescription": "It spits a mud that provides resistance to both wind and rain, so the walls of old houses were often coated with it.",
"height": "8' 02\"",
"category": "Draft Horse",
"weight": "2028.3 lbs",
"typeofpokemon": ["Ground"],
"weaknesses": ["Water", "Grass", "Ice"],
"evolutions": ["#749", "#750"],
"abilities": ["Own Tempo"],
"hp": 40,
"attack": 70,
"defense": 50,
"special_attack": 30,
"special_defense": 50,
"speed": 20,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"evolvedfrom": "#749",
"reason": "(Level 30)",
"base_exp": "175"
},
{
"name": "Dewpider",
"id": "#751",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/751.png",
"xdescription": "When it comes across enemies or potential prey, this Pok\u00e9mon smashes its water-bubble-covered head into them.",
"ydescription": "It crawls onto the land in search of food. Its water bubble allows it to breathe and protects its soft head.",
"height": "1' 00\"",
"category": "Water Bubble",
"weight": "8.8 lbs",
"typeofpokemon": ["Water", "Bug"],
"weaknesses": ["Flying", "Electric", "Rock"],
"evolutions": ["#751", "#752"],
"abilities": ["Water Bubble"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 20,
"total": 150,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Water 1 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "54"
},
{
"name": "Araquanid",
"id": "#752",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/752.png",
"xdescription": "Despite what its appearance suggests, it cares for others. If it finds vulnerable, weak Pok\u00e9mon, it protectively brings them into its water bubble.",
"ydescription": "It delivers headbutts with the water bubble on its head. Small Pok\u00e9mon get sucked into the bubble, where they drown.",
"height": "5' 11\"",
"category": "Water Bubble",
"weight": "180.8 lbs",
"typeofpokemon": ["Water", "Bug"],
"weaknesses": ["Flying", "Electric", "Rock"],
"evolutions": ["#751", "#752"],
"abilities": ["Water Bubble"],
"hp": 30,
"attack": 40,
"defense": 50,
"special_attack": 30,
"special_defense": 80,
"speed": 30,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Bug, Water 1 ",
"evolvedfrom": "#751",
"reason": "(Level 22)",
"base_exp": "159"
},
{
"name": "Fomantis",
"id": "#753",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/753.png",
"xdescription": "They give off a sweet and refreshing scent. Cutiefly often gather near the tall grass where Fomantis are hiding.",
"ydescription": "During the day, it sleeps and soaks up light. When night falls, it walks around looking for a safer place to sleep.",
"height": "1' 00\"",
"category": "Sickle Grass",
"weight": "3.3 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug"],
"evolutions": ["#753", "#754"],
"abilities": ["Leaf Guard"],
"hp": 20,
"attack": 30,
"defense": 20,
"special_attack": 30,
"special_defense": 20,
"speed": 20,
"total": 140,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "50"
},
{
"name": "Lurantis",
"id": "#754",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/754.png",
"xdescription": "It fires beams from its sickle-shaped petals. These beams are powerful enough to cleave through thick metal plates.",
"ydescription": "It requires a lot of effort to maintain Lurantis's vivid coloring, but some collectors enjoy this work and treat it as their hobby.",
"height": "2' 11\"",
"category": "Bloom Sickle",
"weight": "40.8 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug"],
"evolutions": ["#753", "#754"],
"abilities": ["Leaf Guard"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 40,
"special_defense": 50,
"speed": 30,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#753",
"reason": "(Level 34, Daytime)",
"base_exp": "168"
},
{
"name": "Morelull",
"id": "#755",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/755.png",
"xdescription": "As it drowses the day away, it nourishes itself by sucking from tree roots. It wakens at the fall of night, wandering off in search of a new tree.",
"ydescription": "It scatters spores that flicker and glow. Anyone seeing these lights falls into a deep slumber.",
"height": "0' 08\"",
"category": "Illuminating",
"weight": "3.3 lbs",
"typeofpokemon": ["Grass", "Fairy"],
"weaknesses": ["Steel", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#755", "#756"],
"abilities": ["Effect Spore"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 40,
"special_defense": 40,
"speed": 10,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "57"
},
{
"name": "Shiinotic",
"id": "#756",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/756.png",
"xdescription": "It emits flickering spores that cause drowsiness. When its prey succumb to sleep, this Pok\u00e9mon feeds on them by sucking in their energy.",
"ydescription": "Forests where Shiinotic live are treacherous to enter at night. People confused by its strange lights can never find their way home again.",
"height": "3' 03\"",
"category": "Illuminating",
"weight": "25.4 lbs",
"typeofpokemon": ["Grass", "Fairy"],
"weaknesses": ["Steel", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#755", "#756"],
"abilities": ["Effect Spore"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 60,
"speed": 20,
"total": 220,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#755",
"reason": "(Level 24)",
"base_exp": "142"
},
{
"name": "Salandit",
"id": "#757",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/757.png",
"xdescription": "Volcanoes or dry, craggy places are its home. It emanates a sweet-smelling poisonous gas that attracts bug Pok\u00e9mon, then attacks them.",
"ydescription": "It burns its bodily fluids to create a poisonous gas. When its enemies become disoriented from inhaling the gas, it attacks them.",
"height": "2' 00\"",
"category": "Toxic Lizard",
"weight": "10.6 lbs",
"typeofpokemon": ["Poison", "Fire"],
"weaknesses": ["Water", "Psychic", "Ground", "Rock"],
"evolutions": ["#757", "#758"],
"abilities": ["Corrosion"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 40,
"special_defense": 20,
"speed": 50,
"total": 170,
"male_percentage": "87.5%",
"female_percentage": "12.5%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Salazzle",
"id": "#758",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/758.png",
"xdescription": "Filled with pheromones, its poisonous gas can be diluted to use in the production of luscious perfumes.",
"ydescription": "For some reason, only females have been found. It creates a reverse harem of male Salandit that it lives with.",
"height": "3' 11\"",
"category": "Toxic Lizard",
"weight": "48.9 lbs",
"typeofpokemon": ["Poison", "Fire"],
"weaknesses": ["Water", "Psychic", "Ground", "Rock"],
"evolutions": ["#757", "#758"],
"abilities": ["Corrosion"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 70,
"total": 260,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"evolvedfrom": "#757",
"reason": "(Level 33, Female)",
"base_exp": "168"
},
{
"name": "Stufful",
"id": "#759",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/759.png",
"xdescription": "A touch from anyone except a known friend sends it into a surging frenzy. It's an incredibly dangerous Pok\u00e9mon.",
"ydescription": "Despite its adorable appearance, when it gets angry and flails about, its arms and legs could knock a pro wrestler sprawling.",
"height": "1' 08\"",
"category": "Flailing",
"weight": "15.0 lbs",
"typeofpokemon": ["Normal", "Fighting"],
"weaknesses": ["Psychic", "Flying", "Fairy", "Fighting"],
"evolutions": ["#759", "#760"],
"abilities": ["Klutz"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 20,
"special_defense": 30,
"speed": 30,
"total": 180,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "",
"reason": "",
"base_exp": "68"
},
{
"name": "Bewear",
"id": "#760",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/760.png",
"xdescription": "This Pok\u00e9mon has the habit of hugging its companions. Many Trainers have left this world after their spines were squashed by its hug.",
"ydescription": "This immensely dangerous Pok\u00e9mon possesses overwhelming physical strength. Its habitat is generally off-limits.",
"height": "6' 11\"",
"category": "Strong Arm",
"weight": "297.6 lbs",
"typeofpokemon": ["Normal", "Fighting"],
"weaknesses": ["Psychic", "Flying", "Fairy", "Fighting"],
"evolutions": ["#759", "#760"],
"abilities": ["Klutz"],
"hp": 50,
"attack": 70,
"defense": 40,
"special_attack": 30,
"special_defense": 30,
"speed": 40,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Field ",
"evolvedfrom": "#759",
"reason": "(Level 27)",
"base_exp": "175"
},
{
"name": "Bounsweet",
"id": "#761",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/761.png",
"xdescription": "Although it's too sugary for human consumption, Bounsweet's sweat can be watered down into a juice with just the right amount of sweetness.",
"ydescription": "A delectable aroma pours from its body. They are often swallowed whole by Toucannon lured by that wafting deliciousness.",
"height": "1' 00\"",
"category": "Fruit",
"weight": "7.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug"],
"evolutions": ["#761", "#762", "#763"],
"abilities": ["Oblivious"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 20,
"speed": 20,
"total": 120,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "",
"reason": "",
"base_exp": "42"
},
{
"name": "Steenee",
"id": "#762",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/762.png",
"xdescription": "This Pok\u00e9mon is always bouncing around energetically. Other Pok\u00e9mon are attracted by its lively appearance and pleasant aroma.",
"ydescription": "The sepals on its head developed to protect its body. These are quite hard, so even if pecked by bird Pok\u00e9mon, this Pok\u00e9mon is totally fine.",
"height": "2' 04\"",
"category": "Fruit",
"weight": "18.1 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug"],
"evolutions": ["#761", "#762", "#763"],
"abilities": ["Oblivious"],
"hp": 20,
"attack": 20,
"defense": 30,
"special_attack": 20,
"special_defense": 20,
"speed": 40,
"total": 150,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#761",
"reason": "(Level 18)",
"base_exp": "102"
},
{
"name": "Tsareena",
"id": "#763",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/763.png",
"xdescription": "A Pok\u00e9mon known for the beauty of its well-shaped legs, it sometimes appears as a mascot in advertisements for beauty salons.",
"ydescription": "Its long, striking legs aren't just for show but to be used to kick with skill. In victory, it shows off by kicking the defeated, laughing boisterously.",
"height": "3' 11\"",
"category": "Fruit",
"weight": "47.2 lbs",
"typeofpokemon": ["Grass"],
"weaknesses": ["Fire", "Flying", "Ice", "Poison", "Bug"],
"evolutions": ["#761", "#762", "#763"],
"abilities": ["Leaf Guard"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 30,
"special_defense": 60,
"speed": 50,
"total": 280,
"male_percentage": "0%",
"female_percentage": "100%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"evolvedfrom": "#762",
"reason": "(after Stomp learned)",
"base_exp": "230"
},
{
"name": "Comfey",
"id": "#764",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/764.png",
"xdescription": "Baths prepared with the flowers from its vine have a relaxing effect, so this Pok\u00e9mon is a hit with many people.",
"ydescription": "It attaches flowers to its highly nutritious vine. This revitalizes the flowers, and they give off an aromatic scent.",
"height": "0' 04\"",
"category": "Posy Picker",
"weight": "0.7 lbs",
"typeofpokemon": ["Fairy"],
"weaknesses": ["Steel", "Poison"],
"evolutions": ["#764"],
"abilities": ["Flower Veil"],
"hp": 20,
"attack": 30,
"defense": 50,
"special_attack": 40,
"special_defense": 70,
"speed": 60,
"total": 270,
"male_percentage": "25%",
"female_percentage": "75%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Grass ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Oranguru",
"id": "#765",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/765.png",
"xdescription": "Deep in the jungle, high in the lofty canopy, this Pok\u00e9mon abides. On rare occasions, it shows up at the beach to match wits with Slowking.",
"ydescription": "Known for its extreme intelligence, this Pok\u00e9mon will look down on inexperienced Trainers, so it's best suited to veteran Trainers.",
"height": "4' 11\"",
"category": "Sage",
"weight": "167.6 lbs",
"typeofpokemon": ["Normal", "Psychic"],
"weaknesses": ["Dark", "Bug"],
"evolutions": ["#765"],
"abilities": ["Inner Focus"],
"hp": 30,
"attack": 30,
"defense": 40,
"special_attack": 50,
"special_defense": 70,
"speed": 40,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Passimian",
"id": "#766",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/766.png",
"xdescription": "They battle with hard berries for weapons. Their techniques are passed from the boss to the group, generation upon generation.",
"ydescription": "They form groups of roughly 20 individuals. Their mutual bond is remarkable\u2014they will never let down a comrade.",
"height": "6' 07\"",
"category": "Teamwork",
"weight": "182.5 lbs",
"typeofpokemon": ["Fighting"],
"weaknesses": ["Psychic", "Flying", "Fairy"],
"evolutions": ["#766"],
"abilities": ["Receiver"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 20,
"special_defense": 30,
"speed": 50,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "172"
},
{
"name": "Wimpod",
"id": "#767",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/767.png",
"xdescription": "Its habitat varies from beaches to seabeds. A natural scavenger, it will gleefully chow down on anything edible, no matter how rotten.",
"ydescription": "This Pok\u00e9mon is a coward. As it desperately dashes off, the flailing of its many legs leaves a sparkling clean path in its wake.",
"height": "1' 08\"",
"category": "Turn Tail",
"weight": "26.5 lbs",
"typeofpokemon": ["Bug", "Water"],
"weaknesses": ["Flying", "Electric", "Rock"],
"evolutions": ["#767", "#768"],
"abilities": ["Wimp Out"],
"hp": 10,
"attack": 20,
"defense": 20,
"special_attack": 10,
"special_defense": 10,
"speed": 50,
"total": 120,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Water 3 ",
"evolvedfrom": "",
"reason": "",
"base_exp": "46"
},
{
"name": "Golisopod",
"id": "#768",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/768.png",
"xdescription": "It battles skillfully with its six arms, but spends most of its time peacefully meditating in caves deep beneath the sea.",
"ydescription": "With a flashing slash of its giant sharp claws, it cleaves seawater\u2014or even air\u2014right in two.",
"height": "6' 07\"",
"category": "Hard Scale",
"weight": "238.1 lbs",
"typeofpokemon": ["Bug", "Water"],
"weaknesses": ["Flying", "Electric", "Rock"],
"evolutions": ["#767", "#768"],
"abilities": ["Emergency Exit"],
"hp": 30,
"attack": 70,
"defense": 70,
"special_attack": 30,
"special_defense": 50,
"speed": 30,
"total": 280,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Bug, Water 3 ",
"evolvedfrom": "#767",
"reason": "(Level 30)",
"base_exp": "186"
},
{
"name": "Sandygast",
"id": "#769",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/769.png",
"xdescription": "It takes control of anyone who puts a hand in its mouth. And so it adds to the accumulation of its sand-mound body.",
"ydescription": "Born from a sand mound playfully built by a child, this Pok\u00e9mon embodies the grudges of the departed.",
"height": "1' 08\"",
"category": "Sand Heap",
"weight": "154.3 lbs",
"typeofpokemon": ["Ghost", "Ground"],
"weaknesses": ["Ghost", "Dark", "Grass", "Water", "Ice"],
"evolutions": ["#769", "#770"],
"abilities": ["Water Compaction"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 40,
"special_defense": 20,
"speed": 10,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "",
"reason": "",
"base_exp": "64"
},
{
"name": "Palossand",
"id": "#770",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/770.png",
"xdescription": "Buried beneath the castle are masses of dried-up bones from those whose vitality it has drained.",
"ydescription": "Possessed people controlled by this Pok\u00e9mon transformed its sand mound into a castle. As it evolved, its power to curse grew ever stronger.",
"height": "4' 03\"",
"category": "Sand Castle",
"weight": "551.2 lbs",
"typeofpokemon": ["Ghost", "Ground"],
"weaknesses": ["Ghost", "Dark", "Grass", "Water", "Ice"],
"evolutions": ["#769", "#770"],
"abilities": ["Water Compaction"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 50,
"special_defense": 40,
"speed": 20,
"total": 240,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Amorphous ",
"evolvedfrom": "#769",
"reason": "(Level 42)",
"base_exp": "168"
},
{
"name": "Pyukumuku",
"id": "#771",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/771.png",
"xdescription": "These Pok\u00e9mon line the beaches. The sticky mucous that covers their bodies can be used to soothe sunburned skin. How convenient!",
"ydescription": "It lives in shallow seas, such as areas near a beach. It can eject its internal organs, which it uses to engulf its prey or battle enemies.",
"height": "1' 00\"",
"category": "Sea Cucumber",
"weight": "2.6 lbs",
"typeofpokemon": ["Water"],
"weaknesses": ["Grass", "Electric"],
"evolutions": ["#771"],
"abilities": ["Innards Out"],
"hp": 20,
"attack": 30,
"defense": 70,
"special_attack": 20,
"special_defense": 80,
"speed": 10,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 1 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "144"
},
{
"name": "Type: Null",
"id": "#772",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/772.png",
"xdescription": "Due to the danger that this synthetic Pok\u00e9mon may go on a rampage, it wears a control mask to restrain its power.",
"ydescription": "The heavy control mask it wears suppresses its intrinsic capabilities. This Pok\u00e9mon has some hidden special power.",
"height": "6' 03\"",
"category": "Synthetic",
"weight": "265.7 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#772", "#773"],
"abilities": ["Battle Armor"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 60,
"speed": 40,
"total": 290,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "107"
},
{
"name": "Silvally",
"id": "#773",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/773.png",
"xdescription": "Although its name was Type: Null at first, the boy who evolved it into this form gave it the name by which it is now known.",
"ydescription": "Its trust in its partner is what awakens it. This Pok\u00e9mon is capable of changing its type, a flexibility that is well displayed in battle.",
"height": "7' 07\"",
"category": "Synthetic",
"weight": "221.6 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#772", "#773"],
"abilities": ["RKS System"],
"hp": 40,
"attack": 50,
"defense": 50,
"special_attack": 50,
"special_defense": 60,
"speed": 60,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#772",
"reason": "(high Friendship)",
"base_exp": "257"
},
{
"name": "Minior",
"id": "#774",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/774.png",
"xdescription": "Strong impacts can knock it out of its shell. This Pok\u00e9mon was born from mutated nanoparticles.",
"ydescription": "Originally making its home in the ozone layer, it hurtles to the ground when the shell enclosing its body grows too heavy.",
"height": "1' 00\"",
"category": "Meteor",
"weight": "88.2 lbs",
"typeofpokemon": ["Rock", "Flying"],
"weaknesses": ["Steel", "Water", "Electric", "Ice", "Rock"],
"evolutions": ["#774"],
"abilities": ["Shields Down"],
"hp": 20,
"attack": 30,
"defense": 50,
"special_attack": 30,
"special_defense": 60,
"speed": 40,
"total": 230,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "154"
},
{
"name": "Komala",
"id": "#775",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/775.png",
"xdescription": "The log it holds was given to it by its parents at birth. It has also been known to cling to the arm of a friendly Trainer.",
"ydescription": "It is born asleep, and it dies asleep. All its movements are apparently no more than the results of it tossing and turning in its dreams.",
"height": "1' 04\"",
"category": "Drowsing",
"weight": "43.9 lbs",
"typeofpokemon": ["Normal"],
"weaknesses": ["Fighting"],
"evolutions": ["#775"],
"abilities": ["Comatose"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 60,
"speed": 40,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "168"
},
{
"name": "Turtonator",
"id": "#776",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/776.png",
"xdescription": "It gushes fire and poisonous gases from its nostrils. Its dung is an explosive substance and can be put to various uses.",
"ydescription": "The shell on its back is chemically unstable and explodes violently if struck. The hole in its stomach is its weak point.",
"height": "6' 07\"",
"category": "Blast Turtle",
"weight": "467.4 lbs",
"typeofpokemon": ["Fire", "Dragon"],
"weaknesses": ["Ground", "Rock", "Dragon"],
"evolutions": ["#776"],
"abilities": ["Shell Armor"],
"hp": 20,
"attack": 40,
"defense": 70,
"special_attack": 50,
"special_defense": 50,
"speed": 20,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Togedemaru",
"id": "#777",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/777.png",
"xdescription": "The long hairs on its back act as lightning rods. The bolts of lightning it attracts are stored as energy in its electric sac.",
"ydescription": "The spiny fur on its back is normally at rest. When this Pok\u00e9mon becomes agitated, its fur stands on end and stabs into its attackers.",
"height": "1' 00\"",
"category": "Roly-Poly",
"weight": "7.3 lbs",
"typeofpokemon": ["Electric", "Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#777"],
"abilities": ["Lightning Rod"],
"hp": 30,
"attack": 50,
"defense": 30,
"special_attack": 20,
"special_defense": 40,
"speed": 60,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "10 ",
"egg_groups": "Fairy, Field ",
"reason": "",
"evolvedfrom": "",
"base_exp": "152"
},
{
"name": "Mimikyu",
"id": "#778",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/778.png",
"xdescription": "A lonely Pok\u00e9mon, it conceals its terrifying appearance beneath an old rag so it can get closer to people and other Pok\u00e9mon.",
"ydescription": "Its actual appearance is unknown. A scholar who saw what was under its rag was overwhelmed by terror and died from the shock.",
"height": "0' 08\"",
"category": "Disguise",
"weight": "1.5 lbs",
"typeofpokemon": ["Ghost", "Fairy"],
"weaknesses": ["Ghost", "Steel"],
"evolutions": ["#778"],
"abilities": ["Disguise"],
"hp": 20,
"attack": 50,
"defense": 40,
"special_attack": 30,
"special_defense": 60,
"speed": 60,
"total": 260,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Amorphous ",
"reason": "",
"evolvedfrom": "",
"base_exp": "167"
},
{
"name": "Bruxish",
"id": "#779",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/779.png",
"xdescription": "It stuns its prey with psychokinesis and then grinds them to mush with its strong teeth. Even Shellder's shell is no match for it.",
"ydescription": "When it unleashes its psychic power from the protuberance on its head, the grating sound of grinding teeth echoes through the area.",
"height": "2' 11\"",
"category": "Gnash Teeth",
"weight": "41.9 lbs",
"typeofpokemon": ["Water", "Psychic"],
"weaknesses": ["Ghost", "Dark", "Grass", "Electric", "Bug"],
"evolutions": ["#779"],
"abilities": ["Strong Jaw"],
"hp": 30,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 60,
"total": 270,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "15 ",
"egg_groups": "Water 2 ",
"reason": "",
"evolvedfrom": "",
"base_exp": "166"
},
{
"name": "Drampa",
"id": "#780",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/780.png",
"xdescription": "This Pok\u00e9mon is friendly to people and loves children most of all. It comes from deep in the mountains to play with children it likes in town.",
"ydescription": "It has a compassionate personality, but if it is angered, it completely destroys its surroundings with its intense breath.",
"height": "9' 10\"",
"category": "Placid",
"weight": "407.9 lbs",
"typeofpokemon": ["Normal", "Dragon"],
"weaknesses": ["Fairy", "Fighting", "Ice", "Dragon"],
"evolutions": ["#780"],
"abilities": ["Sap Sipper"],
"hp": 30,
"attack": 30,
"defense": 50,
"special_attack": 70,
"special_defense": 50,
"speed": 20,
"total": 250,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "20 ",
"egg_groups": "Dragon, Monster ",
"reason": "",
"evolvedfrom": "",
"base_exp": "170"
},
{
"name": "Dhelmise",
"id": "#781",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/781.png",
"xdescription": "The soul of seaweed adrift in the waves became reborn as this Pok\u00e9mon. It maintains itself with new infusions of seabed detritus and seaweed.",
"ydescription": "Swinging its massive anchor, it can KO Wailord in a single blow. What appears to be green seaweed is actually its body.",
"height": "12' 10\"",
"category": "Sea Creeper",
"weight": "463.0 lbs",
"typeofpokemon": ["Ghost", "Grass"],
"weaknesses": ["Ghost", "Fire", "Flying", "Dark", "Ice"],
"evolutions": ["#781"],
"abilities": ["Steelworker"],
"hp": 30,
"attack": 70,
"defense": 50,
"special_attack": 50,
"special_defense": 50,
"speed": 30,
"total": 280,
"genderless": 1,
"cycles": "25 ",
"egg_groups": "Mineral ",
"reason": "",
"evolvedfrom": "",
"base_exp": "181"
},
{
"name": "Jangmo-o",
"id": "#782",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/782.png",
"xdescription": "They live in mountains where no trace of humans can be detected. Jangmo-o grow little by little as they battle one another.",
"ydescription": "It expresses its feelings by smacking its scales. Metallic sounds echo through the tall mountains where Jangmo-o lives.",
"height": "2' 00\"",
"category": "Scaly",
"weight": "65.5 lbs",
"typeofpokemon": ["Dragon"],
"weaknesses": ["Fairy", "Ice", "Dragon"],
"evolutions": ["#782", "#783", "#784"],
"abilities": ["Soundproof"],
"hp": 20,
"attack": 30,
"defense": 40,
"special_attack": 20,
"special_defense": 20,
"speed": 30,
"total": 160,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "",
"reason": "",
"base_exp": "60"
},
{
"name": "Hakamo-o",
"id": "#783",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/783.png",
"xdescription": "It sheds and regrows its scales on a continuous basis. The scales become harder and sharper each time they're regrown.",
"ydescription": "It leaps at its prey with a courageous shout. Its scaly punches tear its opponents to shreds.",
"height": "3' 11\"",
"category": "Scaly",
"weight": "103.6 lbs",
"typeofpokemon": ["Dragon", "Fighting"],
"weaknesses": ["Fairy", "Flying", "Psychic", "Ice", "Dragon"],
"evolutions": ["#782", "#783", "#784"],
"abilities": ["Soundproof"],
"hp": 20,
"attack": 40,
"defense": 50,
"special_attack": 40,
"special_defense": 40,
"speed": 40,
"total": 230,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#782",
"reason": "(Level 35)",
"base_exp": "147"
},
{
"name": "Kommo-o",
"id": "#784",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/784.png",
"xdescription": "Its rigid scales function as offense and defense. In the past, its scales were processed and used to make weapons and other commodities.",
"ydescription": "When it spots enemies, it threatens them by jingling the scales on its tail. Weak opponents will crack and flee in panic.",
"height": "5' 03\"",
"category": "Scaly",
"weight": "172.4 lbs",
"typeofpokemon": ["Dragon", "Fighting"],
"weaknesses": ["Fairy", "Flying", "Psychic", "Ice", "Dragon"],
"evolutions": ["#782", "#783", "#784"],
"abilities": ["Soundproof"],
"hp": 30,
"attack": 60,
"defense": 70,
"special_attack": 50,
"special_defense": 60,
"speed": 50,
"total": 320,
"male_percentage": "50%",
"female_percentage": "50%",
"genderless": 0,
"cycles": "40 ",
"egg_groups": "Dragon ",
"evolvedfrom": "#783",
"reason": "(Level 45)",
"base_exp": "270"
},
{
"name": "Tapu Koko",
"id": "#785",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/785.png",
"xdescription": "It confuses its enemies by flying too quickly for the eye to follow. It has a hair-trigger temper but forgets what made it angry an instant later.",
"ydescription": "This guardian deity of Melemele is brimming with curiosity. It summons thunderclouds and stores their lightning inside its body.",
"height": "5' 11\"",
"category": "Land Spirit",
"weight": "45.2 lbs",
"typeofpokemon": ["Electric", "Fairy"],
"weaknesses": ["Poison", "Ground"],
"evolutions": ["#785"],
"abilities": ["Electric Surge"],
"hp": 30,
"attack": 60,
"defense": 50,
"special_attack": 50,
"special_defense": 40,
"speed": 80,
"total": 310,
"genderless": 1,
"cycles": "15 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Tapu Lele",
"id": "#786",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/786.png",
"xdescription": "As it flutters about, it scatters its strangely glowing scales. Touching them is said to restore good health on the spot.",
"ydescription": "This guardian deity of Akala is guilelessly cruel. The fragrant aroma of flowers is the source of its energy.",
"height": "3' 11\"",
"category": "Land Spirit",
"weight": "41.0 lbs",
"typeofpokemon": ["Psychic", "Fairy"],
"weaknesses": ["Ghost", "Steel", "Poison"],
"evolutions": ["#786"],
"abilities": ["Psychic Surge"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 70,
"special_defense": 70,
"speed": 60,
"total": 320,
"genderless": 1,
"cycles": "15 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Tapu Bulu",
"id": "#787",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/787.png",
"xdescription": "The guardian deity of Ula'ula is a lazy Pok\u00e9mon. It commands plants to immobilize its foes and then deals them a savage blow with its horns.",
"ydescription": "It pulls large trees up by the roots and swings them around. It causes vegetation to grow, and then it absorbs energy from the growth.",
"height": "6' 03\"",
"category": "Land Spirit",
"weight": "100.3 lbs",
"typeofpokemon": ["Grass", "Fairy"],
"weaknesses": ["Steel", "Fire", "Flying", "Ice", "Poison"],
"evolutions": ["#787"],
"abilities": ["Grassy Surge"],
"hp": 30,
"attack": 70,
"defense": 60,
"special_attack": 50,
"special_defense": 60,
"speed": 50,
"total": 320,
"genderless": 1,
"cycles": "15 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Tapu Fini",
"id": "#788",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/788.png",
"xdescription": "The guardian deity of Poni, it can control water. People say it can create pure water that will wash away any uncleanness.",
"ydescription": "The dense fog it creates brings the downfall and destruction of its confused enemies. Ocean currents are the source of its energy.",
"height": "4' 03\"",
"category": "Land Spirit",
"weight": "46.7 lbs",
"typeofpokemon": ["Water", "Fairy"],
"weaknesses": ["Grass", "Electric", "Poison"],
"evolutions": ["#788"],
"abilities": ["Misty Surge"],
"hp": 30,
"attack": 40,
"defense": 60,
"special_attack": 50,
"special_defense": 80,
"speed": 50,
"total": 310,
"genderless": 1,
"cycles": "15 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Cosmog",
"id": "#789",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/789.png",
"xdescription": "In ages past, it was called the child of the stars. It's said to be a Pok\u00e9mon from another world, but no specific details are known.",
"ydescription": "Its body is gaseous and frail. It slowly grows as it collects dust from the atmosphere.",
"height": "0' 08\"",
"category": "Nebula",
"weight": "0.2 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Ghost", "Dark", "Bug"],
"evolutions": ["#789", "#790", "#791", "#792"],
"abilities": ["Unaware"],
"hp": 20,
"attack": 20,
"defense": 20,
"special_attack": 20,
"special_defense": 10,
"speed": 20,
"total": 110,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "40"
},
{
"name": "Cosmoem",
"id": "#790",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/790.png",
"xdescription": "There's something accumulating around the black core within its hard shell. People think this Pok\u00e9mon may come from another world.",
"ydescription": "Motionless as if dead, its body is faintly warm to the touch. In the distant past, it was called the cocoon of the stars.",
"height": "0' 04\"",
"category": "Protostar",
"weight": "2204.4 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Ghost", "Dark", "Bug"],
"evolutions": ["#789", "#790", "#791", "#792"],
"abilities": ["Sturdy"],
"hp": 20,
"attack": 20,
"defense": 70,
"special_attack": 20,
"special_defense": 80,
"speed": 20,
"total": 230,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#789",
"reason": "(Level 43)",
"base_exp": "140"
},
{
"name": "Solgaleo",
"id": "#791",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/791.png",
"xdescription": "This Pok\u00e9mon is said to be a male evolution of Cosmog. At the activation of its third eye, it departs for another world.",
"ydescription": "It is said to live in another world. The intense light it radiates from the surface of its body can make the darkest of nights light up like midday.",
"height": "11' 02\"",
"category": "Sunne",
"weight": "507.1 lbs",
"typeofpokemon": ["Psychic", "Steel"],
"weaknesses": ["Ghost", "Fire", "Dark", "Ground"],
"evolutions": ["#789", "#790", "#791", "#792"],
"abilities": ["Full Metal Body"],
"hp": 50,
"attack": 70,
"defense": 60,
"special_attack": 60,
"special_defense": 50,
"speed": 60,
"total": 350,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#790",
"reason": "(Level 53, in Pok\u00e9mon Sun or Ultra Sun)",
"base_exp": "306"
},
{
"name": "Lunala",
"id": "#792",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/792.png",
"xdescription": "Said to live in another world, this Pok\u00e9mon devours light, drawing the moonless dark veil of night over the brightness of day.",
"ydescription": "It is said to be a female evolution of Cosmog. When its third eye activates, away it flies to another world.",
"height": "13' 01\"",
"category": "Moone",
"weight": "264.6 lbs",
"typeofpokemon": ["Psychic", "Ghost"],
"weaknesses": ["Ghost", "Dark"],
"evolutions": ["#789", "#790", "#791", "#792"],
"abilities": ["Shadow Shield"],
"hp": 50,
"attack": 60,
"defense": 50,
"special_attack": 70,
"special_defense": 70,
"speed": 60,
"total": 360,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#790",
"reason": "(Level 53, in Pok\u00e9mon Moon or Ultra Moon)",
"base_exp": "306"
},
{
"name": "Nihilego",
"id": "#793",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/793.png",
"xdescription": "One of the Ultra Beasts. It's unclear whether or not this Pok\u00e9mon is sentient, but sometimes it can be observed behaving like a young girl.",
"ydescription": "One of several mysterious Ultra Beasts. People on the street report observing those infested by it suddenly becoming violent.",
"height": "3' 11\"",
"category": "Parasite",
"weight": "122.4 lbs",
"typeofpokemon": ["Rock", "Poison"],
"weaknesses": ["Steel", "Water", "Psychic", "Ground"],
"evolutions": ["#793"],
"abilities": ["Beast Boost"],
"hp": 40,
"attack": 30,
"defense": 30,
"special_attack": 70,
"special_defense": 80,
"speed": 70,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Buzzwole",
"id": "#794",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/794.png",
"xdescription": "A mysterious life-form called an Ultra Beast. Witnesses saw it pulverize a dump truck with a single punch.",
"ydescription": "This Ultra Beast appeared from another world. It shows off its body, but whether that display is a boast or a threat remains unclear.",
"height": "7' 10\"",
"category": "Swollen",
"weight": "735.5 lbs",
"typeofpokemon": ["Bug", "Fighting"],
"weaknesses": ["Fire", "Psychic", "Flying", "Fairy"],
"evolutions": ["#794"],
"abilities": ["Beast Boost"],
"hp": 40,
"attack": 70,
"defense": 70,
"special_attack": 30,
"special_defense": 30,
"speed": 50,
"total": 290,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Pheromosa",
"id": "#795",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/795.png",
"xdescription": "One of the Ultra Beasts. It refuses to touch anything, perhaps because it senses some uncleanness in this world.",
"ydescription": "One of the dangerous Ultra Beasts, it has been spotted running across the land at terrific speeds.",
"height": "5' 11\"",
"category": "Lissome",
"weight": "55.1 lbs",
"typeofpokemon": ["Bug", "Fighting"],
"weaknesses": ["Fire", "Psychic", "Flying", "Fairy"],
"evolutions": ["#795"],
"abilities": ["Beast Boost"],
"hp": 30,
"attack": 70,
"defense": 20,
"special_attack": 70,
"special_defense": 20,
"speed": 100,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Xurkitree",
"id": "#796",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/796.png",
"xdescription": "It appeared from the Ultra Wormhole. It raided a power plant, so people think it energizes itself with electricity.",
"ydescription": "One of the mysterious life-forms known as Ultra Beasts. Astonishing electric shocks emanate from its entire body, according to witnesses.",
"height": "12' 06\"",
"category": "Glowing",
"weight": "220.5 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#796"],
"abilities": ["Beast Boost"],
"hp": 30,
"attack": 50,
"defense": 40,
"special_attack": 90,
"special_defense": 40,
"speed": 50,
"total": 300,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Celesteela",
"id": "#797",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/797.png",
"xdescription": "One kind of Ultra Beast. Witnesses have seen it burn down a forest by expelling gas from its two arms.",
"ydescription": "It appeared from the Ultra Wormhole. Witnesses observed it flying across the sky at high speed.",
"height": "30' 02\"",
"category": "Launch",
"weight": "2204.4 lbs",
"typeofpokemon": ["Steel", "Flying"],
"weaknesses": ["Fire", "Electric"],
"evolutions": ["#797"],
"abilities": ["Beast Boost"],
"hp": 40,
"attack": 50,
"defense": 60,
"special_attack": 60,
"special_defense": 60,
"speed": 40,
"total": 310,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Kartana",
"id": "#798",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/798.png",
"xdescription": "One of the Ultra Beast life-forms, it was observed cutting down a gigantic steel tower with one stroke of its blade.",
"ydescription": "This Ultra Beast came from the Ultra Wormhole. It seems not to attack enemies on its own, but its sharp body is a dangerous weapon in itself.",
"height": "1' 00\"",
"category": "Drawn Sword",
"weight": "0.2 lbs",
"typeofpokemon": ["Grass", "Steel"],
"weaknesses": ["Fire", "Fighting"],
"evolutions": ["#798"],
"abilities": ["Beast Boost"],
"hp": 20,
"attack": 100,
"defense": 70,
"special_attack": 30,
"special_defense": 10,
"speed": 70,
"total": 300,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Guzzlord",
"id": "#799",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/799.png",
"xdescription": "A dangerous Ultra Beast, it appears to be eating constantly, but for some reason its droppings have never been found.",
"ydescription": "It has gobbled mountains and swallowed whole buildings, according to reports. It's one of the Ultra Beasts.",
"height": "18' 01\"",
"category": "Junkivore",
"weight": "1957.7 lbs",
"typeofpokemon": ["Dark", "Dragon"],
"weaknesses": ["Fairy", "Fighting", "Bug", "Ice", "Dragon"],
"evolutions": ["#799"],
"abilities": ["Beast Boost"],
"hp": 80,
"attack": 50,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 30,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Necrozma",
"id": "#800",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/800.png",
"xdescription": "Light is apparently the source of its energy. It has an extraordinarily vicious disposition and is constantly firing off laser beams.",
"ydescription": "Reminiscent of the Ultra Beasts, this life-form, apparently asleep underground, is thought to have come from another world in ancient times.",
"height": "7' 10\"",
"category": "Prism",
"weight": "507.1 lbs",
"typeofpokemon": ["Psychic"],
"weaknesses": ["Ghost", "Dark", "Bug"],
"evolutions": ["#800"],
"abilities": ["Prism Armor"],
"hp": 40,
"attack": 60,
"defense": 50,
"special_attack": 70,
"special_defense": 50,
"speed": 50,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Magearna",
"id": "#801",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/801.png",
"xdescription": "Its mechanized body is merely a vessel. Its true self is its Soul-Heart, an artificial soul.",
"ydescription": "This artificial Pok\u00e9mon, constructed more than 500 years ago, can understand human speech but cannot itself speak.",
"height": "3' 03\"",
"category": "Artificial",
"weight": "177.5 lbs",
"typeofpokemon": ["Steel", "Fairy"],
"weaknesses": ["Fire", "Ground"],
"evolutions": ["#801"],
"abilities": ["Soul-Heart"],
"hp": 30,
"attack": 50,
"defense": 60,
"special_attack": 70,
"special_defense": 70,
"speed": 40,
"total": 320,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Marshadow",
"id": "#802",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/802.png",
"xdescription": "It sinks into the shadows of people and Pok\u00e9mon, where it can understand their feelings and copy their capabilities.",
"ydescription": "It slips into the shadows of others and mimics their powers and movements. As it improves, it becomes stronger than those it's imitating.",
"height": "2' 04\"",
"category": "Gloomdweller",
"weight": "48.9 lbs",
"typeofpokemon": ["Fighting", "Ghost"],
"weaknesses": ["Ghost", "Psychic", "Flying", "Fairy"],
"evolutions": ["#802"],
"abilities": ["Technician"],
"hp": 40,
"attack": 60,
"defense": 40,
"special_attack": 40,
"special_defense": 40,
"speed": 70,
"total": 290,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Poipole",
"id": "#803",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/803.png",
"xdescription": "An Ultra Beast that lives in a different world, it cackles wildly as it sprays its opponents with poison from the needles on its head.",
"ydescription": "This Ultra Beast is well enough liked to be chosen as a first partner in its own world.",
"height": "2' 00\"",
"category": "Poison Pin",
"weight": "4.0 lbs",
"typeofpokemon": ["Poison"],
"weaknesses": ["Psychic", "Ground"],
"evolutions": ["#803", "#804"],
"abilities": ["Beast Boost"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 40,
"special_defense": 30,
"speed": 40,
"total": 210,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "189"
},
{
"name": "Naganadel",
"id": "#804",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/804.png",
"xdescription": "One kind of Ultra Beast, it fires a glowing, venomous liquid from its needles. This liquid is also immensely adhesive.",
"ydescription": "It stores hundreds of liters of poisonous liquid inside its body. It is one of the organisms known as UBs.",
"height": "11' 10\"",
"category": "Poison Pin",
"weight": "330.7 lbs",
"typeofpokemon": ["Poison", "Dragon"],
"weaknesses": ["Psychic", "Ground", "Ice", "Dragon"],
"evolutions": ["#803", "#804"],
"abilities": ["Beast Boost"],
"hp": 30,
"attack": 40,
"defense": 30,
"special_attack": 60,
"special_defense": 30,
"speed": 60,
"total": 250,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#803",
"reason": "(after Dragon Pulse learned)",
"base_exp": "243"
},
{
"name": "Stakataka",
"id": "#805",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/805.png",
"xdescription": "When stone walls started moving and attacking, the brute's true identity was this mysterious life-form, which brings to mind an Ultra Beast.",
"ydescription": "It appeared from an Ultra Wormhole. Each one appears to be made up of many life-forms stacked one on top of each other.",
"height": "18' 01\"",
"category": "Rampart",
"weight": "1807.8 lbs",
"typeofpokemon": ["Rock", "Steel"],
"weaknesses": ["Water", "Fighting", "Ground"],
"evolutions": ["#805"],
"abilities": ["Beast Boost"],
"hp": 30,
"attack": 70,
"defense": 90,
"special_attack": 30,
"special_defense": 40,
"speed": 10,
"total": 270,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Blacephalon",
"id": "#806",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/806.png",
"xdescription": "A UB that appeared from an Ultra Wormhole, it causes explosions, then takes advantage of opponents' surprise to rob them of their vitality.",
"ydescription": "It slithers toward people. Then, without warning, it triggers the explosion of its own head. It's apparently one kind of Ultra Beast.",
"height": "5' 11\"",
"category": "Fireworks",
"weight": "28.7 lbs",
"typeofpokemon": ["Fire", "Ghost"],
"weaknesses": ["Water", "Ghost", "Ground", "Dark", "Rock"],
"evolutions": ["#806"],
"abilities": ["Beast Boost"],
"hp": 20,
"attack": 60,
"defense": 20,
"special_attack": 70,
"special_defense": 30,
"speed": 60,
"total": 260,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "257"
},
{
"name": "Zeraora",
"id": "#807",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/807.png",
"xdescription": "It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws.",
"ydescription": "It electrifies its claws and tears its opponents apart with them. Even if they dodge its attack, they'll be electrocuted by the flying sparks.",
"height": "4' 11\"",
"category": "Thunderclap",
"weight": "98.1 lbs",
"typeofpokemon": ["Electric"],
"weaknesses": ["Ground"],
"evolutions": ["#807"],
"abilities": ["Volt Absorb"],
"hp": 40,
"attack": 60,
"defense": 30,
"special_attack": 50,
"special_defense": 30,
"speed": 80,
"total": 290,
"genderless": 1,
"cycles": "120 ",
"egg_groups": "Undiscovered ",
"reason": "",
"evolvedfrom": "",
"base_exp": "270"
},
{
"name": "Meltan",
"id": "#808",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/808.png",
"xdescription": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.",
"ydescription": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.",
"height": "0' 08\"",
"category": "Hex Nut",
"weight": "17.6 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#808", "#809"],
"abilities": [],
"hp": 20,
"attack": 30,
"defense": 30,
"special_attack": 30,
"special_defense": 10,
"speed": 20,
"total": 140,
"genderless": 1,
"cycles": "-",
"egg_groups": "Undiscovered ",
"evolvedfrom": "",
"reason": "",
"base_exp": "\u2014"
},
{
"name": "Melmetal",
"id": "#809",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/809.png",
"xdescription": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.",
"ydescription": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.",
"height": "8' 02\"",
"category": "Hex Nut",
"weight": "1763.7 lbs",
"typeofpokemon": ["Steel"],
"weaknesses": ["Fire", "Fighting", "Ground"],
"evolutions": ["#808", "#809"],
"abilities": [],
"hp": 50,
"attack": 70,
"defense": 60,
"special_attack": 40,
"special_defense": 20,
"speed": 20,
"total": 260,
"genderless": 1,
"cycles": "-",
"egg_groups": "Undiscovered ",
"evolvedfrom": "#808",
"reason": "(Pok\u00e9mon GO only, 400 Meltan Candies)",
"base_exp": "\u2014"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment