PokeAPI / pokeapi

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

Regional forms specific evolution chains missing #655

Open simonorono opened 2 years ago

simonorono commented 2 years ago

Some regional forms are lacking specific regional evolution conditions, two examples: Alolan Vulpix and Sandshrew.

https://pokeapi.co/api/v2/evolution-chain/11/ https://pokeapi.co/api/v2/evolution-chain/15/

Both are in fact the evolution chain of their species, however, not only the evolution condition of the specific form is missing, there's also no way to specify that the evolution is specific for the regional form.

Naramsim commented 2 years ago

We miss that piece of data

simonorono commented 2 years ago

This JSON contains the evolution data of different forms. I could create a script for transforming this into the required format, however the current database structure is unable to hold this information.

pokemon.zip