Back to catalog

Endpoint

PokeAPI — Pokémon by ID

Official-style Pokémon REST API. Swap the numeric id in the path.

Species data for #1

GamesNo API keyDefault GET

HTTP console

Example URL
https://pokeapi.co/api/v2/pokemon/1
Request

Use HTTPS GET unless the provider documents POST. Example: GET /api/v2/pokemon/{id}

GET /api/v2/pokemon/{id}
Response

{ name, id, height, weight, types[], stats[], … }

{"name":"bulbasaur","id":1,"height":7,"weight":69}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.