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

← Thunder Knuckle
Garbodor

Garbodor

Ultra Rare #56 Pokémon Stage 1 HP 100
Types
Psychic
Illustrator
Ayaka Yoshida
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602300
GET /api/v1/pokemon/cards/bw8t_ja-56vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-56vh",
    "name": "Garbodor",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602300",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/56vh.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"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 483.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 483.75
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 225,
          "low": 191.25,
          "high": 258.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 575.25,
          "low": 919,
          "high": 919,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 170.86,
          "low": 145.23,
          "high": 196.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 176,
          "low": 100.5,
          "high": 176,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:08:41.347Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}