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

← Red Collection
Trubbish

Trubbish

usually #30 Pokémon Basic
Types
Psychic
Illustrator
MAHOU
Expansion
Red Collection · Black & White
Language
Japanese
TCGplayer
600967

Attacks

Garbage Collection
Colorless

Put a card from your discard pile on top of your deck.

Sludge Bomb 20
Psychic · Colorless
GET /api/v1/pokemon/cards/bw2_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2_ja-30",
    "name": "Trubbish",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2_ja",
      "name": "Red Collection",
      "total": 72,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW2",
      "printed_total": 66,
      "release_date": "2011/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600967",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Garbage Collection",
        "text": "Put a card from your discard pile on top of your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sludge Bomb",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 3.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.93
        },
        {
          "condition": "LP",
          "price": 1.08
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T04:09:13.353Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}