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

← Skyscraping Perfection
Garbodor V

Garbodor V

Double Rare #30 Pokémon BasicV HP 210
Types
Darkness
Illustrator
Uta
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569353

Attacks

Garbage Stink 40
Darkness · Colorless

Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon can't retreat.

Sludge Bomb 130
Darkness · Darkness · Colorless
GET /api/v1/pokemon/cards/swsh7d_ja-30vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-30vh",
    "name": "Garbodor V",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569353",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Garbage Stink",
        "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "40"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sludge Bomb",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Uta",
    "pricing": {
      "currency": "USD",
      "market": 0.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.98
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.51,
          "low": 17.43,
          "high": 23.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.99,
          "low": 39.99,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:46:59.344Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}