PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

No info for mimikyu and minior #156

Closed TheButcherrr closed 1 year ago

TheButcherrr commented 1 year ago

There is no json info for the pokemon minior and mimikyu. I get an error: Error occurred: Expecting value: line 1 column 1 (char 0). https://pokeapi.co/api/v2/pokemon/minior doesnt work but https://pokeapi.co/api/v2/pokemon-species/minior does

Naramsim commented 1 year ago

pokeapi.co/api/v2/pokemon-species/minior check out the varieties property.

TheButcherrr commented 1 year ago

@Naramsim but https://pokeapi.co/api/v2/pokemon-species/mimikyu doesnt have the height and doesnt hve weight

Naramsim commented 1 year ago

yeah, you have to make a subsequent call to get the other info