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 Rattata

Lt. Surge's Rattata

Common #15 Pokémon Basic HP 40
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Pokémon TCG Classic - Blastoise · Other
Language
English
TCGplayer
201167

Attacks

Focus Energy
Colorless

During your next turn, this Pokémon's Gnaw attack does 20 more damage (before applying Weakness and Resistance).

Gnaw 20
Colorless · Colorless
GET /api/v1/pokemon/cards/clb-15vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clb-15vh",
    "name": "Lt. Surge's Rattata",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.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": "201167",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Focus Energy",
        "text": "During your next turn, this Pokémon's Gnaw attack does 20 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gnaw",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.32
        },
        {
          "condition": "LP",
          "price": 1.74
        },
        {
          "condition": "MP",
          "price": 1
        },
        {
          "condition": "HP",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 15.5,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 13.69,
          "high": 52.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.8,
          "low": 5,
          "high": 5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.75,
          "low": 9.63,
          "high": 9.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.6,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.43,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 33.49,
          "low": 33.49,
          "high": 33.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:19.270Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.93
      }
    }
  }
}