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)
Articuno

Articuno

None #009/032 Pokémon Basic HP 70
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591883

Attacks

Freeze Dry 30
Water · Water · Water

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Blizzard 50
Water · Water · Water · Water

Flip a coin. If heads, this attack also does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack also does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/clk_ja-9vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-9vh",
    "name": "Articuno",
    "number": "009/032",
    "printed_number": "009/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591883_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591883_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591883_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": "591883",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591883_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591883_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591883_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Freeze Dry",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 4,
        "name": "Blizzard",
        "text": "Flip a coin. If heads, this attack also does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack also does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 14.8,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 22.2,
          "high": 75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.49,
          "low": 22.49,
          "high": 26.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 102.69,
          "low": 61.87,
          "high": 129.67,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "up",
            "percent": 25.6
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 19.44,
          "high": 213.09,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T03:30:23.720Z"
    }
  }
}