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

← POP Series 4
Wobbuffet

Wobbuffet

Common #16 Pokémon Basic HP 80
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
POP Series 4 · POP
Language
English
TCGplayer
90618

Attacks

Nap
Colorless

Remove 2 damage counters from Wobbuffet.

Expand 20
Psychic · Colorless

During your opponent's next turn, any damage done to Wobbuffet is reduced by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/pop4-16?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop4-16",
    "name": "Wobbuffet",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pop4",
      "name": "POP Series 4",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90618",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nap",
        "text": "Remove 2 damage counters from Wobbuffet."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Expand",
        "text": "During your opponent's next turn, any damage done to Wobbuffet is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        },
        {
          "condition": "LP",
          "price": 1.26
        },
        {
          "condition": "MP",
          "price": 2.82
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 27.07,
          "low": 23.01,
          "high": 31.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.92,
          "low": 39.95,
          "high": 39.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6.58,
          "low": 8.52,
          "high": 8.52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:17:25.388Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}