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

← Silver Tempest
Virizion

Virizion

Rare #14 Pokémon Basic HP 110
Types
Grass
Illustrator
Kouki Saitou
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451642

Attacks

Four as One 20
Colorless

If Cobalion, Terrakion, and Keldeo are on your Bench, this attack does 70 more damage.

Leaf Drain 50
Grass · Colorless

Heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/swsh12-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-14",
    "name": "Virizion",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451642",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Four as One",
        "text": "If Cobalion, Terrakion, and Keldeo are on your Bench, this attack does 70 more damage.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Drain",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-20T02:29:13.042Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}