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

← Jet-Black Spirit
Celebi VMAX

Celebi VMAX

Triple Rare #4 Pokémon VMAX HP 310
Types
Grass
Illustrator
PLANETA Tsuji
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569232

Attacks

Max Plant 130
Grass · Colorless

Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.

GET /api/v1/pokemon/cards/swsh6k_ja-4vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-4vh",
    "name": "Celebi VMAX",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569232",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "310",
    "abilities": [
      {
        "name": "Healing Forest",
        "text": "Once during your turn, you may heal 20 damage from each of your Grass Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Max Plant",
        "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 1.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.9
        },
        {
          "condition": "LP",
          "price": 1.7
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.63,
          "low": 15.5,
          "high": 34.09,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.25,
          "high": 7.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 58.19,
          "low": 63.42,
          "high": 82.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 13,
          "high": 13.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:38:29.143Z",
      "trend_7d": {
        "direction": "down",
        "percent": -26.92
      }
    }
  }
}