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)
Suicune ex

Suicune ex

None #010/032 Pokémon Basic HP 220
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591884

Attacks

Crystal Blast 60+
Colorless · Colorless · Colorless

This attack does 30 more damage for each W Energy attached to this Pokemon.

GET /api/v1/pokemon/cards/clk_ja-10vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-10vh",
    "name": "Suicune ex",
    "number": "010/032",
    "printed_number": "010/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591884_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591884_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591884_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": "591884",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591884_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591884_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591884_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crystal Blast",
        "text": "This attack does 30 more damage for each W Energy attached to this Pokemon.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 1.81,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 8.73,
          "high": 56.7,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.98,
          "low": 7.3,
          "high": 9.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.3,
          "low": 3.7,
          "high": 7.32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34,
          "low": 28.49,
          "high": 72.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 18,
          "trend": {
            "direction": "down",
            "percent": -14.8
          }
        }
      ],
      "market_updated_at": "2026-09-21T03:30:23.720Z"
    }
  }
}