PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.31k stars 952 forks source link

Paldea Pokedex endpoint is 404 #866

Open elliebartling opened 1 year ago

elliebartling commented 1 year ago

Steps to Reproduce:

  1. Go to https://pokeapi.co/api/v2/pokedex/paldea — get a 404
  2. Go to https://pokeapi.co/api/v2/pokedex — see Paldea is missing from the list
C-Garza commented 1 year ago

Hmm, I see that the endpoint is step 1 exists and is indeed Paldea, but the endpoint in step 2 is missing pokedex endpoints after id 21. Scratch that, I didn't see the limit and offset. You can see it listed here: https://pokeapi.co/api/v2/pokedex?offset=20&limit=12