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

← Destined Rivals
Team Rocket's Wobbuffet

Team Rocket's Wobbuffet

Rare #82 Pokémon Basic HP 110
Types
Psychic
Illustrator
Kazumasa Yasukuni
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632892

Attacks

Rocket Mirror
Psychic · Colorless

Move all damage counters from 1 of your Benched Team Rocket's Pokémon to your opponent's Active Pokémon.

Headbutt Bounce 70
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/sv10-82vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-82vrh",
    "name": "Team Rocket's Wobbuffet",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632892",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/82vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rocket Mirror",
        "text": "Move all damage counters from 1 of your Benched Team Rocket's Pokémon to your opponent's Active 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": "Rare",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 64.96,
          "low": 26.1,
          "high": 58.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.94
      }
    }
  }
}