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

← Darkness that Consumes Light
Marshadow-GX

Marshadow-GX

Double Rare #33 Pokémon BasicGX HP 150
Types
Fighting
Illustrator
5ban Graphics
Expansion
Darkness that Consumes Light · Sun & Moon
Language
Japanese
TCGplayer
573498

Attacks

Beatdown 120
Fighting · Fighting · Colorless
Peerless Hundred Blows-GX 50×
Fighting

This attack does 50 damage times the number of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm3n_ja-33vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3n_ja-33vh",
    "name": "Marshadow-GX",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3n_ja",
      "name": "Darkness that Consumes Light",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3N",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness that Consumes Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573498",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/33vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Shadow Hunt",
        "text": "This Pokémon can use the attacks of Basic Pokémon in your discard pile. (You still need the necessary Energy to use each attack.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Beatdown",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Peerless Hundred Blows-GX",
        "text": "This attack does 50 damage times the number of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:23.431Z",
      "trend_7d": {
        "direction": "up",
        "percent": 119.82
      }
    }
  }
}