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
4# What you need to do Our API needs to support the ability to get a Pokemon by Name
{ "id": 151, "name_english": "Mew", "name_japanese": "ミュウ", "name_chinese": "梦幻", "name_french": "Mew", "hp": 100, "attack": 100, "defense": 100, "special_attack": 100, "special_defense": 100, "speed": 100, "types": [ { "type": "Psychic" } ] }
{ error: "Not found" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
4# What you need to do
Our API needs to support the ability to get a Pokemon by Name
Expected behavior
The text was updated successfully, but these errors were encountered: