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

Lt. Surge's Raticate

Common #16 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Pokémon TCG Classic - Blastoise · Other
Language
English
TCGplayer
201925

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/clb-16vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clb-16vh",
    "name": "Lt. Surge's Raticate",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clb",
      "name": "Pokémon TCG Classic - Blastoise",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLB",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201925",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/16vh.large.webp"
          }
        ]
      }
    ],
    "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"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.04
        },
        {
          "condition": "LP",
          "price": 1.32
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.38,
          "low": 11,
          "high": 19.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.5,
          "low": 11.5,
          "high": 12.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.25,
          "low": 6.95,
          "high": 8.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.49,
          "low": 29.98,
          "high": 35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:19.270Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}