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

Drowzee

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

Attacks

Psychic Boom 10x
Psychic

This attack does 10 damage times the amount of Energy attached to your opponent's Active Pokemon.

Headbutt 20
Colorless · Colorless
GET /api/v1/pokemon/cards/clk_ja-11vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-11vh",
    "name": "Drowzee",
    "number": "011/032",
    "printed_number": "011/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591885_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591885_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591885_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": "591885",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591885_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591885_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591885_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic Boom",
        "text": "This attack does 10 damage times the amount of Energy attached to your opponent's Active Pokemon.",
        "damage": "10x"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headbutt",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 1.36,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 10.5,
          "high": 83,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "up",
            "percent": 51.4
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.99,
          "low": 13.99,
          "high": 14.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26.1,
          "low": 20.71,
          "high": 33.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}