APIHub
Back to Explore

Pokéapi

PokéAPI is a free, open‑source RESTful API that provides comprehensive data on Pokémon—including species, abilities, moves, stats, types, items, and related game version information—from the main Pokémon game series.

Games & Comics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1024ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/pokemon

List Pokémon entries with pagination.

  • limit (query, limit) — Maximum number of results to return.
  • offset (query, offset) — Number of results to skip before starting to collect the result set.
GET

/pokemon/{identifier}

Retrieve a single Pokémon resource by name or ID.

  • identifier (path, required) — Name or ID of the Pokémon to retrieve.

2 endpoints auto-detected

curl -X GET \
  "https://pokeapi.co/pokemon"

pokeapi.co · HTTPS only