Hey there!
I would like to be able to access details about a Pokémon based on its name in a specific language. It seems the info exists as you return it in the response of https://pokeapi.co/api/v2/pokemon-species/{id or name}/. My use case is to get stats about a Pokémon by their name in a given language, so exactly what is returned by https://pokeapi.co/api/v2/ability/{id or name}/.
Could it be possible to add a parameter to this endpoint to be able to pass the language that corresponds to the name of the Pokémon that is supplied ? Happy to help if I can
Hey there!
I would like to be able to access details about a Pokémon based on its name in a specific language. It seems the info exists as you return it in the response of
https://pokeapi.co/api/v2/pokemon-species/{id or name}/. My use case is to get stats about a Pokémon by their name in a given language, so exactly what is returned byhttps://pokeapi.co/api/v2/ability/{id or name}/.Could it be possible to add a parameter to this endpoint to be able to pass the language that corresponds to the name of the Pokémon that is supplied ? Happy to help if I can