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

← Snow Hazard
Chien-Pao ex

Chien-Pao ex

Special Art Rare #93 Pokémon Basicex HP 220
Types
Water
Illustrator
kodama
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567850

Attacks

Hail Blade 60×
Water · Water

You may discard any amount of Water Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/sv2p_ja-93vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-93vh",
    "name": "Chien-Pao ex",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567850",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "Shivering Cold",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may search your deck for up to 2 basic Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Hail Blade",
        "text": "You may discard any amount of Water Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Special Art Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 40.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 40.27
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 72.74,
          "low": 61.83,
          "high": 83.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 71.5,
          "low": 37.95,
          "high": 74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.99,
          "low": 50.67,
          "high": 90,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.23,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 115.98,
          "low": 130,
          "high": 130,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "up",
        "percent": 18.83
      }
    }
  }
}