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

← EX Battle Boost
Garbodor

Garbodor

Common #54 Pokémon Stage 1 HP 100
Types
Psychic
Illustrator
Tomoaki Imakuni
Expansion
EX Battle Boost · Black & White
Language
Japanese
TCGplayer
602996

Attacks

Sludge Toss 60
Psychic · Psychic · Colorless
GET /api/v1/pokemon/cards/ebb1_ja-54?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ebb1_ja-54",
    "name": "Garbodor",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "ebb1_ja",
      "name": "EX Battle Boost",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "EBB",
      "printed_total": 93,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "EX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602996",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Garbotoxin",
        "text": "If this Pokémon has a Pokémon Tool card attached to it, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities (except for Garbotoxin).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sludge Toss",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomoaki Imakuni",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.51,
          "low": 8.08,
          "high": 10.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:53:50.248Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}