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

← Plasma Storm
Victini-EX

Victini-EX

Rare Holo EX #18 Pokémon BasicEX HP 110
Types
Fire
Illustrator
Eske Yoshinob
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
90350

Attacks

Turbo Energize
Fire

Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward.

Intensifying Burn 50
Fire · Colorless · Colorless

If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage.

GET /api/v1/pokemon/cards/bw8-18vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-18vh",
    "name": "Victini-EX",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90350",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Turbo Energize",
        "text": "Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Intensifying Burn",
        "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 12.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.17
        },
        {
          "condition": "LP",
          "price": 8.85
        },
        {
          "condition": "MP",
          "price": 5.16
        },
        {
          "condition": "HP",
          "price": 5.05
        },
        {
          "condition": "DMG",
          "price": 3.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 198,
          "low": 168.3,
          "high": 227.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1199.9,
          "low": 1019.92,
          "high": 1379.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.71,
          "low": 10.51,
          "high": 22.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 42,
          "low": 42,
          "high": 42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.99,
          "low": 74.99,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 14.25,
          "low": 12.11,
          "high": 16.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.25
      }
    }
  }
}