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

← Vivid Voltage
Drapion V

Drapion V

Rare Ultra #175 Pokémon BasicV HP 210
Types
Darkness
Illustrator
Eske Yoshinob
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226559

Attacks

Wrack Down 70
Darkness · Colorless · Colorless
Hazardous Claws 130
Darkness · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed and Poisoned.

GET /api/v1/pokemon/cards/swsh4-175vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-175vh",
    "name": "Drapion V",
    "number": "175",
    "printed_number": "175",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226559",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/175vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wrack Down",
        "damage": "70"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hazardous Claws",
        "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed and Poisoned.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 1.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.66
        },
        {
          "condition": "LP",
          "price": 1.52
        },
        {
          "condition": "MP",
          "price": 1.39
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 25,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.36,
          "low": 28.29,
          "high": 37.87,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:33:17.454Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.41
      }
    }
  }
}