PokeAPI/pokeapi

Documentation API endpoints missing trailing forward slash

Closed this issue · 2 comments

tien commented

api/v2/pokemon/{id or name} should be api/v2/pokemon/{id or name}/

Some HTTP client doesn't follow redirect by default so this could potentially cause issues? And it's probably better if the user requests the correct endpoints in the first place instead of following redirects

Hi @crazycat9x, thanks for bringing this up. This will be fixed in the new website.