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

← Fusion Strike
Trubbish

Trubbish

Common #168 Pokémon Basic HP 70
Types
Darkness
Illustrator
Shibuzoh.
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253382

Attacks

Call for Family
Darkness

Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.

Super Poison Breath 20
Darkness · Colorless

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/swsh8-168vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-168vrh",
    "name": "Trubbish",
    "number": "168",
    "printed_number": "168",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253382",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/168vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Poison Breath",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.41
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:49:14.081Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.13
      }
    }
  }
}