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

← Rebellion Crash
Dragapult V

Dragapult V

Double Rare #49 Pokémon BasicV HP 210
Types
Psychic
Illustrator
aky CG Works
Expansion
Rebellion Crash · Sword & Shield
Language
Japanese
TCGplayer
568637

Attacks

Bite 30
Psychic
Jet Assault 60+
Psychic · Psychic

If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh2_ja-49vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2_ja-49vh",
    "name": "Dragapult V",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2_ja",
      "name": "Rebellion Crash",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2",
      "printed_total": 96,
      "release_date": "2020/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rebellion Crash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568637",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Jet Assault",
        "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 1.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.6
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:46:03.012Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.23
      }
    }
  }
}