Awesome
PokéAPI Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://veekun.com/dex/media/pokemon/global-link/235.png' height=50px/></a>
To save load on PokéAPI, we host all the sprite images here.
If you want to use all the sprites in your application, you can just download the entire contents directly.
Install
Git
git clone https://github.com/PokeAPI/sprites.git
Npm
npm install --save github:PokeAPI/sprites
Bower
bower install --save PokeAPI/sprites
Sprites
The sprites are divided in the different subfolders you can see below.
sprites
\- pokemon
\- other
\- dream world (SVGs)
\- official artwork (PNGs)
\- showdown (GIFs)
\- home (PNGs)
\- versions
\- generation i
\- red and blue (PNGs with back, gray, transparent, back-gray variants)
\- yellow (PNGs with back, gbc, gray, transparent, back-gbc, back-gray, back-transparent variants)
\- generation ii
\- crystal (PNGs with back, shiny, back-shiny, transparent, transparent-shiny, back-transparent, back-transparent-shiny variants)
\- gold (PNGs with back, shiny, transparent, back-shiny variants)
\- silver (PNGs with back, shiny, transparent, back-shiny variants)
\- generation iii
\- emerald (PNGs with shiny variants)
\- fire red and leaf green (PNGs with back, shiny, back-shiny variants)
\- ruby and sapphire (PNGs with back, shiny, back-shiny variants)
\- generation iv
\- diamond and pearl (PNGs with back, female, shiny, back-female, back-shiny, shiny-female variants)
\- heart gold and soul silver (PNGs with back, female, shiny, back-female, back-shiny, shiny-female variants)
\- platinum (PNGs with back, female, shiny, back-female, back-shiny, shiny-female variants)
\- generation v
\- black and white (PNGs with back, female, shiny, back-female, back-shiny, shiny-female, animated variants)
\- generation vi
\- omega ruby and alpha sapphire (PNGs with female, shiny, shiny-female variants)
\- x and y (PNGs with female, shiny, shiny-female variants)
\- generation vii
\- ultra sun and ultra moon (PNGs with female, shiny, shiny-female variants)
\- icons (PNGs)
\- generation viii
\- icons (PNGs with female variants)
\- default PokeAPI sprites (PNGs with back, female, shiny, back-female, back-shiny, shiny-female variants)
\- items
\- default PokeAPI items (PNGs)
All the following images are embedded at a maximum 100x100px size. All the smaller ones preserve their size while the bigger ones are embedded at 100x100px.
pokemon
other
dream-world
Front |
---|
SVG |
<img src="sprites/pokemon/other/dream-world/25.svg" width="100"/> |
home
Front | Front shiny |
---|
PNG<br>512x512 | PNG<br>512x512 |
<img src="sprites/pokemon/other/home/25.png" width="100"/> | <img src="sprites/pokemon/other/home/shiny/25.png" width="100"/> |
official-artwork
Front | Front shiny |
---|
PNG<br>475x475 | PNG<br>475x475 |
<img src="sprites/pokemon/other/official-artwork/25.png" width="100"/> | <img src="sprites/pokemon/other/official-artwork/shiny/25.png" width="100"/> |
This folder contains the custom shiny sprites of the official artwork. We thank @DevMike123 and Pokétwo who are the spriters that created these custom shiny sprites.
showdown
Front |
---|
GIF<br>varies |
<img src="sprites/pokemon/other/showdown/25.gif" width="100"/> |
This folder contains sprites designed by the Smogon community
versions
generation i
red-blue
Front | Back | Front gray | Front transparent | Back gray |
---|
PNG<br>40x40, 48x48, 56x56 | PNG<br>32x32 | PNG<br>40x40, 48x48, 56x56 | PNG<br>96x96 | PNG<br>32x32 |
<img src="sprites/pokemon/versions/generation-i/red-blue/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-i/red-blue/back/25.png" width="32"/> | <img src="sprites/pokemon/versions/generation-i/red-blue/gray/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-i/red-blue/transparent/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-i/red-blue/back/gray/25.png" width="32"/> |
yellow
Front | Back | Front gbc | Front gray | Front transparent | Back gray | Back gbc | Back transparent |
---|
PNG<br>40x40, 48x48, 56x56 | PNG<br>32x32 | PNG<br>40x40, 48x48, 56x56 | PNG<br>40x40, 48x48, 56x56 | PNG<br>96x96 | PNG<br>32x32 | PNG<br>32x32 | PNG<br>96x96 |
<img src="sprites/pokemon/versions/generation-i/yellow/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-i/yellow/back/25.png" width="32"/> | <img src="sprites/pokemon/versions/generation-i/yellow/gbc/25.png" width="32"/> | <img src="sprites/pokemon/versions/generation-i/yellow/gray/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-i/yellow/transparent/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-i/yellow/back/gray/25.png" width="32"/> | <img src="sprites/pokemon/versions/generation-i/yellow/back/gbc/25.png" width="32"/> | <img src="sprites/pokemon/versions/generation-i/yellow/transparent/back/25.png" width="96"/> |
generation ii
crystal
Front | Back | Front shiny | Back shiny | Front transparent | Back transparent | Front shiny transparent | Back shiny transparent |
---|
PNG<br>40x40, 48x48, 56x56 | PNG<br>40x40 | PNG<br>40x40, 48x48, 56x56 | PNG<br>40x40 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 |
<img src="sprites/pokemon/versions/generation-ii/crystal/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/back/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/shiny/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/back/shiny/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/transparent/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/transparent/back/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/transparent/shiny/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-ii/crystal/transparent/back/shiny/25.png" width="96"/> |
gold
Front | Back | Front shiny | Front transparent | Back shiny |
---|
PNG<br>40x40, 48x48, 56x56 | PNG<br>40x40 | PNG<br>40x40, 48x48, 56x56 | PNG<br>107x107, 80x80 | PNG<br>40x40 |
<img src="sprites/pokemon/versions/generation-ii/gold/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/gold/back/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/gold/shiny/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/gold/transparent/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-ii/gold/back/shiny/25.png" width="40"/> |
silver
Front | Back | Front shiny | Front transparent | Back shiny |
---|
PNG<br>40x40, 48x48, 56x56 | PNG<br>40x40 | PNG<br>40x40, 48x48, 56x56 | PNG<br>107x107, 80x80 | PNG<br>40x40 |
<img src="sprites/pokemon/versions/generation-ii/silver/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/silver/back/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/silver/shiny/25.png" width="40"/> | <img src="sprites/pokemon/versions/generation-ii/silver/transparent/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-ii/silver/back/shiny/25.png" width="40"/> |
generation iii
emerald
Front | Front shiny |
---|
PNG<br>64x64 | PNG<br>64x64 |
<img src="sprites/pokemon/versions/generation-iii/emerald/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/emerald/shiny/25.png" width="64"/> |
fire red and leaf green
Front | Back | Front shiny | Back shiny |
---|
PNG<br>64x64 | PNG<br>64x64 | PNG<br>64x64 | PNG<br>64x64 |
<img src="sprites/pokemon/versions/generation-iii/firered-leafgreen/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/firered-leafgreen/back/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/firered-leafgreen/shiny/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/firered-leafgreen/back/shiny/25.png" width="64"/> |
ruby and sapphire
Front | Back | Front shiny | Back shiny |
---|
PNG<br>64x64 | PNG<br>64x64 | PNG<br>64x64 | PNG<br>64x64 |
<img src="sprites/pokemon/versions/generation-iii/ruby-sapphire/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/ruby-sapphire/back/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/ruby-sapphire/shiny/25.png" width="64"/> | <img src="sprites/pokemon/versions/generation-iii/ruby-sapphire/back/shiny/25.png" width="64"/> |
generation iv
diamond and pearl
Front | Back | Front female | Front shiny | Back female | Back shiny | Shiny female |
---|
PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 |
<img src="sprites/pokemon/versions/generation-iv/diamond-pearl/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/back/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/back/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/back/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/diamond-pearl/shiny/female/25.png" width="80"/> |
heart gold and soul silver
Front | Back | Front female | Front shiny | Back female | Back shiny | Shiny female |
---|
PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 |
<img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/back/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/back/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/back/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/heartgold-soulsilver/shiny/female/25.png" width="80"/> |
platinum
Front | Back | Front female | Front shiny | Back female | Back shiny | Shiny female |
---|
PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 | PNG<br>80x80 |
<img src="sprites/pokemon/versions/generation-iv/platinum/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/back/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/back/female/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/back/shiny/25.png" width="80"/> | <img src="sprites/pokemon/versions/generation-iv/platinum/shiny/female/25.png" width="80"/> |
generation v
black and white
This folder contains the official B&W sprites on top of custom sprites designed by the Smogon community
-
The sprites with IDs greater than 650 are thus not official. You can find the source of these sprites at this Smogon thread and also at this Google Sheet. We thank leParagon, Blaquaza, TheAetherPlayer, G.E.Z., KingOfThe-X-Roads, Spook, Cynda, Involuntary Twitch, mjco, Z-nogyroP, PumpkinPastel, RadicalCharizard, HM100, N-Kin, Zerudez, MyMarshlands, Wobblebuns, princessofmusic, aXl, fishbowlsoul90, HealnDeal, Espeon Scientist, AMVictory, Mega-Pokebattlerz, Layell, GeoisEvil, Quanyails, RedRooster, Wyverii, Basic Vanillite, Larryturbo, TheCynicalPoet, Arkeis, paintseagull, Branflakes325, Siiilver, Noscium, Sleet, Zermonious, Bynine, Corson, Legitimate Username, TrainerSplash, Farriella, MrDollSteak, TeraVolt, Dleep, WPS, Brylark, KattenK, Travis, SpheX, SelenaArmorclaw and Hematite, who are the spriters that created these custom B&W sprites.
-
Special thanks to KingOfThe-X-Roads for providing the front_default sprites for generation 9.
Front | Back | Front female | Front shiny | Back female | Back shiny | Shiny female |
---|
PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 | PNG<br>96x96 |
<img src="sprites/pokemon/versions/generation-v/black-white/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/back/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/female/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/shiny/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/back/female/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/back/shiny/25.png" width="96"/> | <img src="sprites/pokemon/versions/generation-v/black-white/shiny/female/25.png" width="96"/> |
Animated
Front | Back | Front female | Front shiny | Back female | Back shiny | Shiny female |
---|
GIF<br>varies | GIF<br>varies | GIF<br>varies | GIF<br>varies | GIF<br>varies | GIF<br>varies | GIF<br>varies |
<img src="sprites/pokemon/versions/generation-v/black-white/animated/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/back/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/female/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/shiny/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/back/female/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/back/shiny/25.gif"/> | <img src="sprites/pokemon/versions/generation-v/black-white/animated/shiny/female/25.gif"/> |
generation vi
omega ruby and alpha sapphire
Front | Front female | Front shiny | Shiny female |
---|
PNG<br>120x120 | PNG<br>120x120 | PNG<br>120x120 | PNG<br>120x120 |
<img src="sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/female/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/shiny/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vi/omegaruby-alphasapphire/shiny/female/25.png" width="100"/> |
x and y
Front | Front female | Front shiny | Shiny female |
---|
PNG<br>varies | PNG<br>varies | PNG<br>varies | PNG<br>varies |
<img src="sprites/pokemon/versions/generation-vi/x-y/25.png"/> | <img src="sprites/pokemon/versions/generation-vi/x-y/female/25.png"/> | <img src="sprites/pokemon/versions/generation-vi/x-y/shiny/25.png"/> | <img src="sprites/pokemon/versions/generation-vi/x-y/shiny/female/25.png"/> |
generation vii
ultra sun and ultra moon
Front | Front female | Front shiny | Shiny female |
---|
PNG<br>128x128 | PNG<br>128x128 | PNG<br>128x128 | PNG<br>128x128 |
<img src="sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/female/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/shiny/25.png" width="100"/> | <img src="sprites/pokemon/versions/generation-vii/ultra-sun-ultra-moon/shiny/female/25.png" width="100"/> |
icons
Front |
---|
PNG<br>40x30 |
<img src="sprites/pokemon/versions/generation-vii/icons/25.png" width="40"/> |
generation viii
icons
Front | Front female |
---|
PNG<br>68x56 | PNG<br>68x56 |
<img src="sprites/pokemon/versions/generation-viii/icons/25.png" width="68"/> | <img src="sprites/pokemon/versions/generation-viii/icons/female/25.png" width="68"/> |
items
Front |
---|
PNG<br>30x30, 24x24 |
<img src="sprites/items/ability-capsule.png" width="30"/> |
Thanks
We would like to thank the Smogon community for allowing us to use and serve their custom B&W-style sprites for the Pokemon with IDs greater than 650. Check out their free and open-source Pokemon Battle Simulator at Pokémon Showdown