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

← Astral Radiance
Hisuian Sneasler V

Hisuian Sneasler V

Rare Ultra #174 Pokémon BasicV HP 190
Types
Darkness
Illustrator
5ban Graphics
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272424

Attacks

Poison Claws

Your opponent's Active Pokémon is now Poisoned.

Dire Claw 80
Darkness · Colorless

This attack does 80 damage for each Special Condition affecting your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh10-174vh?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-174vh",
    "name": "Hisuian Sneasler V",
    "number": "174",
    "printed_number": "174",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272424",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/174vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Poison Claws",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dire Claw",
        "text": "This attack does 80 damage for each Special Condition affecting your opponent's Active Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.78
        },
        {
          "condition": "MP",
          "price": 3.18
        },
        {
          "condition": "HP",
          "price": 2.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 13,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.83,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.1,
          "low": 15.39,
          "high": 20.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:05.614Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.21
      }
    }
  }
}