Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Machamp Vmax

Machamp Vmax

Triple Rare #060/128 Pokémon VMAX HP 330
Types
Fighting
Illustrator
N-DESIGN Inc.
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Revenge Buster 80
Colorless · Colorless

If your Benched Pokémon have any damage counters on them, this attack does 140 more damage.

G-Max Chi Strike 240
Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use G-Max Chi Strike.

GET /api/v1/pokemon/cards/bsco-060vh?include=prices 200 53ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-060vh",
    "name": "Machamp Vmax",
    "number": "060/128",
    "printed_number": "060/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-060vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-060vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-060vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "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/bsco-060vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-060vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-060vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Revenge Buster",
        "text": "If your Benched Pokémon have any damage counters on them, this attack does 140 more damage.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "G-Max Chi Strike",
        "text": "During your next turn, this Pokémon can't use G-Max Chi Strike.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-30T03:32:35.564Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}