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

← Shining Synergy (Supreme)
Marshadow And Machamp Gx

Marshadow And Machamp Gx

Double Rare #080/150 Pokémon Basic HP 270
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Revenge 30
Colorless · Colorless

If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage.

Hundred-Blows Impact 160
Colorless · Colorless · Colorless
Acme of Heroism-GX 200
Colorless · Colorless · Colorless

If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-080vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-080vh",
    "name": "Marshadow And Machamp Gx",
    "number": "080/150",
    "printed_number": "080/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-080vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Revenge",
        "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hundred-Blows Impact",
        "damage": "160"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Acme of Heroism-GX",
        "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:30.956Z"
    }
  }
}