Pokemon

GET https://pokeapi.co/api/v2/pokemon/

Table visualization with the Pokemon API. Shows Pokemon names and their respective API endpoint URLs.

Sample JSON response { "count": 964, "next": "https://pokeapi.co/api/v2/pokemon/?offset=20&limit=20", "previous": null, "results": [ { "name": "bulbasaur", "url": "https://pokeapi.co/api/v2/pokemon/1/" }, { "name": "ivysaur", "url": "https://pokeapi.co/api/v2/pokemon/2/" }, { "name": "venusaur", "url": "https://pokeapi.co/api/v2/pokemon/3/" }, ... ] }

Sample Table

Pokemon Table