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

← SM Black Star Promos
Marshadow-GX

Marshadow-GX

Promo #SM59 Pokémon BasicGX HP 150
Types
Fighting
Illustrator
5ban Graphics
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
148422

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/smp-SM59vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM59vh",
    "name": "Marshadow-GX",
    "number": "SM59",
    "printed_number": "SM59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "148422",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM59vh.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": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.33
        },
        {
          "condition": "LP",
          "price": 2.92
        },
        {
          "condition": "MP",
          "price": 1.63
        },
        {
          "condition": "HP",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 0.86
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.99,
          "low": 93.49,
          "high": 126.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.22
      }
    }
  }
}