Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Supreme Victors
Garchomp C (Staff Stamp)

Garchomp C (Staff Stamp)

Uncommon #60 Pokémon BasicSP HP 80
Types
Colorless
Illustrator
kawayoo
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
262158

Attacks

Claw Swipe 30
Colorless · Colorless
Earthquake 50
Colorless · Colorless · Colorless

This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pl3-60vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-60vs",
    "name": "Garchomp C (Staff Stamp)",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "262158",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/pl3/pl3-60vs.small.jpeg?v=1777696933985"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Claw Swipe",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Earthquake",
        "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 350,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 350
        },
        {
          "condition": "LP",
          "price": 102.85
        },
        {
          "condition": "MP",
          "price": 85
        },
        {
          "condition": "DMG",
          "price": 25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T17:36:43.661Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}