gatsby-source-pokemons
Version:
A gatsby source plugin for building Pokemon Projects using GraphQL in Gatsby.
1,925 lines • 794 kB
JSON
{ "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": "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": "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.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venusaur.png"
},
"hp": 80,
"attack": 82,
"defense": 83,
"sp_atk": 100,
"sp_def": 100,
"speed": 80,
"natl_num": 3,
"total": 525
},
{
"name": "Venusaur",
"type": ["grass", "poison"],
"national_number": "003",
"sprites": {
"large": "https://img.pokemondb.net/artwork/venusaur.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/venusaur.png"
},
"hp": 80,
"attack": 82,
"defense": 83,
"sp_atk": 100,
"sp_def": 100,
"speed": 80,
"natl_num": 3,
"total": 525
},
{
"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": "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": "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": "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": "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": "Charizard",
"type": ["fire", "dragon"],
"national_number": "006",
"sprites": {
"large": "https://img.pokemondb.net/artwork/charizard-mega-x.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charizard.png"
},
"hp": 78,
"attack": 130,
"defense": 111,
"sp_atk": 130,
"sp_def": 85,
"speed": 100,
"natl_num": 6,
"total": 634
},
{
"name": "Charizard",
"type": ["fire", "dragon"],
"national_number": "006",
"sprites": {
"large": "https://img.pokemondb.net/artwork/charizard-mega-x.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charizard.png"
},
"hp": 78,
"attack": 130,
"defense": 111,
"sp_atk": 130,
"sp_def": 85,
"speed": 100,
"natl_num": 6,
"total": 634
},
{
"name": "Charizard",
"type": ["fire", "flying"],
"national_number": "006",
"sprites": {
"large": "https://img.pokemondb.net/artwork/charizard-mega-y.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charizard.png"
},
"hp": 78,
"attack": 104,
"defense": 78,
"sp_atk": 159,
"sp_def": 115,
"speed": 100,
"natl_num": 6,
"total": 634
},
{
"name": "Charizard",
"type": ["fire", "flying"],
"national_number": "006",
"sprites": {
"large": "https://img.pokemondb.net/artwork/charizard-mega-y.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/charizard.png"
},
"hp": 78,
"attack": 104,
"defense": 78,
"sp_atk": 159,
"sp_def": 115,
"speed": 100,
"natl_num": 6,
"total": 634
},
{
"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": "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": "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": "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": "Blastoise",
"type": ["water"],
"national_number": "009",
"sprites": {
"large": "https://img.pokemondb.net/artwork/blastoise-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/blastoise.png"
},
"hp": 79,
"attack": 103,
"defense": 120,
"sp_atk": 135,
"sp_def": 115,
"speed": 78,
"natl_num": 9,
"total": 630
},
{
"name": "Blastoise",
"type": ["water"],
"national_number": "009",
"sprites": {
"large": "https://img.pokemondb.net/artwork/blastoise-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/blastoise.png"
},
"hp": 79,
"attack": 103,
"defense": 120,
"sp_atk": 135,
"sp_def": 115,
"speed": 78,
"natl_num": 9,
"total": 630
},
{
"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": "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": "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": "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": "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": "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": "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": "Beedrill",
"type": ["bug", "poison"],
"national_number": "015",
"sprites": {
"large": "https://img.pokemondb.net/artwork/beedrill-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/beedrill.png"
},
"hp": 65,
"attack": 150,
"defense": 40,
"sp_atk": 15,
"sp_def": 80,
"speed": 145,
"natl_num": 15,
"total": 495
},
{
"name": "Beedrill",
"type": ["bug", "poison"],
"national_number": "015",
"sprites": {
"large": "https://img.pokemondb.net/artwork/beedrill-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/beedrill.png"
},
"hp": 65,
"attack": 150,
"defense": 40,
"sp_atk": 15,
"sp_def": 80,
"speed": 145,
"natl_num": 15,
"total": 495
},
{
"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": "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": "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": "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": "Pidgeot",
"type": ["normal", "flying"],
"national_number": "018",
"sprites": {
"large": "https://img.pokemondb.net/artwork/pidgeot-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pidgeot.png"
},
"hp": 83,
"attack": 80,
"defense": 80,
"sp_atk": 135,
"sp_def": 80,
"speed": 121,
"natl_num": 18,
"total": 579
},
{
"name": "Pidgeot",
"type": ["normal", "flying"],
"national_number": "018",
"sprites": {
"large": "https://img.pokemondb.net/artwork/pidgeot-mega.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pidgeot.png"
},
"hp": 83,
"attack": 80,
"defense": 80,
"sp_atk": 135,
"sp_def": 80,
"speed": 121,
"natl_num": 18,
"total": 579
},
{
"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": "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": "Rattata",
"type": ["dark", "normal"],
"national_number": "019",
"sprites": {
"large": "https://img.pokemondb.net/artwork/rattata-alolan.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": "Rattata",
"type": ["dark", "normal"],
"national_number": "019",
"sprites": {
"large": "https://img.pokemondb.net/artwork/rattata-alolan.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": "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": "Raticate",
"type": ["dark", "normal"],
"national_number": "020",
"sprites": {
"large": "https://img.pokemondb.net/artwork/raticate-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raticate.png"
},
"hp": 75,
"attack": 71,
"defense": 70,
"sp_atk": 40,
"sp_def": 80,
"speed": 77,
"natl_num": 20,
"total": 413
},
{
"name": "Raticate",
"type": ["dark", "normal"],
"national_number": "020",
"sprites": {
"large": "https://img.pokemondb.net/artwork/raticate-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raticate.png"
},
"hp": 75,
"attack": 71,
"defense": 70,
"sp_atk": 40,
"sp_def": 80,
"speed": 77,
"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": "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": "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": "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": "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": "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": "Pikachu",
"type": ["electric"],
"national_number": "025",
"sprites": {
"large": "https://img.pokemondb.net/artwork/pikachu-lets-go.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pikachu.png"
},
"hp": 45,
"attack": 80,
"defense": 50,
"sp_atk": 75,
"sp_def": 60,
"speed": 120,
"natl_num": 25,
"total": 430
},
{
"name": "Pikachu",
"type": ["electric"],
"national_number": "025",
"sprites": {
"large": "https://img.pokemondb.net/artwork/pikachu-lets-go.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/pikachu.png"
},
"hp": 45,
"attack": 80,
"defense": 50,
"sp_atk": 75,
"sp_def": 60,
"speed": 120,
"natl_num": 25,
"total": 430
},
{
"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": "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": "Raichu",
"type": ["electric", "psychic"],
"national_number": "026",
"sprites": {
"large": "https://img.pokemondb.net/artwork/raichu-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raichu.png"
},
"hp": 60,
"attack": 85,
"defense": 50,
"sp_atk": 95,
"sp_def": 85,
"speed": 110,
"natl_num": 26,
"total": 485
},
{
"name": "Raichu",
"type": ["electric", "psychic"],
"national_number": "026",
"sprites": {
"large": "https://img.pokemondb.net/artwork/raichu-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/raichu.png"
},
"hp": 60,
"attack": 85,
"defense": 50,
"sp_atk": 95,
"sp_def": 85,
"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": "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": "Sandshrew",
"type": ["ice", "steel"],
"national_number": "027",
"sprites": {
"large": "https://img.pokemondb.net/artwork/sandshrew-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandshrew.png"
},
"hp": 50,
"attack": 75,
"defense": 90,
"sp_atk": 10,
"sp_def": 35,
"speed": 40,
"natl_num": 27,
"total": 300
},
{
"name": "Sandshrew",
"type": ["ice", "steel"],
"national_number": "027",
"sprites": {
"large": "https://img.pokemondb.net/artwork/sandshrew-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandshrew.png"
},
"hp": 50,
"attack": 75,
"defense": 90,
"sp_atk": 10,
"sp_def": 35,
"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": "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": "Sandslash",
"type": ["ice", "steel"],
"national_number": "028",
"sprites": {
"large": "https://img.pokemondb.net/artwork/sandslash-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandslash.png"
},
"hp": 75,
"attack": 100,
"defense": 120,
"sp_atk": 25,
"sp_def": 65,
"speed": 65,
"natl_num": 28,
"total": 450
},
{
"name": "Sandslash",
"type": ["ice", "steel"],
"national_number": "028",
"sprites": {
"large": "https://img.pokemondb.net/artwork/sandslash-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/sandslash.png"
},
"hp": 75,
"attack": 100,
"defense": 120,
"sp_atk": 25,
"sp_def": 65,
"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "Vulpix",
"type": ["ice"],
"national_number": "037",
"sprites": {
"large": "https://img.pokemondb.net/artwork/vulpix-alolan.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": "Vulpix",
"type": ["ice"],
"national_number": "037",
"sprites": {
"large": "https://img.pokemondb.net/artwork/vulpix-alolan.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": "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": "Ninetales",
"type": ["ice", "fairy"],
"national_number": "038",
"sprites": {
"large": "https://img.pokemondb.net/artwork/ninetales-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ninetales.png"
},
"hp": 73,
"attack": 67,
"defense": 75,
"sp_atk": 81,
"sp_def": 100,
"speed": 109,
"natl_num": 38,
"total": 505
},
{
"name": "Ninetales",
"type": ["ice", "fairy"],
"national_number": "038",
"sprites": {
"large": "https://img.pokemondb.net/artwork/ninetales-alolan.jpg",
"normal": "https://img.pokemondb.net/sprites/omega-ruby-alpha-sapphire/dex/normal/ninetales.png"
},
"hp": 73,
"attack": 67,
"defense": 75,
"sp_atk": 81,
"sp_def": 100,
"speed": 109,
"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": "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": "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": "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": "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": "Oddish",
"type": ["grass",