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

← Burning Shadows
Marshadow-GX

Marshadow-GX

Rare Ultra #137 Pokémon BasicGX HP 150
Types
Fighting
Illustrator
5ban Graphics
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138567

Attacks

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

This attack does 50 damage times the amount 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/sm3-137vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-137vh",
    "name": "Marshadow-GX",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138567",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/137vh.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 amount 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": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 10.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.57
        },
        {
          "condition": "LP",
          "price": 6.42
        },
        {
          "condition": "MP",
          "price": 5.27
        },
        {
          "condition": "HP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 2.56
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 414.71,
          "low": 392.3,
          "high": 634.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.33,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.15,
          "low": 30.59,
          "high": 35.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.09
      }
    }
  }
}