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

← Super-Burst Impact
Wobbuffet

Wobbuffet

Non #44 Pokémon Basic HP 110
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
Super-Burst Impact · Sun & Moon
Language
Japanese
TCGplayer
572923

Attacks

Knock Away 30+
Psychic · Colorless

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

GET /api/v1/pokemon/cards/sm8_ja-44?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8_ja-44",
    "name": "Wobbuffet",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8_ja",
      "name": "Super-Burst Impact",
      "total": 111,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8",
      "printed_total": 95,
      "release_date": "2018/09/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super-Burst Impact"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572923",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Shady Tail",
        "text": "As long as this Pokémon is on your Bench, ◇ (Prism Star) Pokémon in play (both yours and your opponent's) can't attack and have no Abilities.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Knock Away",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:03:15.062Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}