Skip to content

This repo contains the missing sprites/assests of pokemons of Pokeapi.

Notifications You must be signed in to change notification settings

animsh/PokemonSprites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Sprites

The highest quality Pokemon images.

This repository will be available as a public host for the highest quality Pokemon Images.

Sugimori Artwork to begin with.

Built to serve the for it's missing pokemon sprites/images.

Main source is Bulbapedia for Images.

Getting Started:

For Fetching Images: Generate URLs like this :
https://raw.githubusercontent.com/animsh/PokemonSprites/main/imagesHQ/10203.png https://raw.githubusercontent.com/animsh/PokemonSprites/main/imagesHQ/10210.png

Programmatically fetch base forms:

int pokemonId = 10203;
String pokemonImageUrl = "https://raw.githubusercontent.com/animsh/PokemonSprites/main/imagesHQ/' + pokemonId + '.png';

Note: for now this repo just contains the assests/sprites of pokemons which are missing in Pokeapi. Assests of other pokemons will be added in future (You can use them from pokeapi directly).

Copyright Notice

Please note everything in this repository is copyrighted by the Pokémon Company and its affiliates. This repository is merely a compilation of data collected by the editors of Bulbapedia.

About

This repo contains the missing sprites/assests of pokemons of Pokeapi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published