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 Freeze
Tornadus-EX

Tornadus-EX

Rare Holo EX #98 Pokémon BasicEXTeam Plasma HP 180
Types
Colorless
Illustrator
Eske Yoshinob
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
89981

Attacks

Windfall
Colorless

Shuffle your hand into your deck. Then, draw 6 cards.

Jet Blast 60
Colorless · Colorless · Colorless · Colorless

This attack does 30 more damage for each Plasma Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw9-98vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-98vh",
    "name": "Tornadus-EX",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89981",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/98vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX",
      "Team Plasma"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Windfall",
        "text": "Shuffle your hand into your deck. Then, draw 6 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Jet Blast",
        "text": "This attack does 30 more damage for each Plasma Energy attached to this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 24.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.57
        },
        {
          "condition": "LP",
          "price": 10.16
        },
        {
          "condition": "MP",
          "price": 8.56
        },
        {
          "condition": "HP",
          "price": 5.69
        },
        {
          "condition": "DMG",
          "price": 5.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.5,
          "low": 84.58,
          "high": 114.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:51:16.768Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}