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

Rare #170/150 Pokémon Basic HP 270
Types
Fighting
Illustrator
5ban Graphics
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-170?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-170",
    "name": "Marshadow And Machamp Gx",
    "number": "170/150",
    "printed_number": "170/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-170.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": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.473Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}