PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.18k stars 938 forks source link

Pull Pokemon Ken Sugimori from Bulbapedia #268

Closed ugreg closed 8 years ago

ugreg commented 8 years ago

Starting point could be at the Wiki API sandbox https://en.wikipedia.org/wiki/Special:ApiSandbox.

Currently in the process of figuring out if this is even possible Stackoverflow question. If not what it be possible to make start a task in uploading all of the pokemon Ken Sugimori to this repo? I'd love to help with it, if it's something you all feel is valuable and can be added to the API.

craig-clayton commented 8 years ago

These images are available in the sprites repo: https://github.com/PokeAPI/sprites

ugreg commented 8 years ago

Oh, up to gen VI is there awesome. Is there a rest call that provides this artwork?

craig-clayton commented 8 years ago

Up to no.720 is there. These assets are provided there as an alternative to making API requests as such requests put unnecessary stress on the service.

ugreg commented 8 years ago

https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other-sprites/official-artwork/{DEX_NUMBER}.png is all that's needed then.

Sweet, looking forward to playing around with the API and possibly adding my own contributions as I discover more.