Christian Garza
Christian Garza
The sprites folder in this project is a git submodule for the repo that holds the sprites located here: [Sprites Repo](https://github.com/PokeAPI/sprites)
I ran the same query as @simonorono and I didn't get `null` for the sprites, I got the paths but the paths before they are serialized: ``` "sprites": "{\"front_default\": \"/media/sprites/pokemon/1.png\",...
@Naramsim I can't really recall, but if I remember correctly I think I made a mistake because I was doing it on my local machine and it had those sprite...
Perhaps you want the galar form of weezing at this endpoint?: [https://pokeapi.co/api/v2/pokemon/weezing-galar](https://pokeapi.co/api/v2/pokemon/weezing-galar) It seems to have those abilities. Although if koffing has them then it's definitely missing them. It seems...
They were added to the pokemon_forms.csv in this [commit at Veekun](https://github.com/veekun/pokedex/commit/45f43231e32d17f8997a823e838d27ad191b3915#diff-1a83d06db25989069895dc345a0a141b1fbc9843b48dabdb52d5de50b8048e74) and then this repo was updated in [this commit](https://github.com/PokeAPI/pokeapi/commit/46134774fc4e2f061472b317cabda1bddc0ddb85#diff-1d10c8ae6d04e5f3f00c5eb3f886a7d7930c3f4d0e63456642dfa5a24fe78abf).
I cloned a fresh repo and did your steps and got that same error. But I think the `make setup` command has to be run to apply the migrations to...
It looks like we don't have a sprite for [`pichu-spiky-eared`](https://pokeapi.co/api/v2/pokemon-form/10065). The pokemon form sprites are a bit different than the `/pokemon` sprites route. They can either look like `10xxx` or...
The data here comes from Veekun upstream and there is an open issue for rips on [Veekun](https://github.com/veekun/pokedex/issues/141) for OR/AS encounters. So I suspect that data is probably just not here...
You are right, I noticed that move name changed when syncing the data. Apparently it was renamed `vise grip` in gen8. When we made our own fork of the gen8...
Aegislash does exist, but it has different forms so its endpoint isn't just Aegislash. You could query by id or a specific form name like this: [https://pokeapi.co/api/v2/pokemon/681](https://pokeapi.co/api/v2/pokemon/681) [https://pokeapi.co/api/v2/pokemon/aegislash-shield](https://pokeapi.co/api/v2/pokemon/aegislash-shield) [https://pokeapi.co/api/v2/pokemon/aegislash-blade](https://pokeapi.co/api/v2/pokemon/aegislash-blade)