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

← To Have Seen the Battle Rainbow
Wobbuffet

Wobbuffet

Non #21 Pokémon Basic HP 120
Types
Psychic
Illustrator
nagimiso
Expansion
To Have Seen the Battle Rainbow · Sun & Moon
Language
Japanese
TCGplayer
572417

Attacks

Shadowy Knot 50×
Psychic · Psychic · Psychic

This attack does 50 damage times the number of Colorless in your opponent's Active Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/sm3h_ja-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3h_ja-21",
    "name": "Wobbuffet",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3h_ja",
      "name": "To Have Seen the Battle Rainbow",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3H",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "To Have Seen the Battle Rainbow"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572417",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Shadowy Knot",
        "text": "This attack does 50 damage times the number of Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "50×"
      }
    ],
    "rarity": "Non",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 2.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.35
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 0.55
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:36.201Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.52
      }
    }
  }
}