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

← Skyscraping Perfection
Wobbuffet

Wobbuffet

Non #13 Pokémon BasicSingle Strike HP 120
Types
Psychic
Illustrator
Anesaki Dynamic
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569336

Attacks

Mirror Pain
Colorless · Colorless

Put damage counters on your opponent's Active Pokémon equal to the number of damage counters on 1 of your Benched Pokémon.

Headbutt Bounce 70
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh7d_ja-13?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-13",
    "name": "Wobbuffet",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569336",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Single Strike"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mirror Pain",
        "text": "Put damage counters on your opponent's Active Pokémon equal to the number of damage counters on 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Headbutt Bounce",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:46:59.344Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}