PokeAPI / pokeapi

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

Return pokemon with it species / categories #638

Closed Hinaka closed 3 years ago

Hinaka commented 3 years ago

Hi all.

Please excuse me if this has already been asked before. I tried looking for it but to no avail.

Is there any where to get the pokemon's species / categories? For example, Bulbasaur and Ivysaur are a Seed Pokemon. Currently the species returned from the api provided the same name of that pokemon: Bulbasaur is bulbasaur, Ivysaur is ivysaur.

C-Garza commented 3 years ago

Are you looking for the genera property in the species endpoint? https://pokeapi.co/api/v2/pokemon-species/bulbasaur

Hinaka commented 3 years ago

Wow thank you, it seem like I totally miss this field when looking at the document.