Private BetaFound a bug or have feedback? Share it →

Pokémon

Pokémon data including stats, abilities, types, and sprites from the PokéAPI. 1000+ Pokémon available. Free, no key required.

Healthy
UtilitiesNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/pokemon

Authenticate with X-Api-Key: chk_live_... header.

GET/pokemon

Parameters

NameTypeRequiredDescription
namestringrequiredPokémon name or Pokédex number (e.g. "pikachu", "25")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/pokemon/pokemon?name={name}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "id": "abc123",
    "name": "example",
    "types": "example",
    "height": "example",
    "weight": "example"
  }
}
GET/ability

Parameters

NameTypeRequiredDescription
namestringrequiredAbility name (e.g. "static", "blaze")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/pokemon/ability?name={name}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "id": "abc123",
    "name": "example",
    "effect": "example",
    "generation": "example"
  }
}

Try it live

No setup required. Sign in and run Pokémon directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
pokemon API Documentation — API Clearinghouse