PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

[ Missing Pokémon ] Shaymin #492 #42

Closed 5antos closed 4 years ago

5antos commented 4 years ago

I use ppv2 in my Discord Bot. It is currently working perfectly fine, but I was trying to look at some information about Shaymin and it does not return any information about that pokémon. Instead, it returns an error saying that the pokémon was not found. I'm not sure if Shaymin is the only pokémon missing, but I'll report more missing pokémon if I find any!

5antos commented 4 years ago

Giratina seems to be missing aswell.

5antos commented 4 years ago

Nevermind, I found out that some pokémon actually exist, but you cannot find them just by their regular name. I found that shaymin sky form can be seen as searching for "shaymin-sky". That way makes more difficult to find those pokémon.

5antos commented 4 years ago

I'll be closing this issue since I found out how to get all the correct names for all the pokémon and their forms.