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

← Sandstorm
Kabuto

Kabuto

Uncommon #39 Pokémon Stage 1 HP 60
Types
Water
Illustrator
Atsuko Nishida
Expansion
Sandstorm · EX
Language
English
TCGplayer
86380

Attacks

Team Assembly
Colorless

Search your deck for Omanyte, Kabuto, or any Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon.

Pierce 20
Fighting · Colorless
GET /api/v1/pokemon/cards/ex2-39vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex2-39vrh",
    "name": "Kabuto",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex2",
      "name": "Sandstorm",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "SS",
      "printed_total": 100,
      "release_date": "2003/09/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86380",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/39vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Exoskeleton",
        "text": "Any damage done to Kabuto by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Team Assembly",
        "text": "Search your deck for Omanyte, Kabuto, or any Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pierce",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "LP",
          "price": 3.24
        },
        {
          "condition": "MP",
          "price": 1.98
        },
        {
          "condition": "HP",
          "price": 2.06
        },
        {
          "condition": "DMG",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 44.4,
          "low": 39.7,
          "high": 44.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 30.1,
          "low": 25.59,
          "high": 34.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 151,
          "low": 127,
          "high": 151,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 157.5,
          "low": 53,
          "high": 157.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-15T03:56:38.434Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}