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

Blastoise

None #003/032 Pokémon Stage 2 HP 100
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591877

Attacks

Hydro Pump 40+
Water · Water · Water

This attack does 10 more damage for each extra Water Energy attached to this Pokémon (in addition this attack's cost). You can't add more than 20 damage in this way.

GET /api/v1/pokemon/cards/clk_ja-3vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-3vh",
    "name": "Blastoise",
    "number": "003/032",
    "printed_number": "003/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591877_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591877_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591877_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": "591877",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591877_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591877_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591877_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 10 more damage for each extra Water Energy attached to this Pokémon (in addition this attack's cost). You can't add more than 20 damage in this way.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 60.48,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 125,
          "low": 90.8,
          "high": 210.76,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 24,
          "trend": {
            "direction": "down",
            "percent": -16.7
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 52.92,
          "low": 50.89,
          "high": 58.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 199.75,
          "low": 112,
          "high": 801.11,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 31,
          "trend": {
            "direction": "up",
            "percent": 14.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 50,
          "high": 92.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}