PokeAPI / pokeapi

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

Moves after #748 return Not Found #1109

Closed IlanDeVinci closed 4 days ago

IlanDeVinci commented 2 weeks ago

Steps to Reproduce: https://pokeapi.co/api/v2/move/749

All moves with a higher number than or equal to 749 will return "Not Found" instead of the data. 1. 2.

Naramsim commented 2 weeks ago

Hi! It seems a problem with the ditto utility we use. I'm looking into it! Thanks for the issue!

Naramsim commented 2 weeks ago

Hi! I regenerated the data.Now, Cloudflare caches 404 for 5 days, so I custom purged some entries, but most probably you'll have to wait 5 days for every move to be available

IlanDeVinci commented 2 weeks ago

Thank you for the quick response and fix !

monktana commented 1 week ago

Hello, quick question: Currently, i get a Not Found response for certain moves, depending on whether the url ends with a "/" or not.

Example: https://pokeapi.co/api/v2/move/883 --> response is Not Found https://pokeapi.co/api/v2/move/883/ --> response is the move data (snowscape)

If this needs a separate issue, please let me know.

Naramsim commented 1 week ago

It's the same issue, I probably purged the non slash version or viceversa