2026-02-05 15:08:54 +01:00
|
|
|
[
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 1,
|
|
|
|
|
"name": "Bulbasaur",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 2,
|
|
|
|
|
"name": "Ivysaur",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/2.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 3,
|
|
|
|
|
"name": "Venusaur",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/3.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 4,
|
|
|
|
|
"name": "Charmander",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/4.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 5,
|
|
|
|
|
"name": "Charmeleon",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/5.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 6,
|
|
|
|
|
"name": "Charizard",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/6.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 7,
|
|
|
|
|
"name": "Squirtle",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/7.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 8,
|
|
|
|
|
"name": "Wartortle",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/8.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 9,
|
|
|
|
|
"name": "Blastoise",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/9.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 10,
|
|
|
|
|
"name": "Caterpie",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 11,
|
|
|
|
|
"name": "Metapod",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/11.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 12,
|
|
|
|
|
"name": "Butterfree",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/12.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 13,
|
|
|
|
|
"name": "Weedle",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/13.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 14,
|
|
|
|
|
"name": "Kakuna",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/14.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 15,
|
|
|
|
|
"name": "Beedrill",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/15.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 16,
|
|
|
|
|
"name": "Pidgey",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/16.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 17,
|
|
|
|
|
"name": "Pidgeotto",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/17.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 18,
|
|
|
|
|
"name": "Pidgeot",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/18.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 19,
|
|
|
|
|
"name": "Rattata",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/19.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 20,
|
|
|
|
|
"name": "Raticate",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/20.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 21,
|
|
|
|
|
"name": "Spearow",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/21.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 22,
|
|
|
|
|
"name": "Fearow",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/22.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 23,
|
|
|
|
|
"name": "Ekans",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/23.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 24,
|
|
|
|
|
"name": "Arbok",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/24.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 25,
|
|
|
|
|
"name": "Pikachu",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 26,
|
|
|
|
|
"name": "Raichu",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/26.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 27,
|
|
|
|
|
"name": "Sandshrew",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/27.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 28,
|
|
|
|
|
"name": "Sandslash",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/28.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 29,
|
|
|
|
|
"name": "Nidoran F",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/29.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 30,
|
|
|
|
|
"name": "Nidorina",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/30.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 31,
|
|
|
|
|
"name": "Nidoqueen",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/31.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 32,
|
|
|
|
|
"name": "Nidoran M",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/32.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 33,
|
|
|
|
|
"name": "Nidorino",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/33.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 34,
|
|
|
|
|
"name": "Nidoking",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/34.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 35,
|
|
|
|
|
"name": "Clefairy",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/35.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 36,
|
|
|
|
|
"name": "Clefable",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/36.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 37,
|
|
|
|
|
"name": "Vulpix",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/37.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 38,
|
|
|
|
|
"name": "Ninetales",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/38.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 39,
|
|
|
|
|
"name": "Jigglypuff",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/39.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 40,
|
|
|
|
|
"name": "Wigglytuff",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/40.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 41,
|
|
|
|
|
"name": "Zubat",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/41.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 42,
|
|
|
|
|
"name": "Golbat",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/42.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 43,
|
|
|
|
|
"name": "Oddish",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/43.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 44,
|
|
|
|
|
"name": "Gloom",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/44.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 45,
|
|
|
|
|
"name": "Vileplume",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/45.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 46,
|
|
|
|
|
"name": "Paras",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/46.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 47,
|
|
|
|
|
"name": "Parasect",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/47.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 48,
|
|
|
|
|
"name": "Venonat",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/48.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 49,
|
|
|
|
|
"name": "Venomoth",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/49.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 50,
|
|
|
|
|
"name": "Diglett",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/50.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 51,
|
|
|
|
|
"name": "Dugtrio",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/51.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 52,
|
|
|
|
|
"name": "Meowth",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/52.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 53,
|
|
|
|
|
"name": "Persian",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/53.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 54,
|
|
|
|
|
"name": "Psyduck",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/54.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 55,
|
|
|
|
|
"name": "Golduck",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/55.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 56,
|
|
|
|
|
"name": "Mankey",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/56.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 57,
|
|
|
|
|
"name": "Primeape",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/57.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 58,
|
|
|
|
|
"name": "Growlithe",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/58.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 59,
|
|
|
|
|
"name": "Arcanine",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/59.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 60,
|
|
|
|
|
"name": "Poliwag",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/60.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 61,
|
|
|
|
|
"name": "Poliwhirl",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/61.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 62,
|
|
|
|
|
"name": "Poliwrath",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/62.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 63,
|
|
|
|
|
"name": "Abra",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/63.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 64,
|
|
|
|
|
"name": "Kadabra",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/64.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 65,
|
|
|
|
|
"name": "Alakazam",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/65.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 66,
|
|
|
|
|
"name": "Machop",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/66.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 67,
|
|
|
|
|
"name": "Machoke",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/67.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 68,
|
|
|
|
|
"name": "Machamp",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/68.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 69,
|
|
|
|
|
"name": "Bellsprout",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/69.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 70,
|
|
|
|
|
"name": "Weepinbell",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/70.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 71,
|
|
|
|
|
"name": "Victreebel",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/71.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 72,
|
|
|
|
|
"name": "Tentacool",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/72.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 73,
|
|
|
|
|
"name": "Tentacruel",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/73.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 74,
|
|
|
|
|
"name": "Geodude",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/74.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 75,
|
|
|
|
|
"name": "Graveler",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/75.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 76,
|
|
|
|
|
"name": "Golem",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/76.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 77,
|
|
|
|
|
"name": "Ponyta",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/77.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 78,
|
|
|
|
|
"name": "Rapidash",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/78.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 79,
|
|
|
|
|
"name": "Slowpoke",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/79.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 80,
|
|
|
|
|
"name": "Slowbro",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/80.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 81,
|
|
|
|
|
"name": "Magnemite",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/81.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 82,
|
|
|
|
|
"name": "Magneton",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/82.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 83,
|
|
|
|
|
"name": "Farfetchd",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/83.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 84,
|
|
|
|
|
"name": "Doduo",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/84.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 85,
|
|
|
|
|
"name": "Dodrio",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/85.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 86,
|
|
|
|
|
"name": "Seel",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/86.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 87,
|
|
|
|
|
"name": "Dewgong",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/87.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 88,
|
|
|
|
|
"name": "Grimer",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/88.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 89,
|
|
|
|
|
"name": "Muk",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/89.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 90,
|
|
|
|
|
"name": "Shellder",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/90.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 91,
|
|
|
|
|
"name": "Cloyster",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/91.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 92,
|
|
|
|
|
"name": "Gastly",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/92.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 93,
|
|
|
|
|
"name": "Haunter",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/93.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 94,
|
|
|
|
|
"name": "Gengar",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/94.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 95,
|
|
|
|
|
"name": "Onix",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/95.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 96,
|
|
|
|
|
"name": "Drowzee",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/96.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 97,
|
|
|
|
|
"name": "Hypno",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/97.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 98,
|
|
|
|
|
"name": "Krabby",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/98.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 99,
|
|
|
|
|
"name": "Kingler",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/99.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 100,
|
|
|
|
|
"name": "Voltorb",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/100.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 101,
|
|
|
|
|
"name": "Electrode",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/101.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 102,
|
|
|
|
|
"name": "Exeggcute",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/102.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 103,
|
|
|
|
|
"name": "Exeggutor",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/103.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 104,
|
|
|
|
|
"name": "Cubone",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/104.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 105,
|
|
|
|
|
"name": "Marowak",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/105.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 106,
|
|
|
|
|
"name": "Hitmonlee",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/106.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 107,
|
|
|
|
|
"name": "Hitmonchan",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/107.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 108,
|
|
|
|
|
"name": "Lickitung",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/108.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 109,
|
|
|
|
|
"name": "Koffing",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/109.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 110,
|
|
|
|
|
"name": "Weezing",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/110.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 111,
|
|
|
|
|
"name": "Rhyhorn",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/111.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 112,
|
|
|
|
|
"name": "Rhydon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/112.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 113,
|
|
|
|
|
"name": "Chansey",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/113.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 114,
|
|
|
|
|
"name": "Tangela",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/114.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 115,
|
|
|
|
|
"name": "Kangaskhan",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/115.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 116,
|
|
|
|
|
"name": "Horsea",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/116.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 117,
|
|
|
|
|
"name": "Seadra",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/117.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 118,
|
|
|
|
|
"name": "Goldeen",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/118.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 119,
|
|
|
|
|
"name": "Seaking",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/119.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 120,
|
|
|
|
|
"name": "Staryu",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/120.png"
|
|
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 121,
|
|
|
|
|
"name": "Starmie",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/121.png"
|
|
|
|
|
},
|
2026-02-05 15:08:54 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 122,
|
|
|
|
|
"name": "Mr Mime",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/122.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 123,
|
|
|
|
|
"name": "Scyther",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/123.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 124,
|
|
|
|
|
"name": "Jynx",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/124.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 125,
|
|
|
|
|
"name": "Electabuzz",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/125.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 126,
|
|
|
|
|
"name": "Magmar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/126.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 127,
|
|
|
|
|
"name": "Pinsir",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/127.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 128,
|
|
|
|
|
"name": "Tauros",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/128.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 129,
|
|
|
|
|
"name": "Magikarp",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/129.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 130,
|
|
|
|
|
"name": "Gyarados",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/130.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 131,
|
|
|
|
|
"name": "Lapras",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/131.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 132,
|
|
|
|
|
"name": "Ditto",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/132.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 133,
|
|
|
|
|
"name": "Eevee",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/133.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 134,
|
|
|
|
|
"name": "Vaporeon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/134.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 135,
|
|
|
|
|
"name": "Jolteon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/135.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 136,
|
|
|
|
|
"name": "Flareon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/136.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 137,
|
|
|
|
|
"name": "Porygon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/137.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 138,
|
|
|
|
|
"name": "Omanyte",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/138.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 139,
|
|
|
|
|
"name": "Omastar",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/139.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 140,
|
|
|
|
|
"name": "Kabuto",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/140.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 141,
|
|
|
|
|
"name": "Kabutops",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/141.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 142,
|
|
|
|
|
"name": "Aerodactyl",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"flying"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/142.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 143,
|
|
|
|
|
"name": "Snorlax",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/143.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 144,
|
|
|
|
|
"name": "Articuno",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ice",
|
|
|
|
|
"flying"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/144.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 145,
|
|
|
|
|
"name": "Zapdos",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
2026-02-05 15:08:54 +01:00
|
|
|
"flying"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/145.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 146,
|
|
|
|
|
"name": "Moltres",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire",
|
2026-02-05 15:08:54 +01:00
|
|
|
"flying"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/146.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 147,
|
|
|
|
|
"name": "Dratini",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/147.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 148,
|
|
|
|
|
"name": "Dragonair",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/148.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 149,
|
|
|
|
|
"name": "Dragonite",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/149.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 150,
|
|
|
|
|
"name": "Mewtwo",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/150.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 151,
|
|
|
|
|
"name": "Mew",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/151.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 152,
|
|
|
|
|
"name": "Chikorita",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/152.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 153,
|
|
|
|
|
"name": "Bayleef",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/153.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 154,
|
|
|
|
|
"name": "Meganium",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/154.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 155,
|
|
|
|
|
"name": "Cyndaquil",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/155.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 156,
|
|
|
|
|
"name": "Quilava",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/156.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 157,
|
|
|
|
|
"name": "Typhlosion",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/157.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 158,
|
|
|
|
|
"name": "Totodile",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/158.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 159,
|
|
|
|
|
"name": "Croconaw",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/159.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 160,
|
|
|
|
|
"name": "Feraligatr",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/160.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 161,
|
|
|
|
|
"name": "Sentret",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/161.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 162,
|
|
|
|
|
"name": "Furret",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/162.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 163,
|
|
|
|
|
"name": "Hoothoot",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/163.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 164,
|
|
|
|
|
"name": "Noctowl",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/164.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 165,
|
|
|
|
|
"name": "Ledyba",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/165.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 166,
|
|
|
|
|
"name": "Ledian",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/166.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 167,
|
|
|
|
|
"name": "Spinarak",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/167.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 168,
|
|
|
|
|
"name": "Ariados",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/168.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 169,
|
|
|
|
|
"name": "Crobat",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/169.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 170,
|
|
|
|
|
"name": "Chinchou",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/170.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 171,
|
|
|
|
|
"name": "Lanturn",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/171.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 172,
|
|
|
|
|
"name": "Pichu",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/172.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 173,
|
|
|
|
|
"name": "Cleffa",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/173.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 174,
|
|
|
|
|
"name": "Igglybuff",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/174.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 175,
|
|
|
|
|
"name": "Togepi",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/175.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 176,
|
|
|
|
|
"name": "Togetic",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/176.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 177,
|
|
|
|
|
"name": "Natu",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/177.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 178,
|
|
|
|
|
"name": "Xatu",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/178.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 179,
|
|
|
|
|
"name": "Mareep",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/179.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 180,
|
|
|
|
|
"name": "Flaaffy",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/180.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 181,
|
|
|
|
|
"name": "Ampharos",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/181.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 182,
|
|
|
|
|
"name": "Bellossom",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/182.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 183,
|
|
|
|
|
"name": "Marill",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/183.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 184,
|
|
|
|
|
"name": "Azumarill",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/184.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 185,
|
|
|
|
|
"name": "Sudowoodo",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/185.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 186,
|
|
|
|
|
"name": "Politoed",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/186.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 187,
|
|
|
|
|
"name": "Hoppip",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/187.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 188,
|
|
|
|
|
"name": "Skiploom",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/188.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 189,
|
|
|
|
|
"name": "Jumpluff",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/189.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 190,
|
|
|
|
|
"name": "Aipom",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/190.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 191,
|
|
|
|
|
"name": "Sunkern",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/191.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 192,
|
|
|
|
|
"name": "Sunflora",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/192.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 193,
|
|
|
|
|
"name": "Yanma",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/193.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 194,
|
|
|
|
|
"name": "Wooper",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/194.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 195,
|
|
|
|
|
"name": "Quagsire",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/195.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 196,
|
|
|
|
|
"name": "Espeon",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/196.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 197,
|
|
|
|
|
"name": "Umbreon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/197.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 198,
|
|
|
|
|
"name": "Murkrow",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/198.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 199,
|
|
|
|
|
"name": "Slowking",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/199.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 200,
|
|
|
|
|
"name": "Misdreavus",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/200.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 201,
|
|
|
|
|
"name": "Unown",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/201.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 202,
|
|
|
|
|
"name": "Wobbuffet",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/202.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 203,
|
|
|
|
|
"name": "Girafarig",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/203.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 204,
|
|
|
|
|
"name": "Pineco",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/204.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 205,
|
|
|
|
|
"name": "Forretress",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/205.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 206,
|
|
|
|
|
"name": "Dunsparce",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/206.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 207,
|
|
|
|
|
"name": "Gligar",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/207.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 208,
|
|
|
|
|
"name": "Steelix",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/208.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 209,
|
|
|
|
|
"name": "Snubbull",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/209.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 210,
|
|
|
|
|
"name": "Granbull",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/210.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 211,
|
|
|
|
|
"name": "Qwilfish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/211.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 212,
|
|
|
|
|
"name": "Scizor",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/212.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 213,
|
|
|
|
|
"name": "Shuckle",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/213.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 214,
|
|
|
|
|
"name": "Heracross",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/214.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 215,
|
|
|
|
|
"name": "Sneasel",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/215.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 216,
|
|
|
|
|
"name": "Teddiursa",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/216.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 217,
|
|
|
|
|
"name": "Ursaring",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/217.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 218,
|
|
|
|
|
"name": "Slugma",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/218.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 219,
|
|
|
|
|
"name": "Magcargo",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/219.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 220,
|
|
|
|
|
"name": "Swinub",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/220.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 221,
|
|
|
|
|
"name": "Piloswine",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/221.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 222,
|
|
|
|
|
"name": "Corsola",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/222.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 223,
|
|
|
|
|
"name": "Remoraid",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/223.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 224,
|
|
|
|
|
"name": "Octillery",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/224.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 225,
|
|
|
|
|
"name": "Delibird",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/225.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 226,
|
|
|
|
|
"name": "Mantine",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/226.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 227,
|
|
|
|
|
"name": "Skarmory",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/227.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 228,
|
|
|
|
|
"name": "Houndour",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/228.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 229,
|
|
|
|
|
"name": "Houndoom",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/229.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 230,
|
|
|
|
|
"name": "Kingdra",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/230.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 231,
|
|
|
|
|
"name": "Phanpy",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/231.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 232,
|
|
|
|
|
"name": "Donphan",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/232.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 233,
|
|
|
|
|
"name": "Porygon2",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/233.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 234,
|
|
|
|
|
"name": "Stantler",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/234.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 235,
|
|
|
|
|
"name": "Smeargle",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/235.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 236,
|
|
|
|
|
"name": "Tyrogue",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/236.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 237,
|
|
|
|
|
"name": "Hitmontop",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/237.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 238,
|
|
|
|
|
"name": "Smoochum",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/238.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 239,
|
|
|
|
|
"name": "Elekid",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/239.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 240,
|
|
|
|
|
"name": "Magby",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/240.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 241,
|
|
|
|
|
"name": "Miltank",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/241.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 242,
|
|
|
|
|
"name": "Blissey",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/242.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 243,
|
|
|
|
|
"name": "Raikou",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/243.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 244,
|
|
|
|
|
"name": "Entei",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/244.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 245,
|
|
|
|
|
"name": "Suicune",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/245.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 246,
|
|
|
|
|
"name": "Larvitar",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/246.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 247,
|
|
|
|
|
"name": "Pupitar",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/247.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 248,
|
|
|
|
|
"name": "Tyranitar",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/248.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 249,
|
|
|
|
|
"name": "Lugia",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/249.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 250,
|
|
|
|
|
"name": "Ho Oh",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/250.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 251,
|
|
|
|
|
"name": "Celebi",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/251.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 252,
|
|
|
|
|
"name": "Treecko",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/252.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 253,
|
|
|
|
|
"name": "Grovyle",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/253.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 254,
|
|
|
|
|
"name": "Sceptile",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/254.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 255,
|
|
|
|
|
"name": "Torchic",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/255.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 256,
|
|
|
|
|
"name": "Combusken",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/256.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 257,
|
|
|
|
|
"name": "Blaziken",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/257.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 258,
|
|
|
|
|
"name": "Mudkip",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/258.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 259,
|
|
|
|
|
"name": "Marshtomp",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/259.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 260,
|
|
|
|
|
"name": "Swampert",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/260.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 261,
|
|
|
|
|
"name": "Poochyena",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/261.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 262,
|
|
|
|
|
"name": "Mightyena",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/262.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 263,
|
|
|
|
|
"name": "Zigzagoon",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/263.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 264,
|
|
|
|
|
"name": "Linoone",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/264.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 265,
|
|
|
|
|
"name": "Wurmple",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/265.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 266,
|
|
|
|
|
"name": "Silcoon",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/266.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 267,
|
|
|
|
|
"name": "Beautifly",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/267.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 268,
|
|
|
|
|
"name": "Cascoon",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/268.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 269,
|
|
|
|
|
"name": "Dustox",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/269.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 270,
|
|
|
|
|
"name": "Lotad",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/270.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 271,
|
|
|
|
|
"name": "Lombre",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/271.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 272,
|
|
|
|
|
"name": "Ludicolo",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/272.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 273,
|
|
|
|
|
"name": "Seedot",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/273.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 274,
|
|
|
|
|
"name": "Nuzleaf",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/274.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 275,
|
|
|
|
|
"name": "Shiftry",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/275.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 276,
|
|
|
|
|
"name": "Taillow",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/276.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 277,
|
|
|
|
|
"name": "Swellow",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/277.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 278,
|
|
|
|
|
"name": "Wingull",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/278.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 279,
|
|
|
|
|
"name": "Pelipper",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/279.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 280,
|
|
|
|
|
"name": "Ralts",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/280.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 281,
|
|
|
|
|
"name": "Kirlia",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/281.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 282,
|
|
|
|
|
"name": "Gardevoir",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/282.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 283,
|
|
|
|
|
"name": "Surskit",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/283.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 284,
|
|
|
|
|
"name": "Masquerain",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/284.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 285,
|
|
|
|
|
"name": "Shroomish",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/285.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 286,
|
|
|
|
|
"name": "Breloom",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/286.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 287,
|
|
|
|
|
"name": "Slakoth",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/287.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 288,
|
|
|
|
|
"name": "Vigoroth",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/288.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 289,
|
|
|
|
|
"name": "Slaking",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/289.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 290,
|
|
|
|
|
"name": "Nincada",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/290.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 291,
|
|
|
|
|
"name": "Ninjask",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/291.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 292,
|
|
|
|
|
"name": "Shedinja",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/292.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 293,
|
|
|
|
|
"name": "Whismur",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/293.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 294,
|
|
|
|
|
"name": "Loudred",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/294.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 295,
|
|
|
|
|
"name": "Exploud",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/295.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 296,
|
|
|
|
|
"name": "Makuhita",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/296.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 297,
|
|
|
|
|
"name": "Hariyama",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/297.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 298,
|
|
|
|
|
"name": "Azurill",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/298.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 299,
|
|
|
|
|
"name": "Nosepass",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/299.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 300,
|
|
|
|
|
"name": "Skitty",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/300.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 301,
|
|
|
|
|
"name": "Delcatty",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/301.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 302,
|
|
|
|
|
"name": "Sableye",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/302.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 303,
|
|
|
|
|
"name": "Mawile",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/303.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 304,
|
|
|
|
|
"name": "Aron",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/304.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 305,
|
|
|
|
|
"name": "Lairon",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/305.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 306,
|
|
|
|
|
"name": "Aggron",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/306.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 307,
|
|
|
|
|
"name": "Meditite",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/307.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 308,
|
|
|
|
|
"name": "Medicham",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/308.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 309,
|
|
|
|
|
"name": "Electrike",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/309.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 310,
|
|
|
|
|
"name": "Manectric",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/310.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 311,
|
|
|
|
|
"name": "Plusle",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/311.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 312,
|
|
|
|
|
"name": "Minun",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/312.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 313,
|
|
|
|
|
"name": "Volbeat",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/313.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 314,
|
|
|
|
|
"name": "Illumise",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/314.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 315,
|
|
|
|
|
"name": "Roselia",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/315.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 316,
|
|
|
|
|
"name": "Gulpin",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/316.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 317,
|
|
|
|
|
"name": "Swalot",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/317.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 318,
|
|
|
|
|
"name": "Carvanha",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/318.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 319,
|
|
|
|
|
"name": "Sharpedo",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/319.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 320,
|
|
|
|
|
"name": "Wailmer",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/320.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 321,
|
|
|
|
|
"name": "Wailord",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/321.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 322,
|
|
|
|
|
"name": "Numel",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/322.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 323,
|
|
|
|
|
"name": "Camerupt",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/323.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 324,
|
|
|
|
|
"name": "Torkoal",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/324.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 325,
|
|
|
|
|
"name": "Spoink",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/325.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 326,
|
|
|
|
|
"name": "Grumpig",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/326.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 327,
|
|
|
|
|
"name": "Spinda",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/327.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 328,
|
|
|
|
|
"name": "Trapinch",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/328.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 329,
|
|
|
|
|
"name": "Vibrava",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/329.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 330,
|
|
|
|
|
"name": "Flygon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/330.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 331,
|
|
|
|
|
"name": "Cacnea",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/331.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 332,
|
|
|
|
|
"name": "Cacturne",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/332.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 333,
|
|
|
|
|
"name": "Swablu",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/333.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 334,
|
|
|
|
|
"name": "Altaria",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/334.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 335,
|
|
|
|
|
"name": "Zangoose",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/335.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 336,
|
|
|
|
|
"name": "Seviper",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/336.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 337,
|
|
|
|
|
"name": "Lunatone",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/337.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 338,
|
|
|
|
|
"name": "Solrock",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/338.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 339,
|
|
|
|
|
"name": "Barboach",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/339.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 340,
|
|
|
|
|
"name": "Whiscash",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/340.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 341,
|
|
|
|
|
"name": "Corphish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/341.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 342,
|
|
|
|
|
"name": "Crawdaunt",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/342.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 343,
|
|
|
|
|
"name": "Baltoy",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/343.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 344,
|
|
|
|
|
"name": "Claydol",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/344.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 345,
|
|
|
|
|
"name": "Lileep",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/345.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 346,
|
|
|
|
|
"name": "Cradily",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/346.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 347,
|
|
|
|
|
"name": "Anorith",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/347.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 348,
|
|
|
|
|
"name": "Armaldo",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/348.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 349,
|
|
|
|
|
"name": "Feebas",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/349.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 350,
|
|
|
|
|
"name": "Milotic",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/350.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 351,
|
|
|
|
|
"name": "Castform",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/351.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 352,
|
|
|
|
|
"name": "Kecleon",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/352.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 353,
|
|
|
|
|
"name": "Shuppet",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/353.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 354,
|
|
|
|
|
"name": "Banette",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/354.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 355,
|
|
|
|
|
"name": "Duskull",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/355.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 356,
|
|
|
|
|
"name": "Dusclops",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/356.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 357,
|
|
|
|
|
"name": "Tropius",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/357.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 358,
|
|
|
|
|
"name": "Chimecho",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/358.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 359,
|
|
|
|
|
"name": "Absol",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/359.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 360,
|
|
|
|
|
"name": "Wynaut",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/360.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 361,
|
|
|
|
|
"name": "Snorunt",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/361.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 362,
|
|
|
|
|
"name": "Glalie",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/362.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 363,
|
|
|
|
|
"name": "Spheal",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/363.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 364,
|
|
|
|
|
"name": "Sealeo",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/364.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 365,
|
|
|
|
|
"name": "Walrein",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/365.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 366,
|
|
|
|
|
"name": "Clamperl",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/366.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 367,
|
|
|
|
|
"name": "Huntail",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/367.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 368,
|
|
|
|
|
"name": "Gorebyss",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/368.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 369,
|
|
|
|
|
"name": "Relicanth",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/369.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 370,
|
|
|
|
|
"name": "Luvdisc",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/370.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 371,
|
|
|
|
|
"name": "Bagon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/371.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 372,
|
|
|
|
|
"name": "Shelgon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/372.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 373,
|
|
|
|
|
"name": "Salamence",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/373.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 374,
|
|
|
|
|
"name": "Beldum",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/374.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 375,
|
|
|
|
|
"name": "Metang",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/375.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 376,
|
|
|
|
|
"name": "Metagross",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/376.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 377,
|
|
|
|
|
"name": "Regirock",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/377.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 378,
|
|
|
|
|
"name": "Regice",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/378.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 379,
|
|
|
|
|
"name": "Registeel",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/379.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 380,
|
|
|
|
|
"name": "Latias",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/380.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 381,
|
|
|
|
|
"name": "Latios",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/381.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 382,
|
|
|
|
|
"name": "Kyogre",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/382.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 383,
|
|
|
|
|
"name": "Groudon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/383.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 384,
|
|
|
|
|
"name": "Rayquaza",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/384.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 385,
|
|
|
|
|
"name": "Jirachi",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/385.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 386,
|
|
|
|
|
"name": "Deoxys Normal",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/386.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 387,
|
|
|
|
|
"name": "Turtwig",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/387.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 388,
|
|
|
|
|
"name": "Grotle",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/388.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 389,
|
|
|
|
|
"name": "Torterra",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/389.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 390,
|
|
|
|
|
"name": "Chimchar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/390.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 391,
|
|
|
|
|
"name": "Monferno",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/391.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 392,
|
|
|
|
|
"name": "Infernape",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/392.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 393,
|
|
|
|
|
"name": "Piplup",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/393.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 394,
|
|
|
|
|
"name": "Prinplup",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/394.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 395,
|
|
|
|
|
"name": "Empoleon",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/395.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 396,
|
|
|
|
|
"name": "Starly",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/396.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 397,
|
|
|
|
|
"name": "Staravia",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/397.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 398,
|
|
|
|
|
"name": "Staraptor",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/398.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 399,
|
|
|
|
|
"name": "Bidoof",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/399.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 400,
|
|
|
|
|
"name": "Bibarel",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/400.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 401,
|
|
|
|
|
"name": "Kricketot",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/401.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 402,
|
|
|
|
|
"name": "Kricketune",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/402.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 403,
|
|
|
|
|
"name": "Shinx",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/403.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 404,
|
|
|
|
|
"name": "Luxio",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/404.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 405,
|
|
|
|
|
"name": "Luxray",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/405.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 406,
|
|
|
|
|
"name": "Budew",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/406.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 407,
|
|
|
|
|
"name": "Roserade",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/407.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 408,
|
|
|
|
|
"name": "Cranidos",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/408.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 409,
|
|
|
|
|
"name": "Rampardos",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/409.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 410,
|
|
|
|
|
"name": "Shieldon",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/410.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 411,
|
|
|
|
|
"name": "Bastiodon",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/411.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 412,
|
|
|
|
|
"name": "Burmy",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/412.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 413,
|
|
|
|
|
"name": "Wormadam Plant",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/413.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 414,
|
|
|
|
|
"name": "Mothim",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/414.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 415,
|
|
|
|
|
"name": "Combee",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/415.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 416,
|
|
|
|
|
"name": "Vespiquen",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/416.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 417,
|
|
|
|
|
"name": "Pachirisu",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/417.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 418,
|
|
|
|
|
"name": "Buizel",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/418.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 419,
|
|
|
|
|
"name": "Floatzel",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/419.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 420,
|
|
|
|
|
"name": "Cherubi",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/420.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 421,
|
|
|
|
|
"name": "Cherrim",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/421.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 422,
|
|
|
|
|
"name": "Shellos",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/422.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 423,
|
|
|
|
|
"name": "Gastrodon",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/423.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 424,
|
|
|
|
|
"name": "Ambipom",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/424.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 425,
|
|
|
|
|
"name": "Drifloon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/425.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 426,
|
|
|
|
|
"name": "Drifblim",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/426.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 427,
|
|
|
|
|
"name": "Buneary",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/427.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 428,
|
|
|
|
|
"name": "Lopunny",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/428.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 429,
|
|
|
|
|
"name": "Mismagius",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/429.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 430,
|
|
|
|
|
"name": "Honchkrow",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/430.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 431,
|
|
|
|
|
"name": "Glameow",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/431.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 432,
|
|
|
|
|
"name": "Purugly",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/432.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 433,
|
|
|
|
|
"name": "Chingling",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/433.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 434,
|
|
|
|
|
"name": "Stunky",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/434.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 435,
|
|
|
|
|
"name": "Skuntank",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/435.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 436,
|
|
|
|
|
"name": "Bronzor",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/436.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 437,
|
|
|
|
|
"name": "Bronzong",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/437.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 438,
|
|
|
|
|
"name": "Bonsly",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/438.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 439,
|
|
|
|
|
"name": "Mime Jr",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/439.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 440,
|
|
|
|
|
"name": "Happiny",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/440.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 441,
|
|
|
|
|
"name": "Chatot",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/441.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 442,
|
|
|
|
|
"name": "Spiritomb",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/442.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 443,
|
|
|
|
|
"name": "Gible",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/443.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 444,
|
|
|
|
|
"name": "Gabite",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/444.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 445,
|
|
|
|
|
"name": "Garchomp",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/445.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 446,
|
|
|
|
|
"name": "Munchlax",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/446.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 447,
|
|
|
|
|
"name": "Riolu",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/447.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 448,
|
|
|
|
|
"name": "Lucario",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/448.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 449,
|
|
|
|
|
"name": "Hippopotas",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/449.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 450,
|
|
|
|
|
"name": "Hippowdon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/450.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 451,
|
|
|
|
|
"name": "Skorupi",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/451.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 452,
|
|
|
|
|
"name": "Drapion",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/452.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 453,
|
|
|
|
|
"name": "Croagunk",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/453.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 454,
|
|
|
|
|
"name": "Toxicroak",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/454.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 455,
|
|
|
|
|
"name": "Carnivine",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/455.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 456,
|
|
|
|
|
"name": "Finneon",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/456.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 457,
|
|
|
|
|
"name": "Lumineon",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/457.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 458,
|
|
|
|
|
"name": "Mantyke",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/458.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 459,
|
|
|
|
|
"name": "Snover",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/459.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 460,
|
|
|
|
|
"name": "Abomasnow",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/460.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 461,
|
|
|
|
|
"name": "Weavile",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/461.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 462,
|
|
|
|
|
"name": "Magnezone",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/462.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 463,
|
|
|
|
|
"name": "Lickilicky",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/463.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 464,
|
|
|
|
|
"name": "Rhyperior",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/464.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 465,
|
|
|
|
|
"name": "Tangrowth",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/465.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 466,
|
|
|
|
|
"name": "Electivire",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/466.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 467,
|
|
|
|
|
"name": "Magmortar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/467.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 468,
|
|
|
|
|
"name": "Togekiss",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/468.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 469,
|
|
|
|
|
"name": "Yanmega",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/469.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 470,
|
|
|
|
|
"name": "Leafeon",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/470.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 471,
|
|
|
|
|
"name": "Glaceon",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/471.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 472,
|
|
|
|
|
"name": "Gliscor",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/472.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 473,
|
|
|
|
|
"name": "Mamoswine",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/473.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 474,
|
|
|
|
|
"name": "Porygon Z",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/474.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 475,
|
|
|
|
|
"name": "Gallade",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/475.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 476,
|
|
|
|
|
"name": "Probopass",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/476.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 477,
|
|
|
|
|
"name": "Dusknoir",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/477.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 478,
|
|
|
|
|
"name": "Froslass",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/478.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 479,
|
|
|
|
|
"name": "Rotom",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/479.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 480,
|
|
|
|
|
"name": "Uxie",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/480.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 481,
|
|
|
|
|
"name": "Mesprit",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/481.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 482,
|
|
|
|
|
"name": "Azelf",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/482.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 483,
|
|
|
|
|
"name": "Dialga",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/483.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 484,
|
|
|
|
|
"name": "Palkia",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/484.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 485,
|
|
|
|
|
"name": "Heatran",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/485.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 486,
|
|
|
|
|
"name": "Regigigas",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/486.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 487,
|
|
|
|
|
"name": "Giratina Altered",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/487.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 488,
|
|
|
|
|
"name": "Cresselia",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/488.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 489,
|
|
|
|
|
"name": "Phione",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/489.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 490,
|
|
|
|
|
"name": "Manaphy",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/490.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 491,
|
|
|
|
|
"name": "Darkrai",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/491.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 492,
|
|
|
|
|
"name": "Shaymin Land",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/492.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 493,
|
|
|
|
|
"name": "Arceus",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/493.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 494,
|
|
|
|
|
"name": "Victini",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/494.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 495,
|
|
|
|
|
"name": "Snivy",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/495.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 496,
|
|
|
|
|
"name": "Servine",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/496.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 497,
|
|
|
|
|
"name": "Serperior",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/497.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 498,
|
|
|
|
|
"name": "Tepig",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/498.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 499,
|
|
|
|
|
"name": "Pignite",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/499.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 500,
|
|
|
|
|
"name": "Emboar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/500.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 501,
|
|
|
|
|
"name": "Oshawott",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/501.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 502,
|
|
|
|
|
"name": "Dewott",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/502.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 503,
|
|
|
|
|
"name": "Samurott",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/503.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 504,
|
|
|
|
|
"name": "Patrat",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/504.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 505,
|
|
|
|
|
"name": "Watchog",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/505.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 506,
|
|
|
|
|
"name": "Lillipup",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/506.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 507,
|
|
|
|
|
"name": "Herdier",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/507.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 508,
|
|
|
|
|
"name": "Stoutland",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/508.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 509,
|
|
|
|
|
"name": "Purrloin",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/509.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 510,
|
|
|
|
|
"name": "Liepard",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/510.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 511,
|
|
|
|
|
"name": "Pansage",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/511.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 512,
|
|
|
|
|
"name": "Simisage",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/512.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 513,
|
|
|
|
|
"name": "Pansear",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/513.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 514,
|
|
|
|
|
"name": "Simisear",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/514.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 515,
|
|
|
|
|
"name": "Panpour",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/515.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 516,
|
|
|
|
|
"name": "Simipour",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/516.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 517,
|
|
|
|
|
"name": "Munna",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/517.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 518,
|
|
|
|
|
"name": "Musharna",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/518.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 519,
|
|
|
|
|
"name": "Pidove",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/519.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 520,
|
|
|
|
|
"name": "Tranquill",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/520.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 521,
|
|
|
|
|
"name": "Unfezant",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/521.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 522,
|
|
|
|
|
"name": "Blitzle",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/522.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 523,
|
|
|
|
|
"name": "Zebstrika",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/523.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 524,
|
|
|
|
|
"name": "Roggenrola",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/524.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 525,
|
|
|
|
|
"name": "Boldore",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/525.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 526,
|
|
|
|
|
"name": "Gigalith",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/526.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 527,
|
|
|
|
|
"name": "Woobat",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/527.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 528,
|
|
|
|
|
"name": "Swoobat",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/528.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 529,
|
|
|
|
|
"name": "Drilbur",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/529.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 530,
|
|
|
|
|
"name": "Excadrill",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/530.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 531,
|
|
|
|
|
"name": "Audino",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/531.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 532,
|
|
|
|
|
"name": "Timburr",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/532.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 533,
|
|
|
|
|
"name": "Gurdurr",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/533.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 534,
|
|
|
|
|
"name": "Conkeldurr",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/534.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 535,
|
|
|
|
|
"name": "Tympole",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/535.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 536,
|
|
|
|
|
"name": "Palpitoad",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/536.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 537,
|
|
|
|
|
"name": "Seismitoad",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/537.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 538,
|
|
|
|
|
"name": "Throh",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/538.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 539,
|
|
|
|
|
"name": "Sawk",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/539.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 540,
|
|
|
|
|
"name": "Sewaddle",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/540.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 541,
|
|
|
|
|
"name": "Swadloon",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/541.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 542,
|
|
|
|
|
"name": "Leavanny",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/542.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 543,
|
|
|
|
|
"name": "Venipede",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/543.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 544,
|
|
|
|
|
"name": "Whirlipede",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/544.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 545,
|
|
|
|
|
"name": "Scolipede",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/545.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 546,
|
|
|
|
|
"name": "Cottonee",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/546.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 547,
|
|
|
|
|
"name": "Whimsicott",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/547.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 548,
|
|
|
|
|
"name": "Petilil",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/548.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 549,
|
|
|
|
|
"name": "Lilligant",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/549.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 550,
|
|
|
|
|
"name": "Basculin Red Striped",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/550.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 551,
|
|
|
|
|
"name": "Sandile",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/551.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 552,
|
|
|
|
|
"name": "Krokorok",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/552.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 553,
|
|
|
|
|
"name": "Krookodile",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/553.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 554,
|
|
|
|
|
"name": "Darumaka",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/554.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 555,
|
|
|
|
|
"name": "Darmanitan Standard",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/555.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 556,
|
|
|
|
|
"name": "Maractus",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/556.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 557,
|
|
|
|
|
"name": "Dwebble",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/557.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 558,
|
|
|
|
|
"name": "Crustle",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/558.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 559,
|
|
|
|
|
"name": "Scraggy",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/559.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 560,
|
|
|
|
|
"name": "Scrafty",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/560.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 561,
|
|
|
|
|
"name": "Sigilyph",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/561.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 562,
|
|
|
|
|
"name": "Yamask",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/562.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 563,
|
|
|
|
|
"name": "Cofagrigus",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/563.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 564,
|
|
|
|
|
"name": "Tirtouga",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/564.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 565,
|
|
|
|
|
"name": "Carracosta",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/565.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 566,
|
|
|
|
|
"name": "Archen",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/566.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 567,
|
|
|
|
|
"name": "Archeops",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/567.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 568,
|
|
|
|
|
"name": "Trubbish",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/568.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 569,
|
|
|
|
|
"name": "Garbodor",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/569.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 570,
|
|
|
|
|
"name": "Zorua",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/570.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 571,
|
|
|
|
|
"name": "Zoroark",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/571.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 572,
|
|
|
|
|
"name": "Minccino",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/572.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 573,
|
|
|
|
|
"name": "Cinccino",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/573.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 574,
|
|
|
|
|
"name": "Gothita",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/574.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 575,
|
|
|
|
|
"name": "Gothorita",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/575.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 576,
|
|
|
|
|
"name": "Gothitelle",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/576.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 577,
|
|
|
|
|
"name": "Solosis",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/577.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 578,
|
|
|
|
|
"name": "Duosion",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/578.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 579,
|
|
|
|
|
"name": "Reuniclus",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/579.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 580,
|
|
|
|
|
"name": "Ducklett",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/580.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 581,
|
|
|
|
|
"name": "Swanna",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/581.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 582,
|
|
|
|
|
"name": "Vanillite",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/582.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 583,
|
|
|
|
|
"name": "Vanillish",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/583.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 584,
|
|
|
|
|
"name": "Vanilluxe",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/584.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 585,
|
|
|
|
|
"name": "Deerling",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/585.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 586,
|
|
|
|
|
"name": "Sawsbuck",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/586.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 587,
|
|
|
|
|
"name": "Emolga",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/587.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 588,
|
|
|
|
|
"name": "Karrablast",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/588.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 589,
|
|
|
|
|
"name": "Escavalier",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/589.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 590,
|
|
|
|
|
"name": "Foongus",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/590.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 591,
|
|
|
|
|
"name": "Amoonguss",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/591.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 592,
|
|
|
|
|
"name": "Frillish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/592.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 593,
|
|
|
|
|
"name": "Jellicent",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/593.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 594,
|
|
|
|
|
"name": "Alomomola",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/594.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 595,
|
|
|
|
|
"name": "Joltik",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/595.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 596,
|
|
|
|
|
"name": "Galvantula",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/596.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 597,
|
|
|
|
|
"name": "Ferroseed",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/597.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 598,
|
|
|
|
|
"name": "Ferrothorn",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/598.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 599,
|
|
|
|
|
"name": "Klink",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/599.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 600,
|
|
|
|
|
"name": "Klang",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/600.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 601,
|
|
|
|
|
"name": "Klinklang",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/601.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 602,
|
|
|
|
|
"name": "Tynamo",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/602.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 603,
|
|
|
|
|
"name": "Eelektrik",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/603.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 604,
|
|
|
|
|
"name": "Eelektross",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/604.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 605,
|
|
|
|
|
"name": "Elgyem",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/605.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 606,
|
|
|
|
|
"name": "Beheeyem",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/606.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 607,
|
|
|
|
|
"name": "Litwick",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/607.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 608,
|
|
|
|
|
"name": "Lampent",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/608.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 609,
|
|
|
|
|
"name": "Chandelure",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/609.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 610,
|
|
|
|
|
"name": "Axew",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/610.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 611,
|
|
|
|
|
"name": "Fraxure",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/611.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 612,
|
|
|
|
|
"name": "Haxorus",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/612.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 613,
|
|
|
|
|
"name": "Cubchoo",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/613.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 614,
|
|
|
|
|
"name": "Beartic",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/614.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 615,
|
|
|
|
|
"name": "Cryogonal",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/615.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 616,
|
|
|
|
|
"name": "Shelmet",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/616.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 617,
|
|
|
|
|
"name": "Accelgor",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/617.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 618,
|
|
|
|
|
"name": "Stunfisk",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/618.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 619,
|
|
|
|
|
"name": "Mienfoo",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/619.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 620,
|
|
|
|
|
"name": "Mienshao",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/620.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 621,
|
|
|
|
|
"name": "Druddigon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/621.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 622,
|
|
|
|
|
"name": "Golett",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/622.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 623,
|
|
|
|
|
"name": "Golurk",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/623.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 624,
|
|
|
|
|
"name": "Pawniard",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/624.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 625,
|
|
|
|
|
"name": "Bisharp",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/625.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 626,
|
|
|
|
|
"name": "Bouffalant",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/626.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 627,
|
|
|
|
|
"name": "Rufflet",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/627.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 628,
|
|
|
|
|
"name": "Braviary",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/628.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 629,
|
|
|
|
|
"name": "Vullaby",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/629.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 630,
|
|
|
|
|
"name": "Mandibuzz",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/630.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 631,
|
|
|
|
|
"name": "Heatmor",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/631.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 632,
|
|
|
|
|
"name": "Durant",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/632.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 633,
|
|
|
|
|
"name": "Deino",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/633.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 634,
|
|
|
|
|
"name": "Zweilous",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/634.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 635,
|
|
|
|
|
"name": "Hydreigon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/635.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 636,
|
|
|
|
|
"name": "Larvesta",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/636.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 637,
|
|
|
|
|
"name": "Volcarona",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/637.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 638,
|
|
|
|
|
"name": "Cobalion",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/638.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 639,
|
|
|
|
|
"name": "Terrakion",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/639.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 640,
|
|
|
|
|
"name": "Virizion",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/640.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 641,
|
|
|
|
|
"name": "Tornadus Incarnate",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/641.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 642,
|
|
|
|
|
"name": "Thundurus Incarnate",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/642.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 643,
|
|
|
|
|
"name": "Reshiram",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/643.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 644,
|
|
|
|
|
"name": "Zekrom",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/644.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 645,
|
|
|
|
|
"name": "Landorus Incarnate",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/645.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 646,
|
|
|
|
|
"name": "Kyurem",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/646.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 647,
|
|
|
|
|
"name": "Keldeo Ordinary",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/647.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 648,
|
|
|
|
|
"name": "Meloetta Aria",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/648.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 649,
|
|
|
|
|
"name": "Genesect",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/649.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 650,
|
|
|
|
|
"name": "Chespin",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/650.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 651,
|
|
|
|
|
"name": "Quilladin",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/651.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 652,
|
|
|
|
|
"name": "Chesnaught",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/652.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 653,
|
|
|
|
|
"name": "Fennekin",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/653.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 654,
|
|
|
|
|
"name": "Braixen",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/654.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 655,
|
|
|
|
|
"name": "Delphox",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/655.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 656,
|
|
|
|
|
"name": "Froakie",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/656.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 657,
|
|
|
|
|
"name": "Frogadier",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/657.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 658,
|
|
|
|
|
"name": "Greninja",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/658.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 659,
|
|
|
|
|
"name": "Bunnelby",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/659.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 660,
|
|
|
|
|
"name": "Diggersby",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/660.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 661,
|
|
|
|
|
"name": "Fletchling",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/661.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 662,
|
|
|
|
|
"name": "Fletchinder",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/662.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 663,
|
|
|
|
|
"name": "Talonflame",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/663.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 664,
|
|
|
|
|
"name": "Scatterbug",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/664.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 665,
|
|
|
|
|
"name": "Spewpa",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/665.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 666,
|
|
|
|
|
"name": "Vivillon",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/666.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 667,
|
|
|
|
|
"name": "Litleo",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/667.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 668,
|
|
|
|
|
"name": "Pyroar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/668.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 669,
|
|
|
|
|
"name": "Flabebe",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/669.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 670,
|
|
|
|
|
"name": "Floette",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/670.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 671,
|
|
|
|
|
"name": "Florges",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/671.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 672,
|
|
|
|
|
"name": "Skiddo",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/672.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 673,
|
|
|
|
|
"name": "Gogoat",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/673.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 674,
|
|
|
|
|
"name": "Pancham",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/674.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 675,
|
|
|
|
|
"name": "Pangoro",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/675.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 676,
|
|
|
|
|
"name": "Furfrou",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/676.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 677,
|
|
|
|
|
"name": "Espurr",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/677.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 678,
|
|
|
|
|
"name": "Meowstic Male",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/678.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 679,
|
|
|
|
|
"name": "Honedge",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/679.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 680,
|
|
|
|
|
"name": "Doublade",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/680.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 681,
|
|
|
|
|
"name": "Aegislash Shield",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/681.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 682,
|
|
|
|
|
"name": "Spritzee",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/682.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 683,
|
|
|
|
|
"name": "Aromatisse",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/683.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 684,
|
|
|
|
|
"name": "Swirlix",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/684.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 685,
|
|
|
|
|
"name": "Slurpuff",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/685.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 686,
|
|
|
|
|
"name": "Inkay",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/686.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 687,
|
|
|
|
|
"name": "Malamar",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/687.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 688,
|
|
|
|
|
"name": "Binacle",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/688.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 689,
|
|
|
|
|
"name": "Barbaracle",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/689.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 690,
|
|
|
|
|
"name": "Skrelp",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/690.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 691,
|
|
|
|
|
"name": "Dragalge",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/691.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 692,
|
|
|
|
|
"name": "Clauncher",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/692.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 693,
|
|
|
|
|
"name": "Clawitzer",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/693.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 694,
|
|
|
|
|
"name": "Helioptile",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/694.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 695,
|
|
|
|
|
"name": "Heliolisk",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/695.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 696,
|
|
|
|
|
"name": "Tyrunt",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/696.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 697,
|
|
|
|
|
"name": "Tyrantrum",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/697.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 698,
|
|
|
|
|
"name": "Amaura",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/698.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 699,
|
|
|
|
|
"name": "Aurorus",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/699.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 700,
|
|
|
|
|
"name": "Sylveon",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/700.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 701,
|
|
|
|
|
"name": "Hawlucha",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/701.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 702,
|
|
|
|
|
"name": "Dedenne",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/702.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 703,
|
|
|
|
|
"name": "Carbink",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/703.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 704,
|
|
|
|
|
"name": "Goomy",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/704.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 705,
|
|
|
|
|
"name": "Sliggoo",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/705.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 706,
|
|
|
|
|
"name": "Goodra",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/706.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 707,
|
|
|
|
|
"name": "Klefki",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/707.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 708,
|
|
|
|
|
"name": "Phantump",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/708.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 709,
|
|
|
|
|
"name": "Trevenant",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/709.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 710,
|
|
|
|
|
"name": "Pumpkaboo Average",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/710.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 711,
|
|
|
|
|
"name": "Gourgeist Average",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/711.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 712,
|
|
|
|
|
"name": "Bergmite",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/712.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 713,
|
|
|
|
|
"name": "Avalugg",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/713.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 714,
|
|
|
|
|
"name": "Noibat",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/714.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 715,
|
|
|
|
|
"name": "Noivern",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/715.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 716,
|
|
|
|
|
"name": "Xerneas",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/716.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 717,
|
|
|
|
|
"name": "Yveltal",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/717.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 718,
|
|
|
|
|
"name": "Zygarde 50",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/718.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 719,
|
|
|
|
|
"name": "Diancie",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/719.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 720,
|
|
|
|
|
"name": "Hoopa",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/720.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 721,
|
|
|
|
|
"name": "Volcanion",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/721.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 722,
|
|
|
|
|
"name": "Rowlet",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/722.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 723,
|
|
|
|
|
"name": "Dartrix",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/723.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 724,
|
|
|
|
|
"name": "Decidueye",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/724.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 725,
|
|
|
|
|
"name": "Litten",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/725.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 726,
|
|
|
|
|
"name": "Torracat",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/726.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 727,
|
|
|
|
|
"name": "Incineroar",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/727.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 728,
|
|
|
|
|
"name": "Popplio",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/728.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 729,
|
|
|
|
|
"name": "Brionne",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/729.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 730,
|
|
|
|
|
"name": "Primarina",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/730.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 731,
|
|
|
|
|
"name": "Pikipek",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/731.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 732,
|
|
|
|
|
"name": "Trumbeak",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/732.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 733,
|
|
|
|
|
"name": "Toucannon",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/733.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 734,
|
|
|
|
|
"name": "Yungoos",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/734.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 735,
|
|
|
|
|
"name": "Gumshoos",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/735.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 736,
|
|
|
|
|
"name": "Grubbin",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/736.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 737,
|
|
|
|
|
"name": "Charjabug",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/737.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 738,
|
|
|
|
|
"name": "Vikavolt",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/738.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 739,
|
|
|
|
|
"name": "Crabrawler",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/739.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 740,
|
|
|
|
|
"name": "Crabominable",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/740.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 741,
|
|
|
|
|
"name": "Oricorio Baile",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/741.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 742,
|
|
|
|
|
"name": "Cutiefly",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/742.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 743,
|
|
|
|
|
"name": "Ribombee",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/743.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 744,
|
|
|
|
|
"name": "Rockruff",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/744.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 745,
|
|
|
|
|
"name": "Lycanroc Midday",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/745.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 746,
|
|
|
|
|
"name": "Wishiwashi Solo",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/746.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 747,
|
|
|
|
|
"name": "Mareanie",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/747.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 748,
|
|
|
|
|
"name": "Toxapex",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/748.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 749,
|
|
|
|
|
"name": "Mudbray",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/749.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 750,
|
|
|
|
|
"name": "Mudsdale",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/750.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 751,
|
|
|
|
|
"name": "Dewpider",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/751.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 752,
|
|
|
|
|
"name": "Araquanid",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/752.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 753,
|
|
|
|
|
"name": "Fomantis",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/753.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 754,
|
|
|
|
|
"name": "Lurantis",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/754.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 755,
|
|
|
|
|
"name": "Morelull",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/755.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 756,
|
|
|
|
|
"name": "Shiinotic",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/756.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 757,
|
|
|
|
|
"name": "Salandit",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/757.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 758,
|
|
|
|
|
"name": "Salazzle",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/758.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 759,
|
|
|
|
|
"name": "Stufful",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/759.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 760,
|
|
|
|
|
"name": "Bewear",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/760.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 761,
|
|
|
|
|
"name": "Bounsweet",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/761.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 762,
|
|
|
|
|
"name": "Steenee",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/762.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 763,
|
|
|
|
|
"name": "Tsareena",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/763.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 764,
|
|
|
|
|
"name": "Comfey",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/764.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 765,
|
|
|
|
|
"name": "Oranguru",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/765.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 766,
|
|
|
|
|
"name": "Passimian",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/766.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 767,
|
|
|
|
|
"name": "Wimpod",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/767.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 768,
|
|
|
|
|
"name": "Golisopod",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/768.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 769,
|
|
|
|
|
"name": "Sandygast",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/769.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 770,
|
|
|
|
|
"name": "Palossand",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/770.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 771,
|
|
|
|
|
"name": "Pyukumuku",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/771.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 772,
|
|
|
|
|
"name": "Type Null",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/772.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 773,
|
|
|
|
|
"name": "Silvally",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/773.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 774,
|
|
|
|
|
"name": "Minior Red Meteor",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/774.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 775,
|
|
|
|
|
"name": "Komala",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/775.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 776,
|
|
|
|
|
"name": "Turtonator",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/776.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 777,
|
|
|
|
|
"name": "Togedemaru",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/777.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 778,
|
|
|
|
|
"name": "Mimikyu Disguised",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/778.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 779,
|
|
|
|
|
"name": "Bruxish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/779.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 780,
|
|
|
|
|
"name": "Drampa",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/780.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 781,
|
|
|
|
|
"name": "Dhelmise",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/781.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 782,
|
|
|
|
|
"name": "Jangmo O",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/782.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 783,
|
|
|
|
|
"name": "Hakamo O",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/783.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 784,
|
|
|
|
|
"name": "Kommo O",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/784.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 785,
|
|
|
|
|
"name": "Tapu Koko",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/785.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 786,
|
|
|
|
|
"name": "Tapu Lele",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/786.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 787,
|
|
|
|
|
"name": "Tapu Bulu",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/787.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 788,
|
|
|
|
|
"name": "Tapu Fini",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/788.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 789,
|
|
|
|
|
"name": "Cosmog",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/789.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 790,
|
|
|
|
|
"name": "Cosmoem",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/790.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 791,
|
|
|
|
|
"name": "Solgaleo",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/791.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 792,
|
|
|
|
|
"name": "Lunala",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/792.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 793,
|
|
|
|
|
"name": "Nihilego",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/793.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 794,
|
|
|
|
|
"name": "Buzzwole",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/794.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 795,
|
|
|
|
|
"name": "Pheromosa",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/795.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 796,
|
|
|
|
|
"name": "Xurkitree",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/796.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 797,
|
|
|
|
|
"name": "Celesteela",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/797.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 798,
|
|
|
|
|
"name": "Kartana",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/798.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 799,
|
|
|
|
|
"name": "Guzzlord",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/799.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 800,
|
|
|
|
|
"name": "Necrozma",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/800.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 801,
|
|
|
|
|
"name": "Magearna",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/801.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 802,
|
|
|
|
|
"name": "Marshadow",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/802.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 803,
|
|
|
|
|
"name": "Poipole",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/803.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 804,
|
|
|
|
|
"name": "Naganadel",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/804.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 805,
|
|
|
|
|
"name": "Stakataka",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/805.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 806,
|
|
|
|
|
"name": "Blacephalon",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/806.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 807,
|
|
|
|
|
"name": "Zeraora",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/807.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 808,
|
|
|
|
|
"name": "Meltan",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/808.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 809,
|
|
|
|
|
"name": "Melmetal",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/809.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 810,
|
|
|
|
|
"name": "Grookey",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/810.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 811,
|
|
|
|
|
"name": "Thwackey",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/811.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 812,
|
|
|
|
|
"name": "Rillaboom",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/812.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 813,
|
|
|
|
|
"name": "Scorbunny",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/813.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 814,
|
|
|
|
|
"name": "Raboot",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/814.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 815,
|
|
|
|
|
"name": "Cinderace",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/815.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 816,
|
|
|
|
|
"name": "Sobble",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/816.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 817,
|
|
|
|
|
"name": "Drizzile",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/817.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 818,
|
|
|
|
|
"name": "Inteleon",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/818.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 819,
|
|
|
|
|
"name": "Skwovet",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/819.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 820,
|
|
|
|
|
"name": "Greedent",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/820.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 821,
|
|
|
|
|
"name": "Rookidee",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/821.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 822,
|
|
|
|
|
"name": "Corvisquire",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/822.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 823,
|
|
|
|
|
"name": "Corviknight",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/823.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 824,
|
|
|
|
|
"name": "Blipbug",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/824.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 825,
|
|
|
|
|
"name": "Dottler",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/825.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 826,
|
|
|
|
|
"name": "Orbeetle",
|
|
|
|
|
"types": [
|
|
|
|
|
"bug",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/826.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 827,
|
|
|
|
|
"name": "Nickit",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/827.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 828,
|
|
|
|
|
"name": "Thievul",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/828.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 829,
|
|
|
|
|
"name": "Gossifleur",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/829.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 830,
|
|
|
|
|
"name": "Eldegoss",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/830.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 831,
|
|
|
|
|
"name": "Wooloo",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/831.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 832,
|
|
|
|
|
"name": "Dubwool",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/832.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 833,
|
|
|
|
|
"name": "Chewtle",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/833.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 834,
|
|
|
|
|
"name": "Drednaw",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/834.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 835,
|
|
|
|
|
"name": "Yamper",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/835.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 836,
|
|
|
|
|
"name": "Boltund",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/836.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 837,
|
|
|
|
|
"name": "Rolycoly",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/837.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 838,
|
|
|
|
|
"name": "Carkol",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/838.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 839,
|
|
|
|
|
"name": "Coalossal",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"fire"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/839.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 840,
|
|
|
|
|
"name": "Applin",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/840.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 841,
|
|
|
|
|
"name": "Flapple",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/841.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 842,
|
|
|
|
|
"name": "Appletun",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/842.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 843,
|
|
|
|
|
"name": "Silicobra",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/843.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 844,
|
|
|
|
|
"name": "Sandaconda",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/844.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 845,
|
|
|
|
|
"name": "Cramorant",
|
|
|
|
|
"types": [
|
|
|
|
|
"flying",
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/845.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 846,
|
|
|
|
|
"name": "Arrokuda",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/846.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 847,
|
|
|
|
|
"name": "Barraskewda",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/847.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 848,
|
|
|
|
|
"name": "Toxel",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/848.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 849,
|
|
|
|
|
"name": "Toxtricity Amped",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/849.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 850,
|
|
|
|
|
"name": "Sizzlipede",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/850.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 851,
|
|
|
|
|
"name": "Centiskorch",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/851.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 852,
|
|
|
|
|
"name": "Clobbopus",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/852.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 853,
|
|
|
|
|
"name": "Grapploct",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/853.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 854,
|
|
|
|
|
"name": "Sinistea",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/854.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 855,
|
|
|
|
|
"name": "Polteageist",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/855.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 856,
|
|
|
|
|
"name": "Hatenna",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/856.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 857,
|
|
|
|
|
"name": "Hattrem",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/857.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 858,
|
|
|
|
|
"name": "Hatterene",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/858.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 859,
|
|
|
|
|
"name": "Impidimp",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/859.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 860,
|
|
|
|
|
"name": "Morgrem",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/860.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 861,
|
|
|
|
|
"name": "Grimmsnarl",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/861.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 862,
|
|
|
|
|
"name": "Obstagoon",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/862.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 863,
|
|
|
|
|
"name": "Perrserker",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/863.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 864,
|
|
|
|
|
"name": "Cursola",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/864.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 865,
|
|
|
|
|
"name": "Sirfetchd",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/865.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 866,
|
|
|
|
|
"name": "Mr Rime",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/866.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 867,
|
|
|
|
|
"name": "Runerigus",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/867.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 868,
|
|
|
|
|
"name": "Milcery",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/868.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 869,
|
|
|
|
|
"name": "Alcremie",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/869.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 870,
|
|
|
|
|
"name": "Falinks",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/870.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 871,
|
|
|
|
|
"name": "Pincurchin",
|
|
|
|
|
"types": [
|
2026-02-05 15:08:54 +01:00
|
|
|
"electric"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/871.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 872,
|
|
|
|
|
"name": "Snom",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/872.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 873,
|
|
|
|
|
"name": "Frosmoth",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"bug"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/873.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 874,
|
|
|
|
|
"name": "Stonjourner",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/874.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 875,
|
|
|
|
|
"name": "Eiscue Ice",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/875.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 876,
|
|
|
|
|
"name": "Indeedee Male",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/876.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 877,
|
|
|
|
|
"name": "Morpeko Full Belly",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/877.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 878,
|
|
|
|
|
"name": "Cufant",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/878.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 879,
|
|
|
|
|
"name": "Copperajah",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/879.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 880,
|
|
|
|
|
"name": "Dracozolt",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/880.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 881,
|
|
|
|
|
"name": "Arctozolt",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/881.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 882,
|
|
|
|
|
"name": "Dracovish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/882.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 883,
|
|
|
|
|
"name": "Arctovish",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/883.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 884,
|
|
|
|
|
"name": "Duraludon",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/884.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 885,
|
|
|
|
|
"name": "Dreepy",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/885.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 886,
|
|
|
|
|
"name": "Drakloak",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/886.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 887,
|
|
|
|
|
"name": "Dragapult",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/887.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 888,
|
|
|
|
|
"name": "Zacian",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/888.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 889,
|
|
|
|
|
"name": "Zamazenta",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/889.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 890,
|
|
|
|
|
"name": "Eternatus",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/890.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 891,
|
|
|
|
|
"name": "Kubfu",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/891.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 892,
|
|
|
|
|
"name": "Urshifu Single Strike",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fighting",
|
|
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/892.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 893,
|
|
|
|
|
"name": "Zarude",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/893.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 894,
|
|
|
|
|
"name": "Regieleki",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/894.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 895,
|
|
|
|
|
"name": "Regidrago",
|
|
|
|
|
"types": [
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/895.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 896,
|
|
|
|
|
"name": "Glastrier",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/896.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 897,
|
|
|
|
|
"name": "Spectrier",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/897.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 898,
|
|
|
|
|
"name": "Calyrex",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"psychic",
|
2026-02-05 15:08:54 +01:00
|
|
|
"grass"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/898.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 899,
|
|
|
|
|
"name": "Wyrdeer",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/899.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 900,
|
|
|
|
|
"name": "Kleavor",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"bug",
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/900.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 901,
|
|
|
|
|
"name": "Ursaluna",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ground",
|
|
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/901.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 902,
|
|
|
|
|
"name": "Basculegion Male",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"water",
|
2026-02-06 11:19:05 +01:00
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/902.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 903,
|
|
|
|
|
"name": "Sneasler",
|
|
|
|
|
"types": [
|
|
|
|
|
"fighting",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/903.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 904,
|
|
|
|
|
"name": "Overqwil",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"dark",
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/904.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 905,
|
|
|
|
|
"name": "Enamorus Incarnate",
|
|
|
|
|
"types": [
|
|
|
|
|
"fairy",
|
2026-02-05 15:08:54 +01:00
|
|
|
"flying"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/905.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 906,
|
|
|
|
|
"name": "Sprigatito",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/906.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 907,
|
|
|
|
|
"name": "Floragato",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/907.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 908,
|
|
|
|
|
"name": "Meowscarada",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/908.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 909,
|
|
|
|
|
"name": "Fuecoco",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/909.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 910,
|
|
|
|
|
"name": "Crocalor",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/910.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 911,
|
|
|
|
|
"name": "Skeledirge",
|
|
|
|
|
"types": [
|
|
|
|
|
"fire",
|
|
|
|
|
"ghost"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/911.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 912,
|
|
|
|
|
"name": "Quaxly",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/912.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 913,
|
|
|
|
|
"name": "Quaxwell",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/913.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 914,
|
|
|
|
|
"name": "Quaquaval",
|
|
|
|
|
"types": [
|
|
|
|
|
"water",
|
|
|
|
|
"fighting"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/914.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 915,
|
|
|
|
|
"name": "Lechonk",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/915.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 916,
|
|
|
|
|
"name": "Oinkologne Male",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/916.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 917,
|
|
|
|
|
"name": "Tarountula",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/917.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 918,
|
|
|
|
|
"name": "Spidops",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/918.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 919,
|
|
|
|
|
"name": "Nymble",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/919.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 920,
|
|
|
|
|
"name": "Lokix",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"bug",
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/920.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 921,
|
|
|
|
|
"name": "Pawmi",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/921.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 922,
|
|
|
|
|
"name": "Pawmo",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/922.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 923,
|
|
|
|
|
"name": "Pawmot",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/923.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 924,
|
|
|
|
|
"name": "Tandemaus",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/924.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 925,
|
|
|
|
|
"name": "Maushold Family Of Four",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/925.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 926,
|
|
|
|
|
"name": "Fidough",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/926.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 927,
|
|
|
|
|
"name": "Dachsbun",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/927.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 928,
|
|
|
|
|
"name": "Smoliv",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/928.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 929,
|
|
|
|
|
"name": "Dolliv",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/929.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 930,
|
|
|
|
|
"name": "Arboliva",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/930.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 931,
|
|
|
|
|
"name": "Squawkabilly Green Plumage",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal",
|
2026-02-05 15:08:54 +01:00
|
|
|
"flying"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/931.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 932,
|
|
|
|
|
"name": "Nacli",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/932.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 933,
|
|
|
|
|
"name": "Naclstack",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/933.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 934,
|
|
|
|
|
"name": "Garganacl",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/934.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 935,
|
|
|
|
|
"name": "Charcadet",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/935.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
2026-02-06 11:19:05 +01:00
|
|
|
{
|
|
|
|
|
"national_dex": 936,
|
|
|
|
|
"name": "Armarouge",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/936.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 937,
|
|
|
|
|
"name": "Ceruledge",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/937.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 938,
|
|
|
|
|
"name": "Tadbulb",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/938.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 939,
|
|
|
|
|
"name": "Bellibolt",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/939.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 940,
|
|
|
|
|
"name": "Wattrel",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"flying"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/940.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 941,
|
|
|
|
|
"name": "Kilowattrel",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"flying"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/941.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 942,
|
|
|
|
|
"name": "Maschiff",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/942.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 943,
|
|
|
|
|
"name": "Mabosstiff",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/943.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 944,
|
|
|
|
|
"name": "Shroodle",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
2026-02-05 15:08:54 +01:00
|
|
|
"normal"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/944.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 945,
|
|
|
|
|
"name": "Grafaiai",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
2026-02-05 15:08:54 +01:00
|
|
|
"normal"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/945.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 946,
|
|
|
|
|
"name": "Bramblin",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/946.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 947,
|
|
|
|
|
"name": "Brambleghast",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/947.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 948,
|
|
|
|
|
"name": "Toedscool",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ground",
|
|
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/948.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 949,
|
|
|
|
|
"name": "Toedscruel",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ground",
|
2026-02-05 15:08:54 +01:00
|
|
|
"grass"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/949.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 950,
|
|
|
|
|
"name": "Klawf",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/950.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 951,
|
|
|
|
|
"name": "Capsakid",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"grass"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/951.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 952,
|
|
|
|
|
"name": "Scovillain",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"grass",
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/952.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 953,
|
|
|
|
|
"name": "Rellor",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/953.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 954,
|
|
|
|
|
"name": "Rabsca",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/954.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 955,
|
|
|
|
|
"name": "Flittle",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/955.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 956,
|
|
|
|
|
"name": "Espathra",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/956.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 957,
|
|
|
|
|
"name": "Tinkatink",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy",
|
|
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/957.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 958,
|
|
|
|
|
"name": "Tinkatuff",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy",
|
|
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/958.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 959,
|
|
|
|
|
"name": "Tinkaton",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy",
|
|
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/959.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 960,
|
|
|
|
|
"name": "Wiglett",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/960.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 961,
|
|
|
|
|
"name": "Wugtrio",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/961.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 962,
|
|
|
|
|
"name": "Bombirdier",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"flying",
|
|
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/962.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 963,
|
|
|
|
|
"name": "Finizen",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/963.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 964,
|
|
|
|
|
"name": "Palafin Zero",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/964.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 965,
|
|
|
|
|
"name": "Varoom",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"steel",
|
|
|
|
|
"poison"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/965.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 966,
|
|
|
|
|
"name": "Revavroom",
|
|
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"poison"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/966.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 967,
|
|
|
|
|
"name": "Cyclizar",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"normal"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/967.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 968,
|
|
|
|
|
"name": "Orthworm",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/968.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 969,
|
|
|
|
|
"name": "Glimmet",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"poison"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/969.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 970,
|
|
|
|
|
"name": "Glimmora",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
|
|
|
|
"poison"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/970.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 971,
|
|
|
|
|
"name": "Greavard",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/971.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 972,
|
|
|
|
|
"name": "Houndstone",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/972.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 973,
|
|
|
|
|
"name": "Flamigo",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"flying",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/973.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 974,
|
|
|
|
|
"name": "Cetoddle",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/974.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 975,
|
|
|
|
|
"name": "Cetitan",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/975.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 976,
|
|
|
|
|
"name": "Veluza",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/976.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 977,
|
|
|
|
|
"name": "Dondozo",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/977.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 978,
|
|
|
|
|
"name": "Tatsugiri Curly",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/978.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 979,
|
|
|
|
|
"name": "Annihilape",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fighting",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/979.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 980,
|
|
|
|
|
"name": "Clodsire",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
|
|
|
|
"ground"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/980.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 981,
|
|
|
|
|
"name": "Farigiraf",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/981.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 982,
|
|
|
|
|
"name": "Dudunsparce Two Segment",
|
|
|
|
|
"types": [
|
|
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/982.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 983,
|
|
|
|
|
"name": "Kingambit",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/983.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 984,
|
|
|
|
|
"name": "Great Tusk",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ground",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/984.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 985,
|
|
|
|
|
"name": "Scream Tail",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/985.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 986,
|
|
|
|
|
"name": "Brute Bonnet",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/986.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 987,
|
|
|
|
|
"name": "Flutter Mane",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ghost",
|
|
|
|
|
"fairy"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/987.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 988,
|
|
|
|
|
"name": "Slither Wing",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"bug",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/988.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 989,
|
|
|
|
|
"name": "Sandy Shocks",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"ground"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/989.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 990,
|
|
|
|
|
"name": "Iron Treads",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ground",
|
|
|
|
|
"steel"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/990.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 991,
|
|
|
|
|
"name": "Iron Bundle",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ice",
|
|
|
|
|
"water"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/991.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 992,
|
|
|
|
|
"name": "Iron Hands",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fighting",
|
|
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/992.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 993,
|
|
|
|
|
"name": "Iron Jugulis",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
2026-02-05 15:08:54 +01:00
|
|
|
"flying"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/993.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 994,
|
|
|
|
|
"name": "Iron Moth",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire",
|
2026-02-05 15:08:54 +01:00
|
|
|
"poison"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/994.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 995,
|
|
|
|
|
"name": "Iron Thorns",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"rock",
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/995.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 996,
|
|
|
|
|
"name": "Frigibax",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
|
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/996.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 997,
|
|
|
|
|
"name": "Arctibax",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
|
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/997.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 998,
|
|
|
|
|
"name": "Baxcalibur",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
|
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/998.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 999,
|
|
|
|
|
"name": "Gimmighoul",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/999.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1000,
|
|
|
|
|
"name": "Gholdengo",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"steel",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1000.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1001,
|
|
|
|
|
"name": "Wo Chien",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1001.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1002,
|
|
|
|
|
"name": "Chien Pao",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"ice"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1002.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1003,
|
|
|
|
|
"name": "Ting Lu",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"ground"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1003.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1004,
|
|
|
|
|
"name": "Chi Yu",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dark",
|
|
|
|
|
"fire"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1004.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1005,
|
|
|
|
|
"name": "Roaring Moon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon",
|
|
|
|
|
"dark"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1005.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1006,
|
|
|
|
|
"name": "Iron Valiant",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fairy",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1006.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1007,
|
|
|
|
|
"name": "Koraidon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fighting",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1007.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1008,
|
|
|
|
|
"name": "Miraidon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1008.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1009,
|
|
|
|
|
"name": "Walking Wake",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"water",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1009.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1010,
|
|
|
|
|
"name": "Iron Leaves",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1010.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1011,
|
|
|
|
|
"name": "Dipplin",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1011.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1012,
|
|
|
|
|
"name": "Poltchageist",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1012.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1013,
|
|
|
|
|
"name": "Sinistcha",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1013.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1014,
|
|
|
|
|
"name": "Okidogi",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
|
|
|
|
"fighting"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1014.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1015,
|
|
|
|
|
"name": "Munkidori",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
|
|
|
|
"psychic"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1015.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1016,
|
|
|
|
|
"name": "Fezandipiti",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
|
|
|
|
"fairy"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1016.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1017,
|
|
|
|
|
"name": "Ogerpon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"grass"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1017.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1018,
|
|
|
|
|
"name": "Archaludon",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"steel",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1018.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1019,
|
|
|
|
|
"name": "Hydrapple",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"grass",
|
2026-02-06 11:19:05 +01:00
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1019.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1020,
|
|
|
|
|
"name": "Gouging Fire",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"fire",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1020.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1021,
|
|
|
|
|
"name": "Raging Bolt",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"electric",
|
|
|
|
|
"dragon"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1021.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1022,
|
|
|
|
|
"name": "Iron Boulder",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"rock",
|
2026-02-05 15:08:54 +01:00
|
|
|
"psychic"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1022.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1023,
|
|
|
|
|
"name": "Iron Crown",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
|
|
|
|
"steel",
|
|
|
|
|
"psychic"
|
|
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1023.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1024,
|
|
|
|
|
"name": "Terapagos",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"normal"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1024.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-06 11:19:05 +01:00
|
|
|
"national_dex": 1025,
|
|
|
|
|
"name": "Pecharunt",
|
2026-02-05 15:08:54 +01:00
|
|
|
"types": [
|
2026-02-06 11:19:05 +01:00
|
|
|
"poison",
|
|
|
|
|
"ghost"
|
2026-02-05 15:08:54 +01:00
|
|
|
],
|
2026-02-06 11:19:05 +01:00
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1025.png"
|
2026-02-07 14:32:13 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10016,
|
|
|
|
|
"name": "Basculin (Blue Striped)",
|
|
|
|
|
"types": [
|
|
|
|
|
"water"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10016.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10091,
|
|
|
|
|
"name": "Rattata (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10091.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10092,
|
|
|
|
|
"name": "Raticate (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark",
|
|
|
|
|
"normal"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10092.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10101,
|
|
|
|
|
"name": "Sandshrew (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10101.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10103,
|
|
|
|
|
"name": "Vulpix (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"ice"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10103.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10105,
|
|
|
|
|
"name": "Diglett (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10105.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10106,
|
|
|
|
|
"name": "Dugtrio (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"ground",
|
|
|
|
|
"steel"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10106.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10107,
|
|
|
|
|
"name": "Meowth (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10107.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10109,
|
|
|
|
|
"name": "Geodude (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10109.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10110,
|
|
|
|
|
"name": "Graveler (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock",
|
|
|
|
|
"electric"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10110.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10112,
|
|
|
|
|
"name": "Grimer (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"poison",
|
|
|
|
|
"dark"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10112.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10114,
|
|
|
|
|
"name": "Exeggutor (Alola)",
|
|
|
|
|
"types": [
|
|
|
|
|
"grass",
|
|
|
|
|
"dragon"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10114.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10123,
|
|
|
|
|
"name": "Oricorio (Pom Pom)",
|
|
|
|
|
"types": [
|
|
|
|
|
"electric",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10123.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10124,
|
|
|
|
|
"name": "Oricorio (Pau)",
|
|
|
|
|
"types": [
|
|
|
|
|
"psychic",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10124.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10125,
|
|
|
|
|
"name": "Oricorio (Sensu)",
|
|
|
|
|
"types": [
|
|
|
|
|
"ghost",
|
|
|
|
|
"flying"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10125.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"national_dex": 10126,
|
|
|
|
|
"name": "Lycanroc (Midnight)",
|
|
|
|
|
"types": [
|
|
|
|
|
"rock"
|
|
|
|
|
],
|
|
|
|
|
"sprite_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/10126.png"
|
2026-02-05 15:08:54 +01:00
|
|
|
}
|
|
|
|
|
]
|