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

← Peerless Fighters
Dracozolt V

Dracozolt V

Super Rare #72 Pokémon BasicV HP 220
Types
Lightning
Illustrator
PLANETA Mochizuki
Expansion
Peerless Fighters · Sword & Shield
Language
Japanese
TCGplayer
570437

Attacks

Prehistoric Beak 30
Lightning

During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon.

Mountain Swing 180
Lightning · Lightning · Colorless

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/swsh5a_ja-72vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5a_ja-72vh",
    "name": "Dracozolt V",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5a_ja",
      "name": "Peerless Fighters",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5a",
      "printed_total": 70,
      "release_date": "2021/03/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Peerless Fighters"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570437",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/72vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Prehistoric Beak",
        "text": "During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mountain Swing",
        "text": "Discard the top 3 cards of your deck.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 15.31,
          "high": 16,
          "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": "PSA",
          "grade": "10",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:54:25.472Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.08
      }
    }
  }
}