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

← Legendary Treasures
Virizion

Virizion

Rare Holo #15 Pokémon Basic HP 110
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
90391

Attacks

Double Draw
Colorless

Draw 2 cards.

Leaf Wallop 40
Grass · Colorless

During your next turn, this Pokémon's Leaf Wallop does 40 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bw11-15vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-15vh",
    "name": "Virizion",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90391",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Draw",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Wallop",
        "text": "During your next turn, this Pokémon's Leaf Wallop does 40 more damage (before applying Weakness and Resistance).",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.83
        },
        {
          "condition": "LP",
          "price": 1.05
        },
        {
          "condition": "MP",
          "price": 0.91
        },
        {
          "condition": "HP",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.83
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 2.99,
          "low": 2.99,
          "high": 2.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31,
          "low": 31,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.49,
          "low": 13,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.28
      }
    }
  }
}