We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Our API needs to support the ability to get a Pokemon by ID.
{ "id": 482, "name_english": "Azelf", "name_japanese": "アグノム", "name_chinese": "亚克诺姆", "name_french": "Créfadet", "hp": 75, "attack": 70, "defense": 125, "special_attack": 125, "special_defense": 70, "speed": 115, "types": [ { "type": "Psychic" } ] }
{ error: "Not found" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What you need to do
Our API needs to support the ability to get a Pokemon by ID.
Expected behavior
The text was updated successfully, but these errors were encountered: