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

← Pokémon TCG Classic - Blastoise (Water Deck)
Kangaskhan

Kangaskhan

None #017/032 Pokémon Basic HP 100
Types
Colorless
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591891

Attacks

Call for Family - Search your deck for 2 Basic Pokemon and put them onto your Bench. Shuffle your deck afterward.
Colorless
Comet Punch (20x) Flip 4 coins. This attack does 20 damage times the number of heads.
Colorless · Colorless
GET /api/v1/pokemon/cards/clk_ja-17vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-17vh",
    "name": "Kangaskhan",
    "number": "017/032",
    "printed_number": "017/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591891_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591891_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591891_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clk_ja",
      "name": "Pokémon TCG Classic - Blastoise (Water Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Blastoise (Water Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591891",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591891_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591891_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591891_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family - Search your deck for 2 Basic Pokemon and put them onto your Bench.  Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Comet Punch (20x) Flip 4 coins.  This attack does 20 damage times the number of heads."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 2.72,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.03,
          "low": 10,
          "high": 33,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "down",
            "percent": -16.9
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 29.9,
          "high": 54.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}