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

Squirtle

None #001/032 Pokémon Basic HP 40
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591875

Attacks

Bubble 10
Water

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

Withdraw
Colorless · Water

Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.

GET /api/v1/pokemon/cards/clk_ja-1vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-1vh",
    "name": "Squirtle",
    "number": "001/032",
    "printed_number": "001/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591875_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591875_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591875_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": "591875",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591875_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591875_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591875_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bubble",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Withdraw",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 26.06,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 56.5,
          "low": 25.39,
          "high": 99.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 32,
          "trend": {
            "direction": "up",
            "percent": 28.1
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.99,
          "low": 15.55,
          "high": 33.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 92.5,
          "low": 68,
          "high": 119.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 24,
          "trend": {
            "direction": "down",
            "percent": -6.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.99,
          "low": 25.52,
          "high": 32.46,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:30:23.720Z"
    }
  }
}