zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Games/PokeAPI
Logo PokeAPI

PokeAPI

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

1 endpoint1 endpoint on this scraper1 calls1 calls so farupdated 4 months agoLast updated 5/27/2026, 1:17:34 PMllms.txt
Endpoints1

1/1 passing
checked 15 hours ago · daily 01:00 WIB

Pokemon

Get Pokémon details by name or ID.

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

Pokemon
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Pokemon/v1/games:pokeapi/pokemon
1 param

Parameters

namestringrequired
Pokemon name (lowercase) or numeric Pokedex id

Request

curl -X GET "https://api.zapi.ink/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

gamesfree-fire

Cek username akun Free Fire berdasarkan Player ID.

132132 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Mobile Legends Stalker

gamesmlbb

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

5454 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Arena of Valor Stalker

gamesaov

Cek username akun Arena of Valor berdasarkan Player ID.

44 calls so far1hResponses cached for 1h

Point Blank Stalker

gamespoint-blank

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

44 calls so far1hResponses cached for 1h

Genshin Impact Data

gamesgenshin-data

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

22 calls so far5mResponses cached for 5m

Honkai Star Rail Data

gameshsr-data

Access Honkai Star Rail character information including paths, elements, and stats.

11 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.