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 & SoulSilver
Wobbuffet

Wobbuffet

Rare Holo #13 Pokémon Basic HP 90
Types
Psychic
Illustrator
Yuka Morii
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
90621

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/hgss1-13vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-13vh",
    "name": "Wobbuffet",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss1",
      "name": "HeartGold & SoulSilver",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "HS",
      "printed_total": 123,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90621",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 26.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.8
        },
        {
          "condition": "LP",
          "price": 23.92
        },
        {
          "condition": "MP",
          "price": 15.75
        },
        {
          "condition": "HP",
          "price": 13.32
        },
        {
          "condition": "DMG",
          "price": 10.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 28.65,
          "low": 27,
          "high": 27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 20,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29,
          "low": 14.5,
          "high": 29,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:07:50.242Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15.16
      }
    }
  }
}