Kronopt
Kronopt
I second this. Youtube just crashes.
Yeah, I don't think we have that data for evolution chains... See if #455 is relevant to your question, though
> The point is, no one knows to search Aegislash-Blade instead of Aegislash. This is actually a pretty good point, one I've made in the past myself. There are many...
It includes the unown "pokemon", not "form": `{"name":"unown","url":"https://pokeapi.co/api/v2/pokemon/201/"}`. If you follow the url you can find the forms there: ``` "forms":[ { "name": "unown-a", "url": "https://pokeapi.co/api/v2/pokemon-form/201/" }, { "name": "unown-b",...
I don't think they should be added individually to the "pokemon" endpoint as they are just one pokemon (with a single pokedex entry) with multiple forms. Can you explain how...
I don't think I'm the best person to discuss this. @Naramsim?
I wonder why that's the case. Would unique unown `pokemon_id`s solve your issue, @SimplyBLGDev?
PokeAPI retrieves 404s when no resources are found. Why not verify the http status code before parsing the response?
The docs page has been bugged for some time now: Not all resource links (anchors) are working correctly within the page. @cmmartti was working on a new version of the...
see #75