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

Super Rare #85 Pokémon Basicex HP 220
Types
Water
Illustrator
aky CG Works
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567842

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-85vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-85vh",
    "name": "Chien-Pao ex",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.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": "567842",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/85vh.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": "Super Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 2.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.21
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 1.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.59,
          "low": 5.6,
          "high": 6.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5.37,
          "low": 4.56,
          "high": 6.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 22.51,
          "low": 21.3,
          "high": 36.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.23
      }
    }
  }
}