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

← Legend Maker
Wobbuffet

Wobbuffet

Rare #28 Pokémon Basic HP 80
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Legend Maker · EX
Language
English
TCGplayer
90616

Attacks

Grind 10
Colorless

Does 10 damage times the amount of Energy attached to Wobbuffet.

Shadow Tag
Psychic · Psychic · Colorless

Put 7 damage counters on the Defending Pokémon at the end of your opponent's next turn.

GET /api/v1/pokemon/cards/ex12-28?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-28",
    "name": "Wobbuffet",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90616",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Stages of Evolution",
        "text": "As long as Wobbuffet is an Evolved Pokémon, your opponent pays Colorless more to retreat his or her Active Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Grind",
        "text": "Does 10 damage times the amount of Energy attached to Wobbuffet.",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Tag",
        "text": "Put 7 damage counters on the Defending Pokémon at the end of your opponent's next turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 4.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.82
        },
        {
          "condition": "LP",
          "price": 1.17
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 1.08
        },
        {
          "condition": "DMG",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35.25,
          "low": 17.5,
          "high": 149.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 49,
          "low": 23.5,
          "high": 49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:31.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 32.66
      }
    }
  }
}