Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← SM Trainer Kit Alolan Raichu
Zubat

Zubat

Common #11 Pokémon Basic HP 50
Types
Psychic
Illustrator
Satoshi Shirai
Expansion
SM Trainer Kit Alolan Raichu · Sun & Moon
Language
English
TCGplayer
152864

Attacks

Astonish

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.

GET /api/v1/pokemon/cards/tk10b-11?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10b-11",
    "name": "Zubat",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10b",
      "name": "SM Trainer Kit Alolan Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152864",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Astonish",
        "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.03
        },
        {
          "condition": "HP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:28:15.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}