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

← Plasma Storm
Garbodor

Garbodor

Rare #67 Pokémon Stage 1Team Plasma HP 110
Types
Psychic
Illustrator
5ban Graphics
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
85620

Attacks

Ensnarl 20
Colorless · Colorless

Does 20 damage times the number of Colorless in the Defending Pokémon's Retreat Cost.

Double Ducts 80
Psychic · Colorless · Colorless · Colorless

Flip 2 coins. This attack does 80 damage times the number of heads.

GET /api/v1/pokemon/cards/bw8-67vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-67vrh",
    "name": "Garbodor",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85620",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/67vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ensnarl",
        "text": "Does 20 damage times the number of Colorless in the Defending Pokémon's Retreat Cost.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Double Ducts",
        "text": "Flip 2 coins. This attack does 80 damage times the number of heads.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.22
        },
        {
          "condition": "LP",
          "price": 3.07
        },
        {
          "condition": "MP",
          "price": 2.78
        },
        {
          "condition": "HP",
          "price": 1.68
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 13.5,
          "low": 12.5,
          "high": 13.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.81
      }
    }
  }
}