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

← Rebel Clash
Garbodor

Garbodor

Rare #118 Pokémon Stage 1 HP 120
Types
Darkness
Illustrator
AKIRA EGAWA
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213210

Attacks

Sludge Bomb 80
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh2-118vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-118vrh",
    "name": "Garbodor",
    "number": "118",
    "printed_number": "118",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213210",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/118vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Poisonous Puddle",
        "text": "Once during your turn, if a Stadium is in play, you may make your opponent's Active Pokémon Poisoned.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sludge Bomb",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.87
        },
        {
          "condition": "LP",
          "price": 0.78
        },
        {
          "condition": "MP",
          "price": 0.6
        },
        {
          "condition": "DMG",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:31:57.959Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.25
      }
    }
  }
}