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

← Noble Victories
Trubbish

Trubbish

Common #48 Pokémon Basic HP 60
Types
Psychic
Illustrator
MAHOU
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
90065

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/bw3-48?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-48",
    "name": "Trubbish",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90065",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 4.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.05
        },
        {
          "condition": "LP",
          "price": 2.69
        },
        {
          "condition": "MP",
          "price": 2.36
        },
        {
          "condition": "HP",
          "price": 2.05
        },
        {
          "condition": "DMG",
          "price": 2.61
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1
      }
    }
  }
}