Replies: 1 comment 2 replies
-
No sorry, not really the API wasn't thought to support older values. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example Clefairy used to be Normal type. Nowadays it's Fairy type and that's what I get from PokeAPI. Is there a way to get types (and other data, perhaps stats have changed too) for each pokemon as they used be in specific game versions?
EDIT:
Oh... I just found about the past_types :D The readme in this repo specifically has Clefairy as an example. So if that property exists in response and my generation is older or the same, I can use that value instead. A bit complicated but doable.
Then I wonder if there is any endpoint to query game version / generation specific pokemon data directly?
Beta Was this translation helpful? Give feedback.
All reactions