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

← The Best of XY
Wobbuffet

Wobbuffet

Common #47 Pokémon Basic HP 110
Types
Psychic
Illustrator
sui
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
599010

Attacks

Psychic Assault 10+
Psychic · Colorless

This attack does 10 more damage for each damage counter on your opponents Active Pokémon.

GET /api/v1/pokemon/cards/xy_ja-47?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-47",
    "name": "Wobbuffet",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "599010",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Bide Barricade",
        "text": "As long as this Pokémon is your Active Pokémon, each Pokémon in play, in each players hand, and in each players discard pile has no Abilities (except for Psychic Pokémon).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Assault",
        "text": "This attack does 10 more damage for each damage counter on your opponents Active Pokémon.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 25.65,
          "high": 55.72,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10
        }
      ],
      "market_updated_at": "2026-09-22T03:58:34.885Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.4
      }
    }
  }
}