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

← Generations
Wobbuffet

Wobbuffet

Common #RC11 Pokémon Basic HP 110
Types
Psychic
Illustrator
Yukiko Baba
Expansion
Generations · XY
Language
English
TCGplayer
113753

Attacks

Psychic Assault 10
Psychic · Colorless

This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/g1-RC11?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-RC11",
    "name": "Wobbuffet",
    "number": "RC11",
    "printed_number": "RC11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113753",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Bide Barricade",
        "text": "As long as this Pokémon is your Active Pokémon, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities (except for Psychic Pokémon).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Assault",
        "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 6.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.12
        },
        {
          "condition": "LP",
          "price": 4.14
        },
        {
          "condition": "MP",
          "price": 2.97
        },
        {
          "condition": "HP",
          "price": 2.43
        },
        {
          "condition": "DMG",
          "price": 2.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17.3,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 7,
          "high": 21.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.27
      }
    }
  }
}