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

Hypno

None #012/032 Pokémon Stage 1 HP 110
Types
Psychic
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591886

Attacks

Meditate 20+
Colorless · Colorless

This attack does 10 more damage for each damage counter on your opponent's Active Pokemon.

Hypnoblast 70
Colorless · Colorless · Psychic

Your opponent's Active Pokemon is now Asleep.

GET /api/v1/pokemon/cards/clk_ja-12vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-12vh",
    "name": "Hypno",
    "number": "012/032",
    "printed_number": "012/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591886_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591886_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591886_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": "591886",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591886_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591886_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591886_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Meditate",
        "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokemon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Hypnoblast",
        "text": "Your opponent's Active Pokemon is now Asleep.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.99,
          "low": 18.43,
          "high": 23.75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}