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

← Rebel Clash
Eiscue V

Eiscue V

Rare Holo V #55 Pokémon BasicV HP 210
Types
Water
Illustrator
PLANETA Tsuji
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213136

Attacks

Blizzard 120
Water · Water · Colorless

This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh2-55vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-55vh",
    "name": "Eiscue V",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213136",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/55vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Cold Absorption",
        "text": "Whenever you attach a Water Energy card from your hand to this Pokémon during your turn, heal 30 damage from it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo V",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 1.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.14
        },
        {
          "condition": "MP",
          "price": 1.03
        },
        {
          "condition": "HP",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "BCCG",
          "grade": "10",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.35,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.39
      }
    }
  }
}