-
-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨ Add pokemon cries #1030
Conversation
Add pokemon cries resource field to pokemon endpoint
@Naramsim take a look where you're free and let me know if any changes are needed 😄 |
Thanks @FallenDeity !! |
A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
Add pokemon cries resource field to pokemon endpoint
This is the first pr open for review regarding adding of pokemon cries resource to the api based on #982 and #242
It introduces the field
cries
to the/pokemon
endpointlatest
is the most recent cry of the pokemon and being used in current gen games (source: showdown)legacy
is the old pokemon cries that were used in roms uptogen5
(source: veekun)The cries are stored here here
Tests for the above addition can be found here