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
Gabite (Staff Stamp)

Gabite (Staff Stamp)

Uncommon #59 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Tomokazu Komiya
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
164203

Attacks

Healing Scale

Remove 1 damage counter from each of your Pokémon.

Sand Tomb 30
Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/pl3-59vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-59vs",
    "name": "Gabite (Staff Stamp)",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.large.webp"
      }
    ],
    "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": "164203",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-59vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Healing Scale",
        "text": "Remove 1 damage counter from each of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sand Tomb",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 143.45,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 143.45
        },
        {
          "condition": "LP",
          "price": 28.7
        },
        {
          "condition": "MP",
          "price": 83.98
        },
        {
          "condition": "HP",
          "price": 20
        },
        {
          "condition": "DMG",
          "price": 6.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 169.98,
          "low": 144.48,
          "high": 195.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-15T03:27:53.387Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}