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

← Miracle of the Desert
Wobbuffet

Wobbuffet

Rare #27 Pokémon Basic HP 80
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613581

Attacks

Flip Over 50
Psychic · Colorless · Colorless

Wobbuffet does 10 damage to itself, and don't apply Weakness and Resistance to this damage.

GET /api/v1/pokemon/cards/adv2_ja-27?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-27",
    "name": "Wobbuffet",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613581",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Safeguard",
        "text": "Prevent all effects of attacks, including damage, done to Wobbuffet by your opponent's Pokémon-ex.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flip Over",
        "text": "Wobbuffet does 10 damage to itself, and don't apply Weakness and Resistance to this damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T05:18:16.816Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}