UNPKG

gatsby-source-poke

Version:

A gatsby source plugin for building Pokemon Projects using GraphQL in Gatsby.

1,862 lines 378 kB
{ "results": [ { "name": "Bulbasaur", "type": ["grass", "poison"], "national_number": "001", "sprites": { "large": "https://img.pokemondb.net/artwork/bulbasaur.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/bulbasaur.png" }, "hp": 45, "attack": 49, "defense": 49, "sp_atk": 65, "sp_def": 65, "speed": 45, "natl_num": 1, "total": 318 }, { "name": "Ivysaur", "type": ["grass", "poison"], "national_number": "002", "sprites": { "large": "https://img.pokemondb.net/artwork/ivysaur.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ivysaur.png" }, "hp": 60, "attack": 62, "defense": 63, "sp_atk": 80, "sp_def": 80, "speed": 60, "natl_num": 2, "total": 405 }, { "name": "Venusaur", "type": ["grass", "poison"], "national_number": "003", "sprites": { "large": "https://img.pokemondb.net/artwork/venusaur-mega.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venusaur.png" }, "hp": 80, "attack": 100, "defense": 123, "sp_atk": 122, "sp_def": 120, "speed": 80, "natl_num": 3, "total": 625 }, { "name": "Charmander", "type": ["fire"], "national_number": "004", "sprites": { "large": "https://img.pokemondb.net/artwork/charmander.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charmander.png" }, "hp": 39, "attack": 52, "defense": 43, "sp_atk": 60, "sp_def": 50, "speed": 65, "natl_num": 4, "total": 309 }, { "name": "Charmeleon", "type": ["fire"], "national_number": "005", "sprites": { "large": "https://img.pokemondb.net/artwork/charmeleon.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charmeleon.png" }, "hp": 58, "attack": 64, "defense": 58, "sp_atk": 80, "sp_def": 65, "speed": 80, "natl_num": 5, "total": 405 }, { "name": "Charizard", "type": ["fire", "flying"], "national_number": "006", "sprites": { "large": "https://img.pokemondb.net/artwork/charizard.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charizard.png" }, "hp": 78, "attack": 84, "defense": 78, "sp_atk": 109, "sp_def": 85, "speed": 100, "natl_num": 6, "total": 534 }, { "name": "Squirtle", "type": ["water"], "national_number": "007", "sprites": { "large": "https://img.pokemondb.net/artwork/squirtle.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/squirtle.png" }, "hp": 44, "attack": 48, "defense": 65, "sp_atk": 50, "sp_def": 64, "speed": 43, "natl_num": 7, "total": 314 }, { "name": "Wartortle", "type": ["water"], "national_number": "008", "sprites": { "large": "https://img.pokemondb.net/artwork/wartortle.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/wartortle.png" }, "hp": 59, "attack": 63, "defense": 80, "sp_atk": 65, "sp_def": 80, "speed": 58, "natl_num": 8, "total": 405 }, { "name": "Blastoise", "type": ["water"], "national_number": "009", "sprites": { "large": "https://img.pokemondb.net/artwork/blastoise.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/blastoise.png" }, "hp": 79, "attack": 83, "defense": 100, "sp_atk": 85, "sp_def": 105, "speed": 78, "natl_num": 9, "total": 530 }, { "name": "Caterpie", "type": ["bug"], "national_number": "010", "sprites": { "large": "https://img.pokemondb.net/artwork/caterpie.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/caterpie.png" }, "hp": 45, "attack": 30, "defense": 35, "sp_atk": 20, "sp_def": 20, "speed": 45, "natl_num": 10, "total": 195 }, { "name": "Metapod", "type": ["bug"], "national_number": "011", "sprites": { "large": "https://img.pokemondb.net/artwork/metapod.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/metapod.png" }, "hp": 50, "attack": 20, "defense": 55, "sp_atk": 25, "sp_def": 25, "speed": 30, "natl_num": 11, "total": 205 }, { "name": "Butterfree", "type": ["bug", "flying"], "national_number": "012", "sprites": { "large": "https://img.pokemondb.net/artwork/butterfree.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/butterfree.png" }, "hp": 60, "attack": 45, "defense": 50, "sp_atk": 90, "sp_def": 80, "speed": 70, "natl_num": 12, "total": 395 }, { "name": "Weedle", "type": ["bug", "poison"], "national_number": "013", "sprites": { "large": "https://img.pokemondb.net/artwork/weedle.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/weedle.png" }, "hp": 40, "attack": 35, "defense": 30, "sp_atk": 20, "sp_def": 20, "speed": 50, "natl_num": 13, "total": 195 }, { "name": "Kakuna", "type": ["bug", "poison"], "national_number": "014", "sprites": { "large": "https://img.pokemondb.net/artwork/kakuna.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/kakuna.png" }, "hp": 45, "attack": 25, "defense": 50, "sp_atk": 25, "sp_def": 25, "speed": 35, "natl_num": 14, "total": 205 }, { "name": "Beedrill", "type": ["bug", "poison"], "national_number": "015", "sprites": { "large": "https://img.pokemondb.net/artwork/beedrill.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/beedrill.png" }, "hp": 65, "attack": 90, "defense": 40, "sp_atk": 45, "sp_def": 80, "speed": 75, "natl_num": 15, "total": 395 }, { "name": "Pidgey", "type": ["normal", "flying"], "national_number": "016", "sprites": { "large": "https://img.pokemondb.net/artwork/pidgey.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pidgey.png" }, "hp": 40, "attack": 45, "defense": 40, "sp_atk": 35, "sp_def": 35, "speed": 56, "natl_num": 16, "total": 251 }, { "name": "Pidgeotto", "type": ["normal", "flying"], "national_number": "017", "sprites": { "large": "https://img.pokemondb.net/artwork/pidgeotto.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pidgeotto.png" }, "hp": 63, "attack": 60, "defense": 55, "sp_atk": 50, "sp_def": 50, "speed": 71, "natl_num": 17, "total": 349 }, { "name": "Pidgeot", "type": ["normal", "flying"], "national_number": "018", "sprites": { "large": "https://img.pokemondb.net/artwork/pidgeot.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pidgeot.png" }, "hp": 83, "attack": 80, "defense": 75, "sp_atk": 70, "sp_def": 70, "speed": 101, "natl_num": 18, "total": 479 }, { "name": "Rattata", "type": ["normal"], "national_number": "019", "sprites": { "large": "https://img.pokemondb.net/artwork/rattata.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/rattata.png" }, "hp": 30, "attack": 56, "defense": 35, "sp_atk": 25, "sp_def": 35, "speed": 72, "natl_num": 19, "total": 253 }, { "name": "Raticate", "type": ["normal"], "national_number": "020", "sprites": { "large": "https://img.pokemondb.net/artwork/raticate.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raticate.png" }, "hp": 55, "attack": 81, "defense": 60, "sp_atk": 50, "sp_def": 70, "speed": 97, "natl_num": 20, "total": 413 }, { "name": "Spearow", "type": ["normal", "flying"], "national_number": "021", "sprites": { "large": "https://img.pokemondb.net/artwork/spearow.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/spearow.png" }, "hp": 40, "attack": 60, "defense": 30, "sp_atk": 31, "sp_def": 31, "speed": 70, "natl_num": 21, "total": 262 }, { "name": "Fearow", "type": ["normal", "flying"], "national_number": "022", "sprites": { "large": "https://img.pokemondb.net/artwork/fearow.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/fearow.png" }, "hp": 65, "attack": 90, "defense": 65, "sp_atk": 61, "sp_def": 61, "speed": 100, "natl_num": 22, "total": 442 }, { "name": "Ekans", "type": ["poison"], "national_number": "023", "sprites": { "large": "https://img.pokemondb.net/artwork/ekans.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ekans.png" }, "hp": 35, "attack": 60, "defense": 44, "sp_atk": 40, "sp_def": 54, "speed": 55, "natl_num": 23, "total": 288 }, { "name": "Arbok", "type": ["poison"], "national_number": "024", "sprites": { "large": "https://img.pokemondb.net/artwork/arbok.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/arbok.png" }, "hp": 60, "attack": 95, "defense": 69, "sp_atk": 65, "sp_def": 79, "speed": 80, "natl_num": 24, "total": 448 }, { "name": "Pikachu", "type": ["electric"], "national_number": "025", "sprites": { "large": "https://img.pokemondb.net/artwork/pikachu.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pikachu.png" }, "hp": 35, "attack": 55, "defense": 40, "sp_atk": 50, "sp_def": 50, "speed": 90, "natl_num": 25, "total": 320 }, { "name": "Raichu", "type": ["electric"], "national_number": "026", "sprites": { "large": "https://img.pokemondb.net/artwork/raichu.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raichu.png" }, "hp": 60, "attack": 90, "defense": 55, "sp_atk": 90, "sp_def": 80, "speed": 110, "natl_num": 26, "total": 485 }, { "name": "Sandshrew", "type": ["ground"], "national_number": "027", "sprites": { "large": "https://img.pokemondb.net/artwork/sandshrew.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandshrew.png" }, "hp": 50, "attack": 75, "defense": 85, "sp_atk": 20, "sp_def": 30, "speed": 40, "natl_num": 27, "total": 300 }, { "name": "Sandslash", "type": ["ground"], "national_number": "028", "sprites": { "large": "https://img.pokemondb.net/artwork/sandslash.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandslash.png" }, "hp": 75, "attack": 100, "defense": 110, "sp_atk": 45, "sp_def": 55, "speed": 65, "natl_num": 28, "total": 450 }, { "name": "Nidoran♀", "type": ["poison"], "national_number": "029", "sprites": { "large": "https://img.pokemondb.net/artwork/nidoran-f.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidoran♀.png" }, "hp": 55, "attack": 47, "defense": 52, "sp_atk": 40, "sp_def": 40, "speed": 41, "natl_num": 29, "total": 275 }, { "name": "Nidorina", "type": ["poison"], "national_number": "030", "sprites": { "large": "https://img.pokemondb.net/artwork/nidorina.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidorina.png" }, "hp": 70, "attack": 62, "defense": 67, "sp_atk": 55, "sp_def": 55, "speed": 56, "natl_num": 30, "total": 365 }, { "name": "Nidoqueen", "type": ["poison", "ground"], "national_number": "031", "sprites": { "large": "https://img.pokemondb.net/artwork/nidoqueen.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidoqueen.png" }, "hp": 90, "attack": 92, "defense": 87, "sp_atk": 75, "sp_def": 85, "speed": 76, "natl_num": 31, "total": 505 }, { "name": "Nidoran♂", "type": ["poison"], "national_number": "032", "sprites": { "large": "https://img.pokemondb.net/artwork/nidoran-m.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidoran♂.png" }, "hp": 46, "attack": 57, "defense": 40, "sp_atk": 40, "sp_def": 40, "speed": 50, "natl_num": 32, "total": 273 }, { "name": "Nidorino", "type": ["poison"], "national_number": "033", "sprites": { "large": "https://img.pokemondb.net/artwork/nidorino.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidorino.png" }, "hp": 61, "attack": 72, "defense": 57, "sp_atk": 55, "sp_def": 55, "speed": 65, "natl_num": 33, "total": 365 }, { "name": "Nidoking", "type": ["poison", "ground"], "national_number": "034", "sprites": { "large": "https://img.pokemondb.net/artwork/nidoking.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/nidoking.png" }, "hp": 81, "attack": 102, "defense": 77, "sp_atk": 85, "sp_def": 75, "speed": 85, "natl_num": 34, "total": 505 }, { "name": "Clefairy", "type": ["fairy"], "national_number": "035", "sprites": { "large": "https://img.pokemondb.net/artwork/clefairy.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/clefairy.png" }, "hp": 70, "attack": 45, "defense": 48, "sp_atk": 60, "sp_def": 65, "speed": 35, "natl_num": 35, "total": 323 }, { "name": "Clefable", "type": ["fairy"], "national_number": "036", "sprites": { "large": "https://img.pokemondb.net/artwork/clefable.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/clefable.png" }, "hp": 95, "attack": 70, "defense": 73, "sp_atk": 95, "sp_def": 90, "speed": 60, "natl_num": 36, "total": 483 }, { "name": "Vulpix", "type": ["fire"], "national_number": "037", "sprites": { "large": "https://img.pokemondb.net/artwork/vulpix.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/vulpix.png" }, "hp": 38, "attack": 41, "defense": 40, "sp_atk": 50, "sp_def": 65, "speed": 65, "natl_num": 37, "total": 299 }, { "name": "Ninetales", "type": ["fire"], "national_number": "038", "sprites": { "large": "https://img.pokemondb.net/artwork/ninetales.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ninetales.png" }, "hp": 73, "attack": 76, "defense": 75, "sp_atk": 81, "sp_def": 100, "speed": 100, "natl_num": 38, "total": 505 }, { "name": "Jigglypuff", "type": ["normal", "fairy"], "national_number": "039", "sprites": { "large": "https://img.pokemondb.net/artwork/jigglypuff.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/jigglypuff.png" }, "hp": 115, "attack": 45, "defense": 20, "sp_atk": 45, "sp_def": 25, "speed": 20, "natl_num": 39, "total": 270 }, { "name": "Wigglytuff", "type": ["normal", "fairy"], "national_number": "040", "sprites": { "large": "https://img.pokemondb.net/artwork/wigglytuff.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/wigglytuff.png" }, "hp": 140, "attack": 70, "defense": 45, "sp_atk": 85, "sp_def": 50, "speed": 45, "natl_num": 40, "total": 435 }, { "name": "Zubat", "type": ["poison", "flying"], "national_number": "041", "sprites": { "large": "https://img.pokemondb.net/artwork/zubat.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/zubat.png" }, "hp": 40, "attack": 45, "defense": 35, "sp_atk": 30, "sp_def": 40, "speed": 55, "natl_num": 41, "total": 245 }, { "name": "Golbat", "type": ["poison", "flying"], "national_number": "042", "sprites": { "large": "https://img.pokemondb.net/artwork/golbat.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/golbat.png" }, "hp": 75, "attack": 80, "defense": 70, "sp_atk": 65, "sp_def": 75, "speed": 90, "natl_num": 42, "total": 455 }, { "name": "Oddish", "type": ["grass", "poison"], "national_number": "043", "sprites": { "large": "https://img.pokemondb.net/artwork/oddish.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/oddish.png" }, "hp": 45, "attack": 50, "defense": 55, "sp_atk": 75, "sp_def": 65, "speed": 30, "natl_num": 43, "total": 320 }, { "name": "Gloom", "type": ["grass", "poison"], "national_number": "044", "sprites": { "large": "https://img.pokemondb.net/artwork/gloom.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/gloom.png" }, "hp": 60, "attack": 65, "defense": 70, "sp_atk": 85, "sp_def": 75, "speed": 40, "natl_num": 44, "total": 395 }, { "name": "Vileplume", "type": ["grass", "poison"], "national_number": "045", "sprites": { "large": "https://img.pokemondb.net/artwork/vileplume.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/vileplume.png" }, "hp": 75, "attack": 80, "defense": 85, "sp_atk": 110, "sp_def": 90, "speed": 50, "natl_num": 45, "total": 490 }, { "name": "Paras", "type": ["bug", "grass"], "national_number": "046", "sprites": { "large": "https://img.pokemondb.net/artwork/paras.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/paras.png" }, "hp": 35, "attack": 70, "defense": 55, "sp_atk": 45, "sp_def": 55, "speed": 25, "natl_num": 46, "total": 285 }, { "name": "Parasect", "type": ["bug", "grass"], "national_number": "047", "sprites": { "large": "https://img.pokemondb.net/artwork/parasect.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/parasect.png" }, "hp": 60, "attack": 95, "defense": 80, "sp_atk": 60, "sp_def": 80, "speed": 30, "natl_num": 47, "total": 405 }, { "name": "Venonat", "type": ["bug", "poison"], "national_number": "048", "sprites": { "large": "https://img.pokemondb.net/artwork/venonat.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venonat.png" }, "hp": 60, "attack": 55, "defense": 50, "sp_atk": 40, "sp_def": 55, "speed": 45, "natl_num": 48, "total": 305 }, { "name": "Venomoth", "type": ["bug", "poison"], "national_number": "049", "sprites": { "large": "https://img.pokemondb.net/artwork/venomoth.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venomoth.png" }, "hp": 70, "attack": 65, "defense": 60, "sp_atk": 90, "sp_def": 75, "speed": 90, "natl_num": 49, "total": 450 }, { "name": "Diglett", "type": ["ground"], "national_number": "050", "sprites": { "large": "https://img.pokemondb.net/artwork/diglett.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/diglett.png" }, "hp": 10, "attack": 55, "defense": 25, "sp_atk": 35, "sp_def": 45, "speed": 95, "natl_num": 50, "total": 265 }, { "name": "Dugtrio", "type": ["ground"], "national_number": "051", "sprites": { "large": "https://img.pokemondb.net/artwork/dugtrio.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/dugtrio.png" }, "hp": 35, "attack": 100, "defense": 50, "sp_atk": 50, "sp_def": 70, "speed": 120, "natl_num": 51, "total": 425 }, { "name": "Meowth", "type": ["normal"], "national_number": "052", "sprites": { "large": "https://img.pokemondb.net/artwork/meowth.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/meowth.png" }, "hp": 40, "attack": 45, "defense": 35, "sp_atk": 40, "sp_def": 40, "speed": 90, "natl_num": 52, "total": 290 }, { "name": "Persian", "type": ["normal"], "national_number": "053", "sprites": { "large": "https://img.pokemondb.net/artwork/persian.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/persian.png" }, "hp": 65, "attack": 70, "defense": 60, "sp_atk": 65, "sp_def": 65, "speed": 115, "natl_num": 53, "total": 440 }, { "name": "Psyduck", "type": ["water"], "national_number": "054", "sprites": { "large": "https://img.pokemondb.net/artwork/psyduck.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/psyduck.png" }, "hp": 50, "attack": 52, "defense": 48, "sp_atk": 65, "sp_def": 50, "speed": 55, "natl_num": 54, "total": 320 }, { "name": "Golduck", "type": ["water"], "national_number": "055", "sprites": { "large": "https://img.pokemondb.net/artwork/golduck.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/golduck.png" }, "hp": 80, "attack": 82, "defense": 78, "sp_atk": 95, "sp_def": 80, "speed": 85, "natl_num": 55, "total": 500 }, { "name": "Mankey", "type": ["fighting"], "national_number": "056", "sprites": { "large": "https://img.pokemondb.net/artwork/mankey.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/mankey.png" }, "hp": 40, "attack": 80, "defense": 35, "sp_atk": 35, "sp_def": 45, "speed": 70, "natl_num": 56, "total": 305 }, { "name": "Primeape", "type": ["fighting"], "national_number": "057", "sprites": { "large": "https://img.pokemondb.net/artwork/primeape.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/primeape.png" }, "hp": 65, "attack": 105, "defense": 60, "sp_atk": 60, "sp_def": 70, "speed": 95, "natl_num": 57, "total": 455 }, { "name": "Growlithe", "type": ["fire"], "national_number": "058", "sprites": { "large": "https://img.pokemondb.net/artwork/growlithe.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/growlithe.png" }, "hp": 55, "attack": 70, "defense": 45, "sp_atk": 70, "sp_def": 50, "speed": 60, "natl_num": 58, "total": 350 }, { "name": "Arcanine", "type": ["fire"], "national_number": "059", "sprites": { "large": "https://img.pokemondb.net/artwork/arcanine.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/arcanine.png" }, "hp": 90, "attack": 110, "defense": 80, "sp_atk": 100, "sp_def": 80, "speed": 95, "natl_num": 59, "total": 555 }, { "name": "Poliwag", "type": ["water"], "national_number": "060", "sprites": { "large": "https://img.pokemondb.net/artwork/poliwag.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/poliwag.png" }, "hp": 40, "attack": 50, "defense": 40, "sp_atk": 40, "sp_def": 40, "speed": 90, "natl_num": 60, "total": 300 }, { "name": "Poliwhirl", "type": ["water"], "national_number": "061", "sprites": { "large": "https://img.pokemondb.net/artwork/poliwhirl.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/poliwhirl.png" }, "hp": 65, "attack": 65, "defense": 65, "sp_atk": 50, "sp_def": 50, "speed": 90, "natl_num": 61, "total": 385 }, { "name": "Poliwrath", "type": ["water", "fighting"], "national_number": "062", "sprites": { "large": "https://img.pokemondb.net/artwork/poliwrath.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/poliwrath.png" }, "hp": 90, "attack": 95, "defense": 95, "sp_atk": 70, "sp_def": 90, "speed": 70, "natl_num": 62, "total": 510 }, { "name": "Abra", "type": ["psychic"], "national_number": "063", "sprites": { "large": "https://img.pokemondb.net/artwork/abra.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/abra.png" }, "hp": 25, "attack": 20, "defense": 15, "sp_atk": 105, "sp_def": 55, "speed": 90, "natl_num": 63, "total": 310 }, { "name": "Kadabra", "type": ["psychic"], "national_number": "064", "sprites": { "large": "https://img.pokemondb.net/artwork/kadabra.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/kadabra.png" }, "hp": 40, "attack": 35, "defense": 30, "sp_atk": 120, "sp_def": 70, "speed": 105, "natl_num": 64, "total": 400 }, { "name": "Alakazam", "type": ["psychic"], "national_number": "065", "sprites": { "large": "https://img.pokemondb.net/artwork/alakazam.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/alakazam.png" }, "hp": 55, "attack": 50, "defense": 45, "sp_atk": 135, "sp_def": 95, "speed": 120, "natl_num": 65, "total": 500 }, { "name": "Machop", "type": ["fighting"], "national_number": "066", "sprites": { "large": "https://img.pokemondb.net/artwork/machop.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/machop.png" }, "hp": 70, "attack": 80, "defense": 50, "sp_atk": 35, "sp_def": 35, "speed": 35, "natl_num": 66, "total": 305 }, { "name": "Machoke", "type": ["fighting"], "national_number": "067", "sprites": { "large": "https://img.pokemondb.net/artwork/machoke.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/machoke.png" }, "hp": 80, "attack": 100, "defense": 70, "sp_atk": 50, "sp_def": 60, "speed": 45, "natl_num": 67, "total": 405 }, { "name": "Machamp", "type": ["fighting"], "national_number": "068", "sprites": { "large": "https://img.pokemondb.net/artwork/machamp.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/machamp.png" }, "hp": 90, "attack": 130, "defense": 80, "sp_atk": 65, "sp_def": 85, "speed": 55, "natl_num": 68, "total": 505 }, { "name": "Bellsprout", "type": ["grass", "poison"], "national_number": "069", "sprites": { "large": "https://img.pokemondb.net/artwork/bellsprout.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/bellsprout.png" }, "hp": 50, "attack": 75, "defense": 35, "sp_atk": 70, "sp_def": 30, "speed": 40, "natl_num": 69, "total": 300 }, { "name": "Weepinbell", "type": ["grass", "poison"], "national_number": "070", "sprites": { "large": "https://img.pokemondb.net/artwork/weepinbell.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/weepinbell.png" }, "hp": 65, "attack": 90, "defense": 50, "sp_atk": 85, "sp_def": 45, "speed": 55, "natl_num": 70, "total": 390 }, { "name": "Victreebel", "type": ["grass", "poison"], "national_number": "071", "sprites": { "large": "https://img.pokemondb.net/artwork/victreebel.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/victreebel.png" }, "hp": 80, "attack": 105, "defense": 65, "sp_atk": 100, "sp_def": 70, "speed": 70, "natl_num": 71, "total": 490 }, { "name": "Tentacool", "type": ["water", "poison"], "national_number": "072", "sprites": { "large": "https://img.pokemondb.net/artwork/tentacool.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/tentacool.png" }, "hp": 40, "attack": 40, "defense": 35, "sp_atk": 50, "sp_def": 100, "speed": 70, "natl_num": 72, "total": 335 }, { "name": "Tentacruel", "type": ["water", "poison"], "national_number": "073", "sprites": { "large": "https://img.pokemondb.net/artwork/tentacruel.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/tentacruel.png" }, "hp": 80, "attack": 70, "defense": 65, "sp_atk": 80, "sp_def": 120, "speed": 100, "natl_num": 73, "total": 515 }, { "name": "Geodude", "type": ["rock", "ground"], "national_number": "074", "sprites": { "large": "https://img.pokemondb.net/artwork/geodude.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/geodude.png" }, "hp": 40, "attack": 80, "defense": 100, "sp_atk": 30, "sp_def": 30, "speed": 20, "natl_num": 74, "total": 300 }, { "name": "Graveler", "type": ["rock", "ground"], "national_number": "075", "sprites": { "large": "https://img.pokemondb.net/artwork/graveler.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/graveler.png" }, "hp": 55, "attack": 95, "defense": 115, "sp_atk": 45, "sp_def": 45, "speed": 35, "natl_num": 75, "total": 390 }, { "name": "Golem", "type": ["rock", "ground"], "national_number": "076", "sprites": { "large": "https://img.pokemondb.net/artwork/golem.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/golem.png" }, "hp": 80, "attack": 120, "defense": 130, "sp_atk": 55, "sp_def": 65, "speed": 45, "natl_num": 76, "total": 495 }, { "name": "Ponyta", "type": ["fire"], "national_number": "077", "sprites": { "large": "https://img.pokemondb.net/artwork/ponyta.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ponyta.png" }, "hp": 50, "attack": 85, "defense": 55, "sp_atk": 65, "sp_def": 65, "speed": 90, "natl_num": 77, "total": 410 }, { "name": "Rapidash", "type": ["fire"], "national_number": "078", "sprites": { "large": "https://img.pokemondb.net/artwork/rapidash.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/rapidash.png" }, "hp": 65, "attack": 100, "defense": 70, "sp_atk": 80, "sp_def": 80, "speed": 105, "natl_num": 78, "total": 500 }, { "name": "Slowpoke", "type": ["water", "psychic"], "national_number": "079", "sprites": { "large": "https://img.pokemondb.net/artwork/slowpoke.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/slowpoke.png" }, "hp": 90, "attack": 65, "defense": 65, "sp_atk": 40, "sp_def": 40, "speed": 15, "natl_num": 79, "total": 315 }, { "name": "Slowbro", "type": ["water", "psychic"], "national_number": "080", "sprites": { "large": "https://img.pokemondb.net/artwork/slowbro.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/slowbro.png" }, "hp": 95, "attack": 75, "defense": 110, "sp_atk": 100, "sp_def": 80, "speed": 30, "natl_num": 80, "total": 490 }, { "name": "Magnemite", "type": ["electric", "steel"], "national_number": "081", "sprites": { "large": "https://img.pokemondb.net/artwork/magnemite.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/magnemite.png" }, "hp": 25, "attack": 35, "defense": 70, "sp_atk": 95, "sp_def": 55, "speed": 45, "natl_num": 81, "total": 325 }, { "name": "Magneton", "type": ["electric", "steel"], "national_number": "082", "sprites": { "large": "https://img.pokemondb.net/artwork/magneton.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/magneton.png" }, "hp": 50, "attack": 60, "defense": 95, "sp_atk": 120, "sp_def": 70, "speed": 70, "natl_num": 82, "total": 465 }, { "name": "Farfetch'd", "type": ["normal", "flying"], "national_number": "083", "sprites": { "large": "https://img.pokemondb.net/artwork/farfetchd.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/farfetch'd.png" }, "hp": 52, "attack": 90, "defense": 55, "sp_atk": 58, "sp_def": 62, "speed": 60, "natl_num": 83, "total": 377 }, { "name": "Doduo", "type": ["normal", "flying"], "national_number": "084", "sprites": { "large": "https://img.pokemondb.net/artwork/doduo.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/doduo.png" }, "hp": 35, "attack": 85, "defense": 45, "sp_atk": 35, "sp_def": 35, "speed": 75, "natl_num": 84, "total": 310 }, { "name": "Dodrio", "type": ["normal", "flying"], "national_number": "085", "sprites": { "large": "https://img.pokemondb.net/artwork/dodrio.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/dodrio.png" }, "hp": 60, "attack": 110, "defense": 70, "sp_atk": 60, "sp_def": 60, "speed": 110, "natl_num": 85, "total": 470 }, { "name": "Seel", "type": ["water"], "national_number": "086", "sprites": { "large": "https://img.pokemondb.net/artwork/seel.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/seel.png" }, "hp": 65, "attack": 45, "defense": 55, "sp_atk": 45, "sp_def": 70, "speed": 45, "natl_num": 86, "total": 325 }, { "name": "Dewgong", "type": ["water", "ice"], "national_number": "087", "sprites": { "large": "https://img.pokemondb.net/artwork/dewgong.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/dewgong.png" }, "hp": 90, "attack": 70, "defense": 80, "sp_atk": 70, "sp_def": 95, "speed": 70, "natl_num": 87, "total": 475 }, { "name": "Grimer", "type": ["poison"], "national_number": "088", "sprites": { "large": "https://img.pokemondb.net/artwork/grimer.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/grimer.png" }, "hp": 80, "attack": 80, "defense": 50, "sp_atk": 40, "sp_def": 50, "speed": 25, "natl_num": 88, "total": 325 }, { "name": "Muk", "type": ["poison"], "national_number": "089", "sprites": { "large": "https://img.pokemondb.net/artwork/muk.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/muk.png" }, "hp": 105, "attack": 105, "defense": 75, "sp_atk": 65, "sp_def": 100, "speed": 50, "natl_num": 89, "total": 500 }, { "name": "Shellder", "type": ["water"], "national_number": "090", "sprites": { "large": "https://img.pokemondb.net/artwork/shellder.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/shellder.png" }, "hp": 30, "attack": 65, "defense": 100, "sp_atk": 45, "sp_def": 25, "speed": 40, "natl_num": 90, "total": 305 }, { "name": "Cloyster", "type": ["water", "ice"], "national_number": "091", "sprites": { "large": "https://img.pokemondb.net/artwork/cloyster.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/cloyster.png" }, "hp": 50, "attack": 95, "defense": 180, "sp_atk": 85, "sp_def": 45, "speed": 70, "natl_num": 91, "total": 525 }, { "name": "Gastly", "type": ["ghost", "poison"], "national_number": "092", "sprites": { "large": "https://img.pokemondb.net/artwork/gastly.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/gastly.png" }, "hp": 30, "attack": 35, "defense": 30, "sp_atk": 100, "sp_def": 35, "speed": 80, "natl_num": 92, "total": 310 }, { "name": "Haunter", "type": ["ghost", "poison"], "national_number": "093", "sprites": { "large": "https://img.pokemondb.net/artwork/haunter.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/haunter.png" }, "hp": 45, "attack": 50, "defense": 45, "sp_atk": 115, "sp_def": 55, "speed": 95, "natl_num": 93, "total": 405 }, { "name": "Gengar", "type": ["ghost", "poison"], "national_number": "094", "sprites": { "large": "https://img.pokemondb.net/artwork/gengar.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/gengar.png" }, "hp": 60, "attack": 65, "defense": 60, "sp_atk": 130, "sp_def": 75, "speed": 110, "natl_num": 94, "total": 500 }, { "name": "Onix", "type": ["rock", "ground"], "national_number": "095", "sprites": { "large": "https://img.pokemondb.net/artwork/onix.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/onix.png" }, "hp": 35, "attack": 45, "defense": 160, "sp_atk": 30, "sp_def": 45, "speed": 70, "natl_num": 95, "total": 385 }, { "name": "Drowzee", "type": ["psychic"], "national_number": "096", "sprites": { "large": "https://img.pokemondb.net/artwork/drowzee.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/drowzee.png" }, "hp": 60, "attack": 48, "defense": 45, "sp_atk": 43, "sp_def": 90, "speed": 42, "natl_num": 96, "total": 328 }, { "name": "Hypno", "type": ["psychic"], "national_number": "097", "sprites": { "large": "https://img.pokemondb.net/artwork/hypno.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/hypno.png" }, "hp": 85, "attack": 73, "defense": 70, "sp_atk": 73, "sp_def": 115, "speed": 67, "natl_num": 97, "total": 483 }, { "name": "Krabby", "type": ["water"], "national_number": "098", "sprites": { "large": "https://img.pokemondb.net/artwork/krabby.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/krabby.png" }, "hp": 30, "attack": 105, "defense": 90, "sp_atk": 25, "sp_def": 25, "speed": 50, "natl_num": 98, "total": 325 }, { "name": "Kingler", "type": ["water"], "national_number": "099", "sprites": { "large": "https://img.pokemondb.net/artwork/kingler.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/kingler.png" }, "hp": 55, "attack": 130, "defense": 115, "sp_atk": 50, "sp_def": 50, "speed": 75, "natl_num": 99, "total": 475 }, { "name": "Voltorb", "type": ["electric"], "national_number": "100", "sprites": { "large": "https://img.pokemondb.net/artwork/voltorb.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/voltorb.png" }, "hp": 40, "attack": 30, "defense": 50, "sp_atk": 55, "sp_def": 55, "speed": 100, "natl_num": 100, "total": 330 }, { "name": "Electrode", "type": ["electric"], "national_number": "101", "sprites": { "large": "https://img.pokemondb.net/artwork/electrode.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/electrode.png" }, "hp": 60, "attack": 50, "defense": 70, "sp_atk": 80, "sp_def": 80, "speed": 150, "natl_num": 101, "total": 490 }, { "name": "Exeggcute", "type": ["grass", "psychic"], "national_number": "102", "sprites": { "large": "https://img.pokemondb.net/artwork/exeggcute.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/exeggcute.png" }, "hp": 60, "attack": 40, "defense": 80, "sp_atk": 60, "sp_def": 45, "speed": 40, "natl_num": 102, "total": 325 }, { "name": "Exeggutor", "type": ["grass", "psychic"], "national_number": "103", "sprites": { "large": "https://img.pokemondb.net/artwork/exeggutor.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/exeggutor.png" }, "hp": 95, "attack": 95, "defense": 85, "sp_atk": 125, "sp_def": 75, "speed": 55, "natl_num": 103, "total": 530 }, { "name": "Cubone", "type": ["ground"], "national_number": "104", "sprites": { "large": "https://img.pokemondb.net/artwork/cubone.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/cubone.png" }, "hp": 50, "attack": 50, "defense": 95, "sp_atk": 40, "sp_def": 50, "speed": 35, "natl_num": 104, "total": 320 }, { "name": "Marowak", "type": ["ground"], "national_number": "105", "sprites": { "large": "https://img.pokemondb.net/artwork/marowak.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/marowak.png" }, "hp": 60, "attack": 80, "defense": 110, "sp_atk": 50, "sp_def": 80, "speed": 45, "natl_num": 105, "total": 425 }, { "name": "Hitmonlee", "type": ["fighting"], "national_number": "106", "sprites": { "large": "https://img.pokemondb.net/artwork/hitmonlee.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/hitmonlee.png" }, "hp": 50, "attack": 120, "defense": 53, "sp_atk": 35, "sp_def": 110, "speed": 87, "natl_num": 106, "total": 455 }, { "name": "Hitmonchan", "type": ["fighting"], "national_number": "107", "sprites": { "large": "https://img.pokemondb.net/artwork/hitmonchan.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/hitmonchan.png" }, "hp": 50, "attack": 105, "defense": 79, "sp_atk": 35, "sp_def": 110, "speed": 76, "natl_num": 107, "total": 455 }, { "name": "Lickitung", "type": ["normal"], "national_number": "108", "sprites": { "large": "https://img.pokemondb.net/artwork/lickitung.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/lickitung.png" }, "hp": 90, "attack": 55, "defense": 75, "sp_atk": 60, "sp_def": 75, "speed": 30, "natl_num": 108, "total": 385 }, { "name": "Koffing", "type": ["poison"], "national_number": "109", "sprites": { "large": "https://img.pokemondb.net/artwork/koffing.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/koffing.png" }, "hp": 40, "attack": 65, "defense": 95, "sp_atk": 60, "sp_def": 45, "speed": 35, "natl_num": 109, "total": 340 }, { "name": "Weezing", "type": ["poison"], "national_number": "110", "sprites": { "large": "https://img.pokemondb.net/artwork/weezing.jpg", "normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/weezing.pn