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)
Lt. Surge's Raticate

Lt. Surge's Raticate

None #016/032 Pokémon Stage 1 HP 70
Types
Colorless
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591890

Attacks

Super Fang
Colorless

Put damage counters on your opponent's Active Pokémon until its remaining HP is halved, rounded down. (If your opponent's Active Pokémon has 30 HP remaining, put 2 damage counters on it.)

GET /api/v1/pokemon/cards/clk_ja-16vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-16vh",
    "name": "Lt. Surge's Raticate",
    "number": "016/032",
    "printed_number": "016/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591890_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591890_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591890_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": "591890",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591890_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591890_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591890_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Super Fang",
        "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is halved, rounded down. (If your opponent's Active Pokémon has 30 HP remaining, put 2 damage counters on it.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 2.48,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 19.1,
          "high": 34.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 15,
          "trend": {
            "direction": "up",
            "percent": 19
          }
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}