pokeapi
pokeapi copied to clipboard
The Pokémon API
We've gotten a few questions on Slack from users who can't find Z-moves in the API. We should add something about them to the docs. https://pokeapi.slack.com/archives/C11SVFFL4/p1552869251058000 > Sir Skaro [8:30...
Hi dear team of the PokéAPI! First of all, of course, thanks a thousand times for this invaluable resource! I am currently studying the entity model the PokéApi uses as...
For example when I request 'location-area/ilex-forest-area' obviously pineco should be there somewhere available from headbutt trees but isn't.
`basculegion-female` (form) is parented to `basculegion-male` (pokemon) instead of `basculegion-female` (pokemon). This results in `basculegion-female` (pokemon) having no forms, and `basculegion-male` having both male and female as a form. This...
Scale Shot's effect entry in English simply reads that it "Inflicts regular damage with no additional effect.", which is incomplete and incorrect. The attack deals regular damage two to five...
Issue: [Contest Type API returns berry information #746](https://github.com/PokeAPI/pokeapi/issues/746) I've removed 'berry_flavor' from ContestTypeDetailSerializer Result:
Not sure if this is intentionally blank because legends arceus is weird or known and hasn't been done yet. Pokemon 899-905 each have their own page under the pokemon and...
Thanks for this API, it is such a great resource! I have found when trying to pull contest types it returns berry information - this happens for both the numeric...
The names of the pokemons are different, taking into account the urls `https://pokeapi.co/api/v2/pokemon/{name}` and `https://pokeapi.co/api/v2/pokemon-species/{name}`, generating errors. For example, in the `https://pokeapi.co/api/v2/pokemon/892` request, the name of the pokemon is **urshifu-single-strike**,...
Question basically given in title, but why isnt the dex data in a submodule like cries and sprites? pokeapi/pokedex exists, probably cause its cloned from veekun/pokedex, but then this repo...