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

← GX Battle Boost
Drampa-GX

Drampa-GX

Double Rare #87 Pokémon BasicGX HP 180
Types
Colorless
Illustrator
5ban Graphics
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Righteous Edge 20
Colorless

Discard a Special Energy from your opponent's Active Pokémon.

Berserk 80+
Colorless · Colorless · Colorless

If your Benched Pokémon have any damage counters on them, this attack does 70 more damage.

Big Wheel-GX
Colorless

Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm4p_ja-87vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-87vh",
    "name": "Drampa-GX",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/87vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Righteous Edge",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Berserk",
        "text": "If your Benched Pokémon have any damage counters on them, this attack does 70 more damage.",
        "damage": "80+"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Big Wheel-GX",
        "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.25,
          "low": 24.86,
          "high": 33.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.669Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}