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

← Lost Abyss
Drapion V

Drapion V

Double Rare #66 Pokémon BasicV HP 210
Types
Darkness
Illustrator
N-DESIGN Inc.
Expansion
Lost Abyss · Sword & Shield
Language
Japanese
TCGplayer
569997

Attacks

Dynamic Tail 190
Colorless · Colorless · Colorless · Colorless

This attack also does 60 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh11_ja-66vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11_ja-66vh",
    "name": "Drapion V",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11_ja",
      "name": "Lost Abyss",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11",
      "printed_total": 100,
      "release_date": "2022/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Abyss"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569997",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11_ja/66vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Wild Style",
        "text": "This Pokémon's attacks cost Colorless less for each of your opponent's Single Strike Pokémon, Rapid Strike Pokémon, and Fusion Strike Pokémon in play.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dynamic Tail",
        "text": "This attack also does 60 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 4.58,
          "low": 3.48,
          "high": 5.28,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 7,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.99,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:40:55.315Z",
      "trend_7d": {
        "direction": "down",
        "percent": -60.2
      }
    }
  }
}