PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

Form flavor text #83

Open loregr opened 2 years ago

loregr commented 2 years ago

Does anyone know how to fetch the descriptions for the different Pokemon forms? (e.g. Lycanroc dusk form: "This form of Lycanroc is normally calm and quiet. Once a battle begins, however, this Pokémon displays a ferocious fighting spirit.")

I'm able to get only the description for the base species.

Thanks