PokeAPI / pokeapi

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

Generation IX Pokémon do not Have Shape Data #1120

Closed KyroChi closed 12 hours ago

KyroChi commented 4 weeks ago

As far as I can tell, the generation ix Pokémon do not have shape data.

See, for example: https://pokeapi.co/api/v2/pokemon-species/906 https://pokeapi.co/api/v2/pokemon-species/907 https://pokeapi.co/api/v2/pokemon-species/908

Naramsim commented 3 weeks ago

Hello! Would you like to contribute and fill the data in? 💕

KyroChi commented 3 weeks ago

Sure! But I don't have much time to familiarize myself with your codebase. If you give me a high-level of what would need to be done I can debug and try to figure it out from there. 🙂

Naramsim commented 3 weeks ago

Basically you should edit the lines for the pokemon species you are referring to and add the shape_id information. Shape_id can be found in the pokemon shape file most probably, but I haven't checked