Last active
April 17, 2022 18:09
-
-
Save coffeearmy/9c094d55beb6f0a8405529c4d0865d5d to your computer and use it in GitHub Desktop.
Json from Pkmon @credit https://github.com/dmedina0217/pokedex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "01", | |
| "name": "Bulbasaur", | |
| "species": "Seed Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "15.2 lbs (6.9 kg)", | |
| "abilities": [ | |
| "Overgrow", | |
| "Chlorophyll" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 49, | |
| "defense": 49, | |
| "sp.atk": 65, | |
| "sp.def": 65, | |
| "speed": 45, | |
| "total": 318 | |
| }, | |
| "evolution": [ | |
| "Bulbasaur", | |
| "Ivysaur", | |
| "Venusaur" | |
| ] | |
| }, | |
| { | |
| "id": "02", | |
| "name": "Ivysaur", | |
| "species": "Seed Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "28.7 lbs (13.0 kg)", | |
| "abilities": [ | |
| "Overgrow", | |
| "Chlorophyll" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 62, | |
| "defense": 63, | |
| "sp.atk": 80, | |
| "sp.def": 80, | |
| "speed": 60, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Bulbasaur", | |
| "Ivysaur", | |
| "Venusaur" | |
| ] | |
| }, | |
| { | |
| "id": "03", | |
| "name": "Venusaur", | |
| "species": "Seed Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "6′7″ (2.01m)", | |
| "weight": "220.5 lbs (100.0 kg)", | |
| "abilities": [ | |
| "Overgrow", | |
| "Chlorophyll" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 82, | |
| "defense": 83, | |
| "sp.atk": 100, | |
| "sp.def": 100, | |
| "speed": 80, | |
| "total": 525 | |
| }, | |
| "evolution": [ | |
| "Bulbasaur", | |
| "Ivysaur", | |
| "Venusaur" | |
| ] | |
| }, | |
| { | |
| "id": "04", | |
| "name": "Charmander", | |
| "species": "Lizard Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "18.7 lbs (8.5 kg)", | |
| "abilities": [ | |
| "Blaze", | |
| "Solar Power" | |
| ], | |
| "stats": { | |
| "hp": 39, | |
| "attack": 52, | |
| "defense": 43, | |
| "sp.atk": 60, | |
| "sp.def": 50, | |
| "speed": 65, | |
| "total": 309 | |
| }, | |
| "evolution": [ | |
| "Charmander", | |
| "Charmeleon", | |
| "Charizard" | |
| ] | |
| }, | |
| { | |
| "id": "05", | |
| "name": "Charmeleon", | |
| "species": "Flame Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "41.9 lbs (19.0 kg)", | |
| "abilities": [ | |
| "Blaze", | |
| "Solar Power" | |
| ], | |
| "stats": { | |
| "hp": 58, | |
| "attack": 64, | |
| "defense": 58, | |
| "sp.atk": 80, | |
| "sp.def": 65, | |
| "speed": 80, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Charmander", | |
| "Charmeleon", | |
| "Charizard" | |
| ] | |
| }, | |
| { | |
| "id": "06", | |
| "name": "Charizard", | |
| "species": "Flame Pokémon", | |
| "type": [ | |
| "Fire", | |
| "Flying" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "199.5 lbs (90.5 kg)", | |
| "abilities": [ | |
| "Blaze", | |
| "Solar Power" | |
| ], | |
| "stats": { | |
| "hp": 78, | |
| "attack": 84, | |
| "defense": 78, | |
| "sp.atk": 109, | |
| "sp.def": 85, | |
| "speed": 100, | |
| "total": 534 | |
| }, | |
| "evolution": [ | |
| "Charmander", | |
| "Charmeleon", | |
| "Charizard" | |
| ] | |
| }, | |
| { | |
| "id": "07", | |
| "name": "Squirtle", | |
| "species": "Tiny Turtle Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "19.8 lbs (9.0 kg)", | |
| "abilities": [ | |
| "Torrent", | |
| "Rain Dish" | |
| ], | |
| "stats": { | |
| "hp": 44, | |
| "attack": 48, | |
| "defense": 65, | |
| "sp.atk": 50, | |
| "sp.def": 64, | |
| "speed": 43, | |
| "total": 314 | |
| }, | |
| "evolution": [ | |
| "Squirtle", | |
| "Wartortle", | |
| "Blastoise" | |
| ] | |
| }, | |
| { | |
| "id": "08", | |
| "name": "Wartortle", | |
| "species": "Turtle Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "49.6 lbs (22.5 kg)", | |
| "abilities": [ | |
| "Torrent", | |
| "Rain Dish" | |
| ], | |
| "stats": { | |
| "hp": 59, | |
| "attack": 63, | |
| "defense": 80, | |
| "sp.atk": 65, | |
| "sp.def": 80, | |
| "speed": 58, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Squirtle", | |
| "Wartortle", | |
| "Blastoise" | |
| ] | |
| }, | |
| { | |
| "id": "09", | |
| "name": "Blastoise", | |
| "species": "Shellfish Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "188.5 lbs (85.5 kg)", | |
| "abilities": [ | |
| "Torrent", | |
| "Rain Dish" | |
| ], | |
| "stats": { | |
| "hp": 79, | |
| "attack": 83, | |
| "defense": 100, | |
| "sp.atk": 85, | |
| "sp.def": 105, | |
| "speed": 78, | |
| "total": 530 | |
| }, | |
| "evolution": [ | |
| "Squirtle", | |
| "Wartortle", | |
| "Blastoise" | |
| ] | |
| }, | |
| { | |
| "id": "10", | |
| "name": "Caterpie", | |
| "species": "Worm Pokémon", | |
| "type": [ | |
| "Bug" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "6.4 lbs (2.9 kg)", | |
| "abilities": [ | |
| "Shield Dust", | |
| "Run Away" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 30, | |
| "defense": 35, | |
| "sp.atk": 20, | |
| "sp.def": 20, | |
| "speed": 45, | |
| "total": 195 | |
| }, | |
| "evolution": [ | |
| "Caterpie", | |
| "Metapod", | |
| "Butterfree" | |
| ] | |
| }, | |
| { | |
| "id": "11", | |
| "name": "Metapod", | |
| "species": "Cocoon Pokémon", | |
| "type": [ | |
| "Bug" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "21.8 lbs (9.9 kg)", | |
| "abilities": [ | |
| "Shed Skin" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 20, | |
| "defense": 55, | |
| "sp.atk": 25, | |
| "sp.def": 25, | |
| "speed": 30, | |
| "total": 205 | |
| }, | |
| "evolution": [ | |
| "Caterpie", | |
| "Metapod", | |
| "Butterfree" | |
| ] | |
| }, | |
| { | |
| "id": "12", | |
| "name": "Butterfree", | |
| "species": "Butterfly Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Flying" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "70.5 lbs (32.0 kg)", | |
| "abilities": [ | |
| "Compound Eyes", | |
| "Tinted Lens" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 45, | |
| "defense": 50, | |
| "sp.atk": 90, | |
| "sp.def": 80, | |
| "speed": 70, | |
| "total": 395 | |
| }, | |
| "evolution": [ | |
| "Caterpie", | |
| "Metapod", | |
| "Butterfree" | |
| ] | |
| }, | |
| { | |
| "id": "13", | |
| "name": "Weedle", | |
| "species": "Hairy Bug Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "7.1 lbs (3.2 kg)", | |
| "abilities": [ | |
| "Shield Dust", | |
| "Run Away" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 35, | |
| "defense": 30, | |
| "sp.atk": 20, | |
| "sp.def": 20, | |
| "speed": 50, | |
| "total": 195 | |
| }, | |
| "evolution": [ | |
| "Weedle", | |
| "Kakuna", | |
| "Beedrill" | |
| ] | |
| }, | |
| { | |
| "id": "14", | |
| "name": "Kakuna", | |
| "species": "Cocoon Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "22 lbs (10.0 kg)", | |
| "abilities": [ | |
| "Shed Skin" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 25, | |
| "defense": 50, | |
| "sp.atk": 25, | |
| "sp.def": 25, | |
| "speed": 35, | |
| "total": 205 | |
| }, | |
| "evolution": [ | |
| "Weedle", | |
| "Kakuna", | |
| "Beedrill" | |
| ] | |
| }, | |
| { | |
| "id": "15", | |
| "name": "Beedrill", | |
| "species": "Poison Bee Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "65 lbs (29.5 kg)", | |
| "abilities": [ | |
| "Swarm", | |
| "Sniper" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 90, | |
| "defense": 40, | |
| "sp.atk": 45, | |
| "sp.def": 80, | |
| "speed": 75, | |
| "total": 395 | |
| }, | |
| "evolution": [ | |
| "Weedle", | |
| "Kakuna", | |
| "Beedrill" | |
| ] | |
| }, | |
| { | |
| "id": "16", | |
| "name": "Pidgey", | |
| "species": "Tiny Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "4 lbs (1.8 kg)", | |
| "abilities": [ | |
| "Keen Eye", | |
| "Tangled Feet", | |
| "Big Pecks" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 45, | |
| "defense": 40, | |
| "sp.atk": 35, | |
| "sp.def": 35, | |
| "speed": 56, | |
| "total": 251 | |
| }, | |
| "evolution": [ | |
| "Pidgey", | |
| "Pidgeotto", | |
| "Pidgeot" | |
| ] | |
| }, | |
| { | |
| "id": "17", | |
| "name": "Pidgeotto", | |
| "species": "Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Keen Eye", | |
| "Tangled Feet", | |
| "Big Pecks" | |
| ], | |
| "stats": { | |
| "hp": 63, | |
| "attack": 60, | |
| "defense": 55, | |
| "sp.atk": 50, | |
| "sp.def": 50, | |
| "speed": 71, | |
| "total": 349 | |
| }, | |
| "evolution": [ | |
| "Pidgey", | |
| "Pidgeotto", | |
| "Pidgeot" | |
| ] | |
| }, | |
| { | |
| "id": "18", | |
| "name": "Pidgeot", | |
| "species": "Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "87.1 lbs (39.5 kg)", | |
| "abilities": [ | |
| "Keen Eye", | |
| "Tangled Feet", | |
| "Big Pecks" | |
| ], | |
| "stats": { | |
| "hp": 83, | |
| "attack": 80, | |
| "defense": 75, | |
| "sp.atk": 70, | |
| "sp.def": 70, | |
| "speed": 101, | |
| "total": 479 | |
| }, | |
| "evolution": [ | |
| "Pidgey", | |
| "Pidgeotto", | |
| "Pidgeot" | |
| ] | |
| }, | |
| { | |
| "id": "19", | |
| "name": "Rattata", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "7.7 lbs (3.5 kg)", | |
| "abilities": [ | |
| "Guts", | |
| "Run Away", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 56, | |
| "defense": 35, | |
| "sp.atk": 25, | |
| "sp.def": 35, | |
| "speed": 72, | |
| "total": 253 | |
| }, | |
| "evolution": [ | |
| "Rattata", | |
| "Raticate" | |
| ] | |
| }, | |
| { | |
| "id": "20", | |
| "name": "Raticate", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "40.8 lbs (18.5 kg)", | |
| "abilities": [ | |
| "Guts", | |
| "Run Away", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 81, | |
| "defense": 60, | |
| "sp.atk": 50, | |
| "sp.def": 70, | |
| "speed": 97, | |
| "total": 413 | |
| }, | |
| "evolution": [ | |
| "Rattata", | |
| "Raticate" | |
| ] | |
| }, | |
| { | |
| "id": "21", | |
| "name": "Spearow", | |
| "species": "Tiny Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "4.4 lbs (2.0 kg)", | |
| "abilities": [ | |
| "Keen Eye", | |
| "Sniper" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 60, | |
| "defense": 30, | |
| "sp.atk": 31, | |
| "sp.def": 31, | |
| "speed": 70, | |
| "total": 262 | |
| }, | |
| "evolution": [ | |
| "Spearow", | |
| "Fearow" | |
| ] | |
| }, | |
| { | |
| "id": "22", | |
| "name": "Fearow", | |
| "species": "Beak Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "83.8 lbs (38.0 kg)", | |
| "abilities": [ | |
| "Keen Eye", | |
| "Sniper" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 90, | |
| "defense": 65, | |
| "sp.atk": 61, | |
| "sp.def": 61, | |
| "speed": 100, | |
| "total": 442 | |
| }, | |
| "evolution": [ | |
| "Spearow", | |
| "Fearow" | |
| ] | |
| }, | |
| { | |
| "id": "23", | |
| "name": "Ekans", | |
| "species": "Snake Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "6′7″ (2.01m)", | |
| "weight": "15.2 lbs (6.9 kg)", | |
| "abilities": [ | |
| "Intimidate", | |
| "Shed Skin", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 60, | |
| "defense": 44, | |
| "sp.atk": 40, | |
| "sp.def": 54, | |
| "speed": 55, | |
| "total": 288 | |
| }, | |
| "evolution": [ | |
| "Ekans", | |
| "Arbok" | |
| ] | |
| }, | |
| { | |
| "id": "24", | |
| "name": "Arbok", | |
| "species": "Cobra Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "11′6″ (3.51m)", | |
| "weight": "143.3 lbs (65.0 kg)", | |
| "abilities": [ | |
| "Intimidate", | |
| "Shed Skin", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 85, | |
| "defense": 69, | |
| "sp.atk": 65, | |
| "sp.def": 79, | |
| "speed": 80, | |
| "total": 438 | |
| }, | |
| "evolution": [ | |
| "Ekans", | |
| "Arbok" | |
| ] | |
| }, | |
| { | |
| "id": "25", | |
| "name": "Pikachu", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "13.2 lbs (6.0 kg)", | |
| "abilities": [ | |
| "Static", | |
| "Lightning Rod" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 55, | |
| "defense": 40, | |
| "sp.atk": 50, | |
| "sp.def": 50, | |
| "speed": 90, | |
| "total": 320 | |
| }, | |
| "evolution": [ | |
| "Pikachu", | |
| "Raichu" | |
| ] | |
| }, | |
| { | |
| "id": "26", | |
| "name": "Raichu", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Static", | |
| "Lightning Rod" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 90, | |
| "defense": 55, | |
| "sp.atk": 90, | |
| "sp.def": 80, | |
| "speed": 110, | |
| "total": 485 | |
| }, | |
| "evolution": [ | |
| "Pikachu", | |
| "Raichu" | |
| ] | |
| }, | |
| { | |
| "id": "27", | |
| "name": "Sandshrew", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "26.5 lbs (12.0 kg)", | |
| "abilities": [ | |
| "Sand Veil", | |
| "Sand Rush" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 75, | |
| "defense": 85, | |
| "sp.atk": 20, | |
| "sp.def": 30, | |
| "speed": 40, | |
| "total": 300 | |
| }, | |
| "evolution": [ | |
| "Sandshrew", | |
| "Sandslash" | |
| ] | |
| }, | |
| { | |
| "id": "28", | |
| "name": "Sandslash", | |
| "species": "Mouse Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "65 lbs (29.5 kg)", | |
| "abilities": [ | |
| "Sand Veil", | |
| "Sand Rush" | |
| ], | |
| "stats": { | |
| "hp": 75, | |
| "attack": 100, | |
| "defense": 110, | |
| "sp.atk": 45, | |
| "sp.def": 55, | |
| "speed": 65, | |
| "total": 450 | |
| }, | |
| "evolution": [ | |
| "Sandshrew", | |
| "Sandslash" | |
| ] | |
| }, | |
| { | |
| "id": "29", | |
| "name": "Nidoran♀", | |
| "species": "Poison Pin Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "15.4 lbs (7.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 47, | |
| "defense": 52, | |
| "sp.atk": 40, | |
| "sp.def": 40, | |
| "speed": 41, | |
| "total": 275 | |
| }, | |
| "evolution": [ | |
| "Nidoran♀", | |
| "Nidorina", | |
| "Nidoqueen" | |
| ] | |
| }, | |
| { | |
| "id": "30", | |
| "name": "Nidorina", | |
| "species": "Poison Pin Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "44.1 lbs (20.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 62, | |
| "defense": 67, | |
| "sp.atk": 55, | |
| "sp.def": 55, | |
| "speed": 56, | |
| "total": 365 | |
| }, | |
| "evolution": [ | |
| "Nidoran♀", | |
| "Nidorina", | |
| "Nidoqueen" | |
| ] | |
| }, | |
| { | |
| "id": "31", | |
| "name": "Nidoqueen", | |
| "species": "Drill Pokémon", | |
| "type": [ | |
| "Poison", | |
| "Ground" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "132.3 lbs (60.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Sheer Force" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 92, | |
| "defense": 87, | |
| "sp.atk": 75, | |
| "sp.def": 85, | |
| "speed": 76, | |
| "total": 505 | |
| }, | |
| "evolution": [ | |
| "Nidoran♀", | |
| "Nidorina", | |
| "Nidoqueen" | |
| ] | |
| }, | |
| { | |
| "id": "32", | |
| "name": "Nidoran♂", | |
| "species": "Poison Pin Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "19.8 lbs (9.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 46, | |
| "attack": 57, | |
| "defense": 40, | |
| "sp.atk": 40, | |
| "sp.def": 40, | |
| "speed": 50, | |
| "total": 273 | |
| }, | |
| "evolution": [ | |
| "Nidoran♂", | |
| "Nidorino", | |
| "Nidoking" | |
| ] | |
| }, | |
| { | |
| "id": "33", | |
| "name": "Nidorino", | |
| "species": "Poison Pin Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "43 lbs (19.5 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Hustle" | |
| ], | |
| "stats": { | |
| "hp": 61, | |
| "attack": 72, | |
| "defense": 57, | |
| "sp.atk": 55, | |
| "sp.def": 55, | |
| "speed": 65, | |
| "total": 365 | |
| }, | |
| "evolution": [ | |
| "Nidoran♂", | |
| "Nidorino", | |
| "Nidoking" | |
| ] | |
| }, | |
| { | |
| "id": "34", | |
| "name": "Nidoking", | |
| "species": "Drill Pokémon", | |
| "type": [ | |
| "Poison", | |
| "Ground" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "136.7 lbs (62.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Rivalry", | |
| "Sheer Force" | |
| ], | |
| "stats": { | |
| "hp": 81, | |
| "attack": 102, | |
| "defense": 77, | |
| "sp.atk": 85, | |
| "sp.def": 75, | |
| "speed": 85, | |
| "total": 505 | |
| }, | |
| "evolution": [ | |
| "Nidoran♂", | |
| "Nidorino", | |
| "Nidoking" | |
| ] | |
| }, | |
| { | |
| "id": "35", | |
| "name": "Clefairy", | |
| "species": "Fairy Pokémon", | |
| "type": [ | |
| "Fairy" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "16.5 lbs (7.5 kg)", | |
| "abilities": [ | |
| "Cute Charm", | |
| "Magic Guard", | |
| "Friend Guard" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 45, | |
| "defense": 48, | |
| "sp.atk": 60, | |
| "sp.def": 65, | |
| "speed": 35, | |
| "total": 323 | |
| }, | |
| "evolution": [ | |
| "Cleffa", | |
| "Clefairy", | |
| "Clefable" | |
| ] | |
| }, | |
| { | |
| "id": "36", | |
| "name": "Clefable", | |
| "species": "Fairy Pokémon", | |
| "type": [ | |
| "Fairy" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "88.2 lbs (40.0 kg)", | |
| "abilities": [ | |
| "Cute Charm", | |
| "Magic Guard", | |
| "Unaware" | |
| ], | |
| "stats": { | |
| "hp": 95, | |
| "attack": 70, | |
| "defense": 73, | |
| "sp.atk": 95, | |
| "sp.def": 90, | |
| "speed": 60, | |
| "total": 483 | |
| }, | |
| "evolution": [ | |
| "Cleffa", | |
| "Clefairy", | |
| "Clefable" | |
| ] | |
| }, | |
| { | |
| "id": "37", | |
| "name": "Vulpix", | |
| "species": "Fox Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "21.8 lbs (9.9 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Drought" | |
| ], | |
| "stats": { | |
| "hp": 38, | |
| "attack": 41, | |
| "defense": 40, | |
| "sp.atk": 50, | |
| "sp.def": 65, | |
| "speed": 65, | |
| "total": 299 | |
| }, | |
| "evolution": [ | |
| "Vulpix", | |
| "Ninetales" | |
| ] | |
| }, | |
| { | |
| "id": "38", | |
| "name": "Ninetales", | |
| "species": "Fox Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "43.9 lbs (19.9 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Drought" | |
| ], | |
| "stats": { | |
| "hp": 73, | |
| "attack": 76, | |
| "defense": 75, | |
| "sp.atk": 81, | |
| "sp.def": 100, | |
| "speed": 100, | |
| "total": 505 | |
| }, | |
| "evolution": [ | |
| "Vulpix", | |
| "Ninetales" | |
| ] | |
| }, | |
| { | |
| "id": "39", | |
| "name": "Jigglypuff", | |
| "species": "Balloon Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Fairy" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "12.1 lbs (5.5 kg)", | |
| "abilities": [ | |
| "Competitive", | |
| "Cute Charm", | |
| "Friend Guard" | |
| ], | |
| "stats": { | |
| "hp": 115, | |
| "attack": 45, | |
| "defense": 20, | |
| "sp.atk": 45, | |
| "sp.def": 25, | |
| "speed": 20, | |
| "total": 270 | |
| }, | |
| "evolution": [ | |
| "Jigglypuff", | |
| "Wigglytuff" | |
| ] | |
| }, | |
| { | |
| "id": "40", | |
| "name": "Wigglytuff", | |
| "species": "Balloon Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Fairy" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "26.5 lbs (12.0 kg)", | |
| "abilities": [ | |
| "Competitive", | |
| "Cute Charm", | |
| "Frisk" | |
| ], | |
| "stats": { | |
| "hp": 140, | |
| "attack": 70, | |
| "defense": 45, | |
| "sp.atk": 85, | |
| "sp.def": 50, | |
| "speed": 45, | |
| "total": 435 | |
| }, | |
| "evolution": [ | |
| "Jigglypuff", | |
| "Wigglytuff" | |
| ] | |
| }, | |
| { | |
| "id": "41", | |
| "name": "Zubat", | |
| "species": "Bat Pokémon", | |
| "type": [ | |
| "Poison", | |
| "Flying" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "16.5 lbs (7.5 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Infiltrator" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 45, | |
| "defense": 35, | |
| "sp.atk": 30, | |
| "sp.def": 40, | |
| "speed": 55, | |
| "total": 245 | |
| }, | |
| "evolution": [ | |
| "Zubat", | |
| "Golbat", | |
| "Crobat" | |
| ] | |
| }, | |
| { | |
| "id": "42", | |
| "name": "Golbat", | |
| "species": "Bat Pokémon", | |
| "type": [ | |
| "Poison", | |
| "Flying" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "121.3 lbs (55.0 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Infiltrator" | |
| ], | |
| "stats": { | |
| "hp": 75, | |
| "attack": 80, | |
| "defense": 70, | |
| "sp.atk": 65, | |
| "sp.def": 75, | |
| "speed": 90, | |
| "total": 455 | |
| }, | |
| "evolution": [ | |
| "Zubat", | |
| "Golbat", | |
| "Crobat" | |
| ] | |
| }, | |
| { | |
| "id": "43", | |
| "name": "Oddish", | |
| "species": "Weed Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "11.9 lbs (5.4 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Run Away" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 50, | |
| "defense": 55, | |
| "sp.atk": 75, | |
| "sp.def": 65, | |
| "speed": 30, | |
| "total": 320 | |
| }, | |
| "evolution": [ | |
| "Oddish", | |
| "Gloom", | |
| "Vileplume" | |
| ] | |
| }, | |
| { | |
| "id": "44", | |
| "name": "Gloom", | |
| "species": "Weed Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "19 lbs (8.6 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Stench" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 65, | |
| "defense": 70, | |
| "sp.atk": 85, | |
| "sp.def": 75, | |
| "speed": 40, | |
| "total": 395 | |
| }, | |
| "evolution": [ | |
| "Oddish", | |
| "Gloom", | |
| "Vileplume" | |
| ] | |
| }, | |
| { | |
| "id": "45", | |
| "name": "Vileplume", | |
| "species": "Flower Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "41 lbs (18.6 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Effect Spore" | |
| ], | |
| "stats": { | |
| "hp": 75, | |
| "attack": 80, | |
| "defense": 85, | |
| "sp.atk": 110, | |
| "sp.def": 90, | |
| "speed": 50, | |
| "total": 490 | |
| }, | |
| "evolution": [ | |
| "Oddish", | |
| "Gloom", | |
| "Vileplume" | |
| ] | |
| }, | |
| { | |
| "id": "46", | |
| "name": "Paras", | |
| "species": "Mushroom Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Grass" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "11.9 lbs (5.4 kg)", | |
| "abilities": [ | |
| "Dry Skin", | |
| "Effect Spore", | |
| "Damp" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 70, | |
| "defense": 55, | |
| "sp.atk": 45, | |
| "sp.def": 55, | |
| "speed": 25, | |
| "total": 285 | |
| }, | |
| "evolution": [ | |
| "Paras", | |
| "Parasect" | |
| ] | |
| }, | |
| { | |
| "id": "47", | |
| "name": "Parasect", | |
| "species": "Mushroom Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Grass" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "65 lbs (29.5 kg)", | |
| "abilities": [ | |
| "Dry Skin", | |
| "Effect Spore", | |
| "Damp" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 95, | |
| "defense": 80, | |
| "sp.atk": 60, | |
| "sp.def": 80, | |
| "speed": 30, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Paras", | |
| "Parasect" | |
| ] | |
| }, | |
| { | |
| "id": "48", | |
| "name": "Venonat", | |
| "species": "Insect Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Compound Eyes", | |
| "Tinted Lens", | |
| "Run Away" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 55, | |
| "defense": 50, | |
| "sp.atk": 40, | |
| "sp.def": 55, | |
| "speed": 45, | |
| "total": 305 | |
| }, | |
| "evolution": [ | |
| "Venonat", | |
| "Venomoth" | |
| ] | |
| }, | |
| { | |
| "id": "49", | |
| "name": "Venomoth", | |
| "species": "Poison Moth Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Poison" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "27.6 lbs (12.5 kg)", | |
| "abilities": [ | |
| "Shield Dust", | |
| "Tinted Lens", | |
| "Wonder Skin" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 65, | |
| "defense": 60, | |
| "sp.atk": 90, | |
| "sp.def": 75, | |
| "speed": 90, | |
| "total": 450 | |
| }, | |
| "evolution": [ | |
| "Venonat", | |
| "Venomoth" | |
| ] | |
| }, | |
| { | |
| "id": "50", | |
| "name": "Diglett", | |
| "species": "Mole Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "0′8″ (0.20m)", | |
| "weight": "1.8 lbs (0.8 kg)", | |
| "abilities": [ | |
| "Arena Trap", | |
| "Sand Veil", | |
| "Sand Force" | |
| ], | |
| "stats": { | |
| "hp": 10, | |
| "attack": 55, | |
| "defense": 25, | |
| "sp.atk": 35, | |
| "sp.def": 45, | |
| "speed": 95, | |
| "total": 265 | |
| }, | |
| "evolution": [ | |
| "Diglett", | |
| "Dugtrio" | |
| ] | |
| }, | |
| { | |
| "id": "51", | |
| "name": "Dugtrio", | |
| "species": "Mole Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "73.4 lbs (33.3 kg)", | |
| "abilities": [ | |
| "Arena Trap", | |
| "Sand Veil", | |
| "Sand Force" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 80, | |
| "defense": 50, | |
| "sp.atk": 50, | |
| "sp.def": 70, | |
| "speed": 120, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Diglett", | |
| "Dugtrio" | |
| ] | |
| }, | |
| { | |
| "id": "52", | |
| "name": "Meowth", | |
| "species": "Scratch Cat Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "9.3 lbs (4.2 kg)", | |
| "abilities": [ | |
| "Pickup", | |
| "Technician", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 45, | |
| "defense": 35, | |
| "sp.atk": 40, | |
| "sp.def": 40, | |
| "speed": 90, | |
| "total": 290 | |
| }, | |
| "evolution": [ | |
| "Meowth", | |
| "Persian" | |
| ] | |
| }, | |
| { | |
| "id": "53", | |
| "name": "Persian", | |
| "species": "Classy Cat Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "70.5 lbs (32.0 kg)", | |
| "abilities": [ | |
| "Limber", | |
| "Technician", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 70, | |
| "defense": 60, | |
| "sp.atk": 65, | |
| "sp.def": 65, | |
| "speed": 115, | |
| "total": 440 | |
| }, | |
| "evolution": [ | |
| "Meowth", | |
| "Persian" | |
| ] | |
| }, | |
| { | |
| "id": "54", | |
| "name": "Psyduck", | |
| "species": "Duck Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "43.2 lbs (19.6 kg)", | |
| "abilities": [ | |
| "Cloud Nine", | |
| "Damp", | |
| "Swift Swim" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 52, | |
| "defense": 48, | |
| "sp.atk": 65, | |
| "sp.def": 50, | |
| "speed": 55, | |
| "total": 320 | |
| }, | |
| "evolution": [ | |
| "Psyduck", | |
| "Golduck" | |
| ] | |
| }, | |
| { | |
| "id": "55", | |
| "name": "Golduck", | |
| "species": "Duck Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "168.9 lbs (76.6 kg)", | |
| "abilities": [ | |
| "Cloud Nine", | |
| "Damp", | |
| "Swift Swim" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 82, | |
| "defense": 78, | |
| "sp.atk": 95, | |
| "sp.def": 80, | |
| "speed": 85, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Psyduck", | |
| "Golduck" | |
| ] | |
| }, | |
| { | |
| "id": "56", | |
| "name": "Mankey", | |
| "species": "Pig Monkey Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "61.7 lbs (28.0 kg)", | |
| "abilities": [ | |
| "Anger Point", | |
| "Vital Spirit", | |
| "Defiant" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 80, | |
| "defense": 35, | |
| "sp.atk": 35, | |
| "sp.def": 45, | |
| "speed": 70, | |
| "total": 305 | |
| }, | |
| "evolution": [ | |
| "Mankey", | |
| "Primeape" | |
| ] | |
| }, | |
| { | |
| "id": "57", | |
| "name": "Primeape", | |
| "species": "Pig Monkey Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "70.5 lbs (32.0 kg)", | |
| "abilities": [ | |
| "Anger Point", | |
| "Vital Spirit", | |
| "Defiant" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 105, | |
| "defense": 60, | |
| "sp.atk": 60, | |
| "sp.def": 70, | |
| "speed": 95, | |
| "total": 455 | |
| }, | |
| "evolution": [ | |
| "Mankey", | |
| "Primeape" | |
| ] | |
| }, | |
| { | |
| "id": "58", | |
| "name": "Growlithe", | |
| "species": "Puppy Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "41.9 lbs (19.0 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Intimidate", | |
| "Justified" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 70, | |
| "defense": 45, | |
| "sp.atk": 70, | |
| "sp.def": 50, | |
| "speed": 60, | |
| "total": 350 | |
| }, | |
| "evolution": [ | |
| "Growlithe", | |
| "Arcanine" | |
| ] | |
| }, | |
| { | |
| "id": "59", | |
| "name": "Arcanine", | |
| "species": "Legendary Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "6′3″ (1.91m)", | |
| "weight": "341.7 lbs (155.0 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Intimidate", | |
| "Justified" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 110, | |
| "defense": 80, | |
| "sp.atk": 100, | |
| "sp.def": 80, | |
| "speed": 95, | |
| "total": 555 | |
| }, | |
| "evolution": [ | |
| "Growlithe", | |
| "Arcanine" | |
| ] | |
| }, | |
| { | |
| "id": "60", | |
| "name": "Poliwag", | |
| "species": "Tadpole Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "27.3 lbs (12.4 kg)", | |
| "abilities": [ | |
| "Damp", | |
| "Water Absorb", | |
| "Swift Swim" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 50, | |
| "defense": 40, | |
| "sp.atk": 40, | |
| "sp.def": 40, | |
| "speed": 90, | |
| "total": 300 | |
| }, | |
| "evolution": [ | |
| "Poliwag", | |
| "Poliwhirl", | |
| "Poliwrath" | |
| ] | |
| }, | |
| { | |
| "id": "61", | |
| "name": "Poliwhirl", | |
| "species": "Tadpole Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "44.1 lbs (20.0 kg)", | |
| "abilities": [ | |
| "Damp", | |
| "Water Absorb", | |
| "Swift Swim" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 65, | |
| "defense": 65, | |
| "sp.atk": 50, | |
| "sp.def": 50, | |
| "speed": 90, | |
| "total": 385 | |
| }, | |
| "evolution": [ | |
| "Poliwag", | |
| "Poliwhirl", | |
| "Poliwrath" | |
| ] | |
| }, | |
| { | |
| "id": "62", | |
| "name": "Poliwrath", | |
| "species": "Tadpole Pokémon", | |
| "type": [ | |
| "Water", | |
| "Fighting" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "119 lbs (54.0 kg)", | |
| "abilities": [ | |
| "Damp", | |
| "Water Absorb", | |
| "Swift Swim" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 95, | |
| "defense": 95, | |
| "sp.atk": 70, | |
| "sp.def": 90, | |
| "speed": 70, | |
| "total": 510 | |
| }, | |
| "evolution": [ | |
| "Poliwag", | |
| "Poliwhirl", | |
| "Poliwrath" | |
| ] | |
| }, | |
| { | |
| "id": "63", | |
| "name": "Abra", | |
| "species": "Psi Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "43 lbs (19.5 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Synchronize", | |
| "Magic Guard" | |
| ], | |
| "stats": { | |
| "hp": 25, | |
| "attack": 20, | |
| "defense": 15, | |
| "sp.atk": 105, | |
| "sp.def": 55, | |
| "speed": 90, | |
| "total": 310 | |
| }, | |
| "evolution": [ | |
| "Abra", | |
| "Kadabra", | |
| "Alakazam" | |
| ] | |
| }, | |
| { | |
| "id": "64", | |
| "name": "Kadabra", | |
| "species": "Psi Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "124.6 lbs (56.5 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Synchronize", | |
| "Magic Guard" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 35, | |
| "defense": 30, | |
| "sp.atk": 120, | |
| "sp.def": 70, | |
| "speed": 105, | |
| "total": 400 | |
| }, | |
| "evolution": [ | |
| "Abra", | |
| "Kadabra", | |
| "Alakazam" | |
| ] | |
| }, | |
| { | |
| "id": "65", | |
| "name": "Alakazam", | |
| "species": "Psi Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "105.8 lbs (48.0 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Synchronize", | |
| "Magic Guard" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 50, | |
| "defense": 45, | |
| "sp.atk": 135, | |
| "sp.def": 95, | |
| "speed": 120, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Abra", | |
| "Kadabra", | |
| "Alakazam" | |
| ] | |
| }, | |
| { | |
| "id": "66", | |
| "name": "Machop", | |
| "species": "Superpower Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "43 lbs (19.5 kg)", | |
| "abilities": [ | |
| "Guts", | |
| "No Guard", | |
| "Steadfast" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 80, | |
| "defense": 50, | |
| "sp.atk": 35, | |
| "sp.def": 35, | |
| "speed": 35, | |
| "total": 305 | |
| }, | |
| "evolution": [ | |
| "Machop", | |
| "Machoke", | |
| "Machamp" | |
| ] | |
| }, | |
| { | |
| "id": "67", | |
| "name": "Machoke", | |
| "species": "Superpower Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "155.4 lbs (70.5 kg)", | |
| "abilities": [ | |
| "Guts", | |
| "No Guard", | |
| "Steadfast" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 100, | |
| "defense": 70, | |
| "sp.atk": 50, | |
| "sp.def": 60, | |
| "speed": 45, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Machop", | |
| "Machoke", | |
| "Machamp" | |
| ] | |
| }, | |
| { | |
| "id": "68", | |
| "name": "Machamp", | |
| "species": "Superpower Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "286.6 lbs (130.0 kg)", | |
| "abilities": [ | |
| "Guts", | |
| "No Guard", | |
| "Steadfast" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 130, | |
| "defense": 80, | |
| "sp.atk": 65, | |
| "sp.def": 85, | |
| "speed": 55, | |
| "total": 505 | |
| }, | |
| "evolution": [ | |
| "Machop", | |
| "Machoke", | |
| "Machamp" | |
| ] | |
| }, | |
| { | |
| "id": "69", | |
| "name": "Bellsprout", | |
| "species": "Flower Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "2′4″ (0.71m)", | |
| "weight": "8.8 lbs (4.0 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Gluttony" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 75, | |
| "defense": 35, | |
| "sp.atk": 70, | |
| "sp.def": 30, | |
| "speed": 40, | |
| "total": 300 | |
| }, | |
| "evolution": [ | |
| "Bellsprout", | |
| "Weepinbell", | |
| "Victreebel" | |
| ] | |
| }, | |
| { | |
| "id": "70", | |
| "name": "Weepinbell", | |
| "species": "Flycatcher Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "14.1 lbs (6.4 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Gluttony" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 90, | |
| "defense": 50, | |
| "sp.atk": 85, | |
| "sp.def": 45, | |
| "speed": 55, | |
| "total": 390 | |
| }, | |
| "evolution": [ | |
| "Bellsprout", | |
| "Weepinbell", | |
| "Victreebel" | |
| ] | |
| }, | |
| { | |
| "id": "71", | |
| "name": "Victreebel", | |
| "species": "Flycatcher Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Poison" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "34.2 lbs (15.5 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Gluttony" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 105, | |
| "defense": 65, | |
| "sp.atk": 100, | |
| "sp.def": 70, | |
| "speed": 70, | |
| "total": 490 | |
| }, | |
| "evolution": [ | |
| "Bellsprout", | |
| "Weepinbell", | |
| "Victreebel" | |
| ] | |
| }, | |
| { | |
| "id": "72", | |
| "name": "Tentacool", | |
| "species": "Jellyfish Pokémon", | |
| "type": [ | |
| "Water", | |
| "Poison" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "100.3 lbs (45.5 kg)", | |
| "abilities": [ | |
| "Clear Body", | |
| "Liquid Ooze", | |
| "Rain Dish" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 40, | |
| "defense": 35, | |
| "sp.atk": 50, | |
| "sp.def": 100, | |
| "speed": 70, | |
| "total": 335 | |
| }, | |
| "evolution": [ | |
| "Tentacool", | |
| "Tentacruel" | |
| ] | |
| }, | |
| { | |
| "id": "73", | |
| "name": "Tentacruel", | |
| "species": "Jellyfish Pokémon", | |
| "type": [ | |
| "Water", | |
| "Poison" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "121.3 lbs (55.0 kg)", | |
| "abilities": [ | |
| "Clear Body", | |
| "Liquid Ooze", | |
| "Rain Dish" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 70, | |
| "defense": 65, | |
| "sp.atk": 80, | |
| "sp.def": 120, | |
| "speed": 100, | |
| "total": 515 | |
| }, | |
| "evolution": [ | |
| "Tentacool", | |
| "Tentacruel" | |
| ] | |
| }, | |
| { | |
| "id": "74", | |
| "name": "Geodude", | |
| "species": "Rock Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "44.1 lbs (20.0 kg)", | |
| "abilities": [ | |
| "Rock Head", | |
| "Sturdy", | |
| "Sand Veil" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 80, | |
| "defense": 100, | |
| "sp.atk": 30, | |
| "sp.def": 30, | |
| "speed": 20, | |
| "total": 300 | |
| }, | |
| "evolution": [ | |
| "Geodude", | |
| "Graveler", | |
| "Golem" | |
| ] | |
| }, | |
| { | |
| "id": "75", | |
| "name": "Graveler", | |
| "species": "Rock Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "231.5 lbs (105.0 kg)", | |
| "abilities": [ | |
| "Rock Head", | |
| "Sturdy", | |
| "Sand Veil" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 95, | |
| "defense": 115, | |
| "sp.atk": 45, | |
| "sp.def": 45, | |
| "speed": 35, | |
| "total": 390 | |
| }, | |
| "evolution": [ | |
| "Geodude", | |
| "Graveler", | |
| "Golem" | |
| ] | |
| }, | |
| { | |
| "id": "76", | |
| "name": "Golem", | |
| "species": "Megaton Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "661.4 lbs (300.0 kg)", | |
| "abilities": [ | |
| "Rock Head", | |
| "Sturdy", | |
| "Sand Veil" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 120, | |
| "defense": 130, | |
| "sp.atk": 55, | |
| "sp.def": 65, | |
| "speed": 45, | |
| "total": 495 | |
| }, | |
| "evolution": [ | |
| "Geodude", | |
| "Graveler", | |
| "Golem" | |
| ] | |
| }, | |
| { | |
| "id": "77", | |
| "name": "Ponyta", | |
| "species": "Fire Horse Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Run Away", | |
| "Flame Body" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 85, | |
| "defense": 55, | |
| "sp.atk": 65, | |
| "sp.def": 65, | |
| "speed": 90, | |
| "total": 410 | |
| }, | |
| "evolution": [ | |
| "Ponyta", | |
| "Rapidash" | |
| ] | |
| }, | |
| { | |
| "id": "78", | |
| "name": "Rapidash", | |
| "species": "Fire Horse Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "209.4 lbs (95.0 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Run Away", | |
| "Flame Body" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 100, | |
| "defense": 70, | |
| "sp.atk": 80, | |
| "sp.def": 80, | |
| "speed": 105, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Ponyta", | |
| "Rapidash" | |
| ] | |
| }, | |
| { | |
| "id": "79", | |
| "name": "Slowpoke", | |
| "species": "Dopey Pokémon", | |
| "type": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "79.4 lbs (36.0 kg)", | |
| "abilities": [ | |
| "Oblivious", | |
| "Own Tempo", | |
| "Regenerator" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 65, | |
| "defense": 65, | |
| "sp.atk": 40, | |
| "sp.def": 40, | |
| "speed": 15, | |
| "total": 315 | |
| }, | |
| "evolution": [ | |
| "Slowpoke", | |
| "Slowbro" | |
| ] | |
| }, | |
| { | |
| "id": "80", | |
| "name": "Slowbro", | |
| "species": "Hermit Crab Pokémon", | |
| "type": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "173.1 lbs (78.5 kg)", | |
| "abilities": [ | |
| "Oblivious", | |
| "Own Tempo", | |
| "Regenerator" | |
| ], | |
| "stats": { | |
| "hp": 95, | |
| "attack": 75, | |
| "defense": 110, | |
| "sp.atk": 100, | |
| "sp.def": 80, | |
| "speed": 30, | |
| "total": 490 | |
| }, | |
| "evolution": [ | |
| "Slowpoke", | |
| "Slowbro" | |
| ] | |
| }, | |
| { | |
| "id": "81", | |
| "name": "Magnemite", | |
| "species": "Magnet Pokémon", | |
| "type": [ | |
| "Electric", | |
| "Steel" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "13.2 lbs (6.0 kg)", | |
| "abilities": [ | |
| "Magnet Pull", | |
| "Sturdy", | |
| "Analytic" | |
| ], | |
| "stats": { | |
| "hp": 25, | |
| "attack": 35, | |
| "defense": 70, | |
| "sp.atk": 95, | |
| "sp.def": 55, | |
| "speed": 45, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Magnemite", | |
| "Magneton" | |
| ] | |
| }, | |
| { | |
| "id": "82", | |
| "name": "Magneton", | |
| "species": "Magnet Pokémon", | |
| "type": [ | |
| "Electric", | |
| "Steel" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "132.3 lbs (60.0 kg)", | |
| "abilities": [ | |
| "Magnet Pull", | |
| "Sturdy", | |
| "Analytic" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 60, | |
| "defense": 95, | |
| "sp.atk": 120, | |
| "sp.def": 70, | |
| "speed": 70, | |
| "total": 465 | |
| }, | |
| "evolution": [ | |
| "Magnemite", | |
| "Magneton" | |
| ] | |
| }, | |
| { | |
| "id": "83", | |
| "name": "Farfetch'd", | |
| "species": "Wild Duck Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "33.1 lbs (15.0 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Keen Eye", | |
| "Defiant" | |
| ], | |
| "stats": { | |
| "hp": 52, | |
| "attack": 65, | |
| "defense": 55, | |
| "sp.atk": 58, | |
| "sp.def": 62, | |
| "speed": 60, | |
| "total": 352 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "84", | |
| "name": "Doduo", | |
| "species": "Twin Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "86.4 lbs (39.2 kg)", | |
| "abilities": [ | |
| "Early Bird", | |
| "Run Away", | |
| "Tangled Feet" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 85, | |
| "defense": 45, | |
| "sp.atk": 35, | |
| "sp.def": 35, | |
| "speed": 75, | |
| "total": 310 | |
| }, | |
| "evolution": [ | |
| "Doduo", | |
| "Dodrio" | |
| ] | |
| }, | |
| { | |
| "id": "85", | |
| "name": "Dodrio", | |
| "species": "Triple Bird Pokémon", | |
| "type": [ | |
| "Normal", | |
| "Flying" | |
| ], | |
| "height": "5′11″ (1.80m)", | |
| "weight": "187.8 lbs (85.2 kg)", | |
| "abilities": [ | |
| "Early Bird", | |
| "Run Away", | |
| "Tangled Feet" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 110, | |
| "defense": 70, | |
| "sp.atk": 60, | |
| "sp.def": 60, | |
| "speed": 100, | |
| "total": 460 | |
| }, | |
| "evolution": [ | |
| "Doduo", | |
| "Dodrio" | |
| ] | |
| }, | |
| { | |
| "id": "86", | |
| "name": "Seel", | |
| "species": "Sea Lion Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "198.4 lbs (90.0 kg)", | |
| "abilities": [ | |
| "Hydration", | |
| "Thick Fat", | |
| "Ice Body" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 45, | |
| "defense": 55, | |
| "sp.atk": 45, | |
| "sp.def": 70, | |
| "speed": 45, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Seel", | |
| "Dewgong" | |
| ] | |
| }, | |
| { | |
| "id": "87", | |
| "name": "Dewgong", | |
| "species": "Sea Lion Pokémon", | |
| "type": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "264.6 lbs (120.0 kg)", | |
| "abilities": [ | |
| "Hydration", | |
| "Thick Fat", | |
| "Ice Body" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 70, | |
| "defense": 80, | |
| "sp.atk": 70, | |
| "sp.def": 95, | |
| "speed": 70, | |
| "total": 475 | |
| }, | |
| "evolution": [ | |
| "Seel", | |
| "Dewgong" | |
| ] | |
| }, | |
| { | |
| "id": "88", | |
| "name": "Grimer", | |
| "species": "Sludge Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Stench", | |
| "Sticky Hold", | |
| "Poison Touch" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 80, | |
| "defense": 50, | |
| "sp.atk": 40, | |
| "sp.def": 50, | |
| "speed": 25, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Grimer", | |
| "Muk" | |
| ] | |
| }, | |
| { | |
| "id": "89", | |
| "name": "Muk", | |
| "species": "Sludge Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Stench", | |
| "Sticky Hold", | |
| "Poison Touch" | |
| ], | |
| "stats": { | |
| "hp": 105, | |
| "attack": 105, | |
| "defense": 75, | |
| "sp.atk": 65, | |
| "sp.def": 100, | |
| "speed": 50, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Grimer", | |
| "Muk" | |
| ] | |
| }, | |
| { | |
| "id": "90", | |
| "name": "Shellder", | |
| "species": "Bivalve Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "8.8 lbs (4.0 kg)", | |
| "abilities": [ | |
| "Shell Armor", | |
| "Skill Link", | |
| "Overcoat" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 65, | |
| "defense": 100, | |
| "sp.atk": 45, | |
| "sp.def": 25, | |
| "speed": 40, | |
| "total": 305 | |
| }, | |
| "evolution": [ | |
| "Shellder", | |
| "Cloyster" | |
| ] | |
| }, | |
| { | |
| "id": "91", | |
| "name": "Cloyster", | |
| "species": "Bivalve Pokémon", | |
| "type": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "292.1 lbs (132.5 kg)", | |
| "abilities": [ | |
| "Shell Armor", | |
| "Skill Link", | |
| "Overcoat" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 95, | |
| "defense": 180, | |
| "sp.atk": 85, | |
| "sp.def": 45, | |
| "speed": 70, | |
| "total": 525 | |
| }, | |
| "evolution": [ | |
| "Shellder", | |
| "Cloyster" | |
| ] | |
| }, | |
| { | |
| "id": "92", | |
| "name": "Gastly", | |
| "species": "Gas Pokémon", | |
| "type": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "0.2 lbs (0.1 kg)", | |
| "abilities": [ | |
| "Levitate" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 35, | |
| "defense": 30, | |
| "sp.atk": 100, | |
| "sp.def": 35, | |
| "speed": 80, | |
| "total": 310 | |
| }, | |
| "evolution": [ | |
| "Gastly", | |
| "Haunter", | |
| "Gengar" | |
| ] | |
| }, | |
| { | |
| "id": "93", | |
| "name": "Haunter", | |
| "species": "Gas Pokémon", | |
| "type": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "0.2 lbs (0.1 kg)", | |
| "abilities": [ | |
| "Levitate" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 50, | |
| "defense": 45, | |
| "sp.atk": 115, | |
| "sp.def": 55, | |
| "speed": 95, | |
| "total": 405 | |
| }, | |
| "evolution": [ | |
| "Gastly", | |
| "Haunter", | |
| "Gengar" | |
| ] | |
| }, | |
| { | |
| "id": "94", | |
| "name": "Gengar", | |
| "species": "Shadow Pokémon", | |
| "type": [ | |
| "Ghost", | |
| "Poison" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "89.3 lbs (40.5 kg)", | |
| "abilities": [ | |
| "Levitate" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 65, | |
| "defense": 60, | |
| "sp.atk": 130, | |
| "sp.def": 75, | |
| "speed": 110, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Gastly", | |
| "Haunter", | |
| "Gengar" | |
| ] | |
| }, | |
| { | |
| "id": "95", | |
| "name": "Onix", | |
| "species": "Rock Snake Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Ground" | |
| ], | |
| "height": "28′10″ (8.79m)", | |
| "weight": "463 lbs (210.0 kg)", | |
| "abilities": [ | |
| "Rock Head", | |
| "Sturdy", | |
| "Weak Armor" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 45, | |
| "defense": 160, | |
| "sp.atk": 30, | |
| "sp.def": 45, | |
| "speed": 70, | |
| "total": 385 | |
| }, | |
| "evolution": [ | |
| "Onix" | |
| ] | |
| }, | |
| { | |
| "id": "96", | |
| "name": "Drowzee", | |
| "species": "Hypnosis Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "71.4 lbs (32.4 kg)", | |
| "abilities": [ | |
| "Forewarn", | |
| "Insomnia", | |
| "Inner Focus" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 48, | |
| "defense": 45, | |
| "sp.atk": 43, | |
| "sp.def": 90, | |
| "speed": 42, | |
| "total": 328 | |
| }, | |
| "evolution": [ | |
| "Drowzee", | |
| "Hypno" | |
| ] | |
| }, | |
| { | |
| "id": "97", | |
| "name": "Hypno", | |
| "species": "Hypnosis Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "166.7 lbs (75.6 kg)", | |
| "abilities": [ | |
| "Forewarn", | |
| "Insomnia", | |
| "Inner Focus" | |
| ], | |
| "stats": { | |
| "hp": 85, | |
| "attack": 73, | |
| "defense": 70, | |
| "sp.atk": 73, | |
| "sp.def": 115, | |
| "speed": 67, | |
| "total": 483 | |
| }, | |
| "evolution": [ | |
| "Drowzee", | |
| "Hypno" | |
| ] | |
| }, | |
| { | |
| "id": "98", | |
| "name": "Krabby", | |
| "species": "River Crab Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "14.3 lbs (6.5 kg)", | |
| "abilities": [ | |
| "Hyper Cutter", | |
| "Shell Armor", | |
| "Sheer Force" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 105, | |
| "defense": 90, | |
| "sp.atk": 25, | |
| "sp.def": 25, | |
| "speed": 50, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Krabby", | |
| "Kingler" | |
| ] | |
| }, | |
| { | |
| "id": "99", | |
| "name": "Kingler", | |
| "species": "Pincer Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "132.3 lbs (60.0 kg)", | |
| "abilities": [ | |
| "Hyper Cutter", | |
| "Shell Armor", | |
| "Sheer Force" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 130, | |
| "defense": 115, | |
| "sp.atk": 50, | |
| "sp.def": 50, | |
| "speed": 75, | |
| "total": 475 | |
| }, | |
| "evolution": [ | |
| "Krabby", | |
| "Kingler" | |
| ] | |
| }, | |
| { | |
| "id": "100", | |
| "name": "Voltorb", | |
| "species": "Ball Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "22.9 lbs (10.4 kg)", | |
| "abilities": [ | |
| "Soundproof", | |
| "Static", | |
| "Aftermath" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 30, | |
| "defense": 50, | |
| "sp.atk": 55, | |
| "sp.def": 55, | |
| "speed": 100, | |
| "total": 330 | |
| }, | |
| "evolution": [ | |
| "Voltorb", | |
| "Electrode" | |
| ] | |
| }, | |
| { | |
| "id": "101", | |
| "name": "Electrode", | |
| "species": "Ball Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "146.8 lbs (66.6 kg)", | |
| "abilities": [ | |
| "Soundproof", | |
| "Static", | |
| "Aftermath" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 50, | |
| "defense": 70, | |
| "sp.atk": 80, | |
| "sp.def": 80, | |
| "speed": 140, | |
| "total": 480 | |
| }, | |
| "evolution": [ | |
| "Voltorb", | |
| "Electrode" | |
| ] | |
| }, | |
| { | |
| "id": "102", | |
| "name": "Exeggcute", | |
| "species": "Egg Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Psychic" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "5.5 lbs (2.5 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Harvest" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 40, | |
| "defense": 80, | |
| "sp.atk": 60, | |
| "sp.def": 45, | |
| "speed": 40, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Exeggcute", | |
| "Exeggutor" | |
| ] | |
| }, | |
| { | |
| "id": "103", | |
| "name": "Exeggutor", | |
| "species": "Coconut Pokémon", | |
| "type": [ | |
| "Grass", | |
| "Psychic" | |
| ], | |
| "height": "6′7″ (2.01m)", | |
| "weight": "264.6 lbs (120.0 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Harvest" | |
| ], | |
| "stats": { | |
| "hp": 95, | |
| "attack": 95, | |
| "defense": 85, | |
| "sp.atk": 125, | |
| "sp.def": 65, | |
| "speed": 55, | |
| "total": 520 | |
| }, | |
| "evolution": [ | |
| "Exeggcute", | |
| "Exeggutor" | |
| ] | |
| }, | |
| { | |
| "id": "104", | |
| "name": "Cubone", | |
| "species": "Lonely Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "14.3 lbs (6.5 kg)", | |
| "abilities": [ | |
| "Lightning Rod", | |
| "Rock Head", | |
| "Battle Armor" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 50, | |
| "defense": 95, | |
| "sp.atk": 40, | |
| "sp.def": 50, | |
| "speed": 35, | |
| "total": 320 | |
| }, | |
| "evolution": [ | |
| "Cubone", | |
| "Marowak" | |
| ] | |
| }, | |
| { | |
| "id": "105", | |
| "name": "Marowak", | |
| "species": "Bone Keeper Pokémon", | |
| "type": [ | |
| "Ground" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "99.2 lbs (45.0 kg)", | |
| "abilities": [ | |
| "Lightning Rod", | |
| "Rock Head", | |
| "Battle Armor" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 80, | |
| "defense": 110, | |
| "sp.atk": 50, | |
| "sp.def": 80, | |
| "speed": 45, | |
| "total": 425 | |
| }, | |
| "evolution": [ | |
| "Cubone", | |
| "Marowak" | |
| ] | |
| }, | |
| { | |
| "id": "106", | |
| "name": "Hitmonlee", | |
| "species": "Kicking Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "109.8 lbs (49.8 kg)", | |
| "abilities": [ | |
| "Limber", | |
| "Reckless", | |
| "Unburden" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 120, | |
| "defense": 53, | |
| "sp.atk": 35, | |
| "sp.def": 110, | |
| "speed": 87, | |
| "total": 455 | |
| }, | |
| "evolution": [ | |
| "Hitmonlee", | |
| "Hitmonchan" | |
| ] | |
| }, | |
| { | |
| "id": "107", | |
| "name": "Hitmonchan", | |
| "species": "Punching Pokémon", | |
| "type": [ | |
| "Fighting" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "110.7 lbs (50.2 kg)", | |
| "abilities": [ | |
| "Iron Fist", | |
| "Keen Eye", | |
| "Inner Focus" | |
| ], | |
| "stats": { | |
| "hp": 50, | |
| "attack": 105, | |
| "defense": 79, | |
| "sp.atk": 35, | |
| "sp.def": 110, | |
| "speed": 76, | |
| "total": 455 | |
| }, | |
| "evolution": [ | |
| "Hitmonlee", | |
| "Hitmonchan" | |
| ] | |
| }, | |
| { | |
| "id": "108", | |
| "name": "Lickitung", | |
| "species": "Licking Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "144.4 lbs (65.5 kg)", | |
| "abilities": [ | |
| "Oblivious", | |
| "Own Tempo", | |
| "Cloud Nine" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 55, | |
| "defense": 75, | |
| "sp.atk": 60, | |
| "sp.def": 75, | |
| "speed": 30, | |
| "total": 385 | |
| }, | |
| "evolution": [ | |
| "Lickitung" | |
| ] | |
| }, | |
| { | |
| "id": "109", | |
| "name": "Koffing", | |
| "species": "Poison Gas Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "2.2 lbs (1.0 kg)", | |
| "abilities": [ | |
| "Levitate" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 65, | |
| "defense": 95, | |
| "sp.atk": 60, | |
| "sp.def": 45, | |
| "speed": 35, | |
| "total": 340 | |
| }, | |
| "evolution": [ | |
| "Koffing", | |
| "Weezing" | |
| ] | |
| }, | |
| { | |
| "id": "110", | |
| "name": "Weezing", | |
| "species": "Poison Gas Pokémon", | |
| "type": [ | |
| "Poison" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "20.9 lbs (9.5 kg)", | |
| "abilities": [ | |
| "Levitate" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 90, | |
| "defense": 120, | |
| "sp.atk": 85, | |
| "sp.def": 70, | |
| "speed": 60, | |
| "total": 490 | |
| }, | |
| "evolution": [ | |
| "Koffing", | |
| "Weezing" | |
| ] | |
| }, | |
| { | |
| "id": "111", | |
| "name": "Rhyhorn", | |
| "species": "Spikes Pokémon", | |
| "type": [ | |
| "Ground", | |
| "Rock" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "253.5 lbs (115.0 kg)", | |
| "abilities": [ | |
| "Lightning Rod", | |
| "Rock Head", | |
| "Reckless" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 85, | |
| "defense": 95, | |
| "sp.atk": 30, | |
| "sp.def": 30, | |
| "speed": 25, | |
| "total": 345 | |
| }, | |
| "evolution": [ | |
| "Rhyhorn", | |
| "Rhydon" | |
| ] | |
| }, | |
| { | |
| "id": "112", | |
| "name": "Rhydon", | |
| "species": "Drill Pokémon", | |
| "type": [ | |
| "Ground", | |
| "Rock" | |
| ], | |
| "height": "6′3″ (1.91m)", | |
| "weight": "264.6 lbs (120.0 kg)", | |
| "abilities": [ | |
| "Lightning Rod", | |
| "Rock Head", | |
| "Reckless" | |
| ], | |
| "stats": { | |
| "hp": 105, | |
| "attack": 130, | |
| "defense": 120, | |
| "sp.atk": 45, | |
| "sp.def": 45, | |
| "speed": 40, | |
| "total": 485 | |
| }, | |
| "evolution": [ | |
| "Rhyhorn", | |
| "Rhydon" | |
| ] | |
| }, | |
| { | |
| "id": "113", | |
| "name": "Chansey", | |
| "species": "Egg Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "76.3 lbs (34.6 kg)", | |
| "abilities": [ | |
| "Natural Cure", | |
| "Serene Grace", | |
| "Healer" | |
| ], | |
| "stats": { | |
| "hp": 250, | |
| "attack": 5, | |
| "defense": 5, | |
| "sp.atk": 35, | |
| "sp.def": 105, | |
| "speed": 50, | |
| "total": 450 | |
| }, | |
| "evolution": [ | |
| "Chansey" | |
| ] | |
| }, | |
| { | |
| "id": "114", | |
| "name": "Tangela", | |
| "species": "Vine Pokémon", | |
| "type": [ | |
| "Grass" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "77.2 lbs (35.0 kg)", | |
| "abilities": [ | |
| "Chlorophyll", | |
| "Leaf Guard", | |
| "Regenerator" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 55, | |
| "defense": 115, | |
| "sp.atk": 100, | |
| "sp.def": 40, | |
| "speed": 60, | |
| "total": 435 | |
| }, | |
| "evolution": [ | |
| "Tangela" | |
| ] | |
| }, | |
| { | |
| "id": "115", | |
| "name": "Kangaskhan", | |
| "species": "Parent Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "7′3″ (2.21m)", | |
| "weight": "176.4 lbs (80.0 kg)", | |
| "abilities": [ | |
| "Early Bird", | |
| "Scrappy", | |
| "Inner Focus" | |
| ], | |
| "stats": { | |
| "hp": 105, | |
| "attack": 95, | |
| "defense": 80, | |
| "sp.atk": 40, | |
| "sp.def": 80, | |
| "speed": 90, | |
| "total": 490 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "116", | |
| "name": "Horsea", | |
| "species": "Dragon Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "17.6 lbs (8.0 kg)", | |
| "abilities": [ | |
| "Sniper", | |
| "Swift Swim", | |
| "Damp" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 40, | |
| "defense": 70, | |
| "sp.atk": 70, | |
| "sp.def": 25, | |
| "speed": 60, | |
| "total": 295 | |
| }, | |
| "evolution": [ | |
| "Horsea", | |
| "Seadra" | |
| ] | |
| }, | |
| { | |
| "id": "117", | |
| "name": "Seadra", | |
| "species": "Dragon Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "3′11″ (1.19m)", | |
| "weight": "55.1 lbs (25.0 kg)", | |
| "abilities": [ | |
| "Poison Point", | |
| "Sniper", | |
| "Damp" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 65, | |
| "defense": 95, | |
| "sp.atk": 95, | |
| "sp.def": 45, | |
| "speed": 85, | |
| "total": 440 | |
| }, | |
| "evolution": [ | |
| "Horsea", | |
| "Seadra" | |
| ] | |
| }, | |
| { | |
| "id": "118", | |
| "name": "Goldeen", | |
| "species": "Goldfish Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "2′0″ (0.61m)", | |
| "weight": "33.1 lbs (15.0 kg)", | |
| "abilities": [ | |
| "Swift Swim", | |
| "Water Veil", | |
| "Lightning Rod" | |
| ], | |
| "stats": { | |
| "hp": 45, | |
| "attack": 67, | |
| "defense": 60, | |
| "sp.atk": 35, | |
| "sp.def": 50, | |
| "speed": 63, | |
| "total": 320 | |
| }, | |
| "evolution": [ | |
| "Goldeen", | |
| "Seaking" | |
| ] | |
| }, | |
| { | |
| "id": "119", | |
| "name": "Seaking", | |
| "species": "Goldfish Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "86 lbs (39.0 kg)", | |
| "abilities": [ | |
| "Swift Swim", | |
| "Water Veil", | |
| "Lightning Rod" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 92, | |
| "defense": 65, | |
| "sp.atk": 65, | |
| "sp.def": 80, | |
| "speed": 68, | |
| "total": 450 | |
| }, | |
| "evolution": [ | |
| "Goldeen", | |
| "Seaking" | |
| ] | |
| }, | |
| { | |
| "id": "120", | |
| "name": "Staryu", | |
| "species": "Star Shape Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "76.1 lbs (34.5 kg)", | |
| "abilities": [ | |
| "Illuminate", | |
| "Natural Cure", | |
| "Analytic" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 45, | |
| "defense": 55, | |
| "sp.atk": 70, | |
| "sp.def": 55, | |
| "speed": 85, | |
| "total": 340 | |
| }, | |
| "evolution": [ | |
| "Staryu", | |
| "Starmie" | |
| ] | |
| }, | |
| { | |
| "id": "121", | |
| "name": "Starmie", | |
| "species": "Mysterious Pokémon", | |
| "type": [ | |
| "Water", | |
| "Psychic" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "176.4 lbs (80.0 kg)", | |
| "abilities": [ | |
| "Illuminate", | |
| "Natural Cure", | |
| "Analytic" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 75, | |
| "defense": 85, | |
| "sp.atk": 100, | |
| "sp.def": 85, | |
| "speed": 115, | |
| "total": 520 | |
| }, | |
| "evolution": [ | |
| "Staryu", | |
| "Starmie" | |
| ] | |
| }, | |
| { | |
| "id": "122", | |
| "name": "Mr. Mime", | |
| "species": "Barrier Pokémon", | |
| "type": [ | |
| "Psychic", | |
| "Fairy" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "120.2 lbs (54.5 kg)", | |
| "abilities": [ | |
| "Filter", | |
| "Soundproof", | |
| "Technician" | |
| ], | |
| "stats": { | |
| "hp": 40, | |
| "attack": 45, | |
| "defense": 65, | |
| "sp.atk": 100, | |
| "sp.def": 120, | |
| "speed": 90, | |
| "total": 460 | |
| }, | |
| "evolution": [ | |
| "Mr. Mime" | |
| ] | |
| }, | |
| { | |
| "id": "123", | |
| "name": "Scyther", | |
| "species": "Mantis Pokémon", | |
| "type": [ | |
| "Bug", | |
| "Flying" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "123.5 lbs (56.0 kg)", | |
| "abilities": [ | |
| "Swarm", | |
| "Technician", | |
| "Steadfast" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 110, | |
| "defense": 80, | |
| "sp.atk": 55, | |
| "sp.def": 80, | |
| "speed": 105, | |
| "total": 500 | |
| }, | |
| "evolution": [ | |
| "Scyther" | |
| ] | |
| }, | |
| { | |
| "id": "124", | |
| "name": "Jynx", | |
| "species": "Human Shape Pokémon", | |
| "type": [ | |
| "Ice", | |
| "Psychic" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "89.5 lbs (40.6 kg)", | |
| "abilities": [ | |
| "Forewarn", | |
| "Oblivious", | |
| "Dry Skin" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 50, | |
| "defense": 35, | |
| "sp.atk": 115, | |
| "sp.def": 95, | |
| "speed": 95, | |
| "total": 455 | |
| }, | |
| "evolution": [ | |
| "Jynx" | |
| ] | |
| }, | |
| { | |
| "id": "125", | |
| "name": "Electabuzz", | |
| "species": "Electric Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "3′7″ (1.09m)", | |
| "weight": "66.1 lbs (30.0 kg)", | |
| "abilities": [ | |
| "Static", | |
| "Vital Spirit" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 83, | |
| "defense": 57, | |
| "sp.atk": 95, | |
| "sp.def": 85, | |
| "speed": 105, | |
| "total": 490 | |
| }, | |
| "evolution": [ | |
| "Electabuzz" | |
| ] | |
| }, | |
| { | |
| "id": "126", | |
| "name": "Magmar", | |
| "species": "Spitfire Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "98.1 lbs (44.5 kg)", | |
| "abilities": [ | |
| "Flame Body", | |
| "Vital Spirit" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 95, | |
| "defense": 57, | |
| "sp.atk": 100, | |
| "sp.def": 85, | |
| "speed": 93, | |
| "total": 495 | |
| }, | |
| "evolution": [ | |
| "Magmar" | |
| ] | |
| }, | |
| { | |
| "id": "127", | |
| "name": "Pinsir", | |
| "species": "Stag Beetle Pokémon", | |
| "type": [ | |
| "Bug" | |
| ], | |
| "height": "4′11″ (1.50m)", | |
| "weight": "121.3 lbs (55.0 kg)", | |
| "abilities": [ | |
| "Hyper Cutter", | |
| "Mold Breaker", | |
| "Moxie" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 125, | |
| "defense": 100, | |
| "sp.atk": 55, | |
| "sp.def": 70, | |
| "speed": 85, | |
| "total": 500 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "128", | |
| "name": "Tauros", | |
| "species": "Wild Bull Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "4′7″ (1.40m)", | |
| "weight": "194.9 lbs (88.4 kg)", | |
| "abilities": [ | |
| "Anger Point", | |
| "Intimidate", | |
| "Sheer Force" | |
| ], | |
| "stats": { | |
| "hp": 75, | |
| "attack": 100, | |
| "defense": 95, | |
| "sp.atk": 40, | |
| "sp.def": 70, | |
| "speed": 110, | |
| "total": 490 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "129", | |
| "name": "Magikarp", | |
| "species": "Fish Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "22 lbs (10.0 kg)", | |
| "abilities": [ | |
| "Swift Swim", | |
| "Rattled" | |
| ], | |
| "stats": { | |
| "hp": 20, | |
| "attack": 10, | |
| "defense": 55, | |
| "sp.atk": 15, | |
| "sp.def": 20, | |
| "speed": 80, | |
| "total": 200 | |
| }, | |
| "evolution": [ | |
| "Magikarp", | |
| "Gyarados" | |
| ] | |
| }, | |
| { | |
| "id": "130", | |
| "name": "Gyarados", | |
| "species": "Atrocious Pokémon", | |
| "type": [ | |
| "Water", | |
| "Flying" | |
| ], | |
| "height": "21′4″ (6.50m)", | |
| "weight": "518.1 lbs (235.0 kg)", | |
| "abilities": [ | |
| "Intimidate", | |
| "Moxie" | |
| ], | |
| "stats": { | |
| "hp": 95, | |
| "attack": 125, | |
| "defense": 79, | |
| "sp.atk": 60, | |
| "sp.def": 100, | |
| "speed": 81, | |
| "total": 540 | |
| }, | |
| "evolution": [ | |
| "Magikarp", | |
| "Gyarados" | |
| ] | |
| }, | |
| { | |
| "id": "131", | |
| "name": "Lapras", | |
| "species": "Transport Pokémon", | |
| "type": [ | |
| "Water", | |
| "Ice" | |
| ], | |
| "height": "8′2″ (2.49m)", | |
| "weight": "485 lbs (220.0 kg)", | |
| "abilities": [ | |
| "Shell Armor", | |
| "Water Absorb", | |
| "Hydration" | |
| ], | |
| "stats": { | |
| "hp": 130, | |
| "attack": 85, | |
| "defense": 80, | |
| "sp.atk": 85, | |
| "sp.def": 95, | |
| "speed": 60, | |
| "total": 535 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "132", | |
| "name": "Ditto", | |
| "species": "Transform Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "8.8 lbs (4.0 kg)", | |
| "abilities": [ | |
| "Limber", | |
| "Imposter" | |
| ], | |
| "stats": { | |
| "hp": 48, | |
| "attack": 48, | |
| "defense": 48, | |
| "sp.atk": 48, | |
| "sp.def": 48, | |
| "speed": 48, | |
| "total": 288 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "133", | |
| "name": "Eevee", | |
| "species": "Evolution Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "1′0″ (0.30m)", | |
| "weight": "14.3 lbs (6.5 kg)", | |
| "abilities": [ | |
| "Adaptability", | |
| "Run Away", | |
| "Anticipation" | |
| ], | |
| "stats": { | |
| "hp": 55, | |
| "attack": 55, | |
| "defense": 50, | |
| "sp.atk": 45, | |
| "sp.def": 65, | |
| "speed": 55, | |
| "total": 325 | |
| }, | |
| "evolution": [ | |
| "Vaporeon", | |
| "Jolteon", | |
| "Flareon", | |
| "Eevee" | |
| ] | |
| }, | |
| { | |
| "id": "134", | |
| "name": "Vaporeon", | |
| "species": "Bubble Jet Pokémon", | |
| "type": [ | |
| "Water" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "63.9 lbs (29.0 kg)", | |
| "abilities": [ | |
| "Water Absorb", | |
| "Hydration" | |
| ], | |
| "stats": { | |
| "hp": 130, | |
| "attack": 65, | |
| "defense": 60, | |
| "sp.atk": 110, | |
| "sp.def": 95, | |
| "speed": 65, | |
| "total": 525 | |
| }, | |
| "evolution": [ | |
| "Vaporeon", | |
| "Jolteon", | |
| "Flareon", | |
| "Eevee" | |
| ] | |
| }, | |
| { | |
| "id": "135", | |
| "name": "Jolteon", | |
| "species": "Lightning Pokémon", | |
| "type": [ | |
| "Electric" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "54 lbs (24.5 kg)", | |
| "abilities": [ | |
| "Volt Absorb", | |
| "Quick Feet" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 65, | |
| "defense": 60, | |
| "sp.atk": 110, | |
| "sp.def": 95, | |
| "speed": 130, | |
| "total": 525 | |
| }, | |
| "evolution": [ | |
| "Vaporeon", | |
| "Jolteon", | |
| "Flareon", | |
| "Eevee" | |
| ] | |
| }, | |
| { | |
| "id": "136", | |
| "name": "Flareon", | |
| "species": "Flame Pokémon", | |
| "type": [ | |
| "Fire" | |
| ], | |
| "height": "2′11″ (0.89m)", | |
| "weight": "55.1 lbs (25.0 kg)", | |
| "abilities": [ | |
| "Flash Fire", | |
| "Guts" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 130, | |
| "defense": 60, | |
| "sp.atk": 95, | |
| "sp.def": 110, | |
| "speed": 65, | |
| "total": 525 | |
| }, | |
| "evolution": [ | |
| "Vaporeon", | |
| "Jolteon", | |
| "Flareon", | |
| "Eevee" | |
| ] | |
| }, | |
| { | |
| "id": "137", | |
| "name": "Porygon", | |
| "species": "Virtual Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "2′7″ (0.79m)", | |
| "weight": "80.5 lbs (36.5 kg)", | |
| "abilities": [ | |
| "Download", | |
| "Trace", | |
| "Analytic" | |
| ], | |
| "stats": { | |
| "hp": 65, | |
| "attack": 60, | |
| "defense": 70, | |
| "sp.atk": 85, | |
| "sp.def": 75, | |
| "speed": 40, | |
| "total": 395 | |
| }, | |
| "evolution": [ | |
| "Porygon" | |
| ] | |
| }, | |
| { | |
| "id": "138", | |
| "name": "Omanyte", | |
| "species": "Spiral Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "16.5 lbs (7.5 kg)", | |
| "abilities": [ | |
| "Shell Armor", | |
| "Swift Swim", | |
| "Weak Armor" | |
| ], | |
| "stats": { | |
| "hp": 35, | |
| "attack": 40, | |
| "defense": 100, | |
| "sp.atk": 90, | |
| "sp.def": 55, | |
| "speed": 35, | |
| "total": 355 | |
| }, | |
| "evolution": [ | |
| "Omanyte", | |
| "Omastar" | |
| ] | |
| }, | |
| { | |
| "id": "139", | |
| "name": "Omastar", | |
| "species": "Spiral Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "height": "3′3″ (0.99m)", | |
| "weight": "77.2 lbs (35.0 kg)", | |
| "abilities": [ | |
| "Shell Armor", | |
| "Swift Swim", | |
| "Weak Armor" | |
| ], | |
| "stats": { | |
| "hp": 70, | |
| "attack": 60, | |
| "defense": 125, | |
| "sp.atk": 115, | |
| "sp.def": 70, | |
| "speed": 55, | |
| "total": 495 | |
| }, | |
| "evolution": [ | |
| "Omanyte", | |
| "Omastar" | |
| ] | |
| }, | |
| { | |
| "id": "140", | |
| "name": "Kabuto", | |
| "species": "Shellfish Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "height": "1′8″ (0.51m)", | |
| "weight": "25.4 lbs (11.5 kg)", | |
| "abilities": [ | |
| "Battle Armor", | |
| "Swift Swim", | |
| "Weak Armor" | |
| ], | |
| "stats": { | |
| "hp": 30, | |
| "attack": 80, | |
| "defense": 90, | |
| "sp.atk": 55, | |
| "sp.def": 45, | |
| "speed": 55, | |
| "total": 355 | |
| }, | |
| "evolution": [ | |
| "Kabuto", | |
| "Kabutops" | |
| ] | |
| }, | |
| { | |
| "id": "141", | |
| "name": "Kabutops", | |
| "species": "Shellfish Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Water" | |
| ], | |
| "height": "4′3″ (1.30m)", | |
| "weight": "89.3 lbs (40.5 kg)", | |
| "abilities": [ | |
| "Battle Armor", | |
| "Swift Swim", | |
| "Weak Armor" | |
| ], | |
| "stats": { | |
| "hp": 60, | |
| "attack": 115, | |
| "defense": 105, | |
| "sp.atk": 65, | |
| "sp.def": 70, | |
| "speed": 80, | |
| "total": 495 | |
| }, | |
| "evolution": [ | |
| "Kabuto", | |
| "Kabutops" | |
| ] | |
| }, | |
| { | |
| "id": "142", | |
| "name": "Aerodactyl", | |
| "species": "Fossil Pokémon", | |
| "type": [ | |
| "Rock", | |
| "Flying" | |
| ], | |
| "height": "5′11″ (1.80m)", | |
| "weight": "130.1 lbs (59.0 kg)", | |
| "abilities": [ | |
| "Pressure", | |
| "Rock Head", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 80, | |
| "attack": 105, | |
| "defense": 65, | |
| "sp.atk": 60, | |
| "sp.def": 75, | |
| "speed": 130, | |
| "total": 515 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "143", | |
| "name": "Snorlax", | |
| "species": "Sleeping Pokémon", | |
| "type": [ | |
| "Normal" | |
| ], | |
| "height": "6′11″ (2.11m)", | |
| "weight": "1014.1 lbs (460.0 kg)", | |
| "abilities": [ | |
| "Immunity", | |
| "Thick Fat", | |
| "Gluttony" | |
| ], | |
| "stats": { | |
| "hp": 160, | |
| "attack": 110, | |
| "defense": 65, | |
| "sp.atk": 65, | |
| "sp.def": 110, | |
| "speed": 30, | |
| "total": 540 | |
| }, | |
| "evolution": [ | |
| "Snorlax" | |
| ] | |
| }, | |
| { | |
| "id": "144", | |
| "name": "Articuno", | |
| "species": "Freeze Pokémon", | |
| "type": [ | |
| "Ice", | |
| "Flying" | |
| ], | |
| "height": "5′7″ (1.70m)", | |
| "weight": "122.1 lbs (55.4 kg)", | |
| "abilities": [ | |
| "Pressure", | |
| "Snow Cloak" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 85, | |
| "defense": 100, | |
| "sp.atk": 95, | |
| "sp.def": 125, | |
| "speed": 85, | |
| "total": 580 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "145", | |
| "name": "Zapdos", | |
| "species": "Electric Pokémon", | |
| "type": [ | |
| "Electric", | |
| "Flying" | |
| ], | |
| "height": "5′3″ (1.60m)", | |
| "weight": "116 lbs (52.6 kg)", | |
| "abilities": [ | |
| "Pressure", | |
| "Lightning Rod" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 90, | |
| "defense": 85, | |
| "sp.atk": 125, | |
| "sp.def": 90, | |
| "speed": 100, | |
| "total": 580 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "146", | |
| "name": "Moltres", | |
| "species": "Flame Pokémon", | |
| "type": [ | |
| "Fire", | |
| "Flying" | |
| ], | |
| "height": "6′7″ (2.01m)", | |
| "weight": "132.3 lbs (60.0 kg)", | |
| "abilities": [ | |
| "Pressure", | |
| "Flame Body" | |
| ], | |
| "stats": { | |
| "hp": 90, | |
| "attack": 100, | |
| "defense": 90, | |
| "sp.atk": 125, | |
| "sp.def": 85, | |
| "speed": 90, | |
| "total": 580 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "147", | |
| "name": "Dratini", | |
| "species": "Dragon Pokémon", | |
| "type": [ | |
| "Dragon" | |
| ], | |
| "height": "5′11″ (1.80m)", | |
| "weight": "7.3 lbs (3.3 kg)", | |
| "abilities": [ | |
| "Shed Skin", | |
| "Marvel Scale" | |
| ], | |
| "stats": { | |
| "hp": 41, | |
| "attack": 64, | |
| "defense": 45, | |
| "sp.atk": 50, | |
| "sp.def": 50, | |
| "speed": 50, | |
| "total": 300 | |
| }, | |
| "evolution": [ | |
| "Dratini", | |
| "Dragonair", | |
| "Dragonite" | |
| ] | |
| }, | |
| { | |
| "id": "148", | |
| "name": "Dragonair", | |
| "species": "Dragon Pokémon", | |
| "type": [ | |
| "Dragon" | |
| ], | |
| "height": "13′1″ (3.99m)", | |
| "weight": "36.4 lbs (16.5 kg)", | |
| "abilities": [ | |
| "Shed Skin", | |
| "Marvel Scale" | |
| ], | |
| "stats": { | |
| "hp": 61, | |
| "attack": 84, | |
| "defense": 65, | |
| "sp.atk": 70, | |
| "sp.def": 70, | |
| "speed": 70, | |
| "total": 420 | |
| }, | |
| "evolution": [ | |
| "Dratini", | |
| "Dragonair", | |
| "Dragonite" | |
| ] | |
| }, | |
| { | |
| "id": "149", | |
| "name": "Dragonite", | |
| "species": "Dragon Pokémon", | |
| "type": [ | |
| "Dragon", | |
| "Flying" | |
| ], | |
| "height": "7′3″ (2.21m)", | |
| "weight": "463 lbs (210.0 kg)", | |
| "abilities": [ | |
| "Inner Focus", | |
| "Multiscale" | |
| ], | |
| "stats": { | |
| "hp": 91, | |
| "attack": 134, | |
| "defense": 95, | |
| "sp.atk": 100, | |
| "sp.def": 100, | |
| "speed": 80, | |
| "total": 600 | |
| }, | |
| "evolution": [ | |
| "Dratini", | |
| "Dragonair", | |
| "Dragonite" | |
| ] | |
| }, | |
| { | |
| "id": "150", | |
| "name": "Mewtwo", | |
| "species": "Genetic Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "6′7″ (2.01m)", | |
| "weight": "269 lbs (122.0 kg)", | |
| "abilities": [ | |
| "Pressure", | |
| "Unnerve" | |
| ], | |
| "stats": { | |
| "hp": 106, | |
| "attack": 110, | |
| "defense": 90, | |
| "sp.atk": 154, | |
| "sp.def": 90, | |
| "speed": 130, | |
| "total": 680 | |
| }, | |
| "evolution": [] | |
| }, | |
| { | |
| "id": "151", | |
| "name": "Mew", | |
| "species": "New Species Pokémon", | |
| "type": [ | |
| "Psychic" | |
| ], | |
| "height": "1′4″ (0.41m)", | |
| "weight": "8.8 lbs (4.0 kg)", | |
| "abilities": [ | |
| "Synchronize" | |
| ], | |
| "stats": { | |
| "hp": 100, | |
| "attack": 100, | |
| "defense": 100, | |
| "sp.atk": 100, | |
| "sp.def": 100, | |
| "speed": 100, | |
| "total": 600 | |
| }, | |
| "evolution": [] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment