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

← HGSS Black Star Promos
Wobbuffet

Wobbuffet

Promo #HGSS04 Pokémon Basic HP 90
Types
Psychic
Illustrator
match
Expansion
HGSS Black Star Promos · HeartGold & SoulSilver
Language
English
TCGplayer
90622

Attacks

Trip Over 20
Psychic · Colorless

Flip a coin. If heads, this attack does 20 damage plus 30 more damage.

GET /api/v1/pokemon/cards/hsp-HGSS04vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hsp-HGSS04vh",
    "name": "Wobbuffet",
    "number": "HGSS04",
    "printed_number": "HGSS04",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.large.webp"
      }
    ],
    "expansion": {
      "id": "hsp",
      "name": "HGSS Black Star Promos",
      "total": 25,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "PR-HS",
      "printed_total": 25,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hsp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hsp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90622",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hsp/HGSS04vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Tenacious Bind",
        "text": "As long as Wobbuffet is your Active Pokémon, your opponent's Active Pokémon's Retreat Cost is ColorlessColorless more.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Trip Over",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 5.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.43
        },
        {
          "condition": "MP",
          "price": 2.86
        },
        {
          "condition": "HP",
          "price": 2.48
        },
        {
          "condition": "DMG",
          "price": 1.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 11,
          "high": 28.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.91,
          "low": 15.5,
          "high": 33.81,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:43:28.843Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}