zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Games/PokeAPI
Logo PokeAPI

PokeAPI

Fetch Pokémon data including stats, types, abilities, and sprites.

Endpoints
1
Requests
1
Updated
3 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • pokemonpassing, 0.1s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/games:pokeapi/pokemon5m cache1 paramchecking key…
Parameters
namestringrequired

Pokemon name (lowercase) or numeric Pokedex id

·
Response
EXAMPLE
{
  "id": 25,
  "ok": true,
  "name": "pikachu",
  "stats": [
    {
      "base": 35,
      "name": "hp",
      "effort": 0
    },
    {
      "base": 55,
      "name": "attack",
      "effort": 0
    },
    {
      "base": 40,
      "name": "defense",
      "effort": 0
    },
    {
      "base": 50,
      "name": "special-attack",
      "effort": 0
    },
    {
      "base": 50,
      "name": "special-defense",
      "effort": 0
    },
    {
      "base": 90,
      "name": "speed",
      "effort": 2
    }
  ],
  "types": [
    "electric"
  ],
  "height": 4,
  "weight": 60,
  "species": "pikachu",
  "sprites": {
    "back": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/25.png",
    "home": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/home/25.png",
    "front": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png",
    "official": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/25.png",
    "shinyFront": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/25.png"
  },
  "abilities": [
    {
      "name": "static",
      "slot": 1,
      "isHidden": false
    },
    {
      "name": "lightning-rod",
      "slot": 3,
      "isHidden": true
    }
  ],
  "baseExperience": 112
}

Code examples

Pokemon
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("games:pokeapi", "pokemon", {
  "name": "pikachu"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/games:pokeapi/pokemon?name=pikachu" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETPokemon/v1/games:pokeapi/pokemonGet Pokémon details by name or ID.

Parameters

namestringrequired
Pokemon name (lowercase) or numeric Pokedex id

Request

curl -X GET "https://api.zpi.web.id/v1/games:pokeapi/pokemon?name=pikachu" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 25,
  "ok": true,
  "name": "pikachu",
  "stats": [
    {
      "base": 35,
      "name": "hp",
      "effort": 0
    },
    {
      "base": 55,
      "name": "attack",
      "effort": 0
    },
    {
      "base": 40,
      "name": "defense",
      "effort": 0
    },
    {
      "base": 50,
      "name": "special-attack",
      "effort": 0
    },
    {
      "base": 50,
      "name": "special-defense",
      "effort": 0
    },
    {
      "base": 90,
      "name": "speed",
      "effort": 2
    }
  ],
  "types": [
    "electric"
  ],
  "height": 4,
  "weight": 60,
  "species": "pikachu",
  "sprites": {
    "back": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/25.png",
    "home": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/home/25.png",
    "front": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png",
    "official": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/25.png",
    "shinyFront": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/25.png"
  },
  "abilities": [
    {
      "name": "static",
      "slot": 1,
      "isHidden": false
    },
    {
      "name": "lightning-rod",
      "slot": 3,
      "isHidden": true
    }
  ],
  "baseExperience": 112
}

Related APIs

More in games

Free Fire Stalker

games/free-fire

Cek username akun Free Fire berdasarkan Player ID.

110 calls·1h cache

Mobile Legends Stalker

games/mlbb

Cek username akun Mobile Legends berdasarkan User ID dan Zone ID.

49 calls·1h cache

Point Blank Stalker

games/point-blank

Cek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009.

3 calls·1h cache

Arena of Valor Stalker

games/aov

Cek username akun Arena of Valor berdasarkan Player ID.

4 calls·1h cache

Genshin Impact Data

games/genshin-data

Access Genshin Impact character information including elements, weapons, and stats.

2 calls·5m cache

CheapShark Deals

games/cheapshark

Browse current video game deals and price comparisons across stores.

1 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026