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

← HeartGold Collection
Wobbuffet

Wobbuffet

Rare Holo #41 Pokémon Basic
Types
Psychic
Illustrator
Yuka Morii
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608044

Attacks

Double Return 20×
Psychic · Colorless

Flip a coin. If heads, this attack does 20 damage times the number of damage counters on Wobbuffet.

GET /api/v1/pokemon/cards/l1hg_ja-41vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-41vh",
    "name": "Wobbuffet",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608044",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/41vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Return",
        "text": "Flip a coin. If heads, this attack does 20 damage times the number of damage counters on Wobbuffet.",
        "damage": "20×"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 10.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.86
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 48,
          "low": 70,
          "high": 70,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "3.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 234.3,
          "high": 316,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "up",
            "percent": 20
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41,
          "low": 40.2,
          "high": 49.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:20:16.345Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}