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? 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
Our API needs to support the ability to Get Pokemon by Type
[ { id: 35, name: { english: "Clefairy", japanese: "ピッピ", chinese: "皮皮", french: "Mélofée" }, type: ["Fairy"], base: { HP: 70, Attack: 45, Defense: 48, "Sp. Attack": 60, "Sp. Defense": 65, Speed: 35 }, }, { id: 36, name: { english: "Clefable", japanese: "ピクシー", chinese: "皮可西", french: "Mélodelfe" }, type: ["Fairy"], ...
{ error: "Bad request" }
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 Pokemon by Type
Expected behavior
The text was updated successfully, but these errors were encountered: